aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-04-15 14:39:59 +0200
committerChocobozzz <me@florianbigard.com>2020-04-15 14:39:59 +0200
commit45c14ae1b2884e75c6341117489ea39ae0e1a3bc (patch)
tree96e498207f8b6135a2c1b79bed97ca620fe15f1a /client
parent6a9bdde9ba20121f3eb8662146bfffbf174c8822 (diff)
downloadPeerTube-45c14ae1b2884e75c6341117489ea39ae0e1a3bc.tar.gz
PeerTube-45c14ae1b2884e75c6341117489ea39ae0e1a3bc.tar.zst
PeerTube-45c14ae1b2884e75c6341117489ea39ae0e1a3bc.zip
Update translations
Diffstat (limited to 'client')
-rw-r--r--client/src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html2
-rw-r--r--client/src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html2
-rw-r--r--client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html4
-rw-r--r--client/src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html2
-rw-r--r--client/src/app/+admin/users/user-list/user-list.component.html2
-rw-r--r--client/src/locale/angular.ar-001.xlf1129
-rw-r--r--client/src/locale/angular.ca-ES.xlf1209
-rw-r--r--client/src/locale/angular.cs-CZ.xlf1098
-rw-r--r--client/src/locale/angular.da-DK.xlf1102
-rw-r--r--client/src/locale/angular.de-DE.xlf1209
-rw-r--r--client/src/locale/angular.el-GR.xlf1009
-rw-r--r--client/src/locale/angular.en-GB.xlf1141
-rw-r--r--client/src/locale/angular.en-US.xlf1156
-rw-r--r--client/src/locale/angular.eo.xlf2080
-rw-r--r--client/src/locale/angular.es-ES.xlf2057
-rw-r--r--client/src/locale/angular.eu-ES.xlf2104
-rw-r--r--client/src/locale/angular.fa-IR.xlf1177
-rw-r--r--client/src/locale/angular.fi-FI.xlf1082
-rw-r--r--client/src/locale/angular.fr-FR.xlf1198
-rw-r--r--client/src/locale/angular.gd.xlf1176
-rw-r--r--client/src/locale/angular.gl-ES.xlf1227
-rw-r--r--client/src/locale/angular.hu-HU.xlf2052
-rw-r--r--client/src/locale/angular.it-IT.xlf1158
-rw-r--r--client/src/locale/angular.ja-JP.xlf1181
-rw-r--r--client/src/locale/angular.jbo.xlf1102
-rw-r--r--client/src/locale/angular.ko-KR.xlf1213
-rw-r--r--client/src/locale/angular.lt-LT.xlf1279
-rw-r--r--client/src/locale/angular.nb-NO.xlf1109
-rw-r--r--client/src/locale/angular.nl-NL.xlf1008
-rw-r--r--client/src/locale/angular.oc.xlf2099
-rw-r--r--client/src/locale/angular.pl-PL.xlf2114
-rw-r--r--client/src/locale/angular.pt-BR.xlf1181
-rw-r--r--client/src/locale/angular.pt-PT.xlf1141
-rw-r--r--client/src/locale/angular.ru-RU.xlf1211
-rw-r--r--client/src/locale/angular.sk-SK.xlf1109
-rw-r--r--client/src/locale/angular.sl-SI.xlf1112
-rw-r--r--client/src/locale/angular.sv-SE.xlf2051
-rw-r--r--client/src/locale/angular.ta.xlf1111
-rw-r--r--client/src/locale/angular.th-TH.xlf1279
-rw-r--r--client/src/locale/angular.tr-TR.xlf1269
-rw-r--r--client/src/locale/angular.uk-UA.xlf1196
-rw-r--r--client/src/locale/angular.vi-VN.xlf1051
-rw-r--r--client/src/locale/angular.xlf930
-rw-r--r--client/src/locale/angular.zh-Hans-CN.xlf1143
-rw-r--r--client/src/locale/angular.zh-Hant-TW.xlf2048
45 files changed, 25315 insertions, 27998 deletions
diff --git a/client/src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html b/client/src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html
index 8c3930643..2efdd2bc3 100644
--- a/client/src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html
+++ b/client/src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html
@@ -2,7 +2,7 @@
2 [value]="blockedAccounts" [lazy]="true" [paginator]="true" [totalRecords]="totalRecords" [rows]="rowsPerPage" 2 [value]="blockedAccounts" [lazy]="true" [paginator]="true" [totalRecords]="totalRecords" [rows]="rowsPerPage"
3 [sortField]="sort.field" [sortOrder]="sort.order" (onLazyLoad)="loadLazy($event)" 3 [sortField]="sort.field" [sortOrder]="sort.order" (onLazyLoad)="loadLazy($event)"
4 [showCurrentPageReport]="true" i18n-currentPageReportTemplate 4 [showCurrentPageReport]="true" i18n-currentPageReportTemplate
5 currentPageReportTemplate="Showing {first} to {last} of {totalRecords} muted accounts" 5 currentPageReportTemplate="Showing {{'{first}'}} to {{'{last}'}} of {{'{totalRecords}'}} muted accounts"
6> 6>
7 7
8 <ng-template pTemplate="header"> 8 <ng-template pTemplate="header">
diff --git a/client/src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html b/client/src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html
index 0e072d84b..cec703289 100644
--- a/client/src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html
+++ b/client/src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html
@@ -2,7 +2,7 @@
2 [value]="blockedServers" [lazy]="true" [paginator]="true" [totalRecords]="totalRecords" [rows]="rowsPerPage" 2 [value]="blockedServers" [lazy]="true" [paginator]="true" [totalRecords]="totalRecords" [rows]="rowsPerPage"
3 [sortField]="sort.field" [sortOrder]="sort.order" (onLazyLoad)="loadLazy($event)" 3 [sortField]="sort.field" [sortOrder]="sort.order" (onLazyLoad)="loadLazy($event)"
4 [showCurrentPageReport]="true" i18n-currentPageReportTemplate 4 [showCurrentPageReport]="true" i18n-currentPageReportTemplate
5 currentPageReportTemplate="Showing {first} to {last} of {totalRecords} muted instances" 5 currentPageReportTemplate="Showing {{'{first}'}} to {{'{last}'}} of {{'{totalRecords}'}} muted instances"
6> 6>
7 <ng-template pTemplate="caption"> 7 <ng-template pTemplate="caption">
8 <div class="caption"> 8 <div class="caption">
diff --git a/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html b/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html
index 3899ee07f..4ecb395f8 100644
--- a/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html
+++ b/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html
@@ -2,7 +2,7 @@
2 [value]="videoAbuses" [lazy]="true" [paginator]="true" [totalRecords]="totalRecords" [rows]="rowsPerPage" 2 [value]="videoAbuses" [lazy]="true" [paginator]="true" [totalRecords]="totalRecords" [rows]="rowsPerPage"
3 [sortField]="sort.field" [sortOrder]="sort.order" (onLazyLoad)="loadLazy($event)" dataKey="id" 3 [sortField]="sort.field" [sortOrder]="sort.order" (onLazyLoad)="loadLazy($event)" dataKey="id"
4 [showCurrentPageReport]="true" i18n-currentPageReportTemplate 4 [showCurrentPageReport]="true" i18n-currentPageReportTemplate
5 currentPageReportTemplate="Showing {first} to {last} of {totalRecords} reports" 5 currentPageReportTemplate="Showing {{'{first}'}} to {{'{last}'}} of {{'{totalRecords}'}} reports"
6> 6>
7 <ng-template pTemplate="header"> 7 <ng-template pTemplate="header">
8 <tr> <!-- header --> 8 <tr> <!-- header -->
@@ -73,7 +73,7 @@
73 <span class="col-9 moderation-expanded-text" [innerHTML]="videoAbuse.moderationCommentHtml"></span> 73 <span class="col-9 moderation-expanded-text" [innerHTML]="videoAbuse.moderationCommentHtml"></span>
74 </div> 74 </div>
75 </div> 75 </div>
76 76
77 <div class="col-4"> 77 <div class="col-4">
78 <div class="screenratio" [innerHTML]="videoAbuse.embedHtml"></div> 78 <div class="screenratio" [innerHTML]="videoAbuse.embedHtml"></div>
79 </div> 79 </div>
diff --git a/client/src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html b/client/src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html
index 320172e37..023f4e7b7 100644
--- a/client/src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html
+++ b/client/src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html
@@ -2,7 +2,7 @@
2 [value]="blacklist" [lazy]="true" [paginator]="true" [totalRecords]="totalRecords" [rows]="rowsPerPage" 2 [value]="blacklist" [lazy]="true" [paginator]="true" [totalRecords]="totalRecords" [rows]="rowsPerPage"
3 [sortField]="sort.field" [sortOrder]="sort.order" (onLazyLoad)="loadLazy($event)" dataKey="id" 3 [sortField]="sort.field" [sortOrder]="sort.order" (onLazyLoad)="loadLazy($event)" dataKey="id"
4 [showCurrentPageReport]="true" i18n-currentPageReportTemplate 4 [showCurrentPageReport]="true" i18n-currentPageReportTemplate
5 currentPageReportTemplate="Showing {first} to {last} of {totalRecords} blacklisted videos" 5 currentPageReportTemplate="Showing {{'{first}'}} to {{'{last}'}} of {{'{totalRecords}'}} blacklisted videos"
6> 6>
7 <ng-template pTemplate="header"> 7 <ng-template pTemplate="header">
8 <tr> 8 <tr>
diff --git a/client/src/app/+admin/users/user-list/user-list.component.html b/client/src/app/+admin/users/user-list/user-list.component.html
index e9ff61283..a555af4c4 100644
--- a/client/src/app/+admin/users/user-list/user-list.component.html
+++ b/client/src/app/+admin/users/user-list/user-list.component.html
@@ -12,7 +12,7 @@
12 [sortField]="sort.field" [sortOrder]="sort.order" (onLazyLoad)="loadLazy($event)" dataKey="id" 12 [sortField]="sort.field" [sortOrder]="sort.order" (onLazyLoad)="loadLazy($event)" dataKey="id"
13 [(selection)]="selectedUsers" 13 [(selection)]="selectedUsers"
14 [showCurrentPageReport]="true" i18n-currentPageReportTemplate 14 [showCurrentPageReport]="true" i18n-currentPageReportTemplate
15 currentPageReportTemplate="Showing {first} to {last} of {totalRecords} users" 15 currentPageReportTemplate="Showing {{'{first}'}} to {{'{last}'}} of {{'{totalRecords}'}} users"
16> 16>
17 <ng-template pTemplate="caption"> 17 <ng-template pTemplate="caption">
18 <div class="caption"> 18 <div class="caption">
diff --git a/client/src/locale/angular.ar-001.xlf b/client/src/locale/angular.ar-001.xlf
index a2850f5e5..dd0f66548 100644
--- a/client/src/locale/angular.ar-001.xlf
+++ b/client/src/locale/angular.ar-001.xlf
@@ -615,7 +615,7 @@
615 </context-group> 615 </context-group>
616 616
617 617
618 <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><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 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
619 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 619 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
620 <source>Private</source> 620 <source>Private</source>
621 <target>خاص</target> 621 <target>خاص</target>
@@ -625,10 +625,10 @@
625 625
626 626
627 627
628 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 628 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
629 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 629 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
630 630
631 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 631 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
632 632
633 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 633 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
634 <source>Blacklisted</source> 634 <source>Blacklisted</source>
@@ -637,12 +637,12 @@
637 <context context-type="linenumber">42</context> 637 <context context-type="linenumber">42</context>
638 </context-group> 638 </context-group>
639 639
640 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 640 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
641 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 641 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
642 <source>Sensitive</source> 642 <source>Sensitive</source>
643 <target state="translated">حساسة</target> 643 <target state="translated">حساسة</target>
644 644
645 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 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>
646 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 646 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
647 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 647 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
648 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 648 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -700,7 +700,7 @@
700 700
701 701
702 702
703 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit> 703 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
704 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 704 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
705 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 705 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
706 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 706 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -748,7 +748,7 @@
748 748
749 749
750 750
751 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 751 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
752 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 752 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
753 <source>Truncated preview</source> 753 <source>Truncated preview</source>
754 <target>معاينة مقتطعة</target> 754 <target>معاينة مقتطعة</target>
@@ -937,7 +937,7 @@
937 937
938 938
939 939
940 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit> 940 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
941 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 941 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
942 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 942 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
943 <target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target> 943 <target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target>
@@ -1076,7 +1076,7 @@
1076 1076
1077 1077
1078 1078
1079 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1079 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1080 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1080 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1081 <source>Ban this user</source> 1081 <source>Ban this user</source>
1082 <target>حظر هذا المستخدم</target> 1082 <target>حظر هذا المستخدم</target>
@@ -1093,14 +1093,7 @@
1093 <context context-type="linenumber">11</context> 1093 <context context-type="linenumber">11</context>
1094 </context-group> 1094 </context-group>
1095 </trans-unit> 1095 </trans-unit>
1096 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 1096
1097 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1098 <target state="new">(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1099 <context-group purpose="location">
1100 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
1101 <context context-type="linenumber">12</context>
1102 </context-group>
1103 </trans-unit>
1104 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1097 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1105 <source>Login</source> 1098 <source>Login</source>
1106 <target>تسجيل الدخول</target> 1099 <target>تسجيل الدخول</target>
@@ -1237,7 +1230,7 @@
1237 1230
1238 1231
1239 1232
1240 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1233 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1241 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1234 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1242 <source>Email address</source> 1235 <source>Email address</source>
1243 <target>عنوان البريد الإلكتروني</target> 1236 <target>عنوان البريد الإلكتروني</target>
@@ -1620,15 +1613,9 @@
1620 </context-group> 1613 </context-group>
1621 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1614 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1622 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1615 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1623 <context-group purpose="location"> 1616
1624 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1617
1625 <context context-type="linenumber">36</context> 1618 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1626 </context-group>
1627 <context-group purpose="location">
1628 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1629 <context context-type="linenumber">158</context>
1630 </context-group>
1631 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1632 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1619 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1633 <context-group purpose="location"> 1620 <context-group purpose="location">
1634 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1621 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1661,41 +1648,26 @@
1661 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1648 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1662 <source>Help</source><target state="new">Help</target> 1649 <source>Help</source><target state="new">Help</target>
1663 1650
1664 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1651 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1665 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1652 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1666 <context-group purpose="location"> 1653
1667 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1654 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1668 <context context-type="linenumber">167</context>
1669 </context-group>
1670 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1671 <source>Shortcuts</source><target state="new">Shortcuts</target> 1655 <source>Shortcuts</source><target state="new">Shortcuts</target>
1672 <context-group purpose="location"> 1656
1673 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1657 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1674 <context context-type="linenumber">168</context>
1675 </context-group>
1676 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1677 <source> 1658 <source>
1678 powered by PeerTube 1659 powered by PeerTube
1679 </source><target state="new"> 1660 </source><target state="new">
1680 powered by PeerTube 1661 powered by PeerTube
1681 </target> 1662 </target>
1682 <context-group purpose="location"> 1663
1683 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1664 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1684 <context context-type="linenumber">172</context>
1685 </context-group>
1686 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1687 <source>PeerTube website</source><target state="new">PeerTube website</target> 1665 <source>PeerTube website</source><target state="new">PeerTube website</target>
1688 <context-group purpose="location"> 1666
1689 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1667 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1690 <context context-type="linenumber">172</context>
1691 </context-group>
1692 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1693 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1668 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1694 <context-group purpose="location"> 1669
1695 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1670 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1696 <context context-type="linenumber">171</context>
1697 </context-group>
1698 </trans-unit>
1699 1671
1700 1672
1701 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1673 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
@@ -1806,17 +1778,8 @@
1806 1778
1807 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1779 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1808 <source>Contact</source><target state="new">Contact</target> 1780 <source>Contact</source><target state="new">Contact</target>
1809 <context-group purpose="location"> 1781
1810 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1782 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1811 <context context-type="linenumber">154</context>
1812 </context-group>
1813 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1814 <source>Terms of Service</source><target state="new">Terms of Service</target>
1815 <context-group purpose="location">
1816 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1817 <context context-type="linenumber">155</context>
1818 </context-group>
1819 </trans-unit>
1820 1783
1821 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1784 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1822 <source>View your notifications</source> 1785 <source>View your notifications</source>
@@ -2239,7 +2202,7 @@
2239 2202
2240 2203
2241 2204
2242 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2205 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2243 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2206 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2244 <source>Privacy</source> 2207 <source>Privacy</source>
2245 <target>الخصوصية</target> 2208 <target>الخصوصية</target>
@@ -2253,37 +2216,19 @@
2253 2216
2254 2217
2255 2218
2256 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2219 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2257 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
2258 <context-group purpose="location">
2259 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2260 <context context-type="linenumber">164</context>
2261 </context-group>
2262 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2263 <source>FAQ</source><target state="new">FAQ</target> 2220 <source>FAQ</source><target state="new">FAQ</target>
2264 <context-group purpose="location"> 2221
2265 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2222 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2266 <context context-type="linenumber">165</context>
2267 </context-group>
2268 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2269 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 2223 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
2270 <context-group purpose="location"> 2224
2271 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2225 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2272 <context context-type="linenumber">165</context>
2273 </context-group>
2274 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2275 <source>API</source><target state="new">API</target> 2226 <source>API</source><target state="new">API</target>
2276 <context-group purpose="location"> 2227
2277 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2228 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2278 <context context-type="linenumber">166</context>
2279 </context-group>
2280 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2281 <source>API documentation</source><target state="new">API documentation</target> 2229 <source>API documentation</source><target state="new">API documentation</target>
2282 <context-group purpose="location"> 2230
2283 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2231 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2284 <context context-type="linenumber">166</context>
2285 </context-group>
2286 </trans-unit>
2287 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html"> 2232 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
2288 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2233 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2289 <target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2234 <target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2455,7 +2400,7 @@
2455 2400
2456 2401
2457 2402
2458 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit> 2403 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2459 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 2404 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
2460 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2405 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2461 <target state="new"> 2406 <target state="new">
@@ -2475,7 +2420,7 @@
2475 2420
2476 2421
2477 2422
2478 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 2423 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2479 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2424 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2480 <source>Select the file to upload</source> 2425 <source>Select the file to upload</source>
2481 <target>اختر الملف الذي تريد ارساله</target> 2426 <target>اختر الملف الذي تريد ارساله</target>
@@ -2490,16 +2435,13 @@
2490 <context-group name="null"> 2435 <context-group name="null">
2491 <context context-type="linenumber">25</context> 2436 <context context-type="linenumber">25</context>
2492 </context-group> 2437 </context-group>
2493 <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">25</context></context-group> 2438
2494 </trans-unit> 2439 <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">24</context></context-group></trans-unit>
2495 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2440 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2496 <source>Video background image</source> 2441 <source>Video background image</source>
2497 <target state="new">Video background image</target> 2442 <target state="new">Video background image</target>
2498 <context-group purpose="location"> 2443
2499 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2444 <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">31</context></context-group></trans-unit>
2500 <context context-type="linenumber">32</context>
2501 </context-group>
2502 </trans-unit>
2503 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2445 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2504 <source> 2446 <source>
2505 Image that will be merged with your audio file. 2447 Image that will be merged with your audio file.
@@ -2511,39 +2453,27 @@
2511 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2453 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2512 The chosen image will be definitive and cannot be modified. 2454 The chosen image will be definitive and cannot be modified.
2513 </target> 2455 </target>
2514 <context-group purpose="location"> 2456
2515 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2457 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2516 <context context-type="linenumber">34</context>
2517 </context-group>
2518 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2519 <source>Processing…</source><target state="new">Processing…</target> 2458 <source>Processing…</source><target state="new">Processing…</target>
2520 <context-group purpose="location"> 2459
2521 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2460 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2522 <context context-type="linenumber">56</context>
2523 </context-group>
2524 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2525 <source>Total video quota</source><target state="new">Total video quota</target> 2461 <source>Total video quota</source><target state="new">Total video quota</target>
2526 <context-group purpose="location"> 2462
2527 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2463
2528 <context context-type="linenumber">54</context> 2464 <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">53</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">11</context></context-group></trans-unit>
2529 </context-group>
2530 <context-group purpose="location">
2531 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2532 <context context-type="linenumber">11</context>
2533 </context-group>
2534 </trans-unit>
2535 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html"> 2465 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2536 <source>Congratulations! Your video is now available in your private library.</source> 2466 <source>Congratulations! Your video is now available in your private library.</source>
2537 <target state="new"> 2467 <target state="new">
2538 Congratulations! Your video is now available in your private library. 2468 Congratulations! Your video is now available in your private library.
2539</target> 2469</target>
2540 2470
2541 <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">68</context></context-group></trans-unit> 2471 <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">67</context></context-group></trans-unit>
2542 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html"> 2472 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
2543 <source>Publish will be available when upload is finished</source> 2473 <source>Publish will be available when upload is finished</source>
2544 <target state="new">Publish will be available when upload is finished</target> 2474 <target state="new">Publish will be available when upload is finished</target>
2545 2475
2546 <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">81</context></context-group></trans-unit> 2476 <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">80</context></context-group></trans-unit>
2547 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2477 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2548 <source>Publish</source> 2478 <source>Publish</source>
2549 <target>أنشر</target> 2479 <target>أنشر</target>
@@ -2551,7 +2481,7 @@
2551 <context context-type="linenumber">86</context> 2481 <context context-type="linenumber">86</context>
2552 </context-group> 2482 </context-group>
2553 2483
2554 <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">88</context></context-group></trans-unit> 2484 <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">87</context></context-group></trans-unit>
2555 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2485 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2556 <source>Select the torrent to import</source> 2486 <source>Select the torrent to import</source>
2557 <target>إختر التورنت الذي تريد استيراده</target> 2487 <target>إختر التورنت الذي تريد استيراده</target>
@@ -2559,23 +2489,19 @@
2559 <context context-type="linenumber">6</context> 2489 <context context-type="linenumber">6</context>
2560 </context-group> 2490 </context-group>
2561 <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">6</context></context-group> 2491 <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">6</context></context-group>
2562 </trans-unit> 2492 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2563 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2493 <source>OR</source><target state="new">OR</target>
2564 <source>Or</source> 2494 <context-group purpose="location">
2565 <target>أو</target> 2495 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2566 <context-group name="null"> 2496 <context context-type="linenumber">10</context>
2567 <context context-type="linenumber">11</context>
2568 </context-group> 2497 </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">11</context></context-group>
2570 </trans-unit> 2498 </trans-unit>
2499
2571 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html"> 2500 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
2572 <source>Paste magnet URI</source> 2501 <source>Paste magnet URI</source>
2573 <target state="new">Paste magnet URI</target> 2502 <target state="new">Paste magnet URI</target>
2574 <context-group purpose="location"> 2503
2575 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2504 <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">13</context></context-group></trans-unit>
2576 <context context-type="linenumber">14</context>
2577 </context-group>
2578 </trans-unit>
2579 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2505 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2580 <source> 2506 <source>
2581 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.
@@ -2585,21 +2511,15 @@
2585 You can import any torrent file that points to a mp4 file. 2511 You can import any torrent file that points to a mp4 file.
2586 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. 2512 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.
2587 </target> 2513 </target>
2588 <context-group purpose="location"> 2514
2589 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2515 <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">16</context></context-group></trans-unit>
2590 <context context-type="linenumber">17</context>
2591 </context-group>
2592 </trans-unit>
2593 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html"> 2516 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2594 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2517 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2595 <target state="new"> 2518 <target state="new">
2596 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 2519 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2597</target> 2520</target>
2598 <context-group purpose="location"> 2521
2599 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2522 <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">56</context></context-group></trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2600 <context context-type="linenumber">57</context>
2601 </context-group>
2602 </trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2603 <source> 2523 <source>
2604 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. 2524 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.
2605 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2525 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -2907,7 +2827,7 @@
2907 </context-group> 2827 </context-group>
2908 2828
2909 2829
2910 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</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">63</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2830 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2911 <source>Subscribe</source><target state="new">Subscribe</target> 2831 <source>Subscribe</source><target state="new">Subscribe</target>
2912 <context-group purpose="location"> 2832 <context-group purpose="location">
2913 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2833 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
@@ -2984,7 +2904,7 @@
2984 <context context-type="linenumber">215</context> 2904 <context context-type="linenumber">215</context>
2985 </context-group> 2905 </context-group>
2986 2906
2987 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></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">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2988 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2908 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2989 <source>Get more information</source> 2909 <source>Get more information</source>
2990 <target>احصل على معلومات أكثر</target> 2910 <target>احصل على معلومات أكثر</target>
@@ -3058,27 +2978,18 @@
3058 </source><target state="new"> 2978 </source><target state="new">
3059 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 2979 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
3060 </target> 2980 </target>
3061 <context-group purpose="location"> 2981
3062 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2982 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3063 <context context-type="linenumber">77</context>
3064 </context-group>
3065 </trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3066 <source> 2983 <source>
3067 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2984 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
3068 </source><target state="new"> 2985 </source><target state="new">
3069 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2986 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
3070 </target> 2987 </target>
3071 <context-group purpose="location"> 2988
3072 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2989 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3073 <context context-type="linenumber">80</context>
3074 </context-group>
3075 </trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3076 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 2990 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
3077 <context-group purpose="location"> 2991
3078 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2992 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3079 <context context-type="linenumber">84</context>
3080 </context-group>
3081 </trans-unit>
3082 2993
3083 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 2994 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3084 <source>Comments are disabled.</source> 2995 <source>Comments are disabled.</source>
@@ -3087,7 +2998,7 @@
3087 <context context-type="linenumber">64</context> 2998 <context context-type="linenumber">64</context>
3088 </context-group> 2999 </context-group>
3089 3000
3090 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group></trans-unit> 3001 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3091 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3002 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3092 <source>Add comment...</source> 3003 <source>Add comment...</source>
3093 <target>إضافة تعليق…</target> 3004 <target>إضافة تعليق…</target>
@@ -3176,14 +3087,7 @@
3176 </context-group> 3087 </context-group>
3177 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3088 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3178 </trans-unit> 3089 </trans-unit>
3179 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 3090
3180 <source>Follow</source>
3181 <target>تابِع</target>
3182 <context-group name="null">
3183 <context context-type="linenumber">7</context>
3184 </context-group>
3185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3186 </trans-unit>
3187 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3091 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3188 <source>Followers</source> 3092 <source>Followers</source>
3189 <target>المُتابِعون</target> 3093 <target>المُتابِعون</target>
@@ -3192,56 +3096,40 @@
3192 </context-group> 3096 </context-group>
3193 3097
3194 3098
3195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3099 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3196 <source>Video redundancies</source><target state="new">Video redundancies</target> 3100 <source>Video redundancies</source><target state="new">Video redundancies</target>
3197 <context-group purpose="location"> 3101
3198 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3102 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3199 <context context-type="linenumber">11</context>
3200 </context-group>
3201 </trans-unit>
3202 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html"> 3103 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
3203 <source>1 host (without "http://") per line</source> 3104 <source>1 host (without "http://") per line</source>
3204 <target state="new">1 host (without "http://") per line</target> 3105 <target state="new">1 host (without "http://") per line</target>
3106
3107 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3108 <source>Follow domain</source><target state="new">Follow domain</target>
3205 <context-group purpose="location"> 3109 <context-group purpose="location">
3206 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context> 3110 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3207 <context context-type="linenumber">5</context> 3111 <context context-type="linenumber">15</context>
3208 </context-group>
3209 </trans-unit>
3210 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507" datatype="html">
3211 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3212 <target state="new">
3213 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3214 </target>
3215 <context-group purpose="location">
3216 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
3217 <context context-type="linenumber">17</context>
3218 </context-group>
3219 </trans-unit>
3220 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437" datatype="html">
3221 <source>Add following</source>
3222 <target state="new">Add following</target>
3223 <context-group purpose="location">
3224 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
3225 <context context-type="linenumber">21</context>
3226 </context-group> 3112 </context-group>
3227 </trans-unit> 3113 </trans-unit>
3114
3115
3228 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3116 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3229 <source>Filter...</source> 3117 <source>Filter...</source>
3230 <target>تصفية...</target> 3118 <target>تصفية...</target>
3231 <context-group name="null"> 3119 <context-group name="null">
3232 <context context-type="linenumber">27</context> 3120 <context context-type="linenumber">27</context>
3233 </context-group> 3121 </context-group>
3234 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</context></context-group> 3122
3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">9</context></context-group> 3123
3236 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">27</context></context-group> 3124
3237 </trans-unit> 3125 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3238 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 3126 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
3239 <source>ID</source> 3127 <source>ID</source>
3240 <target state="new">ID</target> 3128 <target state="new">ID</target>
3241 3129
3242 3130
3243 3131
3244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 3132 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3245 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3133 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3246 <source>Follower handle</source> 3134 <source>Follower handle</source>
3247 <target state="new">Follower handle</target> 3135 <target state="new">Follower handle</target>
@@ -3257,37 +3145,22 @@
3257 3145
3258 3146
3259 3147
3260 <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"> 3148 <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="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3261 <source>Delayed.</source><target state="new">Delayed.</target> 3149 <source>Delayed.</source><target state="new">Delayed.</target>
3262 <context-group purpose="location"> 3150
3263 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3151 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3264 <context context-type="linenumber">42</context>
3265 </context-group>
3266 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3267 <source>Will start soon...</source><target state="new">Will start soon...</target> 3152 <source>Will start soon...</source><target state="new">Will start soon...</target>
3268 <context-group purpose="location"> 3153
3269 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3270 <context context-type="linenumber">43</context>
3271 </context-group>
3272 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3273 <source>Running...</source><target state="new">Running...</target> 3155 <source>Running...</source><target state="new">Running...</target>
3274 <context-group purpose="location"> 3156
3275 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3276 <context context-type="linenumber">44</context>
3277 </context-group>
3278 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3279 <source>Finished</source><target state="new">Finished</target> 3158 <source>Finished</source><target state="new">Finished</target>
3280 <context-group purpose="location"> 3159
3281 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3282 <context context-type="linenumber">45</context>
3283 </context-group>
3284 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3285 <source>Failed</source><target state="new">Failed</target> 3161 <source>Failed</source><target state="new">Failed</target>
3286 <context-group purpose="location"> 3162
3287 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3163 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3288 <context context-type="linenumber">46</context>
3289 </context-group>
3290 </trans-unit>
3291 3164
3292 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 3165 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3293 <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> 3166 <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>
@@ -3298,7 +3171,7 @@
3298 3171
3299 3172
3300 3173
3301 <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> 3174 <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">24</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">46</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">11</context></context-group><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><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>
3302 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3175 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3303 <source>Accepted</source> 3176 <source>Accepted</source>
3304 <target>تم القبول</target> 3177 <target>تم القبول</target>
@@ -3307,7 +3180,7 @@
3307 </context-group> 3180 </context-group>
3308 3181
3309 3182
3310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">30</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">28</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">34</context></context-group></trans-unit>
3311 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3184 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3312 <source>Pending</source> 3185 <source>Pending</source>
3313 <target>معلق</target> 3186 <target>معلق</target>
@@ -3316,7 +3189,7 @@
3316 </context-group> 3189 </context-group>
3317 3190
3318 3191
3319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">31</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">29</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">35</context></context-group></trans-unit>
3320 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3193 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3321 <source>Accept</source> 3194 <source>Accept</source>
3322 <target state="new">Accept</target> 3195 <target state="new">Accept</target>
@@ -3331,7 +3204,13 @@
3331 </context-group> 3204 </context-group>
3332 3205
3333 3206
3334 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit> 3207 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3208 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3209 <context-group purpose="location">
3210 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3211 <context context-type="linenumber">3</context>
3212 </context-group>
3213 </trans-unit>
3335 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 3214 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3336 <source>Host</source> 3215 <source>Host</source>
3337 <target>المضيف</target> 3216 <target>المضيف</target>
@@ -3339,17 +3218,26 @@
3339 <context context-type="linenumber">19</context> 3218 <context context-type="linenumber">19</context>
3340 </context-group> 3219 </context-group>
3341 3220
3342 <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></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3221 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3343 <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><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> 3222 <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><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>
3223
3224 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3225 <source>Follow domains</source><target state="new">Follow domains</target>
3344 <context-group purpose="location"> 3226 <context-group purpose="location">
3345 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3227 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3346 <context context-type="linenumber">21</context> 3228 <context context-type="linenumber">50</context>
3347 </context-group> 3229 </context-group>
3348 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3230 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3349 <source>Video redundancies list</source><target state="new">Video redundancies list</target> 3231 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3350 <context-group purpose="location"> 3232 <context-group purpose="location">
3351 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3233 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3352 <context context-type="linenumber">2</context> 3234 <context context-type="linenumber">7</context>
3235 </context-group>
3236 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3237 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3238 <context-group purpose="location">
3239 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3240 <context context-type="linenumber">8</context>
3353 </context-group> 3241 </context-group>
3354 </trans-unit> 3242 </trans-unit>
3355 3243
@@ -3415,7 +3303,7 @@
3415 3303
3416 3304
3417 3305
3418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3306 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3419 <source> 3307 <source>
3420 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3308 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3421 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3309 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3499,58 +3387,56 @@
3499 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 3387 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3500 <source>Batch actions</source> 3388 <source>Batch actions</source>
3501 <target state="new">Batch actions</target> 3389 <target state="new">Batch actions</target>
3502 <context-group purpose="location"> 3390
3503 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3391 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3504 <context context-type="linenumber">19</context>
3505 </context-group>
3506 </trans-unit>
3507 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3392 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3508 <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> 3393 <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>
3509 <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> 3394 <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>
3510 <context-group purpose="location"> 3395
3511 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3512 <context context-type="linenumber">40</context>
3513 </context-group>
3514 </trans-unit>
3515 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3397 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3516 <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> 3398 <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>
3517 <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> 3399 <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>
3518 <context-group purpose="location"> 3400
3519 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3401 <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></trans-unit>
3520 <context context-type="linenumber">42</context>
3521 </context-group>
3522 </trans-unit>
3523 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3402 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3524 <source>(banned)</source> 3403 <source>(banned)</source>
3525 <target state="new">(banned)</target> 3404 <target state="new">(banned)</target>
3405
3406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3407 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3526 <context-group purpose="location"> 3408 <context-group purpose="location">
3527 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3409 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3528 <context context-type="linenumber">65</context> 3410 <context context-type="linenumber">65</context>
3529 </context-group> 3411 </context-group>
3412 <context-group purpose="location">
3413 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3414 <context context-type="linenumber">27</context>
3415 </context-group>
3530 </trans-unit> 3416 </trans-unit>
3531 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3417 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3532 <source>User's email must be verified to login</source> 3418 <source>User's email must be verified to login</source>
3533 <target state="new">User's email must be verified to login</target> 3419 <target state="new">User's email must be verified to login</target>
3534 <context-group purpose="location"> 3420
3535 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3536 <context context-type="linenumber">72</context>
3537 </context-group>
3538 </trans-unit>
3539 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3422 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3540 <source>User's email is verified / User can login without email verification</source> 3423 <source>User's email is verified / User can login without email verification</source>
3541 <target state="new">User's email is verified / User can login without email verification</target> 3424 <target state="new">User's email is verified / User can login without email verification</target>
3542 <context-group purpose="location"> 3425
3543 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3544 <context context-type="linenumber">76</context>
3545 </context-group>
3546 </trans-unit>
3547 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3427 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3548 <source>Ban reason:</source> 3428 <source>Ban reason:</source>
3549 <target>سبب الحظر:</target> 3429 <target>سبب الحظر:</target>
3550 <context-group name="null"> 3430 <context-group name="null">
3551 <context context-type="linenumber">95</context> 3431 <context context-type="linenumber">95</context>
3552 </context-group> 3432 </context-group>
3553 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group> 3433
3434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3435 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3436 <context-group purpose="location">
3437 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3438 <context context-type="linenumber">15</context>
3439 </context-group>
3554 </trans-unit> 3440 </trans-unit>
3555 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3441 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
3556 <source>Moderation</source> 3442 <source>Moderation</source>
@@ -3603,90 +3489,90 @@
3603 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 3489 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
3604 <context context-type="linenumber">13</context> 3490 <context context-type="linenumber">13</context>
3605 </context-group> 3491 </context-group>
3492 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3493 <source>Video <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">Video <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>
3494 <context-group purpose="location">
3495 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3496 <context context-type="linenumber">10</context>
3497 </context-group>
3606 </trans-unit> 3498 </trans-unit>
3607 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3499 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3608 <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> 3500 <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>
3609 <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> 3501 <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>
3610 3502
3611 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><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">8</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3503 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3612 <source>Video URL</source><target state="new">Video URL</target> 3504 <source>Video URL</source><target state="new">Video URL</target>
3613 <context-group purpose="location"> 3505
3614 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3506 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3615 <context context-type="linenumber">24</context>
3616 </context-group>
3617 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3618 <source>Total size</source><target state="new">Total size</target> 3507 <source>Total size</source><target state="new">Total size</target>
3508
3509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3510 <source>List redundancies</source><target state="new">List redundancies</target>
3619 <context-group purpose="location"> 3511 <context-group purpose="location">
3620 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3512 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3621 <context context-type="linenumber">25</context> 3513 <context context-type="linenumber">33</context>
3622 </context-group> 3514 </context-group>
3623 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3515 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3624 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3516 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3625 <context-group purpose="location"> 3517
3626 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3627 <context context-type="linenumber">69</context>
3628 </context-group>
3629 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3630 <source> 3519 <source>
3631 No redundancy strategy is enabled on your instance. 3520 No redundancy strategy is enabled on your instance.
3632 </source><target state="new"> 3521 </source><target state="new">
3633 No redundancy strategy is enabled on your instance. 3522 No redundancy strategy is enabled on your instance.
3634 </target> 3523 </target>
3635 <context-group purpose="location"> 3524
3636 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3637 <context context-type="linenumber">73</context>
3638 </context-group>
3639 </trans-unit>
3640 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3526 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3641 <source>Sensitive</source> 3527 <source>Sensitive</source>
3642 <target>حساس</target> 3528 <target>حساس</target>
3643 <context-group name="null"> 3529 <context-group name="null">
3644 <context context-type="linenumber">9</context> 3530 <context context-type="linenumber">9</context>
3645 </context-group> 3531 </context-group>
3646 <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">9</context></context-group> 3532
3647 </trans-unit> 3533 <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">11</context></context-group></trans-unit>
3648 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3534 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3649 <source>Unfederated</source> 3535 <source>Unfederated</source>
3650 <target state="new">Unfederated</target> 3536 <target state="new">Unfederated</target>
3651 <context-group purpose="location"> 3537
3652 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3538 <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">12</context></context-group></trans-unit>
3653 <context context-type="linenumber">10</context>
3654 </context-group>
3655 </trans-unit>
3656 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3539 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3657 <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> 3540 <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>
3658 <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> 3541 <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>
3659 <context-group purpose="location"> 3542
3660 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3543 <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">13</context></context-group></trans-unit>
3661 <context context-type="linenumber">11</context>
3662 </context-group>
3663 </trans-unit>
3664 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3544 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3665 <source>Go to the video</source> 3545 <source>Go to the video</source>
3666 <target>إنتقل إلى الفيديو</target> 3546 <target>إنتقل إلى الفيديو</target>
3667 <context-group name="null"> 3547 <context-group name="null">
3668 <context context-type="linenumber">33</context> 3548 <context context-type="linenumber">33</context>
3669 </context-group> 3549 </context-group>
3670 <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">25</context></context-group> 3550
3671 <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">33</context></context-group> 3551
3672 <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">33</context></context-group> 3552
3673 </trans-unit> 3553 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3674 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3554 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3675 <source>Actions</source> 3555 <source>Actions</source>
3676 <target>الإجراءات</target> 3556 <target>الإجراءات</target>
3677 <context-group name="null"> 3557 <context-group name="null">
3678 <context context-type="linenumber">44</context> 3558 <context context-type="linenumber">44</context>
3679 </context-group> 3559 </context-group>
3680 <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">35</context></context-group> 3560
3681 <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">44</context></context-group> 3561
3682 </trans-unit> 3562 <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">38</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">57</context></context-group></trans-unit>
3683 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3563 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3684 <source>Blacklist reason:</source> 3564 <source>Blacklist reason:</source>
3685 <target>سبب الحجب:</target> 3565 <target>سبب الحجب:</target>
3686 <context-group name="null"> 3566 <context-group name="null">
3687 <context context-type="linenumber">43</context> 3567 <context context-type="linenumber">43</context>
3688 </context-group> 3568 </context-group>
3689 <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">43</context></context-group> 3569
3570 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3571 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3572 <context-group purpose="location">
3573 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3574 <context context-type="linenumber">5</context>
3575 </context-group>
3690 </trans-unit> 3576 </trans-unit>
3691 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 3577 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
3692 <source>Moderation comment</source> 3578 <source>Moderation comment</source>
@@ -3701,11 +3587,8 @@
3701 <target state="new"> 3587 <target state="new">
3702 This comment can only be seen by you or the other moderators. 3588 This comment can only be seen by you or the other moderators.
3703 </target> 3589 </target>
3704 <context-group purpose="location"> 3590
3705 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 3591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3706 <context context-type="linenumber">18</context>
3707 </context-group>
3708 </trans-unit>
3709 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3592 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3710 <source>Update this comment</source> 3593 <source>Update this comment</source>
3711 <target>تحديث هذا التعليق</target> 3594 <target>تحديث هذا التعليق</target>
@@ -3713,30 +3596,36 @@
3713 <context context-type="linenumber">26</context> 3596 <context context-type="linenumber">26</context>
3714 </context-group> 3597 </context-group>
3715 3598
3716 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3599 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3717 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3600 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3718 <source>Reporter</source> 3601 <source>Reporter</source>
3719 <target>المُبلِغ</target> 3602 <target>المُبلِغ</target>
3720 <context-group name="null"> 3603 <context-group name="null">
3721 <context context-type="linenumber">8</context> 3604 <context context-type="linenumber">8</context>
3722 </context-group> 3605 </context-group>
3723 <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">8</context></context-group> 3606
3724 </trans-unit> 3607 <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">10</context></context-group></trans-unit>
3725 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3608 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3726 <source>Video</source> 3609 <source>Video</source>
3727 <target>الفيديو</target> 3610 <target>الفيديو</target>
3728 <context-group name="null"> 3611 <context-group name="null">
3729 <context context-type="linenumber">9</context> 3612 <context context-type="linenumber">9</context>
3730 </context-group> 3613 </context-group>
3731 <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">10</context></context-group> 3614
3732 <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">14</context></context-group> 3615
3733 <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> 3616
3617 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3618 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3619 <context-group purpose="location">
3620 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3621 <context context-type="linenumber">46</context>
3622 </context-group>
3734 </trans-unit> 3623 </trans-unit>
3735 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3624 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3736 <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> 3625 <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>
3737 <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> 3626 <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>
3738 3627
3739 <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><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><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></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3628 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3740 <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><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> 3629 <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><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>
3741 <context-group purpose="location"> 3630 <context-group purpose="location">
3742 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3631 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3749,25 +3638,30 @@
3749 <context-group name="null"> 3638 <context-group name="null">
3750 <context context-type="linenumber">27</context> 3639 <context context-type="linenumber">27</context>
3751 </context-group> 3640 </context-group>
3752 <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">25</context></context-group> 3641
3753 <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">27</context></context-group> 3642
3754 </trans-unit> 3643 <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">27</context></context-group></trans-unit>
3755 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3644 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
3756 <source>Reason:</source> 3645 <source>Reason:</source>
3757 <target>السبب:</target> 3646 <target>السبب:</target>
3758 <context-group name="null"> 3647 <context-group name="null">
3759 <context context-type="linenumber">53</context> 3648 <context context-type="linenumber">53</context>
3760 </context-group> 3649 </context-group>
3761 <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">53</context></context-group> 3650
3762 </trans-unit> 3651 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3763 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 3652 <source>Note:</source><target state="new">Note:</target>
3764 <source>Moderation comment:</source> 3653 <context-group purpose="location">
3765 <target>تعليق المُشرِف:</target> 3654 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3766 <context-group name="null"> 3655 <context context-type="linenumber">72</context>
3767 <context context-type="linenumber">57</context> 3656 </context-group>
3657 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3658 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3659 <context-group purpose="location">
3660 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3661 <context context-type="linenumber">5</context>
3768 </context-group> 3662 </context-group>
3769 <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">57</context></context-group>
3770 </trans-unit> 3663 </trans-unit>
3664
3771 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3665 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3772 <source>Unblacklist</source> 3666 <source>Unblacklist</source>
3773 <target>إلغاء الحجب</target> 3667 <target>إلغاء الحجب</target>
@@ -3776,6 +3670,12 @@
3776 </context-group> 3670 </context-group>
3777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 3671 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
3778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 3672 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3673 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3674 <source>Mute domain</source><target state="new">Mute domain</target>
3675 <context-group purpose="location">
3676 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3677 <context context-type="linenumber">11</context>
3678 </context-group>
3779 </trans-unit> 3679 </trans-unit>
3780 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3680 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3781 <source>Instance</source> 3681 <source>Instance</source>
@@ -3787,37 +3687,47 @@
3787 3687
3788 3688
3789 3689
3790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3791 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3691 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3792 <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> 3692 <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>
3793 <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> 3693 <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>
3794 <context-group purpose="location"> 3694
3795 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3695
3796 <context context-type="linenumber">9</context> 3696
3697
3698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3699 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3700 <source>Unmute</source>
3701 <target>إلغاء الكتم</target>
3702 <context-group name="null">
3703 <context context-type="linenumber">23</context>
3797 </context-group> 3704 </context-group>
3705
3706
3707
3708
3709 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3710 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3798 <context-group purpose="location"> 3711 <context-group purpose="location">
3799 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3712 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3800 <context context-type="linenumber">9</context> 3713 <context context-type="linenumber">5</context>
3801 </context-group> 3714 </context-group>
3715 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3716 <source>
3717 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3718 </source><target state="new">
3719 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3720 </target>
3802 <context-group purpose="location"> 3721 <context-group purpose="location">
3803 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 3722 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3804 <context context-type="linenumber">13</context> 3723 <context context-type="linenumber">37</context>
3805 </context-group> 3724 </context-group>
3725 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3726 <source>Mute domains</source><target state="new">Mute domains</target>
3806 <context-group purpose="location"> 3727 <context-group purpose="location">
3807 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 3728 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3808 <context context-type="linenumber">13</context> 3729 <context context-type="linenumber">35</context>
3809 </context-group>
3810 </trans-unit>
3811 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3812 <source>Unmute</source>
3813 <target>إلغاء الكتم</target>
3814 <context-group name="null">
3815 <context context-type="linenumber">23</context>
3816 </context-group> 3730 </context-group>
3817 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group>
3818 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">18</context></context-group>
3819 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group>
3820 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group>
3821 </trans-unit> 3731 </trans-unit>
3822 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 3732 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3823 <source>Account</source> 3733 <source>Account</source>
@@ -3825,8 +3735,14 @@
3825 <context-group name="null"> 3735 <context-group name="null">
3826 <context context-type="linenumber">12</context> 3736 <context context-type="linenumber">12</context>
3827 </context-group> 3737 </context-group>
3828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 3738
3829 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 3739
3740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3741 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3742 <context-group purpose="location">
3743 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3744 <context context-type="linenumber">5</context>
3745 </context-group>
3830 </trans-unit> 3746 </trans-unit>
3831 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3747 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
3832 <source>Plugins/Themes</source> 3748 <source>Plugins/Themes</source>
@@ -3971,26 +3887,13 @@
3971 <context context-type="linenumber">9</context> 3887 <context context-type="linenumber">9</context>
3972 </context-group> 3888 </context-group>
3973 </trans-unit> 3889 </trans-unit>
3974 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 3890 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3975 <source>Jobs list</source>
3976 <target>قائمة الإجراءات</target>
3977 <context-group name="null">
3978 <context context-type="linenumber">2</context>
3979 </context-group>
3980 <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>
3981 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3982 <source>Job type</source><target state="new">Job type</target> 3891 <source>Job type</source><target state="new">Job type</target>
3983 <context-group purpose="location"> 3892
3984 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3893 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3985 <context context-type="linenumber">5</context>
3986 </context-group>
3987 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3988 <source>Job state</source><target state="new">Job state</target> 3894 <source>Job state</source><target state="new">Job state</target>
3989 <context-group purpose="location"> 3895
3990 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3991 <context context-type="linenumber">14</context>
3992 </context-group>
3993 </trans-unit>
3994 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3897 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3995 <source>Type</source> 3898 <source>Type</source>
3996 <target>النوع</target> 3899 <target>النوع</target>
@@ -3998,7 +3901,7 @@
3998 <context context-type="linenumber">19</context> 3901 <context context-type="linenumber">19</context>
3999 </context-group> 3902 </context-group>
4000 3903
4001 <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> 3904 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4002 3905
4003 3906
4004 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3907 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
@@ -4050,43 +3953,25 @@
4050 3953
4051 3954
4052 3955
4053 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 3956 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4054 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 3957 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4055 <context-group purpose="location"> 3958
4056 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3959 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4057 <context context-type="linenumber">46</context>
4058 </context-group>
4059 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4060 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 3960 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
4061 <context-group purpose="location"> 3961
4062 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3962 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4063 <context context-type="linenumber">43</context>
4064 </context-group>
4065 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4066 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 3963 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
4067 <context-group purpose="location"> 3964
4068 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3965 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4069 <context context-type="linenumber">57</context>
4070 </context-group>
4071 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4072 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 3966 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
4073 <context-group purpose="location"> 3967
4074 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3968 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4075 <context context-type="linenumber">54</context>
4076 </context-group>
4077 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4078 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 3969 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
4079 <context-group purpose="location"> 3970
4080 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3971 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4081 <context context-type="linenumber">68</context>
4082 </context-group>
4083 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4084 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 3972 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
4085 <context-group purpose="location"> 3973
4086 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3974 <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">66</context></context-group></trans-unit>
4087 <context context-type="linenumber">65</context>
4088 </context-group>
4089 </trans-unit>
4090 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 3975 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
4091 <source>Main languages you/your moderators speak</source> 3976 <source>Main languages you/your moderators speak</source>
4092 <target state="new">Main languages you/your moderators speak</target> 3977 <target state="new">Main languages you/your moderators speak</target>
@@ -4142,13 +4027,13 @@
4142 </context-group> 4027 </context-group>
4143 4028
4144 4029
4145 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 4030 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4146 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html"> 4031 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html">
4147 <source>Blur thumbnails</source> 4032 <source>Blur thumbnails</source>
4148 <target state="new">Blur thumbnails</target> 4033 <target state="new">Blur thumbnails</target>
4149 4034
4150 4035
4151 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 4036 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4152 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4037 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4153 <source>Display</source> 4038 <source>Display</source>
4154 <target>إظهارها</target> 4039 <target>إظهارها</target>
@@ -4157,13 +4042,10 @@
4157 </context-group> 4042 </context-group>
4158 4043
4159 4044
4160 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4045 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4161 <source>Strategy</source><target state="new">Strategy</target> 4046 <source>Strategy</source><target state="new">Strategy</target>
4162 <context-group purpose="location"> 4047
4163 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4048 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4164 <context context-type="linenumber">22</context>
4165 </context-group>
4166 </trans-unit>
4167 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4049 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4168 <source>Terms</source> 4050 <source>Terms</source>
4169 <target>الشروط</target> 4051 <target>الشروط</target>
@@ -4173,72 +4055,72 @@
4173 4055
4174 4056
4175 4057
4176 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 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">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4177 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 4059 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4178 <source>Code of conduct</source> 4060 <source>Code of conduct</source>
4179 <target state="new">Code of conduct</target> 4061 <target state="new">Code of conduct</target>
4180 4062
4181 4063
4182 4064
4183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 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">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4184 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 4066 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4185 <source>Moderation information</source> 4067 <source>Moderation information</source>
4186 <target state="new">Moderation information</target> 4068 <target state="new">Moderation information</target>
4187 4069
4188 4070
4189 4071
4190 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 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">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4191 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 4073 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4192 4074
4193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 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">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4194 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 4076 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
4195 4077
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">153</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">154</context></context-group></trans-unit>
4197 4079
4198 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4080 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4199 <source>Who is behind the instance?</source> 4081 <source>Who is behind the instance?</source>
4200 <target state="new">Who is behind the instance?</target> 4082 <target state="new">Who is behind the instance?</target>
4201 4083
4202 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" 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">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4203 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 4085 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target>
4204 4086
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">160</context></context-group></trans-unit> 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">161</context></context-group></trans-unit>
4206 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 4088 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4207 <source>Why did you create this instance?</source> 4089 <source>Why did you create this instance?</source>
4208 <target state="new">Why did you create this instance?</target> 4090 <target state="new">Why did you create this instance?</target>
4209 4091
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">171</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 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">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4211 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 4093 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4212 4094
4213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit> 4095 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit>
4214 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 4096 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4215 <source>How long do you plan to maintain this instance?</source> 4097 <source>How long do you plan to maintain this instance?</source>
4216 <target state="new">How long do you plan to maintain this instance?</target> 4098 <target state="new">How long do you plan to maintain this instance?</target>
4217 4099
4218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">182</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4100 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4219 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 4101 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target>
4220 4102
4221 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</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">184</context></context-group></trans-unit>
4222 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4104 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4223 <source>How will you finance the PeerTube server?</source> 4105 <source>How will you finance the PeerTube server?</source>
4224 <target state="new">How will you finance the PeerTube server?</target> 4106 <target state="new">How will you finance the PeerTube server?</target>
4225 4107
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">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 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">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4227 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 4109 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
4228 4110
4229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 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">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4230 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 4112 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
4231 4113
4232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</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">209</context></context-group></trans-unit>
4233 4115
4234 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4116 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4235 <source>What server/hardware does the instance run on?</source> 4117 <source>What server/hardware does the instance run on?</source>
4236 <target state="new">What server/hardware does the instance run on?</target> 4118 <target state="new">What server/hardware does the instance run on?</target>
4237 4119
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">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 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">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4239 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4121 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4240 4122
4241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</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">216</context></context-group></trans-unit>
4242 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 4124 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4243 <source>Instance information</source> 4125 <source>Instance information</source>
4244 <target state="new">Instance information</target> 4126 <target state="new">Instance information</target>
@@ -4246,45 +4128,45 @@
4246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" 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">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4247 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 4129 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
4248 4130
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">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" 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">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4250 <source> 4132 <source>
4251 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4133 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4252 </source><target state="new"> 4134 </source><target state="new">
4253 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4135 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4254 </target> 4136 </target>
4255 4137
4256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit> 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">241</context></context-group></trans-unit>
4257 4139
4258 4140
4259 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4141 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4260 <source>default</source> 4142 <source>default</source>
4261 <target state="new">default</target> 4143 <target state="new">default</target>
4262 4144
4263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4145 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4264 <source>Landing page</source><target state="new">Landing page</target> 4146 <source>Landing page</source><target state="new">Landing page</target>
4265 4147
4266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">262</context></context-group></trans-unit> 4148 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit>
4267 4149
4268 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4150 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4269 <source>Discover videos</source> 4151 <source>Discover videos</source>
4270 <target state="translated">اكتشف فيديوهات</target> 4152 <target state="translated">اكتشف فيديوهات</target>
4271 4153
4272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">265</context></context-group></trans-unit> 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">266</context></context-group></trans-unit>
4273 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4155 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4274 <source>Trending videos</source> 4156 <source>Trending videos</source>
4275 <target state="new">Trending videos</target> 4157 <target state="new">Trending videos</target>
4276 4158
4277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 4159 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit>
4278 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4160 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4279 <source>Most liked videos</source> 4161 <source>Most liked videos</source>
4280 <target state="new">Most liked videos</target> 4162 <target state="new">Most liked videos</target>
4281 4163
4282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit> 4164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit>
4283 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4165 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4284 <source>Recently added videos</source> 4166 <source>Recently added videos</source>
4285 <target state="new">Recently added videos</target> 4167 <target state="new">Recently added videos</target>
4286 4168
4287 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit> 4169 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit>
4288 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4170 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4289 <source>Local videos</source> 4171 <source>Local videos</source>
4290 <target>الفيديوهات المحلية</target> 4172 <target>الفيديوهات المحلية</target>
@@ -4292,17 +4174,17 @@
4292 <context context-type="linenumber">223</context> 4174 <context context-type="linenumber">223</context>
4293 </context-group> 4175 </context-group>
4294 4176
4295 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4177 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4296 <source>NEW USERS</source><target state="new">NEW USERS</target> 4178 <source>NEW USERS</source><target state="new">NEW USERS</target>
4297 4179
4298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4299 <source> 4181 <source>
4300 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4182 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4301 </source><target state="new"> 4183 </source><target state="new">
4302 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4184 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4303 </target> 4185 </target>
4304 4186
4305 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit> 4187 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit>
4306 4188
4307 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4189 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4308 <source>Signup enabled</source> 4190 <source>Signup enabled</source>
@@ -4311,7 +4193,7 @@
4311 <context context-type="linenumber">235</context> 4193 <context context-type="linenumber">235</context>
4312 </context-group> 4194 </context-group>
4313 4195
4314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">292</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">293</context></context-group></trans-unit>
4315 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4197 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4316 <source>Signup requires email verification</source> 4198 <source>Signup requires email verification</source>
4317 <target>يتطلب التسجيل رسالة تأكيد</target> 4199 <target>يتطلب التسجيل رسالة تأكيد</target>
@@ -4319,7 +4201,7 @@
4319 <context context-type="linenumber">242</context> 4201 <context context-type="linenumber">242</context>
4320 </context-group> 4202 </context-group>
4321 4203
4322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">300</context></context-group></trans-unit> 4204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit>
4323 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4205 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4324 <source>Signup limit</source> 4206 <source>Signup limit</source>
4325 <target>حد التسجيل</target> 4207 <target>حد التسجيل</target>
@@ -4327,7 +4209,7 @@
4327 <context context-type="linenumber">247</context> 4209 <context context-type="linenumber">247</context>
4328 </context-group> 4210 </context-group>
4329 4211
4330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">304</context></context-group></trans-unit> 4212 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit>
4331 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4213 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4332 <source>Users</source> 4214 <source>Users</source>
4333 <target>المستخدِمون</target> 4215 <target>المستخدِمون</target>
@@ -4416,71 +4298,84 @@
4416 <source>Default video quota per user</source> 4298 <source>Default video quota per user</source>
4417 <target state="new">Default video quota per user</target> 4299 <target state="new">Default video quota per user</target>
4418 4300
4419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">319</context></context-group></trans-unit> 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">320</context></context-group></trans-unit>
4420 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4302 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4421 <source>Default daily upload limit per user</source> 4303 <source>Default daily upload limit per user</source>
4422 <target state="new">Default daily upload limit per user</target> 4304 <target state="new">Default daily upload limit per user</target>
4423 4305
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">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4306 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4425 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4307 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4426 4308
4427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4309 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4428 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4310 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4429 4311
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">359</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4312 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4431 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target> 4313 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target>
4432 4314
4433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">366</context></context-group></trans-unit> 4315 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">367</context></context-group></trans-unit>
4434 4316
4435 4317
4436 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4318 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4437 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4319 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4438 4320
4439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">383</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4321 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4440 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 4322 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
4441 4323
4442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4443 <source>FEDERATION</source><target state="new">FEDERATION</target> 4325 <source>FEDERATION</source><target state="new">FEDERATION</target>
4444 4326
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">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4327 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4446 <source> 4328 <source>
4447 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4329 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4448 </source><target state="new"> 4330 </source><target state="new">
4449 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4331 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4450 </target> 4332 </target>
4451 4333
4452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4453 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4335 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4454 4336
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">411</context></context-group></trans-unit> 4337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit>
4456 4338
4457 4339
4458 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4340 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4459 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 4341 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
4460 4342
4461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4343 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4462 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4344 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4463 4345
4464 <context-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></trans-unit> 4346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4347 <source>
4348 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4349 </source><target state="new">
4350 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4351 </target>
4352 <context-group purpose="location">
4353 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4354 <context context-type="linenumber">450</context>
4355 </context-group>
4356 </trans-unit>
4465 4357
4466 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4358 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4467 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4359 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4468 4360
4469 4361
4470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit> 4362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4471 4363
4472 4364
4473 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4365 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4474 <source>Index URL</source> 4366 <source>Index URL</source>
4475 <target state="new">Index URL</target> 4367 <target state="new">Index URL</target>
4476 4368
4477 <context-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="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4478 <source>Automatically follow instances of the public index</source><target state="new">Automatically follow instances of the public index</target> 4370 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4479 4371 <context-group purpose="location">
4480 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4372 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4373 <context context-type="linenumber">445</context>
4374 </context-group>
4375 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4481 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4376 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4482 4377
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">472</context></context-group></trans-unit> 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">477</context></context-group></trans-unit>
4484 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4379 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4485 <source>Administrator</source> 4380 <source>Administrator</source>
4486 <target>المدير</target> 4381 <target>المدير</target>
@@ -4496,12 +4391,12 @@
4496 <context context-type="linenumber">387</context> 4391 <context context-type="linenumber">387</context>
4497 </context-group> 4392 </context-group>
4498 4393
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">478</context></context-group></trans-unit> 4394 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit>
4500 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4395 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4501 <source>Enable contact form</source> 4396 <source>Enable contact form</source>
4502 <target state="new">Enable contact form</target> 4397 <target state="new">Enable contact form</target>
4503 4398
4504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</context></context-group></trans-unit> 4399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit>
4505 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4400 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4506 <source>Basic configuration</source> 4401 <source>Basic configuration</source>
4507 <target>الاعدادات الإفتراصية</target> 4402 <target>الاعدادات الإفتراصية</target>
@@ -4509,17 +4404,17 @@
4509 <context context-type="linenumber">195</context> 4404 <context context-type="linenumber">195</context>
4510 </context-group> 4405 </context-group>
4511 4406
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">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4513 <source>TWITTER</source><target state="new">TWITTER</target> 4408 <source>TWITTER</source><target state="new">TWITTER</target>
4514 4409
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">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4516 <source> 4411 <source>
4517 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4412 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4518 </source><target state="new"> 4413 </source><target state="new">
4519 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4414 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4520 </target> 4415 </target>
4521 4416
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">507</context></context-group></trans-unit> 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">512</context></context-group></trans-unit>
4523 4418
4524 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4419 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4525 <source>Your Twitter username</source> 4420 <source>Your Twitter username</source>
@@ -4528,13 +4423,13 @@
4528 <context context-type="linenumber">413</context> 4423 <context context-type="linenumber">413</context>
4529 </context-group> 4424 </context-group>
4530 4425
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">518</context></context-group></trans-unit> 4426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit>
4532 4427
4533 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 4428 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
4534 <source>Instance whitelisted by Twitter</source> 4429 <source>Instance whitelisted by Twitter</source>
4535 <target state="new">Instance whitelisted by Twitter</target> 4430 <target state="new">Instance whitelisted by Twitter</target>
4536 4431
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">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4538 <source> 4433 <source>
4539 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/>"/> 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/>"/>
4540 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/>"/> 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/>"/>
@@ -4549,7 +4444,7 @@
4549 to see if you instance is whitelisted. 4444 to see if you instance is whitelisted.
4550 </target> 4445 </target>
4551 4446
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">534</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">539</context></context-group></trans-unit>
4553 4448
4554 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4449 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4555 <source>Services</source> 4450 <source>Services</source>
@@ -4558,10 +4453,10 @@
4558 <context context-type="linenumber">405</context> 4453 <context context-type="linenumber">405</context>
4559 </context-group> 4454 </context-group>
4560 4455
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">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4456 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4562 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4457 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4563 4458
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">560</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4565 <source> 4460 <source>
4566 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4461 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4567 resources, this is a critical part of PeerTube, so tread carefully. 4462 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4570,42 +4465,36 @@
4570 resources, this is a critical part of PeerTube, so tread carefully. 4465 resources, this is a critical part of PeerTube, so tread carefully.
4571 </target> 4466 </target>
4572 4467
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">561</context></context-group></trans-unit> 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">566</context></context-group></trans-unit>
4574 4469
4575 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 4470 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
4576 <source>Transcoding enabled</source> 4471 <source>Transcoding enabled</source>
4577 <target state="new">Transcoding enabled</target> 4472 <target state="new">Transcoding enabled</target>
4578 4473
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">574</context></context-group></trans-unit> 4474 <context-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>
4580 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 4475 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
4581 <source>If you disable transcoding, many videos from your users will not work!</source> 4476 <source>If you disable transcoding, many videos from your users will not work!</source>
4582 <target state="new">If you disable transcoding, many videos from your users will not work!</target> 4477 <target state="new">If you disable transcoding, many videos from your users will not work!</target>
4583 4478
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">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4585 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4480 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4586 <context-group purpose="location"> 4481
4587 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">594</context></context-group></trans-unit>
4588 <context context-type="linenumber">589</context>
4589 </context-group>
4590 </trans-unit>
4591 4483
4592 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4484 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4593 <source>Allow additional extensions</source> 4485 <source>Allow additional extensions</source>
4594 <target state="new">Allow additional extensions</target> 4486 <target state="new">Allow additional extensions</target>
4595 4487
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">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4597 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4489 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4598 <context-group purpose="location"> 4490
4599 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4491 <context-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>
4600 <context context-type="linenumber">600</context>
4601 </context-group>
4602 </trans-unit>
4603 4492
4604 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4493 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4605 <source>Allow audio files upload</source> 4494 <source>Allow audio files upload</source>
4606 <target state="new">Allow audio files upload</target> 4495 <target state="new">Allow audio files upload</target>
4607 4496
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">597</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4609 <source> 4498 <source>
4610 <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>"/>
4611 4500
@@ -4623,14 +4512,11 @@
4623 4512
4624 <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 <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>"/>
4625 </target> 4514 </target>
4626 <context-group purpose="location"> 4515
4627 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4628 <context context-type="linenumber">612</context>
4629 </context-group>
4630 </trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4631 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 4517 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
4632 4518
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">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4634 <source> 4520 <source>
4635 <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>"/> 4521 <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>"/>
4636 4522
@@ -4654,56 +4540,53 @@
4654 4540
4655 <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 <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 </target> 4542 </target>
4657 <context-group purpose="location"> 4543
4658 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">638</context></context-group></trans-unit>
4659 <context context-type="linenumber">633</context>
4660 </context-group>
4661 </trans-unit>
4662 4545
4663 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4546 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4664 <source>HLS support enabled</source> 4547 <source>HLS support enabled</source>
4665 <target state="new">HLS support enabled</target> 4548 <target state="new">HLS support enabled</target>
4666 4549
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">630</context></context-group></trans-unit> 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">635</context></context-group></trans-unit>
4668 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4551 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4669 <source>Transcoding threads</source> 4552 <source>Transcoding threads</source>
4670 <target state="new">Transcoding threads</target> 4553 <target state="new">Transcoding threads</target>
4671 4554
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">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4673 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4556 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4674 4557
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">672</context></context-group></trans-unit> 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">673</context></context-group></trans-unit>
4676 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4559 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4677 <source>CACHE</source><target state="new">CACHE</target> 4560 <source>CACHE</source><target state="new">CACHE</target>
4678 4561
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">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4680 <source> 4563 <source>
4681 Some files are not federated, and fetched when necessary. Define their caching policies. 4564 Some files are not federated, and fetched when necessary. Define their caching policies.
4682 </source><target state="new"> 4565 </source><target state="new">
4683 Some files are not federated, and fetched when necessary. Define their caching policies. 4566 Some files are not federated, and fetched when necessary. Define their caching policies.
4684 </target> 4567 </target>
4685 4568
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">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4687 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4570 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4688 4571
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">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4690 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4573 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4691 4574
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">717</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">718</context></context-group></trans-unit>
4693 4576
4694 4577
4695 4578
4696 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4579 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4697 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4580 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4698 4581
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">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4700 <source> 4583 <source>
4701 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4584 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4702 </source><target state="new"> 4585 </source><target state="new">
4703 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4586 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4704 </target> 4587 </target>
4705 4588
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">733</context></context-group></trans-unit> 4589 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
4707 4590
4708 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4591 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4709 <source>JavaScript</source> 4592 <source>JavaScript</source>
@@ -4712,14 +4595,14 @@
4712 <context context-type="linenumber">575</context> 4595 <context context-type="linenumber">575</context>
4713 </context-group> 4596 </context-group>
4714 4597
4715 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4716 <source> 4599 <source>
4717 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>"/> 4600 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>"/>
4718 </source><target state="new"> 4601 </source><target state="new">
4719 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>"/> 4602 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>"/>
4720 </target> 4603 </target>
4721 4604
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">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4723 <source> 4606 <source>
4724 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/>"/> 4607 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/>"/>
4725 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4608 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4744,7 +4627,7 @@
4744 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4627 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4745 </target> 4628 </target>
4746 4629
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">765</context></context-group></trans-unit> 4630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
4748 4631
4749 4632
4750 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4633 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -4754,17 +4637,17 @@
4754 <context context-type="linenumber">452</context> 4637 <context context-type="linenumber">452</context>
4755 </context-group> 4638 </context-group>
4756 4639
4757 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</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">559</context></context-group></trans-unit>
4758 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4641 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4759 <source>Update configuration</source> 4642 <source>Update configuration</source>
4760 <target state="new">Update configuration</target> 4643 <target state="new">Update configuration</target>
4761 4644
4762 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group></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">804</context></context-group></trans-unit>
4763 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4646 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4764 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4647 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4765 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4648 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4766 4649
4767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4768 <source>PROFILE</source><target state="new">PROFILE</target> 4651 <source>PROFILE</source><target state="new">PROFILE</target>
4769 <context-group purpose="location"> 4652 <context-group purpose="location">
4770 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4653 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4912,19 +4795,23 @@
4912 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4795 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4913 <context context-type="linenumber">6</context> 4796 <context context-type="linenumber">6</context>
4914 </context-group> 4797 </context-group>
4915 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 4798 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
4916 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target> 4799 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
4917 <context-group purpose="location"> 4800 <context-group purpose="location">
4918 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4801 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4919 <context context-type="linenumber">22</context> 4802 <context context-type="linenumber">14</context>
4920 </context-group> 4803 </context-group>
4921 </trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
4922 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
4923 <context-group purpose="location"> 4804 <context-group purpose="location">
4924 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4805 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4925 <context context-type="linenumber">25</context> 4806 <context context-type="linenumber">111</context>
4926 </context-group> 4807 </context-group>
4927 </trans-unit> 4808 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
4809 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target>
4810
4811 <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">23</context></context-group></trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
4812 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
4813
4814 <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">26</context></context-group></trans-unit>
4928 4815
4929 4816
4930 4817
@@ -4987,23 +4874,17 @@
4987 <source>Theme</source> 4874 <source>Theme</source>
4988 <target state="translated">السمة</target> 4875 <target state="translated">السمة</target>
4989 4876
4990 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 4877 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
4991 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 4878 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
4992 <source>instance default</source> 4879 <source>instance default</source>
4993 <target state="new">instance default</target> 4880 <target state="new">instance default</target>
4994 <context-group purpose="location"> 4881
4995 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4882 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
4996 <context context-type="linenumber">7</context>
4997 </context-group>
4998 </trans-unit>
4999 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 4883 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
5000 <source>peertube default</source> 4884 <source>peertube default</source>
5001 <target state="new">peertube default</target> 4885 <target state="new">peertube default</target>
5002 <context-group purpose="location"> 4886
5003 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4887 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5004 <context context-type="linenumber">8</context>
5005 </context-group>
5006 </trans-unit>
5007 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 4888 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
5008 <source>Change ownership</source> 4889 <source>Change ownership</source>
5009 <target>تغيير المالك</target> 4890 <target>تغيير المالك</target>
@@ -5160,6 +5041,18 @@
5160 <context context-type="linenumber">8</context> 5041 <context context-type="linenumber">8</context>
5161 </context-group> 5042 </context-group>
5162 <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">8</context></context-group> 5043 <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">8</context></context-group>
5044 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5045 <source>See the error</source><target state="new">See the error</target>
5046 <context-group purpose="location">
5047 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5048 <context context-type="linenumber">19</context>
5049 </context-group>
5050 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5051 <source>This video was deleted</source><target state="new">This video was deleted</target>
5052 <context-group purpose="location">
5053 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5054 <context context-type="linenumber">36</context>
5055 </context-group>
5163 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5056 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5164 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5057 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5165 <context-group purpose="location"> 5058 <context-group purpose="location">
@@ -5529,35 +5422,11 @@
5529 </context-group> 5422 </context-group>
5530 5423
5531 5424
5532 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5425 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5533 <source>Creators</source><target state="new">Creators</target>
5534 <context-group purpose="location">
5535 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5536 <context context-type="linenumber">162</context>
5537 </context-group>
5538 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5539 <source>Creator guide</source><target state="new">Creator guide</target>
5540 <context-group purpose="location">
5541 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5542 <context context-type="linenumber">162</context>
5543 </context-group>
5544 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5545 <source>Contributors</source><target state="new">Contributors</target>
5546 <context-group purpose="location">
5547 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5548 <context context-type="linenumber">163</context>
5549 </context-group>
5550 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5551 <source>PeerTube license</source><target state="new">PeerTube license</target> 5426 <source>PeerTube license</source><target state="new">PeerTube license</target>
5552 <context-group purpose="location"> 5427
5553 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5428
5554 <context context-type="linenumber">163</context> 5429 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5555 </context-group>
5556 <context-group purpose="location">
5557 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5558 <context context-type="linenumber">175</context>
5559 </context-group>
5560 </trans-unit>
5561 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html"> 5430 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
5562 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5431 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5563 <target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5432 <target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6489,6 +6358,30 @@
6489 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6358 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6490 <context context-type="linenumber">1</context> 6359 <context context-type="linenumber">1</context>
6491 </context-group> 6360 </context-group>
6361 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6362 <source>Process domains</source><target state="new">Process domains</target>
6363 <context-group purpose="location">
6364 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6365 <context context-type="linenumber">1</context>
6366 </context-group>
6367 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6368 <source>Domain is required.</source><target state="new">Domain is required.</target>
6369 <context-group purpose="location">
6370 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6371 <context context-type="linenumber">1</context>
6372 </context-group>
6373 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6374 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6375 <context-group purpose="location">
6376 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6377 <context context-type="linenumber">1</context>
6378 </context-group>
6379 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6380 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6381 <context-group purpose="location">
6382 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6383 <context context-type="linenumber">1</context>
6384 </context-group>
6492 </trans-unit> 6385 </trans-unit>
6493 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 6386 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6494 <source>Unlimited</source> 6387 <source>Unlimited</source>
@@ -6500,6 +6393,16 @@
6500 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 6393 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6501 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 6394 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6502 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 6395 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
6396 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6397 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6398 <context-group purpose="location">
6399 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6400 <context context-type="linenumber">1</context>
6401 </context-group>
6402 <context-group purpose="location">
6403 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6404 <context context-type="linenumber">1</context>
6405 </context-group>
6503 </trans-unit> 6406 </trans-unit>
6504 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html"> 6407 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
6505 <source>100MB</source> 6408 <source>100MB</source>
@@ -6636,51 +6539,20 @@
6636 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html"> 6539 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
6637 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source> 6540 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
6638 <target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target> 6541 <target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target>
6639 <context-group purpose="location"> 6542
6640 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6543 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6641 <context context-type="linenumber">1</context> 6544
6642 </context-group> 6545
6643 </trans-unit> 6546
6644 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html"> 6547
6645 <source>You need to specify hosts to follow.</source>
6646 <target state="new">You need to specify hosts to follow.</target>
6647 <context-group purpose="location">
6648 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6649 <context context-type="linenumber">1</context>
6650 </context-group>
6651 </trans-unit>
6652 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
6653 <source>Hosts need to be unique.</source>
6654 <target state="new">Hosts need to be unique.</target>
6655 <context-group purpose="location">
6656 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6657 <context context-type="linenumber">1</context>
6658 </context-group>
6659 </trans-unit>
6660 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
6661 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6662 <target state="new">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6663 <context-group purpose="location">
6664 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6665 <context context-type="linenumber">1</context>
6666 </context-group>
6667 </trans-unit>
6668 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409" datatype="html">
6669 <source>Follow new server(s)</source>
6670 <target state="new">Follow new server(s)</target>
6671 <context-group purpose="location">
6672 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6673 <context context-type="linenumber">1</context>
6674 </context-group>
6675 </trans-unit>
6676 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 6548 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
6677 <source>Follow request(s) sent!</source> 6549 <source>Follow request(s) sent!</source>
6678 <target>تم إرسال طلب المتابعة!</target> 6550 <target>تم إرسال طلب المتابعة!</target>
6679 <context-group name="null"> 6551 <context-group name="null">
6680 <context context-type="linenumber">1</context> 6552 <context context-type="linenumber">1</context>
6681 </context-group> 6553 </context-group>
6682 <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> 6554
6683 </trans-unit> 6555 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6684 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html"> 6556 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
6685 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6557 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6686 <target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 6558 <target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -6774,6 +6646,12 @@
6774 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 6646 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6775 <context context-type="linenumber">1</context> 6647 <context context-type="linenumber">1</context>
6776 </context-group> 6648 </context-group>
6649 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6650 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6651 <context-group purpose="location">
6652 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6653 <context context-type="linenumber">1</context>
6654 </context-group>
6777 </trans-unit> 6655 </trans-unit>
6778 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 6656 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
6779 <source>Comment updated.</source> 6657 <source>Comment updated.</source>
@@ -6782,23 +6660,33 @@
6782 <context context-type="linenumber">1</context> 6660 <context context-type="linenumber">1</context>
6783 </context-group> 6661 </context-group>
6784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group> 6662 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group>
6785 </trans-unit> 6663 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
6786 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978"> 6664 <source>Internal actions</source><target state="new">Internal actions</target>
6787 <source>Delete this report</source> 6665 <context-group purpose="location">
6788 <target>حذف هذا التقرير</target> 6666 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6789 <context-group name="null">
6790 <context context-type="linenumber">1</context> 6667 <context context-type="linenumber">1</context>
6791 </context-group> 6668 </context-group>
6792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 6669 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
6793 </trans-unit> 6670 <source>Delete report</source><target state="new">Delete report</target>
6794 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 6671 <context-group purpose="location">
6795 <source>Update moderation comment</source> 6672 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6796 <target state="new">Update moderation comment</target> 6673 <context context-type="linenumber">1</context>
6674 </context-group>
6675 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6676 <source>Add note</source><target state="new">Add note</target>
6677 <context-group purpose="location">
6678 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6679 <context context-type="linenumber">1</context>
6680 </context-group>
6681 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6682 <source>Update note</source><target state="new">Update note</target>
6797 <context-group purpose="location"> 6683 <context-group purpose="location">
6798 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6684 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6799 <context context-type="linenumber">1</context> 6685 <context context-type="linenumber">1</context>
6800 </context-group> 6686 </context-group>
6801 </trans-unit> 6687 </trans-unit>
6688
6689
6802 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html"> 6690 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html">
6803 <source>Mark as accepted</source> 6691 <source>Mark as accepted</source>
6804 <target state="new">Mark as accepted</target> 6692 <target state="new">Mark as accepted</target>
@@ -6814,6 +6702,12 @@
6814 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6702 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6815 <context context-type="linenumber">1</context> 6703 <context context-type="linenumber">1</context>
6816 </context-group> 6704 </context-group>
6705 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
6706 <source>Actions for the video</source><target state="new">Actions for the video</target>
6707 <context-group purpose="location">
6708 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6709 <context context-type="linenumber">1</context>
6710 </context-group>
6817 </trans-unit> 6711 </trans-unit>
6818 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 6712 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
6819 <source>Do you really want to delete this abuse report?</source> 6713 <source>Do you really want to delete this abuse report?</source>
@@ -7712,11 +7606,8 @@
7712 </context-group> 7606 </context-group>
7713 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7607 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7714 <source>max size</source><target state="new">max size</target> 7608 <source>max size</source><target state="new">max size</target>
7715 <context-group purpose="location"> 7609
7716 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7610 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7717 <context context-type="linenumber">1</context>
7718 </context-group>
7719 </trans-unit>
7720 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7611 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
7721 <source>Now please check your emails to verify your account and complete signup.</source> 7612 <source>Now please check your emails to verify your account and complete signup.</source>
7722 <target state="new">Now please check your emails to verify your account and complete signup.</target> 7613 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8064,6 +7955,12 @@
8064 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7955 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8065 <context context-type="linenumber">1</context> 7956 <context context-type="linenumber">1</context>
8066 </context-group> 7957 </context-group>
7958 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
7959 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
7960 <context-group purpose="location">
7961 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7962 <context context-type="linenumber">1</context>
7963 </context-group>
8067 </trans-unit> 7964 </trans-unit>
8068 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html"> 7965 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
8069 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 7966 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8136,15 +8033,14 @@
8136 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8033 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8137 <context context-type="linenumber">1</context> 8034 <context context-type="linenumber">1</context>
8138 </context-group> 8035 </context-group>
8139 </trans-unit> 8036 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8140 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html"> 8037 <source>just now</source><target state="new">just now</target>
8141 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
8142 <target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target>
8143 <context-group purpose="location"> 8038 <context-group purpose="location">
8144 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8039 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8145 <context context-type="linenumber">1</context> 8040 <context context-type="linenumber">1</context>
8146 </context-group> 8041 </context-group>
8147 </trans-unit><trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8042 </trans-unit>
8043 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8148 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 8044 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
8149 <context-group purpose="location"> 8045 <context-group purpose="location">
8150 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8046 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
@@ -9833,8 +9729,8 @@
9833 <context-group name="null"> 9729 <context-group name="null">
9834 <context context-type="linenumber">1</context> 9730 <context context-type="linenumber">1</context>
9835 </context-group> 9731 </context-group>
9836 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group> 9732
9837 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 9733 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9838 <source>Encoder</source><target state="new">Encoder</target> 9734 <source>Encoder</source><target state="new">Encoder</target>
9839 <context-group purpose="location"> 9735 <context-group purpose="location">
9840 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 9736 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10100,16 +9996,15 @@
10100 <context context-type="linenumber">1</context> 9996 <context context-type="linenumber">1</context>
10101 </context-group> 9997 </context-group>
10102 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 9998 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10103 </trans-unit> 9999 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10104 10000 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10105 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html">
10106 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
10107 <target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target>
10108 <context-group purpose="location"> 10001 <context-group purpose="location">
10109 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10002 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10110 <context context-type="linenumber">1</context> 10003 <context context-type="linenumber">1</context>
10111 </context-group> 10004 </context-group>
10112 </trans-unit> 10005 </trans-unit>
10006
10007
10113 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 10008 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
10114 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10009 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10115 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target> 10010 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target>
diff --git a/client/src/locale/angular.ca-ES.xlf b/client/src/locale/angular.ca-ES.xlf
index 72246df37..b1ac5600d 100644
--- a/client/src/locale/angular.ca-ES.xlf
+++ b/client/src/locale/angular.ca-ES.xlf
@@ -518,31 +518,31 @@
518 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html"> 518 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html">
519 <source>Unlisted</source> 519 <source>Unlisted</source>
520 <target state="translated">No llistat</target> 520 <target state="translated">No llistat</target>
521 <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> 521
522 <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> 522
523 </trans-unit> 523 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
524 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html"> 524 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
525 <source>Private</source> 525 <source>Private</source>
526 <target state="translated">Privat</target> 526 <target state="translated">Privat</target>
527 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</context></context-group> 527
528 <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> 528
529 <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> 529
530 </trans-unit> 530 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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>
531 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 531 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
532 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 532 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
533 <target state="translated">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vistes} }</target> 533 <target state="translated">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vistes} }</target>
534 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group> 534
535 </trans-unit> 535 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
536 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 536 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
537 <source>Blacklisted</source> 537 <source>Blacklisted</source>
538 <target state="translated">A la llista negra</target> 538 <target state="translated">A la llista negra</target>
539 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group> 539
540 </trans-unit> 540 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
541 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 541 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
542 <source>Sensitive</source> 542 <source>Sensitive</source>
543 <target state="translated">Sensible</target> 543 <target state="translated">Sensible</target>
544 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group> 544
545 </trans-unit> 545 <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>
546 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 546 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
547 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 547 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
548 <target state="translated">{VAR_PLURAL, plural, =0 {Cap vídeo} =1 {1 vídeo} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vídeos} }</target> 548 <target state="translated">{VAR_PLURAL, plural, =0 {Cap vídeo} =1 {1 vídeo} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vídeos} }</target>
@@ -601,7 +601,7 @@
601 601
602 602
603 603
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">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</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">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
605 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 605 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
606 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 606 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
607 <target state="translated">Suprimir de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 607 <target state="translated">Suprimir de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -649,7 +649,7 @@
649 649
650 650
651 651
652 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 652 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
653 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 653 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
654 <source>Truncated preview</source> 654 <source>Truncated preview</source>
655 <target>Vista prèvia truncada</target> 655 <target>Vista prèvia truncada</target>
@@ -812,7 +812,7 @@
812 812
813 813
814 814
815 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit> 815 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
816 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 816 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
817 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 817 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
818 <target state="translated">Importa HTTP (YouTube, Vimeo, URL directe ...)</target> 818 <target state="translated">Importa HTTP (YouTube, Vimeo, URL directe ...)</target>
@@ -942,7 +942,7 @@
942 942
943 943
944 944
945 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 945 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
946 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 946 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
947 <source>Ban this user</source> 947 <source>Ban this user</source>
948 <target state="translated">Expulsa aquesta usuaria</target> 948 <target state="translated">Expulsa aquesta usuaria</target>
@@ -956,14 +956,7 @@
956 <context context-type="linenumber">11</context> 956 <context context-type="linenumber">11</context>
957 </context-group> 957 </context-group>
958 </trans-unit> 958 </trans-unit>
959 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 959
960 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
961 <target state="translated">(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, tamany màxim: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
962 <context-group purpose="location">
963 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
964 <context context-type="linenumber">12</context>
965 </context-group>
966 </trans-unit>
967 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 960 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
968 <source>Login</source> 961 <source>Login</source>
969 <target> 962 <target>
@@ -1091,7 +1084,7 @@
1091 1084
1092 1085
1093 1086
1094 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1087 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1095 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1088 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1096 <source>Email address</source> 1089 <source>Email address</source>
1097 <target>Adreça de correu</target> 1090 <target>Adreça de correu</target>
@@ -1476,15 +1469,9 @@
1476 </context-group> 1469 </context-group>
1477 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1470 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1478 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1471 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1479 <context-group purpose="location"> 1472
1480 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1473
1481 <context context-type="linenumber">36</context> 1474 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1482 </context-group>
1483 <context-group purpose="location">
1484 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1485 <context context-type="linenumber">158</context>
1486 </context-group>
1487 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1488 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1475 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1489 <context-group purpose="location"> 1476 <context-group purpose="location">
1490 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1477 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1519,41 +1506,26 @@
1519 <source>Help</source> 1506 <source>Help</source>
1520 <target state="new">Help</target> 1507 <target state="new">Help</target>
1521 1508
1522 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1509 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1523 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1510 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1524 <context-group purpose="location"> 1511
1525 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1512 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1526 <context context-type="linenumber">167</context>
1527 </context-group>
1528 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1529 <source>Shortcuts</source><target state="new">Shortcuts</target> 1513 <source>Shortcuts</source><target state="new">Shortcuts</target>
1530 <context-group purpose="location"> 1514
1531 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1515 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1532 <context context-type="linenumber">168</context>
1533 </context-group>
1534 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1535 <source> 1516 <source>
1536 powered by PeerTube 1517 powered by PeerTube
1537 </source><target state="new"> 1518 </source><target state="new">
1538 powered by PeerTube 1519 powered by PeerTube
1539 </target> 1520 </target>
1540 <context-group purpose="location"> 1521
1541 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1522 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1542 <context context-type="linenumber">172</context>
1543 </context-group>
1544 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1545 <source>PeerTube website</source><target state="new">PeerTube website</target> 1523 <source>PeerTube website</source><target state="new">PeerTube website</target>
1546 <context-group purpose="location"> 1524
1547 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1525 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1548 <context context-type="linenumber">172</context>
1549 </context-group>
1550 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1551 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1526 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1552 <context-group purpose="location"> 1527
1553 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1528 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1554 <context context-type="linenumber">171</context>
1555 </context-group>
1556 </trans-unit>
1557 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1529 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1558 <source>Log out</source> 1530 <source>Log out</source>
1559 <target state="new">Log out</target> 1531 <target state="new">Log out</target>
@@ -1656,17 +1628,8 @@
1656 1628
1657 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1629 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1658 <source>Contact</source><target state="new">Contact</target> 1630 <source>Contact</source><target state="new">Contact</target>
1659 <context-group purpose="location"> 1631
1660 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1632 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1661 <context context-type="linenumber">154</context>
1662 </context-group>
1663 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1664 <source>Terms of Service</source><target state="new">Terms of Service</target>
1665 <context-group purpose="location">
1666 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1667 <context context-type="linenumber">155</context>
1668 </context-group>
1669 </trans-unit>
1670 1633
1671 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1634 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1672 <source>View your notifications</source> 1635 <source>View your notifications</source>
@@ -2098,7 +2061,7 @@
2098 2061
2099 2062
2100 2063
2101 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2064 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2102 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2065 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2103 <source>Privacy</source> 2066 <source>Privacy</source>
2104 <target>Privacitat</target> 2067 <target>Privacitat</target>
@@ -2112,37 +2075,19 @@
2112 2075
2113 2076
2114 2077
2115 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2078 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2116 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
2117 <context-group purpose="location">
2118 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2119 <context context-type="linenumber">164</context>
2120 </context-group>
2121 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2122 <source>FAQ</source><target state="new">FAQ</target> 2079 <source>FAQ</source><target state="new">FAQ</target>
2123 <context-group purpose="location"> 2080
2124 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2081 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2125 <context context-type="linenumber">165</context>
2126 </context-group>
2127 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2128 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 2082 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
2129 <context-group purpose="location"> 2083
2130 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2084 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2131 <context context-type="linenumber">165</context>
2132 </context-group>
2133 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2134 <source>API</source><target state="new">API</target> 2085 <source>API</source><target state="new">API</target>
2135 <context-group purpose="location"> 2086
2136 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2087 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2137 <context context-type="linenumber">166</context>
2138 </context-group>
2139 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2140 <source>API documentation</source><target state="new">API documentation</target> 2088 <source>API documentation</source><target state="new">API documentation</target>
2141 <context-group purpose="location"> 2089
2142 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2090 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2143 <context context-type="linenumber">166</context>
2144 </context-group>
2145 </trans-unit>
2146 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2091 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2147 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2092 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2148 <target>Programa la publicació (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2093 <target>Programa la publicació (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2319,7 +2264,7 @@
2319 2264
2320 2265
2321 2266
2322 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit> 2267 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2323 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 2268 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
2324 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2269 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2325 <target state="translated">Enhorabona, s'importarà el vídeo allotjat en <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/>! Ja podeu afegir informació sobre aquest vídeo. </target> 2270 <target state="translated">Enhorabona, s'importarà el vídeo allotjat en <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/>! Ja podeu afegir informació sobre aquest vídeo. </target>
@@ -2334,11 +2279,11 @@
2334 <context-group name="null"> 2279 <context-group name="null">
2335 <context context-type="linenumber">17</context> 2280 <context context-type="linenumber">17</context>
2336 </context-group> 2281 </context-group>
2337 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group> 2282
2338 <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">74</context></context-group> 2283
2339 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group> 2284
2340 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group> 2285
2341 </trans-unit> 2286 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2342 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2287 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2343 <source>Select the file to upload</source> 2288 <source>Select the file to upload</source>
2344 <target>Trieu el fitxer a pujar</target> 2289 <target>Trieu el fitxer a pujar</target>
@@ -2350,19 +2295,13 @@
2350 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html"> 2295 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html">
2351 <source>Scheduled</source> 2296 <source>Scheduled</source>
2352 <target state="translated">Programat</target> 2297 <target state="translated">Programat</target>
2353 <context-group purpose="location"> 2298
2354 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2299 <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">24</context></context-group></trans-unit>
2355 <context context-type="linenumber">25</context>
2356 </context-group>
2357 </trans-unit>
2358 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2300 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2359 <source>Video background image</source> 2301 <source>Video background image</source>
2360 <target state="translated">Imatge de fons del vídeo</target> 2302 <target state="translated">Imatge de fons del vídeo</target>
2361 <context-group purpose="location"> 2303
2362 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2304 <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">31</context></context-group></trans-unit>
2363 <context context-type="linenumber">32</context>
2364 </context-group>
2365 </trans-unit>
2366 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2305 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2367 <source> 2306 <source>
2368 Image that will be merged with your audio file. 2307 Image that will be merged with your audio file.
@@ -2370,32 +2309,20 @@
2370 The chosen image will be definitive and cannot be modified. 2309 The chosen image will be definitive and cannot be modified.
2371 </source> 2310 </source>
2372 <target state="translated">La imatge es fusionarà amb el vostre fitxer d’àudio. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> La imatge escollida serà definitiva i no es podrà modificar. </target> 2311 <target state="translated">La imatge es fusionarà amb el vostre fitxer d’àudio. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> La imatge escollida serà definitiva i no es podrà modificar. </target>
2373 <context-group purpose="location"> 2312
2374 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2313 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2375 <context context-type="linenumber">34</context>
2376 </context-group>
2377 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2378 <source>Processing…</source><target state="new">Processing…</target> 2314 <source>Processing…</source><target state="new">Processing…</target>
2379 <context-group purpose="location"> 2315
2380 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2316 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2381 <context context-type="linenumber">56</context>
2382 </context-group>
2383 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2384 <source>Total video quota</source><target state="new">Total video quota</target> 2317 <source>Total video quota</source><target state="new">Total video quota</target>
2385 <context-group purpose="location"> 2318
2386 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2319
2387 <context context-type="linenumber">54</context> 2320 <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">53</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">11</context></context-group></trans-unit>
2388 </context-group>
2389 <context-group purpose="location">
2390 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2391 <context context-type="linenumber">11</context>
2392 </context-group>
2393 </trans-unit>
2394 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html"> 2321 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2395 <source>Congratulations! Your video is now available in your private library.</source> 2322 <source>Congratulations! Your video is now available in your private library.</source>
2396 <target state="translated">Felicitats! El teu vídeo ja està disponible a la biblioteca privada.</target> 2323 <target state="translated">Felicitats! El teu vídeo ja està disponible a la biblioteca privada.</target>
2397 2324
2398 <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">68</context></context-group></trans-unit> 2325 <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">67</context></context-group></trans-unit>
2399 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2326 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2400 <source>Publish will be available when upload is finished</source> 2327 <source>Publish will be available when upload is finished</source>
2401 <target>La publicació estarà disponible quan finalitzi la càrrega</target> 2328 <target>La publicació estarà disponible quan finalitzi la càrrega</target>
@@ -2403,7 +2330,7 @@
2403 <context context-type="linenumber">79</context> 2330 <context context-type="linenumber">79</context>
2404 </context-group> 2331 </context-group>
2405 2332
2406 <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">81</context></context-group></trans-unit> 2333 <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">80</context></context-group></trans-unit>
2407 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2334 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2408 <source>Publish</source> 2335 <source>Publish</source>
2409 <target>Publica</target> 2336 <target>Publica</target>
@@ -2411,7 +2338,7 @@
2411 <context context-type="linenumber">86</context> 2338 <context context-type="linenumber">86</context>
2412 </context-group> 2339 </context-group>
2413 2340
2414 <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">88</context></context-group></trans-unit> 2341 <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">87</context></context-group></trans-unit>
2415 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html"> 2342 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
2416 <source>Select the torrent to import</source> 2343 <source>Select the torrent to import</source>
2417 <target state="translated">Selecciona el torrent per importar</target> 2344 <target state="translated">Selecciona el torrent per importar</target>
@@ -2419,23 +2346,19 @@
2419 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2346 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2420 <context context-type="linenumber">6</context> 2347 <context context-type="linenumber">6</context>
2421 </context-group> 2348 </context-group>
2422 </trans-unit> 2349 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2423 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc" datatype="html"> 2350 <source>OR</source><target state="new">OR</target>
2424 <source>Or</source>
2425 <target state="translated">O</target>
2426 <context-group purpose="location"> 2351 <context-group purpose="location">
2427 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2352 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2428 <context context-type="linenumber">11</context> 2353 <context context-type="linenumber">10</context>
2429 </context-group> 2354 </context-group>
2430 </trans-unit> 2355 </trans-unit>
2356
2431 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html"> 2357 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
2432 <source>Paste magnet URI</source> 2358 <source>Paste magnet URI</source>
2433 <target state="new">Paste magnet URI</target> 2359 <target state="new">Paste magnet URI</target>
2434 <context-group purpose="location"> 2360
2435 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2361 <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">13</context></context-group></trans-unit>
2436 <context context-type="linenumber">14</context>
2437 </context-group>
2438 </trans-unit>
2439 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2362 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2440 <source> 2363 <source>
2441 You can import any torrent file that points to a mp4 file. 2364 You can import any torrent file that points to a mp4 file.
@@ -2445,21 +2368,15 @@
2445 You can import any torrent file that points to a mp4 file. 2368 You can import any torrent file that points to a mp4 file.
2446 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. 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.
2447 </target> 2370 </target>
2448 <context-group purpose="location"> 2371
2449 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2372 <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">16</context></context-group></trans-unit>
2450 <context context-type="linenumber">17</context>
2451 </context-group>
2452 </trans-unit>
2453 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html"> 2373 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2454 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2374 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2455 <target state="new"> 2375 <target state="new">
2456 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 2376 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2457</target> 2377</target>
2458 <context-group purpose="location"> 2378
2459 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2379 <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">56</context></context-group></trans-unit>
2460 <context context-type="linenumber">57</context>
2461 </context-group>
2462 </trans-unit>
2463 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2380 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2464 <source> 2381 <source>
2465 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. 2382 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.
@@ -2760,10 +2677,10 @@
2760 <context-group name="null"> 2677 <context-group name="null">
2761 <context context-type="linenumber">63</context> 2678 <context context-type="linenumber">63</context>
2762 </context-group> 2679 </context-group>
2763 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group> 2680
2764 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group> 2681
2765 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">63</context></context-group> 2682
2766 </trans-unit> 2683 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit>
2767 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2684 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2768 <source>Subscribe</source> 2685 <source>Subscribe</source>
2769 <target state="new">Subscribe</target> 2686 <target state="new">Subscribe</target>
@@ -2850,7 +2767,7 @@
2850 <context context-type="linenumber">215</context> 2767 <context context-type="linenumber">215</context>
2851 </context-group> 2768 </context-group>
2852 2769
2853 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 2770 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2854 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2771 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2855 <source>Get more information</source> 2772 <source>Get more information</source>
2856 <target>Obtenir més informació</target> 2773 <target>Obtenir més informació</target>
@@ -2934,29 +2851,20 @@
2934 <target state="new"> 2851 <target state="new">
2935 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 2852 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
2936 </target> 2853 </target>
2937 <context-group purpose="location"> 2854
2938 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2855 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
2939 <context context-type="linenumber">77</context>
2940 </context-group>
2941 </trans-unit>
2942 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 2856 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2943 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 2857 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
2944 <target state="new"> 2858 <target state="new">
2945 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2859 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2946 </target> 2860 </target>
2947 <context-group purpose="location"> 2861
2948 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2862 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
2949 <context context-type="linenumber">80</context>
2950 </context-group>
2951 </trans-unit>
2952 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 2863 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2953 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 2864 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
2954 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 2865 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
2955 <context-group purpose="location"> 2866
2956 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2867 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
2957 <context context-type="linenumber">84</context>
2958 </context-group>
2959 </trans-unit>
2960 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 2868 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
2961 <source>Comments are disabled.</source> 2869 <source>Comments are disabled.</source>
2962 <target> 2870 <target>
@@ -2965,8 +2873,8 @@
2965 <context-group name="null"> 2873 <context-group name="null">
2966 <context context-type="linenumber">64</context> 2874 <context context-type="linenumber">64</context>
2967 </context-group> 2875 </context-group>
2968 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 2876
2969 </trans-unit> 2877 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
2970 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 2878 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
2971 <source>Add comment...</source> 2879 <source>Add comment...</source>
2972 <target>Afegeix un comentari...</target> 2880 <target>Afegeix un comentari...</target>
@@ -3060,80 +2968,51 @@
3060 </context-group> 2968 </context-group>
3061 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 2969 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3062 </trans-unit> 2970 </trans-unit>
3063 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 2971
3064 <source>Follow</source>
3065 <target>Segueix</target>
3066 <context-group name="null">
3067 <context context-type="linenumber">7</context>
3068 </context-group>
3069 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3070 </trans-unit>
3071 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 2972 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3072 <source>Followers</source> 2973 <source>Followers</source>
3073 <target>Seguidors</target> 2974 <target>Seguidors</target>
3074 <context-group name="null"> 2975 <context-group name="null">
3075 <context context-type="linenumber">3</context> 2976 <context context-type="linenumber">3</context>
3076 </context-group> 2977 </context-group>
3077 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 2978
3078 </trans-unit> 2979 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3079 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 2980 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3080 <source>Video redundancies</source> 2981 <source>Video redundancies</source>
3081 <target state="new">Video redundancies</target> 2982 <target state="new">Video redundancies</target>
3082 <context-group purpose="location"> 2983
3083 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3084 <context context-type="linenumber">11</context>
3085 </context-group>
3086 </trans-unit>
3087 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 2985 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
3088 <source>1 host (without "http://") per line</source> 2986 <source>1 host (without "http://") per line</source>
3089 <target>1 amfitrió (sense "http: //") per línia</target> 2987 <target>1 amfitrió (sense "http: //") per línia</target>
3090 <context-group name="null"> 2988 <context-group name="null">
3091 <context context-type="linenumber">5</context> 2989 <context context-type="linenumber">5</context>
3092 </context-group> 2990 </context-group>
3093 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">5</context></context-group> 2991
3094 </trans-unit> 2992 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3095 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507"> 2993 <source>Follow domain</source><target state="new">Follow domain</target>
3096 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 2994 <context-group purpose="location">
3097 <target> 2995 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3098 Sembla que no estàs en un servidor HTTPS. El teu servidor web ha de tenir activat TLS per seguir-ne d'altres. 2996 <context context-type="linenumber">15</context>
3099 </target>
3100 <context-group name="null">
3101 <context context-type="linenumber">17</context>
3102 </context-group>
3103 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">17</context></context-group>
3104 </trans-unit>
3105 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
3106 <source>Add following</source>
3107 <target>Afegeix un seguiment</target>
3108 <context-group name="null">
3109 <context context-type="linenumber">21</context>
3110 </context-group> 2997 </context-group>
3111 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group>
3112 </trans-unit> 2998 </trans-unit>
2999
3000
3113 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 3001 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
3114 <source>Filter...</source> 3002 <source>Filter...</source>
3115 <target state="new">Filter...</target> 3003 <target state="new">Filter...</target>
3116 <context-group purpose="location"> 3004
3117 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3005
3118 <context context-type="linenumber">8</context> 3006
3119 </context-group> 3007 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3120 <context-group purpose="location">
3121 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3122 <context context-type="linenumber">9</context>
3123 </context-group>
3124 <context-group purpose="location">
3125 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3126 <context context-type="linenumber">27</context>
3127 </context-group>
3128 </trans-unit>
3129 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3008 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3130 <source>ID</source> 3009 <source>ID</source>
3131 <target>ID</target> 3010 <target>ID</target>
3132 <context-group name="null"> 3011 <context-group name="null">
3133 <context context-type="linenumber">18</context> 3012 <context context-type="linenumber">18</context>
3134 </context-group> 3013 </context-group>
3135 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 3014
3136 </trans-unit> 3015 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3137 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3016 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3138 <source>Follower handle</source> 3017 <source>Follower handle</source>
3139 <target state="new">Follower handle</target> 3018 <target state="new">Follower handle</target>
@@ -3145,74 +3024,59 @@
3145 <context-group name="null"> 3024 <context-group name="null">
3146 <context context-type="linenumber">10</context> 3025 <context context-type="linenumber">10</context>
3147 </context-group> 3026 </context-group>
3148 <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> 3027
3149 <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> 3028
3150 </trans-unit> 3029 <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 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3030 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3152 <source>Delayed.</source> 3031 <source>Delayed.</source>
3153 <target state="new">Delayed.</target> 3032 <target state="new">Delayed.</target>
3154 <context-group purpose="location"> 3033
3155 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3034 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3156 <context context-type="linenumber">42</context>
3157 </context-group>
3158 </trans-unit>
3159 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3035 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3160 <source>Will start soon...</source> 3036 <source>Will start soon...</source>
3161 <target state="new">Will start soon...</target> 3037 <target state="new">Will start soon...</target>
3162 <context-group purpose="location"> 3038
3163 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3039 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3164 <context context-type="linenumber">43</context>
3165 </context-group>
3166 </trans-unit>
3167 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3040 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3168 <source>Running...</source> 3041 <source>Running...</source>
3169 <target state="new">Running...</target> 3042 <target state="new">Running...</target>
3170 <context-group purpose="location"> 3043
3171 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3044 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3172 <context context-type="linenumber">44</context>
3173 </context-group>
3174 </trans-unit>
3175 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3045 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3176 <source>Finished</source> 3046 <source>Finished</source>
3177 <target state="new">Finished</target> 3047 <target state="new">Finished</target>
3178 <context-group purpose="location"> 3048
3179 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3049 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3180 <context context-type="linenumber">45</context>
3181 </context-group>
3182 </trans-unit>
3183 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3050 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3184 <source>Failed</source> 3051 <source>Failed</source>
3185 <target state="new">Failed</target> 3052 <target state="new">Failed</target>
3186 <context-group purpose="location"> 3053
3187 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3054 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3188 <context context-type="linenumber">46</context>
3189 </context-group>
3190 </trans-unit>
3191 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3055 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3192 <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> 3056 <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>
3193 <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> 3057 <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>
3194 <context-group name="null"> 3058 <context-group name="null">
3195 <context context-type="linenumber">11</context> 3059 <context context-type="linenumber">11</context>
3196 </context-group> 3060 </context-group>
3197 <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> 3061
3198 <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> 3062
3199 <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> 3063
3200 <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> 3064
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> 3065
3202 <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> 3066
3203 </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">24</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">46</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">11</context></context-group><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><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>
3204 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3068 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3205 <source>Accepted</source> 3069 <source>Accepted</source>
3206 <target state="new">Accepted</target> 3070 <target state="new">Accepted</target>
3207 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3071
3208 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3072
3209 </trans-unit> 3073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3210 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3074 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3211 <source>Pending</source> 3075 <source>Pending</source>
3212 <target state="new">Pending</target> 3076 <target state="new">Pending</target>
3213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3077
3214 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3078
3215 </trans-unit> 3079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3216 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3080 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3217 <source>Accept</source> 3081 <source>Accept</source>
3218 <target state="new">Accept</target> 3082 <target state="new">Accept</target>
@@ -3224,6 +3088,12 @@
3224 <target state="new">Refuse</target> 3088 <target state="new">Refuse</target>
3225 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3089 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3226 <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">42</context></context-group> 3090 <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">42</context></context-group>
3091 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3092 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3093 <context-group purpose="location">
3094 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3095 <context context-type="linenumber">3</context>
3096 </context-group>
3227 </trans-unit> 3097 </trans-unit>
3228 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 3098 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3229 <source>Host</source> 3099 <source>Host</source>
@@ -3231,24 +3101,32 @@
3231 <context-group name="null"> 3101 <context-group name="null">
3232 <context context-type="linenumber">19</context> 3102 <context context-type="linenumber">19</context>
3233 </context-group> 3103 </context-group>
3234 <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> 3104
3235 </trans-unit> 3105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3236 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3106 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3237 <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> 3107 <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>
3238 <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> 3108 <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>
3109
3110 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3111 <source>Follow domains</source><target state="new">Follow domains</target>
3239 <context-group purpose="location"> 3112 <context-group purpose="location">
3240 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3113 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3241 <context context-type="linenumber">21</context> 3114 <context context-type="linenumber">50</context>
3242 </context-group> 3115 </context-group>
3243 </trans-unit> 3116 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3244 <trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3117 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3245 <source>Video redundancies list</source>
3246 <target state="new">Video redundancies list</target>
3247 <context-group purpose="location"> 3118 <context-group purpose="location">
3248 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3119 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3249 <context context-type="linenumber">2</context> 3120 <context context-type="linenumber">7</context>
3121 </context-group>
3122 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3123 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3124 <context-group purpose="location">
3125 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3126 <context context-type="linenumber">8</context>
3250 </context-group> 3127 </context-group>
3251 </trans-unit> 3128 </trans-unit>
3129
3252 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 3130 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
3253 <source>Create user</source> 3131 <source>Create user</source>
3254 <target>Afegeix un usuari</target> 3132 <target>Afegeix un usuari</target>
@@ -3311,7 +3189,7 @@
3311 3189
3312 3190
3313 3191
3314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3315 <source> 3193 <source>
3316 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3194 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3317 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3195 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3392,57 +3270,55 @@
3392 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 3270 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3393 <source>Batch actions</source> 3271 <source>Batch actions</source>
3394 <target state="new">Batch actions</target> 3272 <target state="new">Batch actions</target>
3395 <context-group purpose="location"> 3273
3396 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3397 <context context-type="linenumber">19</context>
3398 </context-group>
3399 </trans-unit>
3400 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3275 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3401 <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> 3276 <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>
3402 <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> 3277 <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>
3403 <context-group name="null"> 3278 <context-group name="null">
3404 <context context-type="linenumber">40</context> 3279 <context context-type="linenumber">40</context>
3405 </context-group> 3280 </context-group>
3406 <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> 3281
3407 </trans-unit> 3282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3408 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3283 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3409 <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> 3284 <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>
3410 <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> 3285 <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>
3411 <context-group purpose="location"> 3286
3412 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3287 <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></trans-unit>
3413 <context context-type="linenumber">42</context>
3414 </context-group>
3415 </trans-unit>
3416 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3288 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3417 <source>(banned)</source> 3289 <source>(banned)</source>
3418 <target state="new">(banned)</target> 3290 <target state="new">(banned)</target>
3291
3292 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3293 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3419 <context-group purpose="location"> 3294 <context-group purpose="location">
3420 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3295 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3421 <context context-type="linenumber">65</context> 3296 <context context-type="linenumber">65</context>
3422 </context-group> 3297 </context-group>
3298 <context-group purpose="location">
3299 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3300 <context context-type="linenumber">27</context>
3301 </context-group>
3423 </trans-unit> 3302 </trans-unit>
3424 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3303 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3425 <source>User's email must be verified to login</source> 3304 <source>User's email must be verified to login</source>
3426 <target state="new">User's email must be verified to login</target> 3305 <target state="new">User's email must be verified to login</target>
3427 <context-group purpose="location"> 3306
3428 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3429 <context context-type="linenumber">72</context>
3430 </context-group>
3431 </trans-unit>
3432 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3308 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3433 <source>User's email is verified / User can login without email verification</source> 3309 <source>User's email is verified / User can login without email verification</source>
3434 <target state="new">User's email is verified / User can login without email verification</target> 3310 <target state="new">User's email is verified / User can login without email verification</target>
3435 <context-group purpose="location"> 3311
3436 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3312 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3437 <context context-type="linenumber">76</context>
3438 </context-group>
3439 </trans-unit>
3440 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3313 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3441 <source>Ban reason:</source> 3314 <source>Ban reason:</source>
3442 <target state="new">Ban reason:</target> 3315 <target state="new">Ban reason:</target>
3316
3317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3318 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3443 <context-group purpose="location"> 3319 <context-group purpose="location">
3444 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3320 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3445 <context context-type="linenumber">95</context> 3321 <context context-type="linenumber">15</context>
3446 </context-group> 3322 </context-group>
3447 </trans-unit> 3323 </trans-unit>
3448 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html"> 3324 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
@@ -3496,99 +3372,87 @@
3496 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 3372 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
3497 <context context-type="linenumber">13</context> 3373 <context context-type="linenumber">13</context>
3498 </context-group> 3374 </context-group>
3375 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3376 <source>Video <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">Video <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>
3377 <context-group purpose="location">
3378 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3379 <context context-type="linenumber">10</context>
3380 </context-group>
3499 </trans-unit> 3381 </trans-unit>
3500 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3382 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3501 <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> 3383 <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>
3502 <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> 3384 <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>
3503 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3385
3504 <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">8</context></context-group> 3386
3505 </trans-unit> 3387 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3506 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3388 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3507 <source>Video URL</source> 3389 <source>Video URL</source>
3508 <target state="new">Video URL</target> 3390 <target state="new">Video URL</target>
3509 <context-group purpose="location"> 3391
3510 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3511 <context context-type="linenumber">24</context>
3512 </context-group>
3513 </trans-unit>
3514 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3393 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3515 <source>Total size</source> 3394 <source>Total size</source>
3516 <target state="new">Total size</target> 3395 <target state="new">Total size</target>
3396
3397 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3398 <source>List redundancies</source><target state="new">List redundancies</target>
3517 <context-group purpose="location"> 3399 <context-group purpose="location">
3518 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3400 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3519 <context context-type="linenumber">25</context> 3401 <context context-type="linenumber">33</context>
3520 </context-group> 3402 </context-group>
3521 </trans-unit> 3403 </trans-unit>
3522 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3404 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3523 <source>Enabled strategies stats</source> 3405 <source>Enabled strategies stats</source>
3524 <target state="new">Enabled strategies stats</target> 3406 <target state="new">Enabled strategies stats</target>
3525 <context-group purpose="location"> 3407
3526 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
3527 <context context-type="linenumber">69</context>
3528 </context-group>
3529 </trans-unit>
3530 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3409 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3531 <source>No redundancy strategy is enabled on your instance.</source> 3410 <source>No redundancy strategy is enabled on your instance.</source>
3532 <target state="new"> 3411 <target state="new">
3533 No redundancy strategy is enabled on your instance. 3412 No redundancy strategy is enabled on your instance.
3534 </target> 3413 </target>
3535 <context-group purpose="location"> 3414
3536 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3537 <context context-type="linenumber">73</context>
3538 </context-group>
3539 </trans-unit>
3540 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3416 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3541 <source>Sensitive</source> 3417 <source>Sensitive</source>
3542 <target state="translated">Sensible</target> 3418 <target state="translated">Sensible</target>
3543 <context-group purpose="location"> 3419
3544 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3420 <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">11</context></context-group></trans-unit>
3545 <context context-type="linenumber">9</context>
3546 </context-group>
3547 </trans-unit>
3548 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3421 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3549 <source>Unfederated</source> 3422 <source>Unfederated</source>
3550 <target state="translated">Desfederat</target> 3423 <target state="translated">Desfederat</target>
3551 <context-group purpose="location"> 3424
3552 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3425 <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">12</context></context-group></trans-unit>
3553 <context context-type="linenumber">10</context>
3554 </context-group>
3555 </trans-unit>
3556 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3426 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3557 <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> 3427 <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 state="translated">Data <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> 3428 <target state="translated">Data <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 purpose="location"> 3429
3560 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3430 <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">13</context></context-group></trans-unit>
3561 <context context-type="linenumber">11</context>
3562 </context-group>
3563 </trans-unit>
3564 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3431 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3565 <source>Go to the video</source> 3432 <source>Go to the video</source>
3566 <target>Anar al vídeo</target> 3433 <target>Anar al vídeo</target>
3567 <context-group name="null"> 3434 <context-group name="null">
3568 <context context-type="linenumber">33</context> 3435 <context context-type="linenumber">33</context>
3569 </context-group> 3436 </context-group>
3570 <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">25</context></context-group> 3437
3571 <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">33</context></context-group> 3438
3572 <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">33</context></context-group> 3439
3573 </trans-unit> 3440 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3574 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 3441 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3575 <source>Actions</source> 3442 <source>Actions</source>
3576 <target state="translated">Accions</target> 3443 <target state="translated">Accions</target>
3577 <context-group purpose="location"> 3444
3578 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3445
3579 <context context-type="linenumber">35</context> 3446 <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">38</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">57</context></context-group></trans-unit>
3580 </context-group>
3581 <context-group purpose="location">
3582 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3583 <context context-type="linenumber">44</context>
3584 </context-group>
3585 </trans-unit>
3586 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3447 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3587 <source>Blacklist reason:</source> 3448 <source>Blacklist reason:</source>
3588 <target state="translated">Motius per ser a la llista negra:</target> 3449 <target state="translated">Motius per ser a la llista negra:</target>
3450
3451 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3452 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3589 <context-group purpose="location"> 3453 <context-group purpose="location">
3590 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3454 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3591 <context context-type="linenumber">43</context> 3455 <context context-type="linenumber">5</context>
3592 </context-group> 3456 </context-group>
3593 </trans-unit> 3457 </trans-unit>
3594 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html"> 3458 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
@@ -3604,41 +3468,44 @@
3604 <target state="new"> 3468 <target state="new">
3605 This comment can only be seen by you or the other moderators. 3469 This comment can only be seen by you or the other moderators.
3606 </target> 3470 </target>
3607 <context-group purpose="location"> 3471
3608 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 3472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3609 <context context-type="linenumber">18</context>
3610 </context-group>
3611 </trans-unit>
3612 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html"> 3473 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
3613 <source>Update this comment</source> 3474 <source>Update this comment</source>
3614 <target state="new">Update this comment</target> 3475 <target state="new">Update this comment</target>
3615 3476
3616 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3617 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3478 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3618 <source>Reporter</source> 3479 <source>Reporter</source>
3619 <target>Notificador</target> 3480 <target>Notificador</target>
3620 <context-group name="null"> 3481 <context-group name="null">
3621 <context context-type="linenumber">8</context> 3482 <context context-type="linenumber">8</context>
3622 </context-group> 3483 </context-group>
3623 <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">8</context></context-group> 3484
3624 </trans-unit> 3485 <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">10</context></context-group></trans-unit>
3625 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3486 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3626 <source>Video</source> 3487 <source>Video</source>
3627 <target>Vídeo</target> 3488 <target>Vídeo</target>
3628 <context-group name="null"> 3489 <context-group name="null">
3629 <context context-type="linenumber">9</context> 3490 <context context-type="linenumber">9</context>
3630 </context-group> 3491 </context-group>
3631 <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">10</context></context-group> 3492
3632 <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">14</context></context-group> 3493
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> 3494
3495 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3496 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3497 <context-group purpose="location">
3498 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3499 <context context-type="linenumber">46</context>
3500 </context-group>
3634 </trans-unit> 3501 </trans-unit>
3635 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3502 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3636 <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> 3503 <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 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> 3504 <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>
3638 <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> 3505
3639 <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> 3506
3640 <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> 3507
3641 </trans-unit> 3508 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3642 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3509 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3643 <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> 3510 <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>
3644 <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> 3511 <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>
@@ -3653,25 +3520,27 @@
3653 <context-group name="null"> 3520 <context-group name="null">
3654 <context context-type="linenumber">27</context> 3521 <context context-type="linenumber">27</context>
3655 </context-group> 3522 </context-group>
3656 <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">25</context></context-group> 3523
3657 <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">27</context></context-group> 3524
3658 </trans-unit> 3525 <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">27</context></context-group></trans-unit>
3659 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 3526 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
3660 <source>Reason:</source> 3527 <source>Reason:</source>
3661 <target state="new">Reason:</target> 3528 <target state="new">Reason:</target>
3529
3530 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3531 <source>Note:</source><target state="new">Note:</target>
3662 <context-group purpose="location"> 3532 <context-group purpose="location">
3663 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3533 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3664 <context context-type="linenumber">53</context> 3534 <context context-type="linenumber">72</context>
3665 </context-group> 3535 </context-group>
3666 </trans-unit> 3536 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3667 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638" datatype="html"> 3537 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3668 <source>Moderation comment:</source>
3669 <target state="new">Moderation comment:</target>
3670 <context-group purpose="location"> 3538 <context-group purpose="location">
3671 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3539 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3672 <context context-type="linenumber">57</context> 3540 <context context-type="linenumber">5</context>
3673 </context-group> 3541 </context-group>
3674 </trans-unit> 3542 </trans-unit>
3543
3675 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3544 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3676 <source>Unblacklist</source> 3545 <source>Unblacklist</source>
3677 <target>Treure de llista negra</target> 3546 <target>Treure de llista negra</target>
@@ -3680,6 +3549,12 @@
3680 </context-group> 3549 </context-group>
3681 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 3550 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
3682 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 3551 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3552 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3553 <source>Mute domain</source><target state="new">Mute domain</target>
3554 <context-group purpose="location">
3555 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3556 <context context-type="linenumber">11</context>
3557 </context-group>
3683 </trans-unit> 3558 </trans-unit>
3684 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3559 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3685 <source>Instance</source> 3560 <source>Instance</source>
@@ -3691,57 +3566,55 @@
3691 3566
3692 3567
3693 3568
3694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3695 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3570 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3696 <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> 3571 <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>
3697 <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> 3572 <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>
3698 <context-group purpose="location"> 3573
3699 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3574
3700 <context context-type="linenumber">9</context> 3575
3701 </context-group> 3576
3702 <context-group purpose="location"> 3577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3703 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3704 <context context-type="linenumber">9</context>
3705 </context-group>
3706 <context-group purpose="location">
3707 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3708 <context context-type="linenumber">13</context>
3709 </context-group>
3710 <context-group purpose="location">
3711 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
3712 <context context-type="linenumber">13</context>
3713 </context-group>
3714 </trans-unit>
3715 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3578 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3716 <source>Unmute</source> 3579 <source>Unmute</source>
3717 <target state="new">Unmute</target> 3580 <target state="new">Unmute</target>
3581
3582
3583
3584
3585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3586 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3718 <context-group purpose="location"> 3587 <context-group purpose="location">
3719 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3588 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3720 <context context-type="linenumber">19</context> 3589 <context context-type="linenumber">5</context>
3721 </context-group>
3722 <context-group purpose="location">
3723 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3724 <context context-type="linenumber">18</context>
3725 </context-group> 3590 </context-group>
3591 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3592 <source>
3593 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3594 </source><target state="new">
3595 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3596 </target>
3726 <context-group purpose="location"> 3597 <context-group purpose="location">
3727 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 3598 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3728 <context context-type="linenumber">22</context> 3599 <context context-type="linenumber">37</context>
3729 </context-group> 3600 </context-group>
3601 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3602 <source>Mute domains</source><target state="new">Mute domains</target>
3730 <context-group purpose="location"> 3603 <context-group purpose="location">
3731 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 3604 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3732 <context context-type="linenumber">23</context> 3605 <context context-type="linenumber">35</context>
3733 </context-group> 3606 </context-group>
3734 </trans-unit> 3607 </trans-unit>
3735 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3608 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3736 <source>Account</source> 3609 <source>Account</source>
3737 <target state="new">Account</target> 3610 <target state="new">Account</target>
3611
3612
3613 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3614 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3738 <context-group purpose="location"> 3615 <context-group purpose="location">
3739 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3616 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3740 <context context-type="linenumber">8</context> 3617 <context context-type="linenumber">5</context>
3741 </context-group>
3742 <context-group purpose="location">
3743 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3744 <context context-type="linenumber">12</context>
3745 </context-group> 3618 </context-group>
3746 </trans-unit> 3619 </trans-unit>
3747 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3620 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
@@ -3888,38 +3761,25 @@
3888 <context context-type="linenumber">9</context> 3761 <context context-type="linenumber">9</context>
3889 </context-group> 3762 </context-group>
3890 </trans-unit> 3763 </trans-unit>
3891 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 3764
3892 <source>Jobs list</source>
3893 <target>Llistat de tasques</target>
3894 <context-group name="null">
3895 <context context-type="linenumber">2</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">2</context></context-group>
3898 </trans-unit>
3899 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 3765 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3900 <source>Job type</source> 3766 <source>Job type</source>
3901 <target state="new">Job type</target> 3767 <target state="new">Job type</target>
3902 <context-group purpose="location"> 3768
3903 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
3904 <context context-type="linenumber">5</context>
3905 </context-group>
3906 </trans-unit>
3907 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 3770 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3908 <source>Job state</source> 3771 <source>Job state</source>
3909 <target state="new">Job state</target> 3772 <target state="new">Job state</target>
3910 <context-group purpose="location"> 3773
3911 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3774 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3912 <context context-type="linenumber">14</context>
3913 </context-group>
3914 </trans-unit>
3915 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3775 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3916 <source>Type</source> 3776 <source>Type</source>
3917 <target>Tipus</target> 3777 <target>Tipus</target>
3918 <context-group name="null"> 3778 <context-group name="null">
3919 <context context-type="linenumber">19</context> 3779 <context context-type="linenumber">19</context>
3920 </context-group> 3780 </context-group>
3921 <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> 3781
3922 </trans-unit> 3782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
3923 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3783 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3924 <source>Refresh</source> 3784 <source>Refresh</source>
3925 <target state="new">Refresh</target> 3785 <target state="new">Refresh</target>
@@ -3971,43 +3831,25 @@
3971 3831
3972 3832
3973 3833
3974 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 3834 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
3975 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 3835 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
3976 <context-group purpose="location"> 3836
3977 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3837 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3978 <context context-type="linenumber">46</context>
3979 </context-group>
3980 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3981 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 3838 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
3982 <context-group purpose="location"> 3839
3983 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3840 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3984 <context context-type="linenumber">43</context>
3985 </context-group>
3986 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3987 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 3841 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
3988 <context-group purpose="location"> 3842
3989 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3843 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3990 <context context-type="linenumber">57</context>
3991 </context-group>
3992 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3993 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 3844 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
3994 <context-group purpose="location"> 3845
3995 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3846 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3996 <context context-type="linenumber">54</context>
3997 </context-group>
3998 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3999 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 3847 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
4000 <context-group purpose="location"> 3848
4001 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3849 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4002 <context context-type="linenumber">68</context>
4003 </context-group>
4004 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4005 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 3850 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
4006 <context-group purpose="location"> 3851
4007 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3852 <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">66</context></context-group></trans-unit>
4008 <context context-type="linenumber">65</context>
4009 </context-group>
4010 </trans-unit>
4011 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 3853 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
4012 <source>Main languages you/your moderators speak</source> 3854 <source>Main languages you/your moderators speak</source>
4013 <target state="new">Main languages you/your moderators speak</target> 3855 <target state="new">Main languages you/your moderators speak</target>
@@ -4063,7 +3905,7 @@
4063 </context-group> 3905 </context-group>
4064 3906
4065 3907
4066 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 3908 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4067 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 3909 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4068 <source>Blur thumbnails</source> 3910 <source>Blur thumbnails</source>
4069 <target>Desenfoca les miniatures</target> 3911 <target>Desenfoca les miniatures</target>
@@ -4072,7 +3914,7 @@
4072 </context-group> 3914 </context-group>
4073 3915
4074 3916
4075 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 3917 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4076 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 3918 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4077 <source>Display</source> 3919 <source>Display</source>
4078 <target>Mostra</target> 3920 <target>Mostra</target>
@@ -4082,15 +3924,12 @@
4082 3924
4083 3925
4084 3926
4085 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit> 3927 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit>
4086 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3928 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4087 <source>Strategy</source> 3929 <source>Strategy</source>
4088 <target state="new">Strategy</target> 3930 <target state="new">Strategy</target>
4089 <context-group purpose="location"> 3931
4090 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3932 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4091 <context context-type="linenumber">22</context>
4092 </context-group>
4093 </trans-unit>
4094 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 3933 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4095 <source>Terms</source> 3934 <source>Terms</source>
4096 <target>Termes</target> 3935 <target>Termes</target>
@@ -4100,81 +3939,81 @@
4100 3939
4101 3940
4102 3941
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">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4104 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 3943 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4105 <source>Code of conduct</source> 3944 <source>Code of conduct</source>
4106 <target state="new">Code of conduct</target> 3945 <target state="new">Code of conduct</target>
4107 3946
4108 3947
4109 3948
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">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 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">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4111 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 3950 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4112 <source>Moderation information</source> 3951 <source>Moderation information</source>
4113 <target state="translated">Informació de moderació</target> 3952 <target state="translated">Informació de moderació</target>
4114 3953
4115 3954
4116 3955
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">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 3956 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
4118 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 3957 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4119 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 3958 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4120 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 3959 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4121 3960
4122 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 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">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4123 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 3962 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
4124 3963
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">153</context></context-group></trans-unit> 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">154</context></context-group></trans-unit>
4126 3965
4127 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 3966 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4128 <source>Who is behind the instance?</source> 3967 <source>Who is behind the instance?</source>
4129 <target state="new">Who is behind the instance?</target> 3968 <target state="new">Who is behind the instance?</target>
4130 3969
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">159</context></context-group></trans-unit> 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">160</context></context-group></trans-unit>
4132 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 3971 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4133 <source>A single person? A non-profit? A company?</source> 3972 <source>A single person? A non-profit? A company?</source>
4134 <target state="new">A single person? A non-profit? A company?</target> 3973 <target state="new">A single person? A non-profit? A company?</target>
4135 3974
4136 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</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">161</context></context-group></trans-unit>
4137 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 3976 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4138 <source>Why did you create this instance?</source> 3977 <source>Why did you create this instance?</source>
4139 <target state="new">Why did you create this instance?</target> 3978 <target state="new">Why did you create this instance?</target>
4140 3979
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">171</context></context-group></trans-unit> 3980 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit>
4142 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 3981 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4143 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 3982 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4144 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 3983 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4145 3984
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">172</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">173</context></context-group></trans-unit>
4147 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 3986 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4148 <source>How long do you plan to maintain this instance?</source> 3987 <source>How long do you plan to maintain this instance?</source>
4149 <target state="new">How long do you plan to maintain this instance?</target> 3988 <target state="new">How long do you plan to maintain this instance?</target>
4150 3989
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">182</context></context-group></trans-unit> 3990 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit>
4152 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 3991 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4153 <source>It's important to know for users who want to register on your instance</source> 3992 <source>It's important to know for users who want to register on your instance</source>
4154 <target state="new">It's important to know for users who want to register on your instance</target> 3993 <target state="new">It's important to know for users who want to register on your instance</target>
4155 3994
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">183</context></context-group></trans-unit> 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">184</context></context-group></trans-unit>
4157 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 3996 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4158 <source>How will you finance the PeerTube server?</source> 3997 <source>How will you finance the PeerTube server?</source>
4159 <target state="new">How will you finance the PeerTube server?</target> 3998 <target state="new">How will you finance the PeerTube server?</target>
4160 3999
4161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" 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">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4162 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 4001 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
4163 4002
4164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</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">195</context></context-group></trans-unit>
4165 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4004 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4166 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 4005 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
4167 4006
4168 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit> 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">209</context></context-group></trans-unit>
4169 4008
4170 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4009 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4171 <source>What server/hardware does the instance run on?</source> 4010 <source>What server/hardware does the instance run on?</source>
4172 <target state="new">What server/hardware does the instance run on?</target> 4011 <target state="new">What server/hardware does the instance run on?</target>
4173 4012
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">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" 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">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4175 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4014 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4176 4015
4177 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit> 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">216</context></context-group></trans-unit>
4178 4017
4179 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 4018 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4180 <source>Instance information</source> 4019 <source>Instance information</source>
@@ -4183,45 +4022,45 @@
4183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 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">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4184 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 4023 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
4185 4024
4186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4187 <source> 4026 <source>
4188 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4027 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4189 </source><target state="new"> 4028 </source><target state="new">
4190 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4029 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4191 </target> 4030 </target>
4192 4031
4193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit> 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">241</context></context-group></trans-unit>
4194 4033
4195 4034
4196 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4035 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4197 <source>default</source> 4036 <source>default</source>
4198 <target state="new">default</target> 4037 <target state="new">default</target>
4199 4038
4200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" 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">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4201 <source>Landing page</source><target state="new">Landing page</target> 4040 <source>Landing page</source><target state="new">Landing page</target>
4202 4041
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">262</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">263</context></context-group></trans-unit>
4204 4043
4205 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4044 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4206 <source>Discover videos</source> 4045 <source>Discover videos</source>
4207 <target state="translated">Descobreix vídeos</target> 4046 <target state="translated">Descobreix vídeos</target>
4208 4047
4209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">265</context></context-group></trans-unit> 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">266</context></context-group></trans-unit>
4210 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4049 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4211 <source>Trending videos</source> 4050 <source>Trending videos</source>
4212 <target state="translated">Vídeos tendència</target> 4051 <target state="translated">Vídeos tendència</target>
4213 4052
4214 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 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">267</context></context-group></trans-unit>
4215 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4054 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4216 <source>Most liked videos</source> 4055 <source>Most liked videos</source>
4217 <target state="new">Most liked videos</target> 4056 <target state="new">Most liked videos</target>
4218 4057
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">267</context></context-group></trans-unit> 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">268</context></context-group></trans-unit>
4220 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4059 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4221 <source>Recently added videos</source> 4060 <source>Recently added videos</source>
4222 <target state="new">Recently added videos</target> 4061 <target state="new">Recently added videos</target>
4223 4062
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">268</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">269</context></context-group></trans-unit>
4225 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4064 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4226 <source>Local videos</source> 4065 <source>Local videos</source>
4227 <target>Vídeos locals</target> 4066 <target>Vídeos locals</target>
@@ -4229,17 +4068,17 @@
4229 <context context-type="linenumber">223</context> 4068 <context context-type="linenumber">223</context>
4230 </context-group> 4069 </context-group>
4231 4070
4232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4233 <source>NEW USERS</source><target state="new">NEW USERS</target> 4072 <source>NEW USERS</source><target state="new">NEW USERS</target>
4234 4073
4235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4074 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4236 <source> 4075 <source>
4237 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4076 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4238 </source><target state="new"> 4077 </source><target state="new">
4239 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4078 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4240 </target> 4079 </target>
4241 4080
4242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit> 4081 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit>
4243 4082
4244 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4083 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4245 <source>Signup enabled</source> 4084 <source>Signup enabled</source>
@@ -4248,12 +4087,12 @@
4248 <context context-type="linenumber">235</context> 4087 <context context-type="linenumber">235</context>
4249 </context-group> 4088 </context-group>
4250 4089
4251 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">292</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">293</context></context-group></trans-unit>
4252 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 4091 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
4253 <source>Signup requires email verification</source> 4092 <source>Signup requires email verification</source>
4254 <target state="new">Signup requires email verification</target> 4093 <target state="new">Signup requires email verification</target>
4255 4094
4256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">300</context></context-group></trans-unit> 4095 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit>
4257 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4096 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4258 <source>Signup limit</source> 4097 <source>Signup limit</source>
4259 <target>Limit de registres</target> 4098 <target>Limit de registres</target>
@@ -4261,7 +4100,7 @@
4261 <context context-type="linenumber">247</context> 4100 <context context-type="linenumber">247</context>
4262 </context-group> 4101 </context-group>
4263 4102
4264 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">304</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">305</context></context-group></trans-unit>
4265 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4104 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4266 <source>Users</source> 4105 <source>Users</source>
4267 <target>Usuaris</target> 4106 <target>Usuaris</target>
@@ -4350,59 +4189,69 @@
4350 <source>Default video quota per user</source> 4189 <source>Default video quota per user</source>
4351 <target state="new">Default video quota per user</target> 4190 <target state="new">Default video quota per user</target>
4352 4191
4353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">319</context></context-group></trans-unit> 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">320</context></context-group></trans-unit>
4354 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4193 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4355 <source>Default daily upload limit per user</source> 4194 <source>Default daily upload limit per user</source>
4356 <target state="new">Default daily upload limit per user</target> 4195 <target state="new">Default daily upload limit per user</target>
4357 4196
4358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4197 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4359 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4198 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4360 4199
4361 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group></trans-unit> 4200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group></trans-unit>
4362 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4201 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4363 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4202 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4364 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4203 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4365 4204
4366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">359</context></context-group></trans-unit> 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">360</context></context-group></trans-unit>
4367 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4206 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4368 <source>Allow import with a torrent file or a magnet URI</source> 4207 <source>Allow import with a torrent file or a magnet URI</source>
4369 <target state="new">Allow import with a torrent file or a magnet URI</target> 4208 <target state="new">Allow import with a torrent file or a magnet URI</target>
4370 4209
4371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">366</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">367</context></context-group></trans-unit>
4372 4211
4373 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4212 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4374 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4213 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4375 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4214 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4376 4215
4377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">383</context></context-group></trans-unit> 4216 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit>
4378 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4217 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4379 <source>Blacklist new videos automatically</source> 4218 <source>Blacklist new videos automatically</source>
4380 <target state="new">Blacklist new videos automatically</target> 4219 <target state="new">Blacklist new videos automatically</target>
4381 4220
4382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4221 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4383 <source>FEDERATION</source><target state="new">FEDERATION</target> 4222 <source>FEDERATION</source><target state="new">FEDERATION</target>
4384 4223
4385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4386 <source> 4225 <source>
4387 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4226 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4388 </source><target state="new"> 4227 </source><target state="new">
4389 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4228 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4390 </target> 4229 </target>
4391 4230
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">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4393 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4232 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4394 4233
4395 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">411</context></context-group></trans-unit> 4234 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit>
4396 4235
4397 4236
4398 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4237 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4399 <source>Manually approve new instance followers</source> 4238 <source>Manually approve new instance followers</source>
4400 <target state="new">Manually approve new instance followers</target> 4239 <target state="new">Manually approve new instance followers</target>
4401 4240
4402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4403 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4242 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4404 4243
4405 <context-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></trans-unit> 4244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4245 <source>
4246 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4247 </source><target state="new">
4248 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4249 </target>
4250 <context-group purpose="location">
4251 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4252 <context context-type="linenumber">450</context>
4253 </context-group>
4254 </trans-unit>
4406 4255
4407 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4256 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4408 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4257 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
@@ -4410,21 +4259,23 @@
4410 4259
4411 4260
4412 4261
4413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit> 4262 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4414 4263
4415 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4264 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4416 <source>Index URL</source> 4265 <source>Index URL</source>
4417 <target state="new">Index URL</target> 4266 <target state="new">Index URL</target>
4418 4267
4419 <context-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> 4268 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4420 <trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4269 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4421 <source>Automatically follow instances of the public index</source> 4270 <context-group purpose="location">
4422 <target state="new">Automatically follow instances of the public index</target> 4271 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4423 4272 <context context-type="linenumber">445</context>
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">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4273 </context-group>
4274 </trans-unit>
4275 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4425 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4276 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4426 4277
4427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">472</context></context-group></trans-unit> 4278 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group></trans-unit>
4428 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4279 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4429 <source>Administrator</source> 4280 <source>Administrator</source>
4430 <target>Administrador</target> 4281 <target>Administrador</target>
@@ -4440,12 +4291,12 @@
4440 <context context-type="linenumber">387</context> 4291 <context context-type="linenumber">387</context>
4441 </context-group> 4292 </context-group>
4442 4293
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">478</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">483</context></context-group></trans-unit>
4444 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4295 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4445 <source>Enable contact form</source> 4296 <source>Enable contact form</source>
4446 <target state="new">Enable contact form</target> 4297 <target state="new">Enable contact form</target>
4447 4298
4448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</context></context-group></trans-unit> 4299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit>
4449 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4300 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4450 <source>Basic configuration</source> 4301 <source>Basic configuration</source>
4451 <target>Configuració bàsica</target> 4302 <target>Configuració bàsica</target>
@@ -4453,17 +4304,17 @@
4453 <context context-type="linenumber">195</context> 4304 <context context-type="linenumber">195</context>
4454 </context-group> 4305 </context-group>
4455 4306
4456 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4457 <source>TWITTER</source><target state="new">TWITTER</target> 4308 <source>TWITTER</source><target state="new">TWITTER</target>
4458 4309
4459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4460 <source> 4311 <source>
4461 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4312 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4462 </source><target state="new"> 4313 </source><target state="new">
4463 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4314 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4464 </target> 4315 </target>
4465 4316
4466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">507</context></context-group></trans-unit> 4317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit>
4467 4318
4468 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4319 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4469 <source>Your Twitter username</source> 4320 <source>Your Twitter username</source>
@@ -4472,7 +4323,7 @@
4472 <context context-type="linenumber">413</context> 4323 <context context-type="linenumber">413</context>
4473 </context-group> 4324 </context-group>
4474 4325
4475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</context></context-group></trans-unit> 4326 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit>
4476 4327
4477 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4328 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4478 <source>Instance whitelisted by Twitter</source> 4329 <source>Instance whitelisted by Twitter</source>
@@ -4481,7 +4332,7 @@
4481 <context context-type="linenumber">431</context> 4332 <context context-type="linenumber">431</context>
4482 </context-group> 4333 </context-group>
4483 4334
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">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4485 <source> 4336 <source>
4486 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/>"/> 4337 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/>"/>
4487 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/>"/> 4338 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/>"/>
@@ -4496,7 +4347,7 @@
4496 to see if you instance is whitelisted. 4347 to see if you instance is whitelisted.
4497 </target> 4348 </target>
4498 4349
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">534</context></context-group></trans-unit> 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">539</context></context-group></trans-unit>
4500 4351
4501 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4352 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4502 <source>Services</source> 4353 <source>Services</source>
@@ -4505,10 +4356,10 @@
4505 <context context-type="linenumber">405</context> 4356 <context context-type="linenumber">405</context>
4506 </context-group> 4357 </context-group>
4507 4358
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">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4509 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4360 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4510 4361
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">560</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4512 <source> 4363 <source>
4513 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4364 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4514 resources, this is a critical part of PeerTube, so tread carefully. 4365 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4517,7 +4368,7 @@
4517 resources, this is a critical part of PeerTube, so tread carefully. 4368 resources, this is a critical part of PeerTube, so tread carefully.
4518 </target> 4369 </target>
4519 4370
4520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group></trans-unit> 4371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit>
4521 4372
4522 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4373 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4523 <source>Transcoding enabled</source> 4374 <source>Transcoding enabled</source>
@@ -4526,7 +4377,7 @@
4526 <context context-type="linenumber">461</context> 4377 <context context-type="linenumber">461</context>
4527 </context-group> 4378 </context-group>
4528 4379
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">574</context></context-group></trans-unit> 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">579</context></context-group></trans-unit>
4530 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4381 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4531 <source>If you disable transcoding, many videos from your users will not work!</source> 4382 <source>If you disable transcoding, many videos from your users will not work!</source>
4532 <target>Si desactives la transcodificació, molts vídeos dels teus usuaris no funcionaran!</target> 4383 <target>Si desactives la transcodificació, molts vídeos dels teus usuaris no funcionaran!</target>
@@ -4534,31 +4385,25 @@
4534 <context context-type="linenumber">465</context> 4385 <context context-type="linenumber">465</context>
4535 </context-group> 4386 </context-group>
4536 4387
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">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4538 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4389 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4539 <context-group purpose="location"> 4390
4540 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">594</context></context-group></trans-unit>
4541 <context context-type="linenumber">589</context>
4542 </context-group>
4543 </trans-unit>
4544 4392
4545 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4393 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4546 <source>Allow additional extensions</source> 4394 <source>Allow additional extensions</source>
4547 <target state="new">Allow additional extensions</target> 4395 <target state="new">Allow additional extensions</target>
4548 4396
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">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4550 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4398 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4551 <context-group purpose="location"> 4399
4552 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">605</context></context-group></trans-unit>
4553 <context context-type="linenumber">600</context>
4554 </context-group>
4555 </trans-unit>
4556 4401
4557 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4402 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4558 <source>Allow audio files upload</source> 4403 <source>Allow audio files upload</source>
4559 <target state="translated">Permet la pujada de fitxers d'àudio</target> 4404 <target state="translated">Permet la pujada de fitxers d'àudio</target>
4560 4405
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><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4562 <source> 4407 <source>
4563 <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>"/> 4408 <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>"/>
4564 4409
@@ -4576,17 +4421,14 @@
4576 4421
4577 <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>"/> 4422 <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>"/>
4578 </target> 4423 </target>
4579 <context-group purpose="location"> 4424
4580 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">617</context></context-group></trans-unit>
4581 <context context-type="linenumber">612</context>
4582 </context-group>
4583 </trans-unit>
4584 4426
4585 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4427 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4586 <source>WebTorrent support enabled</source> 4428 <source>WebTorrent support enabled</source>
4587 <target state="new">WebTorrent support enabled</target> 4429 <target state="new">WebTorrent support enabled</target>
4588 4430
4589 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4590 <source> 4432 <source>
4591 <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>"/> 4433 <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>"/>
4592 4434
@@ -4610,17 +4452,14 @@
4610 4452
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>"/> 4453 <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 </target> 4454 </target>
4613 <context-group purpose="location"> 4455
4614 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4456 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit>
4615 <context context-type="linenumber">633</context>
4616 </context-group>
4617 </trans-unit>
4618 4457
4619 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4458 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4620 <source>HLS support enabled</source> 4459 <source>HLS support enabled</source>
4621 <target state="new">HLS support enabled</target> 4460 <target state="new">HLS support enabled</target>
4622 4461
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">630</context></context-group></trans-unit> 4462 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
4624 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4463 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4625 <source>Transcoding threads</source> 4464 <source>Transcoding threads</source>
4626 <target>Subprocessos per la transcodificació</target> 4465 <target>Subprocessos per la transcodificació</target>
@@ -4628,41 +4467,41 @@
4628 <context context-type="linenumber">517</context> 4467 <context context-type="linenumber">517</context>
4629 </context-group> 4468 </context-group>
4630 4469
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">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4632 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4471 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4633 4472
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">672</context></context-group></trans-unit> 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">673</context></context-group></trans-unit>
4635 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4474 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4636 <source>CACHE</source><target state="new">CACHE</target> 4475 <source>CACHE</source><target state="new">CACHE</target>
4637 4476
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">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4639 <source> 4478 <source>
4640 Some files are not federated, and fetched when necessary. Define their caching policies. 4479 Some files are not federated, and fetched when necessary. Define their caching policies.
4641 </source><target state="new"> 4480 </source><target state="new">
4642 Some files are not federated, and fetched when necessary. Define their caching policies. 4481 Some files are not federated, and fetched when necessary. Define their caching policies.
4643 </target> 4482 </target>
4644 4483
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">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4646 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4485 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4647 4486
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">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4649 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4488 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4650 4489
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">717</context></context-group></trans-unit> 4490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit>
4652 4491
4653 4492
4654 4493
4655 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4494 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4656 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4495 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4657 4496
4658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4659 <source> 4498 <source>
4660 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4499 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4661 </source><target state="new"> 4500 </source><target state="new">
4662 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4501 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4663 </target> 4502 </target>
4664 4503
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">733</context></context-group></trans-unit> 4504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
4666 4505
4667 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4506 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4668 <source>JavaScript</source> 4507 <source>JavaScript</source>
@@ -4671,14 +4510,14 @@
4671 <context context-type="linenumber">575</context> 4510 <context context-type="linenumber">575</context>
4672 </context-group> 4511 </context-group>
4673 4512
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">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4675 <source> 4514 <source>
4676 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>"/> 4515 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>"/>
4677 </source><target state="new"> 4516 </source><target state="new">
4678 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 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>"/>
4679 </target> 4518 </target>
4680 4519
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">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4682 <source> 4521 <source>
4683 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/>"/> 4522 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/>"/>
4684 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4523 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4703,7 +4542,7 @@
4703 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4542 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4704 </target> 4543 </target>
4705 4544
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">765</context></context-group></trans-unit> 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">766</context></context-group></trans-unit>
4707 4546
4708 4547
4709 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4548 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -4713,7 +4552,7 @@
4713 <context context-type="linenumber">452</context> 4552 <context context-type="linenumber">452</context>
4714 </context-group> 4553 </context-group>
4715 4554
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">554</context></context-group></trans-unit> 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">559</context></context-group></trans-unit>
4717 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 4556 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
4718 <source>Update configuration</source> 4557 <source>Update configuration</source>
4719 <target>Actualitza la configuració</target> 4558 <target>Actualitza la configuració</target>
@@ -4721,12 +4560,12 @@
4721 <context context-type="linenumber">628</context> 4560 <context context-type="linenumber">628</context>
4722 </context-group> 4561 </context-group>
4723 4562
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">803</context></context-group></trans-unit> 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">804</context></context-group></trans-unit>
4725 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4564 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4726 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4565 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4727 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4566 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4728 4567
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">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4730 <source>PROFILE</source><target state="new">PROFILE</target> 4569 <source>PROFILE</source><target state="new">PROFILE</target>
4731 <context-group purpose="location"> 4570 <context-group purpose="location">
4732 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4571 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4876,23 +4715,27 @@
4876 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4715 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4877 <context context-type="linenumber">6</context> 4716 <context context-type="linenumber">6</context>
4878 </context-group> 4717 </context-group>
4879 </trans-unit> 4718 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
4880 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 4719 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
4881 <source>Only display videos in the following languages/subtitles</source>
4882 <target state="new">Only display videos in the following languages/subtitles</target>
4883 <context-group purpose="location"> 4720 <context-group purpose="location">
4884 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4721 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4885 <context context-type="linenumber">22</context> 4722 <context context-type="linenumber">14</context>
4723 </context-group>
4724 <context-group purpose="location">
4725 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4726 <context context-type="linenumber">111</context>
4886 </context-group> 4727 </context-group>
4887 </trans-unit> 4728 </trans-unit>
4729 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
4730 <source>Only display videos in the following languages/subtitles</source>
4731 <target state="new">Only display videos in the following languages/subtitles</target>
4732
4733 <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">23</context></context-group></trans-unit>
4888 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 4734 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
4889 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 4735 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
4890 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target> 4736 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
4891 <context-group purpose="location"> 4737
4892 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4738 <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">26</context></context-group></trans-unit>
4893 <context context-type="linenumber">25</context>
4894 </context-group>
4895 </trans-unit>
4896 4739
4897 4740
4898 4741
@@ -4953,23 +4796,17 @@
4953 <source>Theme</source> 4796 <source>Theme</source>
4954 <target state="new">Theme</target> 4797 <target state="new">Theme</target>
4955 4798
4956 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 4799 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
4957 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 4800 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
4958 <source>instance default</source> 4801 <source>instance default</source>
4959 <target state="new">instance default</target> 4802 <target state="new">instance default</target>
4960 <context-group purpose="location"> 4803
4961 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4804 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
4962 <context context-type="linenumber">7</context>
4963 </context-group>
4964 </trans-unit>
4965 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 4805 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
4966 <source>peertube default</source> 4806 <source>peertube default</source>
4967 <target state="new">peertube default</target> 4807 <target state="new">peertube default</target>
4968 <context-group purpose="location"> 4808
4969 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4809 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
4970 <context context-type="linenumber">8</context>
4971 </context-group>
4972 </trans-unit>
4973 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html"> 4810 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
4974 <source>Change ownership</source> 4811 <source>Change ownership</source>
4975 <target state="new">Change ownership</target> 4812 <target state="new">Change ownership</target>
@@ -5122,6 +4959,18 @@
5122 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4959 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5123 <context context-type="linenumber">8</context> 4960 <context context-type="linenumber">8</context>
5124 </context-group> 4961 </context-group>
4962 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4963 <source>See the error</source><target state="new">See the error</target>
4964 <context-group purpose="location">
4965 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4966 <context context-type="linenumber">19</context>
4967 </context-group>
4968 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4969 <source>This video was deleted</source><target state="new">This video was deleted</target>
4970 <context-group purpose="location">
4971 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4972 <context context-type="linenumber">36</context>
4973 </context-group>
5125 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 4974 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5126 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 4975 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5127 <context-group purpose="location"> 4976 <context-group purpose="location">
@@ -5497,35 +5346,11 @@
5497 </context-group> 5346 </context-group>
5498 5347
5499 5348
5500 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5349 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5501 <source>Creators</source><target state="new">Creators</target>
5502 <context-group purpose="location">
5503 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5504 <context context-type="linenumber">162</context>
5505 </context-group>
5506 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5507 <source>Creator guide</source><target state="new">Creator guide</target>
5508 <context-group purpose="location">
5509 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5510 <context context-type="linenumber">162</context>
5511 </context-group>
5512 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5513 <source>Contributors</source><target state="new">Contributors</target>
5514 <context-group purpose="location">
5515 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5516 <context context-type="linenumber">163</context>
5517 </context-group>
5518 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5519 <source>PeerTube license</source><target state="new">PeerTube license</target> 5350 <source>PeerTube license</source><target state="new">PeerTube license</target>
5520 <context-group purpose="location"> 5351
5521 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5352
5522 <context context-type="linenumber">163</context> 5353 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5523 </context-group>
5524 <context-group purpose="location">
5525 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5526 <context context-type="linenumber">175</context>
5527 </context-group>
5528 </trans-unit>
5529 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 5354 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5530 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5355 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5531 <target>Es va unir <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5356 <target>Es va unir <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6486,6 +6311,30 @@
6486 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6311 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6487 <context context-type="linenumber">1</context> 6312 <context context-type="linenumber">1</context>
6488 </context-group> 6313 </context-group>
6314 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6315 <source>Process domains</source><target state="new">Process domains</target>
6316 <context-group purpose="location">
6317 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6318 <context context-type="linenumber">1</context>
6319 </context-group>
6320 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6321 <source>Domain is required.</source><target state="new">Domain is required.</target>
6322 <context-group purpose="location">
6323 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6324 <context context-type="linenumber">1</context>
6325 </context-group>
6326 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6327 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6328 <context-group purpose="location">
6329 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6330 <context context-type="linenumber">1</context>
6331 </context-group>
6332 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6333 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6334 <context-group purpose="location">
6335 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6336 <context context-type="linenumber">1</context>
6337 </context-group>
6489 </trans-unit> 6338 </trans-unit>
6490 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 6339 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6491 <source>Unlimited</source> 6340 <source>Unlimited</source>
@@ -6497,6 +6346,16 @@
6497 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 6346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6498 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 6347 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6499 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 6348 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
6349 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6350 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6351 <context-group purpose="location">
6352 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6353 <context context-type="linenumber">1</context>
6354 </context-group>
6355 <context-group purpose="location">
6356 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6357 <context context-type="linenumber">1</context>
6358 </context-group>
6500 </trans-unit> 6359 </trans-unit>
6501 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html"> 6360 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
6502 <source>100MB</source> 6361 <source>100MB</source>
@@ -6636,48 +6495,20 @@
6636 <context-group name="null"> 6495 <context-group name="null">
6637 <context context-type="linenumber">1</context> 6496 <context context-type="linenumber">1</context>
6638 </context-group> 6497 </context-group>
6639 <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> 6498
6640 </trans-unit> 6499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6641 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df"> 6500
6642 <source>You need to specify hosts to follow.</source> 6501
6643 <target>Has d'especificar els amfitrions a seguir.</target> 6502
6644 <context-group name="null"> 6503
6645 <context context-type="linenumber">1</context>
6646 </context-group>
6647 <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>
6648 </trans-unit>
6649 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
6650 <source>Hosts need to be unique.</source>
6651 <target>Els amfitrions han de ser únics.</target>
6652 <context-group name="null">
6653 <context context-type="linenumber">1</context>
6654 </context-group>
6655 <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>
6656 </trans-unit>
6657 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
6658 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6659 <target>Si ho confirmes, enviaràs una sol·licitud de seguiment a:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6660 <context-group name="null">
6661 <context context-type="linenumber">1</context>
6662 </context-group>
6663 <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>
6664 </trans-unit>
6665 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
6666 <source>Follow new server(s)</source>
6667 <target>Segueix els nous servidors</target>
6668 <context-group name="null">
6669 <context context-type="linenumber">1</context>
6670 </context-group>
6671 <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>
6672 </trans-unit>
6673 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 6504 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
6674 <source>Follow request(s) sent!</source> 6505 <source>Follow request(s) sent!</source>
6675 <target>Sol·licituds de seguiment enviades!</target> 6506 <target>Sol·licituds de seguiment enviades!</target>
6676 <context-group name="null"> 6507 <context-group name="null">
6677 <context context-type="linenumber">1</context> 6508 <context context-type="linenumber">1</context>
6678 </context-group> 6509 </context-group>
6679 <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> 6510
6680 </trans-unit> 6511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6681 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 6512 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
6682 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6513 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6683 <target>Realment vols deixar de seguir <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 6514 <target>Realment vols deixar de seguir <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -6781,6 +6612,12 @@
6781 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 6612 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6782 <context context-type="linenumber">1</context> 6613 <context context-type="linenumber">1</context>
6783 </context-group> 6614 </context-group>
6615 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6616 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6617 <context-group purpose="location">
6618 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6619 <context context-type="linenumber">1</context>
6620 </context-group>
6784 </trans-unit> 6621 </trans-unit>
6785 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html"> 6622 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
6786 <source>Comment updated.</source> 6623 <source>Comment updated.</source>
@@ -6789,23 +6626,33 @@
6789 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context> 6626 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
6790 <context context-type="linenumber">1</context> 6627 <context context-type="linenumber">1</context>
6791 </context-group> 6628 </context-group>
6792 </trans-unit> 6629 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
6793 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html"> 6630 <source>Internal actions</source><target state="new">Internal actions</target>
6794 <source>Delete this report</source>
6795 <target state="new">Delete this report</target>
6796 <context-group purpose="location"> 6631 <context-group purpose="location">
6797 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6632 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6798 <context context-type="linenumber">1</context> 6633 <context context-type="linenumber">1</context>
6799 </context-group> 6634 </context-group>
6800 </trans-unit> 6635 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
6801 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 6636 <source>Delete report</source><target state="new">Delete report</target>
6802 <source>Update moderation comment</source> 6637 <context-group purpose="location">
6803 <target state="new">Update moderation comment</target> 6638 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6639 <context context-type="linenumber">1</context>
6640 </context-group>
6641 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6642 <source>Add note</source><target state="new">Add note</target>
6643 <context-group purpose="location">
6644 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6645 <context context-type="linenumber">1</context>
6646 </context-group>
6647 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6648 <source>Update note</source><target state="new">Update note</target>
6804 <context-group purpose="location"> 6649 <context-group purpose="location">
6805 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6650 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6806 <context context-type="linenumber">1</context> 6651 <context context-type="linenumber">1</context>
6807 </context-group> 6652 </context-group>
6808 </trans-unit> 6653 </trans-unit>
6654
6655
6809 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html"> 6656 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html">
6810 <source>Mark as accepted</source> 6657 <source>Mark as accepted</source>
6811 <target state="new">Mark as accepted</target> 6658 <target state="new">Mark as accepted</target>
@@ -6821,6 +6668,12 @@
6821 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6668 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6822 <context context-type="linenumber">1</context> 6669 <context context-type="linenumber">1</context>
6823 </context-group> 6670 </context-group>
6671 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
6672 <source>Actions for the video</source><target state="new">Actions for the video</target>
6673 <context-group purpose="location">
6674 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6675 <context context-type="linenumber">1</context>
6676 </context-group>
6824 </trans-unit> 6677 </trans-unit>
6825 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 6678 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
6826 <source>Do you really want to delete this abuse report?</source> 6679 <source>Do you really want to delete this abuse report?</source>
@@ -7742,11 +7595,8 @@
7742 </context-group> 7595 </context-group>
7743 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7596 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7744 <source>max size</source><target state="new">max size</target> 7597 <source>max size</source><target state="new">max size</target>
7745 <context-group purpose="location"> 7598
7746 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7599 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7747 <context context-type="linenumber">1</context>
7748 </context-group>
7749 </trans-unit>
7750 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7600 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
7751 <source>Now please check your emails to verify your account and complete signup.</source> 7601 <source>Now please check your emails to verify your account and complete signup.</source>
7752 <target state="new">Now please check your emails to verify your account and complete signup.</target> 7602 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8100,6 +7950,12 @@
8100 <context context-type="linenumber">1</context> 7950 <context context-type="linenumber">1</context>
8101 </context-group> 7951 </context-group>
8102 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 7952 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
7953 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
7954 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
7955 <context-group purpose="location">
7956 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7957 <context context-type="linenumber">1</context>
7958 </context-group>
8103 </trans-unit> 7959 </trans-unit>
8104 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 7960 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
8105 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 7961 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8172,15 +8028,14 @@
8172 <context context-type="linenumber">1</context> 8028 <context context-type="linenumber">1</context>
8173 </context-group> 8029 </context-group>
8174 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8030 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8175 </trans-unit> 8031 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8176 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 8032 <source>just now</source><target state="new">just now</target>
8177 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 8033 <context-group purpose="location">
8178 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> segons</target> 8034 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8179 <context-group name="null">
8180 <context context-type="linenumber">1</context> 8035 <context context-type="linenumber">1</context>
8181 </context-group> 8036 </context-group>
8182 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8037 </trans-unit>
8183 </trans-unit><trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8038 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8184 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 8039 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
8185 <context-group purpose="location"> 8040 <context-group purpose="location">
8186 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8041 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
@@ -9897,11 +9752,8 @@
9897 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 9752 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
9898 <source>Video blacklisted.</source> 9753 <source>Video blacklisted.</source>
9899 <target state="new">Video blacklisted.</target> 9754 <target state="new">Video blacklisted.</target>
9900 <context-group purpose="location"> 9755
9901 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context> 9756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9902 <context context-type="linenumber">1</context>
9903 </context-group>
9904 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9905 <source>Encoder</source><target state="new">Encoder</target> 9757 <source>Encoder</source><target state="new">Encoder</target>
9906 <context-group purpose="location"> 9758 <context-group purpose="location">
9907 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 9759 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10178,15 +10030,14 @@
10178 <context context-type="linenumber">1</context> 10030 <context context-type="linenumber">1</context>
10179 </context-group> 10031 </context-group>
10180 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 10032 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10181 </trans-unit> 10033 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10182 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 10034 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10183 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
10184 <target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target>
10185 <context-group purpose="location"> 10035 <context-group purpose="location">
10186 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10036 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10187 <context context-type="linenumber">1</context> 10037 <context context-type="linenumber">1</context>
10188 </context-group> 10038 </context-group>
10189 </trans-unit> 10039 </trans-unit>
10040
10190 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 10041 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
10191 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10042 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10192 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target> 10043 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target>
diff --git a/client/src/locale/angular.cs-CZ.xlf b/client/src/locale/angular.cs-CZ.xlf
index 71a91432c..fec251605 100644
--- a/client/src/locale/angular.cs-CZ.xlf
+++ b/client/src/locale/angular.cs-CZ.xlf
@@ -611,7 +611,7 @@
611 </context-group> 611 </context-group>
612 612
613 613
614 <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><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 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
615 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 615 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
616 <source>Private</source> 616 <source>Private</source>
617 <target>Soukromé</target> 617 <target>Soukromé</target>
@@ -621,10 +621,10 @@
621 621
622 622
623 623
624 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 624 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
625 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 625 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
626 626
627 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.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/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
628 628
629 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 629 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
630 <source>Blacklisted</source> 630 <source>Blacklisted</source>
@@ -633,7 +633,7 @@
633 <context context-type="linenumber">42</context> 633 <context context-type="linenumber">42</context>
634 </context-group> 634 </context-group>
635 635
636 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 636 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
637 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 637 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
638 <source>Sensitive</source> 638 <source>Sensitive</source>
639 <target state="new"> 639 <target state="new">
@@ -643,7 +643,7 @@
643 <context context-type="linenumber">46</context> 643 <context context-type="linenumber">46</context>
644 </context-group> 644 </context-group>
645 645
646 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 646 <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>
647 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 647 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
648 <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>
649 <target>{VAR_PLURAL, plural, =0 {Žádná videa} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videí} }</target> 649 <target>{VAR_PLURAL, plural, =0 {Žádná videa} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videí} }</target>
@@ -701,7 +701,7 @@
701 701
702 702
703 703
704 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit> 704 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
705 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 705 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
706 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 706 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
707 <target>Smazat ze seznamu <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 707 <target>Smazat ze seznamu <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -749,7 +749,7 @@
749 749
750 750
751 751
752 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 752 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
753 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 753 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
754 <source>Truncated preview</source> 754 <source>Truncated preview</source>
755 <target>Rychlý náhled</target> 755 <target>Rychlý náhled</target>
@@ -950,7 +950,7 @@
950 950
951 951
952 952
953 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit> 953 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
954 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 954 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
955 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 955 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
956 <target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target> 956 <target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target>
@@ -1092,7 +1092,7 @@
1092 1092
1093 1093
1094 1094
1095 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1095 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1096 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1096 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1097 <source>Ban this user</source> 1097 <source>Ban this user</source>
1098 <target>Zablokovat tohoto uživatele</target> 1098 <target>Zablokovat tohoto uživatele</target>
@@ -1109,14 +1109,7 @@
1109 </context-group> 1109 </context-group>
1110 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group> 1110 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group>
1111 </trans-unit> 1111 </trans-unit>
1112 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798"> 1112
1113 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1114 <target>(rozšíření: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, maximální velikost: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1115 <context-group name="null">
1116 <context context-type="linenumber">12</context>
1117 </context-group>
1118 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context><context context-type="linenumber">12</context></context-group>
1119 </trans-unit>
1120 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1113 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1121 <source>Login</source> 1114 <source>Login</source>
1122 <target> 1115 <target>
@@ -1257,7 +1250,7 @@
1257 1250
1258 1251
1259 1252
1260 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1253 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1261 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1254 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1262 <source>Email address</source> 1255 <source>Email address</source>
1263 <target>E-mailová adresa</target> 1256 <target>E-mailová adresa</target>
@@ -1645,15 +1638,9 @@
1645 </context-group> 1638 </context-group>
1646 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1639 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1647 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1640 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1648 <context-group purpose="location"> 1641
1649 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1642
1650 <context context-type="linenumber">36</context> 1643 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1651 </context-group>
1652 <context-group purpose="location">
1653 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1654 <context context-type="linenumber">158</context>
1655 </context-group>
1656 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1657 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1644 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1658 <context-group purpose="location"> 1645 <context-group purpose="location">
1659 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1646 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1686,41 +1673,26 @@
1686 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1673 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1687 <source>Help</source><target state="new">Help</target> 1674 <source>Help</source><target state="new">Help</target>
1688 1675
1689 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1676 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1690 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1677 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1691 <context-group purpose="location"> 1678
1692 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1679 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1693 <context context-type="linenumber">167</context>
1694 </context-group>
1695 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1696 <source>Shortcuts</source><target state="new">Shortcuts</target> 1680 <source>Shortcuts</source><target state="new">Shortcuts</target>
1697 <context-group purpose="location"> 1681
1698 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1682 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1699 <context context-type="linenumber">168</context>
1700 </context-group>
1701 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1702 <source> 1683 <source>
1703 powered by PeerTube 1684 powered by PeerTube
1704 </source><target state="new"> 1685 </source><target state="new">
1705 powered by PeerTube 1686 powered by PeerTube
1706 </target> 1687 </target>
1707 <context-group purpose="location"> 1688
1708 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1689 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1709 <context context-type="linenumber">172</context>
1710 </context-group>
1711 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1712 <source>PeerTube website</source><target state="new">PeerTube website</target> 1690 <source>PeerTube website</source><target state="new">PeerTube website</target>
1713 <context-group purpose="location"> 1691
1714 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1692 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1715 <context context-type="linenumber">172</context>
1716 </context-group>
1717 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1718 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1693 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1719 <context-group purpose="location"> 1694
1720 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1695 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1721 <context context-type="linenumber">171</context>
1722 </context-group>
1723 </trans-unit>
1724 1696
1725 1697
1726 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1698 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
@@ -1843,17 +1815,8 @@
1843 1815
1844 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1816 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1845 <source>Contact</source><target state="new">Contact</target> 1817 <source>Contact</source><target state="new">Contact</target>
1846 <context-group purpose="location"> 1818
1847 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1819 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1848 <context context-type="linenumber">154</context>
1849 </context-group>
1850 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1851 <source>Terms of Service</source><target state="new">Terms of Service</target>
1852 <context-group purpose="location">
1853 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1854 <context context-type="linenumber">155</context>
1855 </context-group>
1856 </trans-unit>
1857 1820
1858 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1821 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1859 <source>View your notifications</source> 1822 <source>View your notifications</source>
@@ -2294,7 +2257,7 @@
2294 2257
2295 2258
2296 2259
2297 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2260 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2298 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2261 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2299 <source>Privacy</source> 2262 <source>Privacy</source>
2300 <target>Soukromí</target> 2263 <target>Soukromí</target>
@@ -2308,37 +2271,19 @@
2308 2271
2309 2272
2310 2273
2311 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2274 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2312 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
2313 <context-group purpose="location">
2314 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2315 <context context-type="linenumber">164</context>
2316 </context-group>
2317 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2318 <source>FAQ</source><target state="new">FAQ</target> 2275 <source>FAQ</source><target state="new">FAQ</target>
2319 <context-group purpose="location"> 2276
2320 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2277 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2321 <context context-type="linenumber">165</context>
2322 </context-group>
2323 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2324 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 2278 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
2325 <context-group purpose="location"> 2279
2326 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2280 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2327 <context context-type="linenumber">165</context>
2328 </context-group>
2329 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2330 <source>API</source><target state="new">API</target> 2281 <source>API</source><target state="new">API</target>
2331 <context-group purpose="location"> 2282
2332 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2283 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2333 <context context-type="linenumber">166</context>
2334 </context-group>
2335 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2336 <source>API documentation</source><target state="new">API documentation</target> 2284 <source>API documentation</source><target state="new">API documentation</target>
2337 <context-group purpose="location"> 2285
2338 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2286 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2339 <context context-type="linenumber">166</context>
2340 </context-group>
2341 </trans-unit>
2342 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2287 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2343 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2288 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2344 <target>Naplánovat publikování (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2289 <target>Naplánovat publikování (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2531,7 +2476,7 @@
2531 2476
2532 2477
2533 2478
2534 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit> 2479 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2535 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 2480 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
2536 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2481 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2537 <target state="new"> 2482 <target state="new">
@@ -2551,7 +2496,7 @@
2551 2496
2552 2497
2553 2498
2554 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 2499 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2555 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2500 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2556 <source>Select the file to upload</source> 2501 <source>Select the file to upload</source>
2557 <target>Zvolte soubor k nahrání</target> 2502 <target>Zvolte soubor k nahrání</target>
@@ -2563,19 +2508,13 @@
2563 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html"> 2508 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html">
2564 <source>Scheduled</source> 2509 <source>Scheduled</source>
2565 <target state="new">Scheduled</target> 2510 <target state="new">Scheduled</target>
2566 <context-group purpose="location"> 2511
2567 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2512 <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">24</context></context-group></trans-unit>
2568 <context context-type="linenumber">25</context>
2569 </context-group>
2570 </trans-unit>
2571 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2513 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2572 <source>Video background image</source> 2514 <source>Video background image</source>
2573 <target state="new">Video background image</target> 2515 <target state="new">Video background image</target>
2574 <context-group purpose="location"> 2516
2575 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2517 <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">31</context></context-group></trans-unit>
2576 <context context-type="linenumber">32</context>
2577 </context-group>
2578 </trans-unit>
2579 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2518 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2580 <source> 2519 <source>
2581 Image that will be merged with your audio file. 2520 Image that will be merged with your audio file.
@@ -2587,34 +2526,22 @@
2587 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2526 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2588 The chosen image will be definitive and cannot be modified. 2527 The chosen image will be definitive and cannot be modified.
2589 </target> 2528 </target>
2590 <context-group purpose="location"> 2529
2591 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2530 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2592 <context context-type="linenumber">34</context>
2593 </context-group>
2594 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2595 <source>Processing…</source><target state="new">Processing…</target> 2531 <source>Processing…</source><target state="new">Processing…</target>
2596 <context-group purpose="location"> 2532
2597 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2533 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2598 <context context-type="linenumber">56</context>
2599 </context-group>
2600 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2601 <source>Total video quota</source><target state="new">Total video quota</target> 2534 <source>Total video quota</source><target state="new">Total video quota</target>
2602 <context-group purpose="location"> 2535
2603 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2536
2604 <context context-type="linenumber">54</context> 2537 <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">53</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">11</context></context-group></trans-unit>
2605 </context-group>
2606 <context-group purpose="location">
2607 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2608 <context context-type="linenumber">11</context>
2609 </context-group>
2610 </trans-unit>
2611 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html"> 2538 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2612 <source>Congratulations! Your video is now available in your private library.</source> 2539 <source>Congratulations! Your video is now available in your private library.</source>
2613 <target state="new"> 2540 <target state="new">
2614 Congratulations! Your video is now available in your private library. 2541 Congratulations! Your video is now available in your private library.
2615</target> 2542</target>
2616 2543
2617 <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">68</context></context-group></trans-unit> 2544 <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">67</context></context-group></trans-unit>
2618 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2545 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2619 <source>Publish will be available when upload is finished</source> 2546 <source>Publish will be available when upload is finished</source>
2620 <target>Publikovat lze jakmile bude dokončeno nahrávání</target> 2547 <target>Publikovat lze jakmile bude dokončeno nahrávání</target>
@@ -2622,7 +2549,7 @@
2622 <context context-type="linenumber">79</context> 2549 <context context-type="linenumber">79</context>
2623 </context-group> 2550 </context-group>
2624 2551
2625 <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">81</context></context-group></trans-unit> 2552 <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">80</context></context-group></trans-unit>
2626 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2553 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2627 <source>Publish</source> 2554 <source>Publish</source>
2628 <target>Publikovat</target> 2555 <target>Publikovat</target>
@@ -2630,7 +2557,7 @@
2630 <context context-type="linenumber">86</context> 2557 <context context-type="linenumber">86</context>
2631 </context-group> 2558 </context-group>
2632 2559
2633 <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">88</context></context-group></trans-unit> 2560 <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">87</context></context-group></trans-unit>
2634 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html"> 2561 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
2635 <source>Select the torrent to import</source> 2562 <source>Select the torrent to import</source>
2636 <target state="new">Select the torrent to import</target> 2563 <target state="new">Select the torrent to import</target>
@@ -2638,23 +2565,19 @@
2638 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2565 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2639 <context context-type="linenumber">6</context> 2566 <context context-type="linenumber">6</context>
2640 </context-group> 2567 </context-group>
2641 </trans-unit> 2568 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2642 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc" datatype="html"> 2569 <source>OR</source><target state="new">OR</target>
2643 <source>Or</source>
2644 <target state="new">Or</target>
2645 <context-group purpose="location"> 2570 <context-group purpose="location">
2646 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2571 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2647 <context context-type="linenumber">11</context> 2572 <context context-type="linenumber">10</context>
2648 </context-group> 2573 </context-group>
2649 </trans-unit> 2574 </trans-unit>
2575
2650 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html"> 2576 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
2651 <source>Paste magnet URI</source> 2577 <source>Paste magnet URI</source>
2652 <target state="new">Paste magnet URI</target> 2578 <target state="new">Paste magnet URI</target>
2653 <context-group purpose="location"> 2579
2654 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2580 <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">13</context></context-group></trans-unit>
2655 <context context-type="linenumber">14</context>
2656 </context-group>
2657 </trans-unit>
2658 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2581 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2659 <source> 2582 <source>
2660 You can import any torrent file that points to a mp4 file. 2583 You can import any torrent file that points to a mp4 file.
@@ -2664,21 +2587,15 @@
2664 You can import any torrent file that points to a mp4 file. 2587 You can import any torrent file that points to a mp4 file.
2665 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. 2588 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.
2666 </target> 2589 </target>
2667 <context-group purpose="location"> 2590
2668 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2591 <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">16</context></context-group></trans-unit>
2669 <context context-type="linenumber">17</context>
2670 </context-group>
2671 </trans-unit>
2672 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html"> 2592 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2673 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2593 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2674 <target state="new"> 2594 <target state="new">
2675 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 2595 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2676</target> 2596</target>
2677 <context-group purpose="location"> 2597
2678 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2598 <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">56</context></context-group></trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2679 <context context-type="linenumber">57</context>
2680 </context-group>
2681 </trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2682 <source> 2599 <source>
2683 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. 2600 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.
2684 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2601 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -2980,7 +2897,7 @@
2980 </context-group> 2897 </context-group>
2981 2898
2982 2899
2983 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</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">63</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2900 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2984 <source>Subscribe</source><target state="new">Subscribe</target> 2901 <source>Subscribe</source><target state="new">Subscribe</target>
2985 <context-group purpose="location"> 2902 <context-group purpose="location">
2986 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2903 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
@@ -3057,7 +2974,7 @@
3057 <context context-type="linenumber">215</context> 2974 <context context-type="linenumber">215</context>
3058 </context-group> 2975 </context-group>
3059 2976
3060 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 2977 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3061 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2978 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3062 <source>Get more information</source> 2979 <source>Get more information</source>
3063 <target>Získat více informací</target> 2980 <target>Získat více informací</target>
@@ -3131,27 +3048,18 @@
3131 </source><target state="new"> 3048 </source><target state="new">
3132 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 3049 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
3133 </target> 3050 </target>
3134 <context-group purpose="location"> 3051
3135 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3052 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3136 <context context-type="linenumber">77</context>
3137 </context-group>
3138 </trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3139 <source> 3053 <source>
3140 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 3054 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
3141 </source><target state="new"> 3055 </source><target state="new">
3142 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 3056 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
3143 </target> 3057 </target>
3144 <context-group purpose="location"> 3058
3145 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3059 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3146 <context context-type="linenumber">80</context>
3147 </context-group>
3148 </trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3149 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 3060 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
3150 <context-group purpose="location"> 3061
3151 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3062 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3152 <context context-type="linenumber">84</context>
3153 </context-group>
3154 </trans-unit>
3155 3063
3156 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3064 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3157 <source>Comments are disabled.</source> 3065 <source>Comments are disabled.</source>
@@ -3162,7 +3070,7 @@
3162 <context context-type="linenumber">64</context> 3070 <context context-type="linenumber">64</context>
3163 </context-group> 3071 </context-group>
3164 3072
3165 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group></trans-unit> 3073 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3166 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3074 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3167 <source>Add comment...</source> 3075 <source>Add comment...</source>
3168 <target>Přidat komentář...</target> 3076 <target>Přidat komentář...</target>
@@ -3254,14 +3162,7 @@
3254 </context-group> 3162 </context-group>
3255 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3163 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3256 </trans-unit> 3164 </trans-unit>
3257 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 3165
3258 <source>Follow</source>
3259 <target>Odebírat</target>
3260 <context-group name="null">
3261 <context context-type="linenumber">7</context>
3262 </context-group>
3263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3264 </trans-unit>
3265 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3166 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3266 <source>Followers</source> 3167 <source>Followers</source>
3267 <target>Odběratelé</target> 3168 <target>Odběratelé</target>
@@ -3270,49 +3171,36 @@
3270 </context-group> 3171 </context-group>
3271 3172
3272 3173
3273 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3174 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3274 <source>Video redundancies</source><target state="new">Video redundancies</target> 3175 <source>Video redundancies</source><target state="new">Video redundancies</target>
3275 <context-group purpose="location"> 3176
3276 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3177 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3277 <context context-type="linenumber">11</context>
3278 </context-group>
3279 </trans-unit>
3280 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 3178 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
3281 <source>1 host (without "http://") per line</source> 3179 <source>1 host (without "http://") per line</source>
3282 <target>1 host (bez "http://") na každý řádek</target> 3180 <target>1 host (bez "http://") na každý řádek</target>
3283 <context-group name="null"> 3181 <context-group name="null">
3284 <context context-type="linenumber">5</context> 3182 <context context-type="linenumber">5</context>
3285 </context-group> 3183 </context-group>
3286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">5</context></context-group> 3184
3287 </trans-unit> 3185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3288 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507"> 3186 <source>Follow domain</source><target state="new">Follow domain</target>
3289 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3187 <context-group purpose="location">
3290 <target> 3188 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3291 Zdá se, že nejste na HTTPS serveru. Pokud chcete odebírat jiné servery, musí mít váš webový server aktivováno TLS. 3189 <context context-type="linenumber">15</context>
3292 </target>
3293 <context-group name="null">
3294 <context context-type="linenumber">17</context>
3295 </context-group>
3296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">17</context></context-group>
3297 </trans-unit>
3298 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
3299 <source>Add following</source>
3300 <target>Přidat k odběrům</target>
3301 <context-group name="null">
3302 <context context-type="linenumber">21</context>
3303 </context-group> 3190 </context-group>
3304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group>
3305 </trans-unit> 3191 </trans-unit>
3192
3193
3306 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3194 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3307 <source>Filter...</source> 3195 <source>Filter...</source>
3308 <target>Filtrovat...</target> 3196 <target>Filtrovat...</target>
3309 <context-group name="null"> 3197 <context-group name="null">
3310 <context context-type="linenumber">27</context> 3198 <context context-type="linenumber">27</context>
3311 </context-group> 3199 </context-group>
3312 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</context></context-group> 3200
3313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">9</context></context-group> 3201
3314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">27</context></context-group> 3202
3315 </trans-unit> 3203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3316 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3204 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3317 <source>ID</source> 3205 <source>ID</source>
3318 <target>ID</target> 3206 <target>ID</target>
@@ -3322,7 +3210,7 @@
3322 3210
3323 3211
3324 3212
3325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 3213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3326 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb"> 3214 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb">
3327 <source>Follower handle</source> 3215 <source>Follower handle</source>
3328 <target state="new">Follower handle</target> 3216 <target state="new">Follower handle</target>
@@ -3341,37 +3229,22 @@
3341 3229
3342 3230
3343 3231
3344 <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"> 3232 <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="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3345 <source>Delayed.</source><target state="new">Delayed.</target> 3233 <source>Delayed.</source><target state="new">Delayed.</target>
3346 <context-group purpose="location"> 3234
3347 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3348 <context context-type="linenumber">42</context>
3349 </context-group>
3350 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3351 <source>Will start soon...</source><target state="new">Will start soon...</target> 3236 <source>Will start soon...</source><target state="new">Will start soon...</target>
3352 <context-group purpose="location"> 3237
3353 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3238 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3354 <context context-type="linenumber">43</context>
3355 </context-group>
3356 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3357 <source>Running...</source><target state="new">Running...</target> 3239 <source>Running...</source><target state="new">Running...</target>
3358 <context-group purpose="location"> 3240
3359 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3360 <context context-type="linenumber">44</context>
3361 </context-group>
3362 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3363 <source>Finished</source><target state="new">Finished</target> 3242 <source>Finished</source><target state="new">Finished</target>
3364 <context-group purpose="location"> 3243
3365 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3366 <context context-type="linenumber">45</context>
3367 </context-group>
3368 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3369 <source>Failed</source><target state="new">Failed</target> 3245 <source>Failed</source><target state="new">Failed</target>
3370 <context-group purpose="location"> 3246
3371 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3372 <context context-type="linenumber">46</context>
3373 </context-group>
3374 </trans-unit>
3375 3248
3376 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3249 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3377 <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> 3250 <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>
@@ -3385,7 +3258,7 @@
3385 3258
3386 3259
3387 3260
3388 <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> 3261 <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">24</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">46</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">11</context></context-group><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><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>
3389 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3262 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3390 <source>Accepted</source> 3263 <source>Accepted</source>
3391 <target>Přijato</target> 3264 <target>Přijato</target>
@@ -3394,7 +3267,7 @@
3394 </context-group> 3267 </context-group>
3395 3268
3396 3269
3397 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">30</context></context-group></trans-unit> 3270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3398 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3271 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3399 <source>Pending</source> 3272 <source>Pending</source>
3400 <target>Čeká</target> 3273 <target>Čeká</target>
@@ -3403,7 +3276,7 @@
3403 </context-group> 3276 </context-group>
3404 3277
3405 3278
3406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">31</context></context-group></trans-unit> 3279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3407 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3280 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3408 <source>Accept</source> 3281 <source>Accept</source>
3409 <target>Přijmout</target> 3282 <target>Přijmout</target>
@@ -3421,7 +3294,13 @@
3421 </context-group> 3294 </context-group>
3422 3295
3423 3296
3424 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit> 3297 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3298 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3299 <context-group purpose="location">
3300 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3301 <context context-type="linenumber">3</context>
3302 </context-group>
3303 </trans-unit>
3425 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 3304 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3426 <source>Host</source> 3305 <source>Host</source>
3427 <target>Host</target> 3306 <target>Host</target>
@@ -3429,17 +3308,26 @@
3429 <context context-type="linenumber">19</context> 3308 <context context-type="linenumber">19</context>
3430 </context-group> 3309 </context-group>
3431 3310
3432 <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></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3311 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3433 <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><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> 3312 <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><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>
3313
3314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3315 <source>Follow domains</source><target state="new">Follow domains</target>
3434 <context-group purpose="location"> 3316 <context-group purpose="location">
3435 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3317 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3436 <context context-type="linenumber">21</context> 3318 <context context-type="linenumber">50</context>
3437 </context-group> 3319 </context-group>
3438 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3320 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3439 <source>Video redundancies list</source><target state="new">Video redundancies list</target> 3321 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3440 <context-group purpose="location"> 3322 <context-group purpose="location">
3441 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3323 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3442 <context context-type="linenumber">2</context> 3324 <context context-type="linenumber">7</context>
3325 </context-group>
3326 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3327 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3328 <context-group purpose="location">
3329 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3330 <context context-type="linenumber">8</context>
3443 </context-group> 3331 </context-group>
3444 </trans-unit> 3332 </trans-unit>
3445 3333
@@ -3505,7 +3393,7 @@
3505 3393
3506 3394
3507 3395
3508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3509 <source> 3397 <source>
3510 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3398 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3511 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3399 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3601,31 +3489,38 @@
3601 <context-group name="null"> 3489 <context-group name="null">
3602 <context context-type="linenumber">19</context> 3490 <context context-type="linenumber">19</context>
3603 </context-group> 3491 </context-group>
3604 <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> 3492
3605 </trans-unit> 3493 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3606 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3494 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3607 <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> 3495 <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>
3608 <target>Uživatelské jméno <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> 3496 <target>Uživatelské jméno <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>
3609 <context-group name="null"> 3497 <context-group name="null">
3610 <context context-type="linenumber">40</context> 3498 <context context-type="linenumber">40</context>
3611 </context-group> 3499 </context-group>
3612 <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> 3500
3613 </trans-unit> 3501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3614 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3502 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3615 <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> 3503 <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>
3616 <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> 3504 <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>
3617 <context-group purpose="location"> 3505
3618 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3506 <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></trans-unit>
3619 <context context-type="linenumber">42</context>
3620 </context-group>
3621 </trans-unit>
3622 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3507 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3623 <source>(banned)</source> 3508 <source>(banned)</source>
3624 <target>(zablokován)</target> 3509 <target>(zablokován)</target>
3625 <context-group name="null"> 3510 <context-group name="null">
3626 <context context-type="linenumber">65</context> 3511 <context context-type="linenumber">65</context>
3627 </context-group> 3512 </context-group>
3628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group> 3513
3514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3515 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3516 <context-group purpose="location">
3517 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3518 <context context-type="linenumber">65</context>
3519 </context-group>
3520 <context-group purpose="location">
3521 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3522 <context context-type="linenumber">27</context>
3523 </context-group>
3629 </trans-unit> 3524 </trans-unit>
3630 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3525 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3631 <source>User's email must be verified to login</source> 3526 <source>User's email must be verified to login</source>
@@ -3633,23 +3528,29 @@
3633 <context-group name="null"> 3528 <context-group name="null">
3634 <context context-type="linenumber">72</context> 3529 <context context-type="linenumber">72</context>
3635 </context-group> 3530 </context-group>
3636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group> 3531
3637 </trans-unit> 3532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3638 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3533 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3639 <source>User's email is verified / User can login without email verification</source> 3534 <source>User's email is verified / User can login without email verification</source>
3640 <target>Uživatelský email je ověřen / Uživatel se může přihlásit bez ověření</target> 3535 <target>Uživatelský email je ověřen / Uživatel se může přihlásit bez ověření</target>
3641 <context-group name="null"> 3536 <context-group name="null">
3642 <context context-type="linenumber">76</context> 3537 <context context-type="linenumber">76</context>
3643 </context-group> 3538 </context-group>
3644 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group> 3539
3645 </trans-unit> 3540 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3646 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3541 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3647 <source>Ban reason:</source> 3542 <source>Ban reason:</source>
3648 <target>Důvod zablokování:</target> 3543 <target>Důvod zablokování:</target>
3649 <context-group name="null"> 3544 <context-group name="null">
3650 <context context-type="linenumber">95</context> 3545 <context context-type="linenumber">95</context>
3651 </context-group> 3546 </context-group>
3652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group> 3547
3548 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3549 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3550 <context-group purpose="location">
3551 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3552 <context context-type="linenumber">15</context>
3553 </context-group>
3653 </trans-unit> 3554 </trans-unit>
3654 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3555 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
3655 <source>Moderation</source> 3556 <source>Moderation</source>
@@ -3699,6 +3600,12 @@
3699 <context context-type="linenumber">13</context> 3600 <context context-type="linenumber">13</context>
3700 </context-group> 3601 </context-group>
3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3603 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3604 <source>Video <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">Video <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>
3605 <context-group purpose="location">
3606 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3607 <context context-type="linenumber">10</context>
3608 </context-group>
3702 </trans-unit> 3609 </trans-unit>
3703 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3610 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3704 <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> 3611 <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>
@@ -3707,85 +3614,85 @@
3707 <context context-type="linenumber">8</context> 3614 <context context-type="linenumber">8</context>
3708 </context-group> 3615 </context-group>
3709 3616
3710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><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">8</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3711 <source>Video URL</source><target state="new">Video URL</target> 3618 <source>Video URL</source><target state="new">Video URL</target>
3712 <context-group purpose="location"> 3619
3713 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3714 <context context-type="linenumber">24</context>
3715 </context-group>
3716 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3717 <source>Total size</source><target state="new">Total size</target> 3621 <source>Total size</source><target state="new">Total size</target>
3622
3623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3624 <source>List redundancies</source><target state="new">List redundancies</target>
3718 <context-group purpose="location"> 3625 <context-group purpose="location">
3719 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3626 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3720 <context context-type="linenumber">25</context> 3627 <context context-type="linenumber">33</context>
3721 </context-group> 3628 </context-group>
3722 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3629 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3723 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3630 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3724 <context-group purpose="location"> 3631
3725 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3632 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3726 <context context-type="linenumber">69</context>
3727 </context-group>
3728 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3729 <source> 3633 <source>
3730 No redundancy strategy is enabled on your instance. 3634 No redundancy strategy is enabled on your instance.
3731 </source><target state="new"> 3635 </source><target state="new">
3732 No redundancy strategy is enabled on your instance. 3636 No redundancy strategy is enabled on your instance.
3733 </target> 3637 </target>
3734 <context-group purpose="location"> 3638
3735 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3639 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3736 <context context-type="linenumber">73</context>
3737 </context-group>
3738 </trans-unit>
3739 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3640 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3740 <source>Sensitive</source> 3641 <source>Sensitive</source>
3741 <target>Citlivé</target> 3642 <target>Citlivé</target>
3742 <context-group name="null"> 3643 <context-group name="null">
3743 <context context-type="linenumber">9</context> 3644 <context context-type="linenumber">9</context>
3744 </context-group> 3645 </context-group>
3745 <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">9</context></context-group> 3646
3746 </trans-unit> 3647 <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">11</context></context-group></trans-unit>
3747 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3648 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3748 <source>Unfederated</source> 3649 <source>Unfederated</source>
3749 <target state="new">Unfederated</target> 3650 <target state="new">Unfederated</target>
3750 <context-group name="null"> 3651 <context-group name="null">
3751 <context context-type="linenumber">10</context> 3652 <context context-type="linenumber">10</context>
3752 </context-group> 3653 </context-group>
3753 <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> 3654
3754 </trans-unit> 3655 <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">12</context></context-group></trans-unit>
3755 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3656 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3756 <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> 3657 <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>
3757 <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> 3658 <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>
3758 <context-group name="null"> 3659 <context-group name="null">
3759 <context context-type="linenumber">11</context> 3660 <context context-type="linenumber">11</context>
3760 </context-group> 3661 </context-group>
3761 <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">11</context></context-group> 3662
3762 </trans-unit> 3663 <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">13</context></context-group></trans-unit>
3763 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3664 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3764 <source>Go to the video</source> 3665 <source>Go to the video</source>
3765 <target>Přejít na video</target> 3666 <target>Přejít na video</target>
3766 <context-group name="null"> 3667 <context-group name="null">
3767 <context context-type="linenumber">33</context> 3668 <context context-type="linenumber">33</context>
3768 </context-group> 3669 </context-group>
3769 <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">25</context></context-group> 3670
3770 <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">33</context></context-group> 3671
3771 <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">33</context></context-group> 3672
3772 </trans-unit> 3673 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3773 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3674 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3774 <source>Actions</source> 3675 <source>Actions</source>
3775 <target>Akce</target> 3676 <target>Akce</target>
3776 <context-group name="null"> 3677 <context-group name="null">
3777 <context context-type="linenumber">44</context> 3678 <context context-type="linenumber">44</context>
3778 </context-group> 3679 </context-group>
3779 <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">35</context></context-group> 3680
3780 <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">44</context></context-group> 3681
3781 </trans-unit> 3682 <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">38</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">57</context></context-group></trans-unit>
3782 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3683 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3783 <source>Blacklist reason:</source> 3684 <source>Blacklist reason:</source>
3784 <target>Důvod blokace:</target> 3685 <target>Důvod blokace:</target>
3785 <context-group name="null"> 3686 <context-group name="null">
3786 <context context-type="linenumber">43</context> 3687 <context context-type="linenumber">43</context>
3787 </context-group> 3688 </context-group>
3788 <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">43</context></context-group> 3689
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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3691 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3692 <context-group purpose="location">
3693 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3694 <context context-type="linenumber">5</context>
3695 </context-group>
3789 </trans-unit> 3696 </trans-unit>
3790 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 3697 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
3791 <source>Moderation comment</source> 3698 <source>Moderation comment</source>
@@ -3803,8 +3710,8 @@
3803 <context-group name="null"> 3710 <context-group name="null">
3804 <context context-type="linenumber">18</context> 3711 <context context-type="linenumber">18</context>
3805 </context-group> 3712 </context-group>
3806 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">18</context></context-group> 3713
3807 </trans-unit> 3714 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3808 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3715 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3809 <source>Update this comment</source> 3716 <source>Update this comment</source>
3810 <target>Aktualizovat tento komentář</target> 3717 <target>Aktualizovat tento komentář</target>
@@ -3812,24 +3719,30 @@
3812 <context context-type="linenumber">26</context> 3719 <context context-type="linenumber">26</context>
3813 </context-group> 3720 </context-group>
3814 3721
3815 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3816 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3723 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3817 <source>Reporter</source> 3724 <source>Reporter</source>
3818 <target>Autor nahlášení</target> 3725 <target>Autor nahlášení</target>
3819 <context-group name="null"> 3726 <context-group name="null">
3820 <context context-type="linenumber">8</context> 3727 <context context-type="linenumber">8</context>
3821 </context-group> 3728 </context-group>
3822 <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">8</context></context-group> 3729
3823 </trans-unit> 3730 <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">10</context></context-group></trans-unit>
3824 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3731 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3825 <source>Video</source> 3732 <source>Video</source>
3826 <target>Video</target> 3733 <target>Video</target>
3827 <context-group name="null"> 3734 <context-group name="null">
3828 <context context-type="linenumber">9</context> 3735 <context context-type="linenumber">9</context>
3829 </context-group> 3736 </context-group>
3830 <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">10</context></context-group> 3737
3831 <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">14</context></context-group> 3738
3832 <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> 3739
3740 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3741 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3742 <context-group purpose="location">
3743 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3744 <context context-type="linenumber">46</context>
3745 </context-group>
3833 </trans-unit> 3746 </trans-unit>
3834 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3747 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3835 <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> 3748 <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>
@@ -3838,7 +3751,7 @@
3838 <context context-type="linenumber">11</context> 3751 <context context-type="linenumber">11</context>
3839 </context-group> 3752 </context-group>
3840 3753
3841 <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><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><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></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3754 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3842 <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><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> 3755 <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><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>
3843 <context-group purpose="location"> 3756 <context-group purpose="location">
3844 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3757 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3851,25 +3764,30 @@
3851 <context-group name="null"> 3764 <context-group name="null">
3852 <context context-type="linenumber">27</context> 3765 <context context-type="linenumber">27</context>
3853 </context-group> 3766 </context-group>
3854 <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">25</context></context-group> 3767
3855 <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">27</context></context-group> 3768
3856 </trans-unit> 3769 <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">27</context></context-group></trans-unit>
3857 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3770 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
3858 <source>Reason:</source> 3771 <source>Reason:</source>
3859 <target>Důvod:</target> 3772 <target>Důvod:</target>
3860 <context-group name="null"> 3773 <context-group name="null">
3861 <context context-type="linenumber">53</context> 3774 <context context-type="linenumber">53</context>
3862 </context-group> 3775 </context-group>
3863 <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">53</context></context-group> 3776
3864 </trans-unit> 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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3865 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 3778 <source>Note:</source><target state="new">Note:</target>
3866 <source>Moderation comment:</source> 3779 <context-group purpose="location">
3867 <target state="new">Moderation comment:</target> 3780 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3868 <context-group name="null"> 3781 <context context-type="linenumber">72</context>
3869 <context context-type="linenumber">57</context> 3782 </context-group>
3783 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3784 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3785 <context-group purpose="location">
3786 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3787 <context context-type="linenumber">5</context>
3870 </context-group> 3788 </context-group>
3871 <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">57</context></context-group>
3872 </trans-unit> 3789 </trans-unit>
3790
3873 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3791 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3874 <source>Unblacklist</source> 3792 <source>Unblacklist</source>
3875 <target>Odebrat z černé listiny</target> 3793 <target>Odebrat z černé listiny</target>
@@ -3878,6 +3796,12 @@
3878 </context-group> 3796 </context-group>
3879 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 3797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
3880 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 3798 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3799 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3800 <source>Mute domain</source><target state="new">Mute domain</target>
3801 <context-group purpose="location">
3802 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3803 <context context-type="linenumber">11</context>
3804 </context-group>
3881 </trans-unit> 3805 </trans-unit>
3882 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3806 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3883 <source>Instance</source> 3807 <source>Instance</source>
@@ -3889,28 +3813,50 @@
3889 3813
3890 3814
3891 3815
3892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3893 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3817 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3894 <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> 3818 <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>
3895 <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> 3819 <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>
3896 <context-group name="null"> 3820 <context-group name="null">
3897 <context context-type="linenumber">13</context> 3821 <context context-type="linenumber">13</context>
3898 </context-group> 3822 </context-group>
3899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3823
3900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3824
3901 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3825
3902 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3826
3903 </trans-unit> 3827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3904 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 3828 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3905 <source>Unmute</source> 3829 <source>Unmute</source>
3906 <target>Zhlasitit</target> 3830 <target>Zhlasitit</target>
3907 <context-group name="null"> 3831 <context-group name="null">
3908 <context context-type="linenumber">23</context> 3832 <context context-type="linenumber">23</context>
3909 </context-group> 3833 </context-group>
3910 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group> 3834
3911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 3835
3912 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group> 3836
3913 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group> 3837
3838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3839 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3840 <context-group purpose="location">
3841 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3842 <context context-type="linenumber">5</context>
3843 </context-group>
3844 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3845 <source>
3846 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3847 </source><target state="new">
3848 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3849 </target>
3850 <context-group purpose="location">
3851 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3852 <context context-type="linenumber">37</context>
3853 </context-group>
3854 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3855 <source>Mute domains</source><target state="new">Mute domains</target>
3856 <context-group purpose="location">
3857 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3858 <context context-type="linenumber">35</context>
3859 </context-group>
3914 </trans-unit> 3860 </trans-unit>
3915 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 3861 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3916 <source>Account</source> 3862 <source>Account</source>
@@ -3918,8 +3864,14 @@
3918 <context-group name="null"> 3864 <context-group name="null">
3919 <context context-type="linenumber">12</context> 3865 <context context-type="linenumber">12</context>
3920 </context-group> 3866 </context-group>
3921 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 3867
3922 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 3868
3869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3870 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3871 <context-group purpose="location">
3872 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3873 <context context-type="linenumber">5</context>
3874 </context-group>
3923 </trans-unit> 3875 </trans-unit>
3924 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3876 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
3925 <source>Plugins/Themes</source> 3877 <source>Plugins/Themes</source>
@@ -4064,26 +4016,13 @@
4064 </context-group> 4016 </context-group>
4065 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group> 4017 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group>
4066 </trans-unit> 4018 </trans-unit>
4067 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 4019 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4068 <source>Jobs list</source>
4069 <target>Seznam úloh</target>
4070 <context-group name="null">
4071 <context context-type="linenumber">2</context>
4072 </context-group>
4073 <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>
4074 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4075 <source>Job type</source><target state="new">Job type</target> 4020 <source>Job type</source><target state="new">Job type</target>
4076 <context-group purpose="location"> 4021
4077 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4078 <context context-type="linenumber">5</context>
4079 </context-group>
4080 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4081 <source>Job state</source><target state="new">Job state</target> 4023 <source>Job state</source><target state="new">Job state</target>
4082 <context-group purpose="location"> 4024
4083 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4084 <context context-type="linenumber">14</context>
4085 </context-group>
4086 </trans-unit>
4087 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4026 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
4088 <source>Type</source> 4027 <source>Type</source>
4089 <target>Typ</target> 4028 <target>Typ</target>
@@ -4091,7 +4030,7 @@
4091 <context context-type="linenumber">19</context> 4030 <context context-type="linenumber">19</context>
4092 </context-group> 4031 </context-group>
4093 4032
4094 <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> 4033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4095 4034
4096 4035
4097 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 4036 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
@@ -4149,43 +4088,25 @@
4149 4088
4150 4089
4151 4090
4152 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4091 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4153 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4092 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4154 <context-group purpose="location"> 4093
4155 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4094 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4156 <context context-type="linenumber">46</context>
4157 </context-group>
4158 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4159 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 4095 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
4160 <context-group purpose="location"> 4096
4161 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4097 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4162 <context context-type="linenumber">43</context>
4163 </context-group>
4164 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4165 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 4098 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
4166 <context-group purpose="location"> 4099
4167 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4100 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4168 <context context-type="linenumber">57</context>
4169 </context-group>
4170 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4171 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 4101 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
4172 <context-group purpose="location"> 4102
4173 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4103 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4174 <context context-type="linenumber">54</context>
4175 </context-group>
4176 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4177 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 4104 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
4178 <context-group purpose="location"> 4105
4179 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4106 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4180 <context context-type="linenumber">68</context>
4181 </context-group>
4182 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4183 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 4107 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
4184 <context-group purpose="location"> 4108
4185 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4109 <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">66</context></context-group></trans-unit>
4186 <context context-type="linenumber">65</context>
4187 </context-group>
4188 </trans-unit>
4189 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 4110 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
4190 <source>Main languages you/your moderators speak</source> 4111 <source>Main languages you/your moderators speak</source>
4191 <target state="new">Main languages you/your moderators speak</target> 4112 <target state="new">Main languages you/your moderators speak</target>
@@ -4241,7 +4162,7 @@
4241 </context-group> 4162 </context-group>
4242 4163
4243 4164
4244 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 4165 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4245 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4166 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4246 <source>Blur thumbnails</source> 4167 <source>Blur thumbnails</source>
4247 <target>Rozmlžit náhledy</target> 4168 <target>Rozmlžit náhledy</target>
@@ -4250,7 +4171,7 @@
4250 </context-group> 4171 </context-group>
4251 4172
4252 4173
4253 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 4174 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4254 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4175 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4255 <source>Display</source> 4176 <source>Display</source>
4256 <target>Zobrazit</target> 4177 <target>Zobrazit</target>
@@ -4259,13 +4180,10 @@
4259 </context-group> 4180 </context-group>
4260 4181
4261 4182
4262 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4183 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4263 <source>Strategy</source><target state="new">Strategy</target> 4184 <source>Strategy</source><target state="new">Strategy</target>
4264 <context-group purpose="location"> 4185
4265 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4266 <context context-type="linenumber">22</context>
4267 </context-group>
4268 </trans-unit>
4269 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4187 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4270 <source>Terms</source> 4188 <source>Terms</source>
4271 <target>Podmínky</target> 4189 <target>Podmínky</target>
@@ -4275,72 +4193,72 @@
4275 4193
4276 4194
4277 4195
4278 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</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">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4279 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 4197 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4280 <source>Code of conduct</source> 4198 <source>Code of conduct</source>
4281 <target state="new">Code of conduct</target> 4199 <target state="new">Code of conduct</target>
4282 4200
4283 4201
4284 4202
4285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</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">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4286 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 4204 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4287 <source>Moderation information</source> 4205 <source>Moderation information</source>
4288 <target state="new">Moderation information</target> 4206 <target state="new">Moderation information</target>
4289 4207
4290 4208
4291 4209
4292 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 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">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4293 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 4211 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4294 4212
4295 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4296 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 4214 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
4297 4215
4298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit> 4216 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit>
4299 4217
4300 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4218 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4301 <source>Who is behind the instance?</source> 4219 <source>Who is behind the instance?</source>
4302 <target state="new">Who is behind the instance?</target> 4220 <target state="new">Who is behind the instance?</target>
4303 4221
4304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4222 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4305 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 4223 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target>
4306 4224
4307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit> 4225 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
4308 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 4226 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4309 <source>Why did you create this instance?</source> 4227 <source>Why did you create this instance?</source>
4310 <target state="new">Why did you create this instance?</target> 4228 <target state="new">Why did you create this instance?</target>
4311 4229
4312 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4230 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4313 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 4231 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4314 4232
4315 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit> 4233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit>
4316 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 4234 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4317 <source>How long do you plan to maintain this instance?</source> 4235 <source>How long do you plan to maintain this instance?</source>
4318 <target state="new">How long do you plan to maintain this instance?</target> 4236 <target state="new">How long do you plan to maintain this instance?</target>
4319 4237
4320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">182</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 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">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4321 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 4239 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target>
4322 4240
4323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit> 4241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit>
4324 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4242 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4325 <source>How will you finance the PeerTube server?</source> 4243 <source>How will you finance the PeerTube server?</source>
4326 <target state="new">How will you finance the PeerTube server?</target> 4244 <target state="new">How will you finance the PeerTube server?</target>
4327 4245
4328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4329 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 4247 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
4330 4248
4331 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 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">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4332 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 4250 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
4333 4251
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">208</context></context-group></trans-unit> 4252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit>
4335 4253
4336 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4254 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4337 <source>What server/hardware does the instance run on?</source> 4255 <source>What server/hardware does the instance run on?</source>
4338 <target state="new">What server/hardware does the instance run on?</target> 4256 <target state="new">What server/hardware does the instance run on?</target>
4339 4257
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">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 4258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4341 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4259 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4342 4260
4343 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit> 4261 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit>
4344 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 4262 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4345 <source>Instance information</source> 4263 <source>Instance information</source>
4346 <target state="new">Instance information</target> 4264 <target state="new">Instance information</target>
@@ -4348,45 +4266,45 @@
4348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 4266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4349 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 4267 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
4350 4268
4351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4352 <source> 4270 <source>
4353 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4271 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4354 </source><target state="new"> 4272 </source><target state="new">
4355 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4273 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4356 </target> 4274 </target>
4357 4275
4358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit> 4276 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit>
4359 4277
4360 4278
4361 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4279 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4362 <source>default</source> 4280 <source>default</source>
4363 <target state="new">default</target> 4281 <target state="new">default</target>
4364 4282
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">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4366 <source>Landing page</source><target state="new">Landing page</target> 4284 <source>Landing page</source><target state="new">Landing page</target>
4367 4285
4368 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">262</context></context-group></trans-unit> 4286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit>
4369 4287
4370 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4288 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4371 <source>Discover videos</source> 4289 <source>Discover videos</source>
4372 <target state="new">Discover videos</target> 4290 <target state="new">Discover videos</target>
4373 4291
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">265</context></context-group></trans-unit> 4292 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit>
4375 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4293 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4376 <source>Trending videos</source> 4294 <source>Trending videos</source>
4377 <target state="new">Trending videos</target> 4295 <target state="new">Trending videos</target>
4378 4296
4379 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 4297 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit>
4380 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4298 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4381 <source>Most liked videos</source> 4299 <source>Most liked videos</source>
4382 <target state="new">Most liked videos</target> 4300 <target state="new">Most liked videos</target>
4383 4301
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">267</context></context-group></trans-unit> 4302 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit>
4385 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4303 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4386 <source>Recently added videos</source> 4304 <source>Recently added videos</source>
4387 <target state="new">Recently added videos</target> 4305 <target state="new">Recently added videos</target>
4388 4306
4389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit> 4307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit>
4390 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4308 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4391 <source>Local videos</source> 4309 <source>Local videos</source>
4392 <target>Místní videa</target> 4310 <target>Místní videa</target>
@@ -4394,17 +4312,17 @@
4394 <context context-type="linenumber">223</context> 4312 <context context-type="linenumber">223</context>
4395 </context-group> 4313 </context-group>
4396 4314
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">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4315 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4398 <source>NEW USERS</source><target state="new">NEW USERS</target> 4316 <source>NEW USERS</source><target state="new">NEW USERS</target>
4399 4317
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">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4401 <source> 4319 <source>
4402 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4320 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4403 </source><target state="new"> 4321 </source><target state="new">
4404 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4322 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4405 </target> 4323 </target>
4406 4324
4407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit> 4325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit>
4408 4326
4409 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4327 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4410 <source>Signup enabled</source> 4328 <source>Signup enabled</source>
@@ -4413,7 +4331,7 @@
4413 <context context-type="linenumber">235</context> 4331 <context context-type="linenumber">235</context>
4414 </context-group> 4332 </context-group>
4415 4333
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">292</context></context-group></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">293</context></context-group></trans-unit>
4417 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4335 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4418 <source>Signup requires email verification</source> 4336 <source>Signup requires email verification</source>
4419 <target>Registrace vyžaduje ověření e-mailem.</target> 4337 <target>Registrace vyžaduje ověření e-mailem.</target>
@@ -4421,7 +4339,7 @@
4421 <context context-type="linenumber">242</context> 4339 <context context-type="linenumber">242</context>
4422 </context-group> 4340 </context-group>
4423 4341
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">300</context></context-group></trans-unit> 4342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit>
4425 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4343 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4426 <source>Signup limit</source> 4344 <source>Signup limit</source>
4427 <target>Limit registrací</target> 4345 <target>Limit registrací</target>
@@ -4429,7 +4347,7 @@
4429 <context context-type="linenumber">247</context> 4347 <context context-type="linenumber">247</context>
4430 </context-group> 4348 </context-group>
4431 4349
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">304</context></context-group></trans-unit> 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">305</context></context-group></trans-unit>
4433 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4351 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4434 <source>Users</source> 4352 <source>Users</source>
4435 <target>Uživatelé</target> 4353 <target>Uživatelé</target>
@@ -4518,71 +4436,84 @@
4518 <source>Default video quota per user</source> 4436 <source>Default video quota per user</source>
4519 <target state="new">Default video quota per user</target> 4437 <target state="new">Default video quota per user</target>
4520 4438
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">319</context></context-group></trans-unit> 4439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">320</context></context-group></trans-unit>
4522 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4440 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4523 <source>Default daily upload limit per user</source> 4441 <source>Default daily upload limit per user</source>
4524 <target state="new">Default daily upload limit per user</target> 4442 <target state="new">Default daily upload limit per user</target>
4525 4443
4526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4527 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4445 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4528 4446
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">348</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4530 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4448 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4531 4449
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">359</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 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">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4533 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target> 4451 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target>
4534 4452
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">366</context></context-group></trans-unit> 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">367</context></context-group></trans-unit>
4536 4454
4537 4455
4538 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4456 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4539 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4457 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4540 4458
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">383</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4542 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 4460 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
4543 4461
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">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4462 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4545 <source>FEDERATION</source><target state="new">FEDERATION</target> 4463 <source>FEDERATION</source><target state="new">FEDERATION</target>
4546 4464
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">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4465 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4548 <source> 4466 <source>
4549 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4467 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4550 </source><target state="new"> 4468 </source><target state="new">
4551 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4469 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4552 </target> 4470 </target>
4553 4471
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">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4555 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4473 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4556 4474
4557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">411</context></context-group></trans-unit> 4475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit>
4558 4476
4559 4477
4560 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4478 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4561 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 4479 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
4562 4480
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">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4481 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4564 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4482 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4565 4483
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">431</context></context-group></trans-unit> 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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4485 <source>
4486 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4487 </source><target state="new">
4488 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4489 </target>
4490 <context-group purpose="location">
4491 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4492 <context context-type="linenumber">450</context>
4493 </context-group>
4494 </trans-unit>
4567 4495
4568 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4496 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4569 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4497 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4570 4498
4571 4499
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">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit> 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">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4573 4501
4574 4502
4575 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4503 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4576 <source>Index URL</source> 4504 <source>Index URL</source>
4577 <target state="new">Index URL</target> 4505 <target state="new">Index URL</target>
4578 4506
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">452</context></context-group></trans-unit><trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4580 <source>Automatically follow instances of the public index</source><target state="new">Automatically follow instances of the public index</target> 4508 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4581 4509 <context-group purpose="location">
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">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4510 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4511 <context context-type="linenumber">445</context>
4512 </context-group>
4513 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4583 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4514 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4584 4515
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">472</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">477</context></context-group></trans-unit>
4586 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4517 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4587 <source>Administrator</source> 4518 <source>Administrator</source>
4588 <target>Administrátor</target> 4519 <target>Administrátor</target>
@@ -4598,7 +4529,7 @@
4598 <context context-type="linenumber">387</context> 4529 <context context-type="linenumber">387</context>
4599 </context-group> 4530 </context-group>
4600 4531
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">478</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">483</context></context-group></trans-unit>
4602 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4533 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4603 <source>Enable contact form</source> 4534 <source>Enable contact form</source>
4604 <target>Povolit kontaktní formulář</target> 4535 <target>Povolit kontaktní formulář</target>
@@ -4606,7 +4537,7 @@
4606 <context context-type="linenumber">398</context> 4537 <context context-type="linenumber">398</context>
4607 </context-group> 4538 </context-group>
4608 4539
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">489</context></context-group></trans-unit> 4540 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit>
4610 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4541 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4611 <source>Basic configuration</source> 4542 <source>Basic configuration</source>
4612 <target>Základní nastavení</target> 4543 <target>Základní nastavení</target>
@@ -4614,17 +4545,17 @@
4614 <context context-type="linenumber">195</context> 4545 <context context-type="linenumber">195</context>
4615 </context-group> 4546 </context-group>
4616 4547
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">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4618 <source>TWITTER</source><target state="new">TWITTER</target> 4549 <source>TWITTER</source><target state="new">TWITTER</target>
4619 4550
4620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4621 <source> 4552 <source>
4622 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4553 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4623 </source><target state="new"> 4554 </source><target state="new">
4624 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4555 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4625 </target> 4556 </target>
4626 4557
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">507</context></context-group></trans-unit> 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">512</context></context-group></trans-unit>
4628 4559
4629 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4560 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4630 <source>Your Twitter username</source> 4561 <source>Your Twitter username</source>
@@ -4633,7 +4564,7 @@
4633 <context context-type="linenumber">413</context> 4564 <context context-type="linenumber">413</context>
4634 </context-group> 4565 </context-group>
4635 4566
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">518</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">523</context></context-group></trans-unit>
4637 4568
4638 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4569 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4639 <source>Instance whitelisted by Twitter</source> 4570 <source>Instance whitelisted by Twitter</source>
@@ -4642,7 +4573,7 @@
4642 <context context-type="linenumber">431</context> 4573 <context context-type="linenumber">431</context>
4643 </context-group> 4574 </context-group>
4644 4575
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">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4646 <source> 4577 <source>
4647 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/>"/> 4578 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/>"/>
4648 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/>"/> 4579 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/>"/>
@@ -4657,7 +4588,7 @@
4657 to see if you instance is whitelisted. 4588 to see if you instance is whitelisted.
4658 </target> 4589 </target>
4659 4590
4660 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</context></context-group></trans-unit> 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">539</context></context-group></trans-unit>
4661 4592
4662 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4593 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4663 <source>Services</source> 4594 <source>Services</source>
@@ -4666,10 +4597,10 @@
4666 <context context-type="linenumber">405</context> 4597 <context context-type="linenumber">405</context>
4667 </context-group> 4598 </context-group>
4668 4599
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">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4670 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4601 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4671 4602
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">560</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4673 <source> 4604 <source>
4674 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4605 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4675 resources, this is a critical part of PeerTube, so tread carefully. 4606 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4678,7 +4609,7 @@
4678 resources, this is a critical part of PeerTube, so tread carefully. 4609 resources, this is a critical part of PeerTube, so tread carefully.
4679 </target> 4610 </target>
4680 4611
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">561</context></context-group></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">566</context></context-group></trans-unit>
4682 4613
4683 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4614 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4684 <source>Transcoding enabled</source> 4615 <source>Transcoding enabled</source>
@@ -4687,7 +4618,7 @@
4687 <context context-type="linenumber">461</context> 4618 <context context-type="linenumber">461</context>
4688 </context-group> 4619 </context-group>
4689 4620
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">574</context></context-group></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">579</context></context-group></trans-unit>
4691 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4622 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4692 <source>If you disable transcoding, many videos from your users will not work!</source> 4623 <source>If you disable transcoding, many videos from your users will not work!</source>
4693 <target>Pokud zakážete překódování, mnoho videí od vašich uživatelů nebude fungovat!</target> 4624 <target>Pokud zakážete překódování, mnoho videí od vašich uživatelů nebude fungovat!</target>
@@ -4695,13 +4626,10 @@
4695 <context context-type="linenumber">465</context> 4626 <context context-type="linenumber">465</context>
4696 </context-group> 4627 </context-group>
4697 4628
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">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4699 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4630 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4700 <context-group purpose="location"> 4631
4701 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">594</context></context-group></trans-unit>
4702 <context context-type="linenumber">589</context>
4703 </context-group>
4704 </trans-unit>
4705 4633
4706 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4634 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4707 <source>Allow additional extensions</source> 4635 <source>Allow additional extensions</source>
@@ -4710,13 +4638,10 @@
4710 <context context-type="linenumber">475</context> 4638 <context context-type="linenumber">475</context>
4711 </context-group> 4639 </context-group>
4712 4640
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">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4714 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4642 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4715 <context-group purpose="location"> 4643
4716 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">605</context></context-group></trans-unit>
4717 <context context-type="linenumber">600</context>
4718 </context-group>
4719 </trans-unit>
4720 4645
4721 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 4646 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
4722 <source>Allow audio files upload</source> 4647 <source>Allow audio files upload</source>
@@ -4725,7 +4650,7 @@
4725 <context context-type="linenumber">486</context> 4650 <context context-type="linenumber">486</context>
4726 </context-group> 4651 </context-group>
4727 4652
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><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4729 <source> 4654 <source>
4730 <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>"/> 4655 <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>"/>
4731 4656
@@ -4743,14 +4668,11 @@
4743 4668
4744 <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>"/> 4669 <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>"/>
4745 </target> 4670 </target>
4746 <context-group purpose="location"> 4671
4747 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4748 <context context-type="linenumber">612</context>
4749 </context-group>
4750 </trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4751 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 4673 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
4752 4674
4753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4754 <source> 4676 <source>
4755 <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>"/> 4677 <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>"/>
4756 4678
@@ -4774,17 +4696,14 @@
4774 4696
4775 <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>"/> 4697 <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>"/>
4776 </target> 4698 </target>
4777 <context-group purpose="location"> 4699
4778 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">638</context></context-group></trans-unit>
4779 <context context-type="linenumber">633</context>
4780 </context-group>
4781 </trans-unit>
4782 4701
4783 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4702 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4784 <source>HLS support enabled</source> 4703 <source>HLS support enabled</source>
4785 <target state="new">HLS support enabled</target> 4704 <target state="new">HLS support enabled</target>
4786 4705
4787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group></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">635</context></context-group></trans-unit>
4788 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4707 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4789 <source>Transcoding threads</source> 4708 <source>Transcoding threads</source>
4790 <target>Vlákna na překódování</target> 4709 <target>Vlákna na překódování</target>
@@ -4792,41 +4711,41 @@
4792 <context context-type="linenumber">517</context> 4711 <context context-type="linenumber">517</context>
4793 </context-group> 4712 </context-group>
4794 4713
4795 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4796 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4715 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4797 4716
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">672</context></context-group></trans-unit> 4717 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
4799 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4718 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4800 <source>CACHE</source><target state="new">CACHE</target> 4719 <source>CACHE</source><target state="new">CACHE</target>
4801 4720
4802 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4803 <source> 4722 <source>
4804 Some files are not federated, and fetched when necessary. Define their caching policies. 4723 Some files are not federated, and fetched when necessary. Define their caching policies.
4805 </source><target state="new"> 4724 </source><target state="new">
4806 Some files are not federated, and fetched when necessary. Define their caching policies. 4725 Some files are not federated, and fetched when necessary. Define their caching policies.
4807 </target> 4726 </target>
4808 4727
4809 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4810 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4729 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4811 4730
4812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" 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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4813 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4732 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4814 4733
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">717</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">718</context></context-group></trans-unit>
4816 4735
4817 4736
4818 4737
4819 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4738 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4820 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4739 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4821 4740
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">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4823 <source> 4742 <source>
4824 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4743 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4825 </source><target state="new"> 4744 </source><target state="new">
4826 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4745 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4827 </target> 4746 </target>
4828 4747
4829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></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">734</context></context-group></trans-unit>
4830 4749
4831 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4750 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4832 <source>JavaScript</source> 4751 <source>JavaScript</source>
@@ -4835,14 +4754,14 @@
4835 <context context-type="linenumber">575</context> 4754 <context context-type="linenumber">575</context>
4836 </context-group> 4755 </context-group>
4837 4756
4838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4757 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4839 <source> 4758 <source>
4840 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>"/> 4759 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>"/>
4841 </source><target state="new"> 4760 </source><target state="new">
4842 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>"/> 4761 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>"/>
4843 </target> 4762 </target>
4844 4763
4845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4846 <source> 4765 <source>
4847 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/>"/> 4766 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/>"/>
4848 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4767 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4867,7 +4786,7 @@
4867 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4786 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4868 </target> 4787 </target>
4869 4788
4870 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group></trans-unit> 4789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
4871 4790
4872 4791
4873 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4792 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -4877,7 +4796,7 @@
4877 <context context-type="linenumber">452</context> 4796 <context context-type="linenumber">452</context>
4878 </context-group> 4797 </context-group>
4879 4798
4880 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</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">559</context></context-group></trans-unit>
4881 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 4800 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
4882 <source>Update configuration</source> 4801 <source>Update configuration</source>
4883 <target>Aktualizovat nastavení</target> 4802 <target>Aktualizovat nastavení</target>
@@ -4885,12 +4804,12 @@
4885 <context context-type="linenumber">628</context> 4804 <context context-type="linenumber">628</context>
4886 </context-group> 4805 </context-group>
4887 4806
4888 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group></trans-unit> 4807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
4889 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4808 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4890 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4809 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4891 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4810 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4892 4811
4893 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4894 <source>PROFILE</source><target state="new">PROFILE</target> 4813 <source>PROFILE</source><target state="new">PROFILE</target>
4895 <context-group purpose="location"> 4814 <context-group purpose="location">
4896 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4815 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5038,19 +4957,23 @@
5038 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4957 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5039 <context context-type="linenumber">6</context> 4958 <context context-type="linenumber">6</context>
5040 </context-group> 4959 </context-group>
5041 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 4960 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5042 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target> 4961 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
5043 <context-group purpose="location"> 4962 <context-group purpose="location">
5044 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4963 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5045 <context context-type="linenumber">22</context> 4964 <context context-type="linenumber">14</context>
5046 </context-group> 4965 </context-group>
5047 </trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5048 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
5049 <context-group purpose="location"> 4966 <context-group purpose="location">
5050 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4967 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5051 <context context-type="linenumber">25</context> 4968 <context context-type="linenumber">111</context>
5052 </context-group> 4969 </context-group>
5053 </trans-unit> 4970 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
4971 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target>
4972
4973 <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">23</context></context-group></trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
4974 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
4975
4976 <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">26</context></context-group></trans-unit>
5054 4977
5055 4978
5056 4979
@@ -5113,23 +5036,17 @@
5113 <source>Theme</source> 5036 <source>Theme</source>
5114 <target state="new">Theme</target> 5037 <target state="new">Theme</target>
5115 5038
5116 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 5039 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
5117 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 5040 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
5118 <source>instance default</source> 5041 <source>instance default</source>
5119 <target state="new">instance default</target> 5042 <target state="new">instance default</target>
5120 <context-group purpose="location"> 5043
5121 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5044 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
5122 <context context-type="linenumber">7</context>
5123 </context-group>
5124 </trans-unit>
5125 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 5045 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
5126 <source>peertube default</source> 5046 <source>peertube default</source>
5127 <target state="new">peertube default</target> 5047 <target state="new">peertube default</target>
5128 <context-group purpose="location"> 5048
5129 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5049 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5130 <context context-type="linenumber">8</context>
5131 </context-group>
5132 </trans-unit>
5133 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 5050 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
5134 <source>Change ownership</source> 5051 <source>Change ownership</source>
5135 <target>Změnit vlastnictví</target> 5052 <target>Změnit vlastnictví</target>
@@ -5289,6 +5206,18 @@
5289 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5206 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5290 <context context-type="linenumber">8</context> 5207 <context context-type="linenumber">8</context>
5291 </context-group> 5208 </context-group>
5209 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5210 <source>See the error</source><target state="new">See the error</target>
5211 <context-group purpose="location">
5212 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5213 <context context-type="linenumber">19</context>
5214 </context-group>
5215 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5216 <source>This video was deleted</source><target state="new">This video was deleted</target>
5217 <context-group purpose="location">
5218 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5219 <context context-type="linenumber">36</context>
5220 </context-group>
5292 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5221 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5293 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5222 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5294 <context-group purpose="location"> 5223 <context-group purpose="location">
@@ -5670,35 +5599,11 @@
5670 </context-group> 5599 </context-group>
5671 5600
5672 5601
5673 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5602 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5674 <source>Creators</source><target state="new">Creators</target>
5675 <context-group purpose="location">
5676 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5677 <context context-type="linenumber">162</context>
5678 </context-group>
5679 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5680 <source>Creator guide</source><target state="new">Creator guide</target>
5681 <context-group purpose="location">
5682 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5683 <context context-type="linenumber">162</context>
5684 </context-group>
5685 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5686 <source>Contributors</source><target state="new">Contributors</target>
5687 <context-group purpose="location">
5688 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5689 <context context-type="linenumber">163</context>
5690 </context-group>
5691 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5692 <source>PeerTube license</source><target state="new">PeerTube license</target> 5603 <source>PeerTube license</source><target state="new">PeerTube license</target>
5693 <context-group purpose="location"> 5604
5694 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5605
5695 <context context-type="linenumber">163</context> 5606 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5696 </context-group>
5697 <context-group purpose="location">
5698 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5699 <context context-type="linenumber">175</context>
5700 </context-group>
5701 </trans-unit>
5702 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 5607 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5703 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5608 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5704 <target>Registrován/a od <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5609 <target>Registrován/a od <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6641,6 +6546,30 @@
6641 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6546 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6642 <context context-type="linenumber">1</context> 6547 <context context-type="linenumber">1</context>
6643 </context-group> 6548 </context-group>
6549 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6550 <source>Process domains</source><target state="new">Process domains</target>
6551 <context-group purpose="location">
6552 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6553 <context context-type="linenumber">1</context>
6554 </context-group>
6555 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6556 <source>Domain is required.</source><target state="new">Domain is required.</target>
6557 <context-group purpose="location">
6558 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6559 <context context-type="linenumber">1</context>
6560 </context-group>
6561 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6562 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6563 <context-group purpose="location">
6564 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6565 <context context-type="linenumber">1</context>
6566 </context-group>
6567 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6568 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6569 <context-group purpose="location">
6570 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6571 <context context-type="linenumber">1</context>
6572 </context-group>
6644 </trans-unit> 6573 </trans-unit>
6645 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 6574 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6646 <source>Unlimited</source> 6575 <source>Unlimited</source>
@@ -6652,6 +6581,16 @@
6652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 6581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6653 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 6582 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6654 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 6583 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
6584 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6585 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6586 <context-group purpose="location">
6587 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6588 <context context-type="linenumber">1</context>
6589 </context-group>
6590 <context-group purpose="location">
6591 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6592 <context context-type="linenumber">1</context>
6593 </context-group>
6655 </trans-unit> 6594 </trans-unit>
6656 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html"> 6595 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
6657 <source>100MB</source> 6596 <source>100MB</source>
@@ -6791,48 +6730,20 @@
6791 <context-group name="null"> 6730 <context-group name="null">
6792 <context context-type="linenumber">1</context> 6731 <context context-type="linenumber">1</context>
6793 </context-group> 6732 </context-group>
6794 <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> 6733
6795 </trans-unit> 6734 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6796 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df"> 6735
6797 <source>You need to specify hosts to follow.</source> 6736
6798 <target>Specifikujte odebírané instance.</target> 6737
6799 <context-group name="null"> 6738
6800 <context context-type="linenumber">1</context>
6801 </context-group>
6802 <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>
6803 </trans-unit>
6804 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
6805 <source>Hosts need to be unique.</source>
6806 <target>Instance musí být unikátní.</target>
6807 <context-group name="null">
6808 <context context-type="linenumber">1</context>
6809 </context-group>
6810 <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>
6811 </trans-unit>
6812 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
6813 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6814 <target>Potvrzením odešlete požadavek na odběr z instance: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6815 <context-group name="null">
6816 <context context-type="linenumber">1</context>
6817 </context-group>
6818 <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>
6819 </trans-unit>
6820 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
6821 <source>Follow new server(s)</source>
6822 <target>Odebírat nové servery</target>
6823 <context-group name="null">
6824 <context context-type="linenumber">1</context>
6825 </context-group>
6826 <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>
6827 </trans-unit>
6828 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 6739 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
6829 <source>Follow request(s) sent!</source> 6740 <source>Follow request(s) sent!</source>
6830 <target>Požadavek odeslán!</target> 6741 <target>Požadavek odeslán!</target>
6831 <context-group name="null"> 6742 <context-group name="null">
6832 <context context-type="linenumber">1</context> 6743 <context context-type="linenumber">1</context>
6833 </context-group> 6744 </context-group>
6834 <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> 6745
6835 </trans-unit> 6746 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6836 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 6747 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
6837 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6748 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6838 <target>Opravdu chcete zrušit odběr kanálu <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 6749 <target>Opravdu chcete zrušit odběr kanálu <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -6926,6 +6837,12 @@
6926 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 6837 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6927 <context context-type="linenumber">1</context> 6838 <context context-type="linenumber">1</context>
6928 </context-group> 6839 </context-group>
6840 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6841 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6842 <context-group purpose="location">
6843 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6844 <context context-type="linenumber">1</context>
6845 </context-group>
6929 </trans-unit> 6846 </trans-unit>
6930 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html"> 6847 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
6931 <source>Comment updated.</source> 6848 <source>Comment updated.</source>
@@ -6934,23 +6851,33 @@
6934 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context> 6851 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
6935 <context context-type="linenumber">1</context> 6852 <context context-type="linenumber">1</context>
6936 </context-group> 6853 </context-group>
6937 </trans-unit> 6854 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
6938 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html"> 6855 <source>Internal actions</source><target state="new">Internal actions</target>
6939 <source>Delete this report</source>
6940 <target state="new">Delete this report</target>
6941 <context-group purpose="location"> 6856 <context-group purpose="location">
6942 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6857 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6943 <context context-type="linenumber">1</context> 6858 <context context-type="linenumber">1</context>
6944 </context-group> 6859 </context-group>
6945 </trans-unit> 6860 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
6946 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 6861 <source>Delete report</source><target state="new">Delete report</target>
6947 <source>Update moderation comment</source> 6862 <context-group purpose="location">
6948 <target state="new">Update moderation comment</target> 6863 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6864 <context context-type="linenumber">1</context>
6865 </context-group>
6866 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6867 <source>Add note</source><target state="new">Add note</target>
6868 <context-group purpose="location">
6869 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6870 <context context-type="linenumber">1</context>
6871 </context-group>
6872 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6873 <source>Update note</source><target state="new">Update note</target>
6949 <context-group purpose="location"> 6874 <context-group purpose="location">
6950 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6875 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6951 <context context-type="linenumber">1</context> 6876 <context context-type="linenumber">1</context>
6952 </context-group> 6877 </context-group>
6953 </trans-unit> 6878 </trans-unit>
6879
6880
6954 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html"> 6881 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html">
6955 <source>Mark as accepted</source> 6882 <source>Mark as accepted</source>
6956 <target state="new">Mark as accepted</target> 6883 <target state="new">Mark as accepted</target>
@@ -6966,6 +6893,12 @@
6966 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6893 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6967 <context context-type="linenumber">1</context> 6894 <context context-type="linenumber">1</context>
6968 </context-group> 6895 </context-group>
6896 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
6897 <source>Actions for the video</source><target state="new">Actions for the video</target>
6898 <context-group purpose="location">
6899 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6900 <context context-type="linenumber">1</context>
6901 </context-group>
6969 </trans-unit> 6902 </trans-unit>
6970 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 6903 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
6971 <source>Do you really want to delete this abuse report?</source> 6904 <source>Do you really want to delete this abuse report?</source>
@@ -7870,11 +7803,8 @@
7870 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group> 7803 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group>
7871 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7804 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7872 <source>max size</source><target state="new">max size</target> 7805 <source>max size</source><target state="new">max size</target>
7873 <context-group purpose="location"> 7806
7874 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7807 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7875 <context context-type="linenumber">1</context>
7876 </context-group>
7877 </trans-unit>
7878 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7808 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
7879 <source>Now please check your emails to verify your account and complete signup.</source> 7809 <source>Now please check your emails to verify your account and complete signup.</source>
7880 <target state="new">Now please check your emails to verify your account and complete signup.</target> 7810 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8219,6 +8149,12 @@
8219 <context context-type="linenumber">1</context> 8149 <context context-type="linenumber">1</context>
8220 </context-group> 8150 </context-group>
8221 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8151 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8152 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8153 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8154 <context-group purpose="location">
8155 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8156 <context context-type="linenumber">1</context>
8157 </context-group>
8222 </trans-unit> 8158 </trans-unit>
8223 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 8159 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
8224 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 8160 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8291,15 +8227,14 @@
8291 <context context-type="linenumber">1</context> 8227 <context context-type="linenumber">1</context>
8292 </context-group> 8228 </context-group>
8293 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8229 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8294 </trans-unit> 8230 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8295 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 8231 <source>just now</source><target state="new">just now</target>
8296 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 8232 <context-group purpose="location">
8297 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> sekundami</target> 8233 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8298 <context-group name="null">
8299 <context context-type="linenumber">1</context> 8234 <context context-type="linenumber">1</context>
8300 </context-group> 8235 </context-group>
8301 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8236 </trans-unit>
8302 </trans-unit><trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8237 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8303 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 8238 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
8304 <context-group purpose="location"> 8239 <context-group purpose="location">
8305 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8240 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
@@ -9988,8 +9923,8 @@
9988 <context-group name="null"> 9923 <context-group name="null">
9989 <context context-type="linenumber">1</context> 9924 <context context-type="linenumber">1</context>
9990 </context-group> 9925 </context-group>
9991 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group> 9926
9992 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 9927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9993 <source>Encoder</source><target state="new">Encoder</target> 9928 <source>Encoder</source><target state="new">Encoder</target>
9994 <context-group purpose="location"> 9929 <context-group purpose="location">
9995 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 9930 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10255,16 +10190,15 @@
10255 <context context-type="linenumber">1</context> 10190 <context context-type="linenumber">1</context>
10256 </context-group> 10191 </context-group>
10257 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 10192 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10258 </trans-unit> 10193 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10259 10194 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10260 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html">
10261 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
10262 <target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target>
10263 <context-group purpose="location"> 10195 <context-group purpose="location">
10264 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10196 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10265 <context context-type="linenumber">1</context> 10197 <context context-type="linenumber">1</context>
10266 </context-group> 10198 </context-group>
10267 </trans-unit> 10199 </trans-unit>
10200
10201
10268 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 10202 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
10269 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10203 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10270 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target> 10204 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target>
diff --git a/client/src/locale/angular.da-DK.xlf b/client/src/locale/angular.da-DK.xlf
index bb2545985..fa7f9cde2 100644
--- a/client/src/locale/angular.da-DK.xlf
+++ b/client/src/locale/angular.da-DK.xlf
@@ -536,26 +536,26 @@
536 <source>Unlisted</source><target state="new">Unlisted</target> 536 <source>Unlisted</source><target state="new">Unlisted</target>
537 537
538 538
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><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"> 539 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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">
540 <source>Private</source><target state="new">Private</target> 540 <source>Private</source><target state="new">Private</target>
541 541
542 542
543 543
544 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 544 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
545 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 545 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
546 546
547 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</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">23</context></context-group></trans-unit>
548 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 548 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
549 <source>Blacklisted</source><target state="new">Blacklisted</target> 549 <source>Blacklisted</source><target state="new">Blacklisted</target>
550 550
551 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 551 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
552 <source> 552 <source>
553 Sensitive 553 Sensitive
554 </source><target state="new"> 554 </source><target state="new">
555 Sensitive 555 Sensitive
556 </target> 556 </target>
557 557
558 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 558 <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="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> 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>
560 <context-group purpose="location"> 560 <context-group purpose="location">
561 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context> 561 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
@@ -601,7 +601,7 @@
601 <context-group name="null"> 601 <context-group name="null">
602 <context context-type="linenumber">15</context> 602 <context context-type="linenumber">15</context>
603 </context-group> 603 </context-group>
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">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 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">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
605 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 605 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
606 <context-group purpose="location"> 606 <context-group purpose="location">
607 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 607 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -628,7 +628,7 @@
628 <context-group name="null"> 628 <context-group name="null">
629 <context context-type="linenumber">63</context> 629 <context context-type="linenumber">63</context>
630 </context-group> 630 </context-group>
631 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit><trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d" datatype="html"> 631 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit><trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d" datatype="html">
632 <source>Truncated preview</source><target state="new">Truncated preview</target> 632 <source>Truncated preview</source><target state="new">Truncated preview</target>
633 633
634 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196" datatype="html"> 634 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196" datatype="html">
@@ -759,7 +759,7 @@
759 <source>Import</source><target state="new">Import</target><context-group name="null"> 759 <source>Import</source><target state="new">Import</target><context-group name="null">
760 <context context-type="linenumber">286</context> 760 <context context-type="linenumber">286</context>
761 </context-group> 761 </context-group>
762 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit><trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 762 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit><trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
763 <source>HTTP import (YouTube, Vimeo, direct URL...)</source><target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target> 763 <source>HTTP import (YouTube, Vimeo, direct URL...)</source><target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target>
764 764
765 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a" datatype="html"> 765 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a" datatype="html">
@@ -860,7 +860,7 @@
860 860
861 861
862 862
863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
864 <source>Ban this user</source><target state="new">Ban this user</target> 864 <source>Ban this user</source><target state="new">Ban this user</target>
865 865
866 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 866 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
@@ -870,13 +870,7 @@
870 <context-group name="null"> 870 <context-group name="null">
871 <context context-type="linenumber">11</context> 871 <context context-type="linenumber">11</context>
872 </context-group> 872 </context-group>
873 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 873 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
874 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source><target state="new">(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
875 <context-group purpose="location">
876 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
877 <context context-type="linenumber">12</context>
878 </context-group>
879 </trans-unit>
880 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 874 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
881 <source> 875 <source>
882 Login 876 Login
@@ -988,7 +982,7 @@
988 <context-group name="null"> 982 <context-group name="null">
989 <context context-type="linenumber">43</context> 983 <context context-type="linenumber">43</context>
990 </context-group> 984 </context-group>
991 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 985 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
992 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 986 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
993 <source>Email address</source> 987 <source>Email address</source>
994 <target>Email-adresse</target> 988 <target>Email-adresse</target>
@@ -1309,15 +1303,9 @@
1309 </context-group> 1303 </context-group>
1310 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1304 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1311 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1305 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1312 <context-group purpose="location"> 1306
1313 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1307
1314 <context context-type="linenumber">36</context> 1308 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1315 </context-group>
1316 <context-group purpose="location">
1317 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1318 <context context-type="linenumber">158</context>
1319 </context-group>
1320 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1321 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1309 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1322 <context-group purpose="location"> 1310 <context-group purpose="location">
1323 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1311 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1350,41 +1338,26 @@
1350 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1338 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1351 <source>Help</source><target state="new">Help</target> 1339 <source>Help</source><target state="new">Help</target>
1352 1340
1353 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1341 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1354 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1342 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1355 <context-group purpose="location"> 1343
1356 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1344 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1357 <context context-type="linenumber">167</context>
1358 </context-group>
1359 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1360 <source>Shortcuts</source><target state="new">Shortcuts</target> 1345 <source>Shortcuts</source><target state="new">Shortcuts</target>
1361 <context-group purpose="location"> 1346
1362 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1347 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1363 <context context-type="linenumber">168</context>
1364 </context-group>
1365 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1366 <source> 1348 <source>
1367 powered by PeerTube 1349 powered by PeerTube
1368 </source><target state="new"> 1350 </source><target state="new">
1369 powered by PeerTube 1351 powered by PeerTube
1370 </target> 1352 </target>
1371 <context-group purpose="location"> 1353
1372 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1354 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1373 <context context-type="linenumber">172</context>
1374 </context-group>
1375 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1376 <source>PeerTube website</source><target state="new">PeerTube website</target> 1355 <source>PeerTube website</source><target state="new">PeerTube website</target>
1377 <context-group purpose="location"> 1356
1378 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1357 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1379 <context context-type="linenumber">172</context>
1380 </context-group>
1381 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1382 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1358 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1383 <context-group purpose="location"> 1359
1384 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1360 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1385 <context context-type="linenumber">171</context>
1386 </context-group>
1387 </trans-unit>
1388 1361
1389 1362
1390 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1363 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
@@ -1482,17 +1455,8 @@
1482 </context-group> 1455 </context-group>
1483 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1456 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1484 <source>Contact</source><target state="new">Contact</target> 1457 <source>Contact</source><target state="new">Contact</target>
1485 <context-group purpose="location"> 1458
1486 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1459 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1487 <context context-type="linenumber">154</context>
1488 </context-group>
1489 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1490 <source>Terms of Service</source><target state="new">Terms of Service</target>
1491 <context-group purpose="location">
1492 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1493 <context context-type="linenumber">155</context>
1494 </context-group>
1495 </trans-unit>
1496 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1460 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1497 <source>View your notifications</source><target state="new">View your notifications</target> 1461 <source>View your notifications</source><target state="new">View your notifications</target>
1498 <context-group purpose="location"> 1462 <context-group purpose="location">
@@ -1810,7 +1774,7 @@
1810 1774
1811 1775
1812 1776
1813 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html"> 1777 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html">
1814 <source>Privacy</source><target state="new">Privacy</target> 1778 <source>Privacy</source><target state="new">Privacy</target>
1815 1779
1816 1780
@@ -1819,37 +1783,19 @@
1819 1783
1820 1784
1821 1785
1822 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 1786 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
1823 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
1824 <context-group purpose="location">
1825 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1826 <context context-type="linenumber">164</context>
1827 </context-group>
1828 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
1829 <source>FAQ</source><target state="new">FAQ</target> 1787 <source>FAQ</source><target state="new">FAQ</target>
1830 <context-group purpose="location"> 1788
1831 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1789 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
1832 <context context-type="linenumber">165</context>
1833 </context-group>
1834 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
1835 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 1790 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
1836 <context-group purpose="location"> 1791
1837 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1792 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
1838 <context context-type="linenumber">165</context>
1839 </context-group>
1840 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
1841 <source>API</source><target state="new">API</target> 1793 <source>API</source><target state="new">API</target>
1842 <context-group purpose="location"> 1794
1843 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1795 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
1844 <context context-type="linenumber">166</context>
1845 </context-group>
1846 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
1847 <source>API documentation</source><target state="new">API documentation</target> 1796 <source>API documentation</source><target state="new">API documentation</target>
1848 <context-group purpose="location"> 1797
1849 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1798 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
1850 <context context-type="linenumber">166</context>
1851 </context-group>
1852 </trans-unit><trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
1853 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source><target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 1799 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source><target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
1854 1800
1855 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee" datatype="html"> 1801 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee" datatype="html">
@@ -1947,7 +1893,7 @@
1947 1893
1948 1894
1949 1895
1950 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit><trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 1896 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit><trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
1951 <source> 1897 <source>
1952 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. 1898 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
1953</source><target state="new"> 1899</source><target state="new">
@@ -1962,7 +1908,7 @@
1962 1908
1963 1909
1964 1910
1965 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html"> 1911 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html">
1966 <source>Select the file to upload</source><target state="new">Select the file to upload</target> 1912 <source>Select the file to upload</source><target state="new">Select the file to upload</target>
1967 <context-group purpose="location"> 1913 <context-group purpose="location">
1968 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1914 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
@@ -1970,17 +1916,11 @@
1970 </context-group> 1916 </context-group>
1971 </trans-unit><trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html"> 1917 </trans-unit><trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html">
1972 <source>Scheduled</source><target state="new">Scheduled</target> 1918 <source>Scheduled</source><target state="new">Scheduled</target>
1973 <context-group purpose="location"> 1919
1974 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1920 <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">24</context></context-group></trans-unit><trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
1975 <context context-type="linenumber">25</context>
1976 </context-group>
1977 </trans-unit><trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
1978 <source>Video background image</source><target state="new">Video background image</target> 1921 <source>Video background image</source><target state="new">Video background image</target>
1979 <context-group purpose="location"> 1922
1980 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1923 <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">31</context></context-group></trans-unit><trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
1981 <context context-type="linenumber">32</context>
1982 </context-group>
1983 </trans-unit><trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
1984 <source> 1924 <source>
1985 Image that will be merged with your audio file. 1925 Image that will be merged with your audio file.
1986 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1926 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -1990,58 +1930,43 @@
1990 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1930 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1991 The chosen image will be definitive and cannot be modified. 1931 The chosen image will be definitive and cannot be modified.
1992 </target> 1932 </target>
1993 <context-group purpose="location"> 1933
1994 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1934 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
1995 <context context-type="linenumber">34</context>
1996 </context-group>
1997 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
1998 <source>Processing…</source><target state="new">Processing…</target> 1935 <source>Processing…</source><target state="new">Processing…</target>
1999 <context-group purpose="location"> 1936
2000 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1937 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2001 <context context-type="linenumber">56</context>
2002 </context-group>
2003 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2004 <source>Total video quota</source><target state="new">Total video quota</target> 1938 <source>Total video quota</source><target state="new">Total video quota</target>
2005 <context-group purpose="location"> 1939
2006 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1940
2007 <context context-type="linenumber">54</context> 1941 <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">53</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">11</context></context-group></trans-unit><trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2008 </context-group>
2009 <context-group purpose="location">
2010 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2011 <context context-type="linenumber">11</context>
2012 </context-group>
2013 </trans-unit><trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2014 <source> 1942 <source>
2015 Congratulations! Your video is now available in your private library. 1943 Congratulations! Your video is now available in your private library.
2016</source><target state="new"> 1944</source><target state="new">
2017 Congratulations! Your video is now available in your private library. 1945 Congratulations! Your video is now available in your private library.
2018</target> 1946</target>
2019 1947
2020 <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">68</context></context-group></trans-unit><trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html"> 1948 <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">67</context></context-group></trans-unit><trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
2021 <source>Publish will be available when upload is finished</source><target state="new">Publish will be available when upload is finished</target> 1949 <source>Publish will be available when upload is finished</source><target state="new">Publish will be available when upload is finished</target>
2022 1950
2023 <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">81</context></context-group></trans-unit><trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html"> 1951 <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">80</context></context-group></trans-unit><trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html">
2024 <source>Publish</source><target state="new">Publish</target> 1952 <source>Publish</source><target state="new">Publish</target>
2025 1953
2026 <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">88</context></context-group></trans-unit><trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html"> 1954 <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">87</context></context-group></trans-unit><trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
2027 <source>Select the torrent to import</source><target state="new">Select the torrent to import</target> 1955 <source>Select the torrent to import</source><target state="new">Select the torrent to import</target>
2028 <context-group purpose="location"> 1956 <context-group purpose="location">
2029 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1957 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2030 <context context-type="linenumber">6</context> 1958 <context context-type="linenumber">6</context>
2031 </context-group> 1959 </context-group>
2032 </trans-unit><trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc" datatype="html"> 1960 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2033 <source>Or</source><target state="new">Or</target> 1961 <source>OR</source><target state="new">OR</target>
2034 <context-group purpose="location"> 1962 <context-group purpose="location">
2035 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1963 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2036 <context context-type="linenumber">11</context> 1964 <context context-type="linenumber">10</context>
2037 </context-group> 1965 </context-group>
2038 </trans-unit><trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html"> 1966 </trans-unit><trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
2039 <source>Paste magnet URI</source><target state="new">Paste magnet URI</target> 1967 <source>Paste magnet URI</source><target state="new">Paste magnet URI</target>
2040 <context-group purpose="location"> 1968
2041 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1969 <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">13</context></context-group></trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2042 <context context-type="linenumber">14</context>
2043 </context-group>
2044 </trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2045 <source> 1970 <source>
2046 You can import any torrent file that points to a mp4 file. 1971 You can import any torrent file that points to a mp4 file.
2047 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. 1972 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.
@@ -2049,21 +1974,15 @@
2049 You can import any torrent file that points to a mp4 file. 1974 You can import any torrent file that points to a mp4 file.
2050 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. 1975 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.
2051 </target> 1976 </target>
2052 <context-group purpose="location"> 1977
2053 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1978 <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">16</context></context-group></trans-unit><trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2054 <context context-type="linenumber">17</context>
2055 </context-group>
2056 </trans-unit><trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2057 <source> 1979 <source>
2058 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 1980 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2059</source><target state="new"> 1981</source><target state="new">
2060 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 1982 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2061</target> 1983</target>
2062 <context-group purpose="location"> 1984
2063 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1985 <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">56</context></context-group></trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2064 <context context-type="linenumber">57</context>
2065 </context-group>
2066 </trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2067 <source> 1986 <source>
2068 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. 1987 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.
2069 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1988 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -2290,7 +2209,7 @@
2290 <source>Go to the account page</source><target state="new">Go to the account page</target> 2209 <source>Go to the account page</source><target state="new">Go to the account page</target>
2291 2210
2292 2211
2293 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</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">63</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2212 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2294 <source>Subscribe</source><target state="new">Subscribe</target> 2213 <source>Subscribe</source><target state="new">Subscribe</target>
2295 <context-group purpose="location"> 2214 <context-group purpose="location">
2296 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2215 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
@@ -2348,7 +2267,7 @@
2348 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2267 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2349 <source>More information</source><target state="new">More information</target> 2268 <source>More information</source><target state="new">More information</target>
2350 2269
2351 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2270 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2352 <source>Get more information</source><target state="new">Get more information</target> 2271 <source>Get more information</source><target state="new">Get more information</target>
2353 2272
2354 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2273 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
@@ -2410,34 +2329,25 @@
2410 </source><target state="new"> 2329 </source><target state="new">
2411 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 2330 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
2412 </target> 2331 </target>
2413 <context-group purpose="location"> 2332
2414 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2333 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2415 <context context-type="linenumber">77</context>
2416 </context-group>
2417 </trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2418 <source> 2334 <source>
2419 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2335 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2420 </source><target state="new"> 2336 </source><target state="new">
2421 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2337 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2422 </target> 2338 </target>
2423 <context-group purpose="location"> 2339
2424 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2340 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2425 <context context-type="linenumber">80</context>
2426 </context-group>
2427 </trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2428 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 2341 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
2429 <context-group purpose="location"> 2342
2430 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2343 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
2431 <context context-type="linenumber">84</context>
2432 </context-group>
2433 </trans-unit><trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
2434 <source> 2344 <source>
2435 Comments are disabled. 2345 Comments are disabled.
2436 </source><target state="new"> 2346 </source><target state="new">
2437 Comments are disabled. 2347 Comments are disabled.
2438 </target> 2348 </target>
2439 2349
2440 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group></trans-unit><trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html"> 2350 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html">
2441 <source>Add comment...</source><target state="new">Add comment...</target> 2351 <source>Add comment...</source><target state="new">Add comment...</target>
2442 <context-group purpose="location"> 2352 <context-group purpose="location">
2443 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 2353 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -2502,66 +2412,35 @@
2502 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2412 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
2503 <context context-type="linenumber">5</context> 2413 <context context-type="linenumber">5</context>
2504 </context-group> 2414 </context-group>
2505 </trans-unit><trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246" datatype="html">
2506 <source>Follow</source><target state="new">Follow</target>
2507 <context-group purpose="location">
2508 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
2509 <context context-type="linenumber">7</context>
2510 </context-group>
2511 </trans-unit><trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html"> 2415 </trans-unit><trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html">
2512 <source>Followers</source><target state="new">Followers</target> 2416 <source>Followers</source><target state="new">Followers</target>
2513 2417
2514 2418
2515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 2419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
2516 <source>Video redundancies</source><target state="new">Video redundancies</target> 2420 <source>Video redundancies</source><target state="new">Video redundancies</target>
2517 <context-group purpose="location"> 2421
2518 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
2519 <context context-type="linenumber">11</context>
2520 </context-group>
2521 </trans-unit><trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
2522 <source>1 host (without "http://") per line</source><target state="new">1 host (without "http://") per line</target> 2423 <source>1 host (without "http://") per line</source><target state="new">1 host (without "http://") per line</target>
2424
2425 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2426 <source>Follow domain</source><target state="new">Follow domain</target>
2523 <context-group purpose="location"> 2427 <context-group purpose="location">
2524 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context> 2428 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2525 <context context-type="linenumber">5</context> 2429 <context context-type="linenumber">15</context>
2526 </context-group>
2527 </trans-unit><trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507" datatype="html">
2528 <source>
2529 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2530 </source><target state="new">
2531 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2532 </target>
2533 <context-group purpose="location">
2534 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
2535 <context context-type="linenumber">17</context>
2536 </context-group>
2537 </trans-unit><trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437" datatype="html">
2538 <source>Add following</source><target state="new">Add following</target>
2539 <context-group purpose="location">
2540 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
2541 <context context-type="linenumber">21</context>
2542 </context-group> 2430 </context-group>
2543 </trans-unit><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 2431 </trans-unit><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
2544 <source>Filter...</source><target state="new">Filter...</target> 2432 <source>Filter...</source><target state="new">Filter...</target>
2545 <context-group purpose="location"> 2433
2546 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2434
2547 <context context-type="linenumber">8</context> 2435
2548 </context-group> 2436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
2549 <context-group purpose="location">
2550 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2551 <context context-type="linenumber">9</context>
2552 </context-group>
2553 <context-group purpose="location">
2554 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2555 <context context-type="linenumber">27</context>
2556 </context-group>
2557 </trans-unit>
2558 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 2437 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
2559 <source>ID</source> 2438 <source>ID</source>
2560 <target>ID</target> 2439 <target>ID</target>
2561 <context-group name="null"> 2440 <context-group name="null">
2562 <context context-type="linenumber">18</context> 2441 <context context-type="linenumber">18</context>
2563 </context-group> 2442 </context-group>
2564 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2565 <source>Follower handle</source><target state="new">Follower handle</target> 2444 <source>Follower handle</source><target state="new">Follower handle</target>
2566 2445
2567 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 2446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
@@ -2570,37 +2449,22 @@
2570 2449
2571 2450
2572 2451
2573 <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"> 2452 <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="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2574 <source>Delayed.</source><target state="new">Delayed.</target> 2453 <source>Delayed.</source><target state="new">Delayed.</target>
2575 <context-group purpose="location"> 2454
2576 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2577 <context context-type="linenumber">42</context>
2578 </context-group>
2579 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2580 <source>Will start soon...</source><target state="new">Will start soon...</target> 2456 <source>Will start soon...</source><target state="new">Will start soon...</target>
2581 <context-group purpose="location"> 2457
2582 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2458 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2583 <context context-type="linenumber">43</context>
2584 </context-group>
2585 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2586 <source>Running...</source><target state="new">Running...</target> 2459 <source>Running...</source><target state="new">Running...</target>
2587 <context-group purpose="location"> 2460
2588 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2589 <context context-type="linenumber">44</context>
2590 </context-group>
2591 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2592 <source>Finished</source><target state="new">Finished</target> 2462 <source>Finished</source><target state="new">Finished</target>
2593 <context-group purpose="location"> 2463
2594 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2595 <context context-type="linenumber">45</context>
2596 </context-group>
2597 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2598 <source>Failed</source><target state="new">Failed</target> 2465 <source>Failed</source><target state="new">Failed</target>
2599 <context-group purpose="location"> 2466
2600 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2601 <context context-type="linenumber">46</context>
2602 </context-group>
2603 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2604 <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> 2468 <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>
2605 2469
2606 2470
@@ -2608,15 +2472,15 @@
2608 2472
2609 2473
2610 2474
2611 <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"> 2475 <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">24</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">46</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">11</context></context-group><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><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">
2612 <source>Accepted</source><target state="new">Accepted</target> 2476 <source>Accepted</source><target state="new">Accepted</target>
2613 2477
2614 2478
2615 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">30</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2616 <source>Pending</source><target state="new">Pending</target> 2480 <source>Pending</source><target state="new">Pending</target>
2617 2481
2618 2482
2619 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">31</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2620 <source>Accept</source><target state="new">Accept</target> 2484 <source>Accept</source><target state="new">Accept</target>
2621 2485
2622 2486
@@ -2624,20 +2488,35 @@
2624 <source>Refuse</source><target state="new">Refuse</target> 2488 <source>Refuse</source><target state="new">Refuse</target>
2625 2489
2626 2490
2627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 2491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2492 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2493 <context-group purpose="location">
2494 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
2495 <context context-type="linenumber">3</context>
2496 </context-group>
2497 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
2628 <source>Host</source><target state="new">Host</target> 2498 <source>Host</source><target state="new">Host</target>
2629 2499
2630 <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></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 2500 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
2631 <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><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> 2501 <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><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>
2502
2503 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
2504 <source>Follow domains</source><target state="new">Follow domains</target>
2632 <context-group purpose="location"> 2505 <context-group purpose="location">
2633 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2506 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2634 <context context-type="linenumber">21</context> 2507 <context context-type="linenumber">50</context>
2635 </context-group> 2508 </context-group>
2636 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 2509 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
2637 <source>Video redundancies list</source><target state="new">Video redundancies list</target> 2510 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
2638 <context-group purpose="location"> 2511 <context-group purpose="location">
2639 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2512 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2640 <context context-type="linenumber">2</context> 2513 <context context-type="linenumber">7</context>
2514 </context-group>
2515 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
2516 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
2517 <context-group purpose="location">
2518 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2519 <context context-type="linenumber">8</context>
2641 </context-group> 2520 </context-group>
2642 </trans-unit><trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html"> 2521 </trans-unit><trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html">
2643 <source>Create user</source><target state="new">Create user</target> 2522 <source>Create user</source><target state="new">Create user</target>
@@ -2678,7 +2557,7 @@
2678 2557
2679 2558
2680 2559
2681 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 2560 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
2682 <source> 2561 <source>
2683 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2562 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2684 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2563 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -2740,45 +2619,40 @@
2740 </context-group> 2619 </context-group>
2741 </trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 2620 </trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
2742 <source>Batch actions</source><target state="new">Batch actions</target> 2621 <source>Batch actions</source><target state="new">Batch actions</target>
2743 <context-group purpose="location"> 2622
2744 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
2745 <context context-type="linenumber">19</context>
2746 </context-group>
2747 </trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
2748 <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><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> 2624 <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><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>
2749 <context-group purpose="location"> 2625
2750 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2626 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2751 <context context-type="linenumber">40</context>
2752 </context-group>
2753 </trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2754 <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><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> 2627 <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><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>
2755 <context-group purpose="location"> 2628
2756 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2629 <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></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2757 <context context-type="linenumber">42</context>
2758 </context-group>
2759 </trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2760 <source>(banned)</source><target state="new">(banned)</target> 2630 <source>(banned)</source><target state="new">(banned)</target>
2631
2632 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
2633 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
2761 <context-group purpose="location"> 2634 <context-group purpose="location">
2762 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2635 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2763 <context context-type="linenumber">65</context> 2636 <context context-type="linenumber">65</context>
2764 </context-group> 2637 </context-group>
2765 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2766 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2767 <context-group purpose="location"> 2638 <context-group purpose="location">
2768 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2639 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2769 <context context-type="linenumber">72</context> 2640 <context context-type="linenumber">27</context>
2770 </context-group> 2641 </context-group>
2771 </trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 2642 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2643 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2644
2645 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
2772 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target> 2646 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target>
2773 <context-group purpose="location"> 2647
2774 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2775 <context context-type="linenumber">76</context>
2776 </context-group>
2777 </trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2778 <source>Ban reason:</source><target state="new">Ban reason:</target> 2649 <source>Ban reason:</source><target state="new">Ban reason:</target>
2650
2651 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2652 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
2779 <context-group purpose="location"> 2653 <context-group purpose="location">
2780 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2654 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2781 <context context-type="linenumber">95</context> 2655 <context context-type="linenumber">15</context>
2782 </context-group> 2656 </context-group>
2783 </trans-unit><trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html"> 2657 </trans-unit><trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
2784 <source>Moderation</source><target state="new">Moderation</target> 2658 <source>Moderation</source><target state="new">Moderation</target>
@@ -2820,6 +2694,12 @@
2820 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 2694 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
2821 <context context-type="linenumber">13</context> 2695 <context context-type="linenumber">13</context>
2822 </context-group> 2696 </context-group>
2697 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
2698 <source>Video <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">Video <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>
2699 <context-group purpose="location">
2700 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2701 <context context-type="linenumber">10</context>
2702 </context-group>
2823 </trans-unit> 2703 </trans-unit>
2824 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 2704 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
2825 <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> 2705 <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>
@@ -2827,81 +2707,54 @@
2827 <context-group name="null"> 2707 <context-group name="null">
2828 <context context-type="linenumber">8</context> 2708 <context context-type="linenumber">8</context>
2829 </context-group> 2709 </context-group>
2830 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><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">8</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 2710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
2831 <source>Video URL</source><target state="new">Video URL</target> 2711 <source>Video URL</source><target state="new">Video URL</target>
2832 <context-group purpose="location"> 2712
2833 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2834 <context context-type="linenumber">24</context>
2835 </context-group>
2836 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2837 <source>Total size</source><target state="new">Total size</target> 2714 <source>Total size</source><target state="new">Total size</target>
2715
2716 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
2717 <source>List redundancies</source><target state="new">List redundancies</target>
2838 <context-group purpose="location"> 2718 <context-group purpose="location">
2839 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2719 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2840 <context context-type="linenumber">25</context> 2720 <context context-type="linenumber">33</context>
2841 </context-group> 2721 </context-group>
2842 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 2722 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
2843 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 2723 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
2844 <context-group purpose="location"> 2724
2845 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2725 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
2846 <context context-type="linenumber">69</context>
2847 </context-group>
2848 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
2849 <source> 2726 <source>
2850 No redundancy strategy is enabled on your instance. 2727 No redundancy strategy is enabled on your instance.
2851 </source><target state="new"> 2728 </source><target state="new">
2852 No redundancy strategy is enabled on your instance. 2729 No redundancy strategy is enabled on your instance.
2853 </target> 2730 </target>
2854 <context-group purpose="location"> 2731
2855 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2732 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
2856 <context context-type="linenumber">73</context>
2857 </context-group>
2858 </trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
2859 <source>Sensitive</source><target state="new">Sensitive</target> 2733 <source>Sensitive</source><target state="new">Sensitive</target>
2860 <context-group purpose="location"> 2734
2861 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2735 <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">11</context></context-group></trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
2862 <context context-type="linenumber">9</context>
2863 </context-group>
2864 </trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
2865 <source>Unfederated</source><target state="new">Unfederated</target> 2736 <source>Unfederated</source><target state="new">Unfederated</target>
2866 <context-group purpose="location"> 2737
2867 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2738 <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">12</context></context-group></trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
2868 <context context-type="linenumber">10</context>
2869 </context-group>
2870 </trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
2871 <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><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> 2739 <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><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>
2872 <context-group purpose="location"> 2740
2873 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2741 <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">13</context></context-group></trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
2874 <context context-type="linenumber">11</context>
2875 </context-group>
2876 </trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
2877 <source>Go to the video</source><target state="new">Go to the video</target> 2742 <source>Go to the video</source><target state="new">Go to the video</target>
2878 <context-group purpose="location"> 2743
2879 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2744
2880 <context context-type="linenumber">25</context> 2745
2881 </context-group> 2746 <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">28</context></context-group><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">33</context></context-group></trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
2882 <context-group purpose="location">
2883 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2884 <context context-type="linenumber">33</context>
2885 </context-group>
2886 <context-group purpose="location">
2887 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
2888 <context context-type="linenumber">33</context>
2889 </context-group>
2890 </trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
2891 <source>Actions</source><target state="new">Actions</target> 2747 <source>Actions</source><target state="new">Actions</target>
2892 <context-group purpose="location"> 2748
2893 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2749
2894 <context context-type="linenumber">35</context> 2750 <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">38</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">57</context></context-group></trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
2895 </context-group>
2896 <context-group purpose="location">
2897 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2898 <context context-type="linenumber">44</context>
2899 </context-group>
2900 </trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
2901 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target> 2751 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target>
2752
2753 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
2754 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
2902 <context-group purpose="location"> 2755 <context-group purpose="location">
2903 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2756 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2904 <context context-type="linenumber">43</context> 2757 <context context-type="linenumber">5</context>
2905 </context-group> 2758 </context-group>
2906 </trans-unit><trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html"> 2759 </trans-unit><trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
2907 <source>Moderation comment</source><target state="new">Moderation comment</target> 2760 <source>Moderation comment</source><target state="new">Moderation comment</target>
@@ -2915,30 +2768,30 @@
2915 </source><target state="new"> 2768 </source><target state="new">
2916 This comment can only be seen by you or the other moderators. 2769 This comment can only be seen by you or the other moderators.
2917 </target> 2770 </target>
2918 <context-group purpose="location"> 2771
2919 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 2772 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
2920 <context context-type="linenumber">18</context>
2921 </context-group>
2922 </trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
2923 <source>Update this comment</source><target state="new">Update this comment</target> 2773 <source>Update this comment</source><target state="new">Update this comment</target>
2924 2774
2925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 2775 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
2926 <source>Reporter</source><target state="new">Reporter</target> 2776 <source>Reporter</source><target state="new">Reporter</target>
2927 <context-group purpose="location"> 2777
2928 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2778 <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">10</context></context-group></trans-unit>
2929 <context context-type="linenumber">8</context>
2930 </context-group>
2931 </trans-unit>
2932 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 2779 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
2933 <source>Video</source> 2780 <source>Video</source>
2934 <target>Video</target> 2781 <target>Video</target>
2935 <context-group name="null"> 2782 <context-group name="null">
2936 <context context-type="linenumber">9</context> 2783 <context context-type="linenumber">9</context>
2937 </context-group> 2784 </context-group>
2938 <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">10</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 2785 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
2786 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
2787 <context-group purpose="location">
2788 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2789 <context context-type="linenumber">46</context>
2790 </context-group>
2791 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
2939 <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><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> 2792 <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><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>
2940 2793
2941 <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><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><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></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 2794 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
2942 <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><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> 2795 <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><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>
2943 <context-group purpose="location"> 2796 <context-group purpose="location">
2944 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2797 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -2946,25 +2799,22 @@
2946 </context-group> 2799 </context-group>
2947 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 2800 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
2948 <source>Go to the account</source><target state="new">Go to the account</target> 2801 <source>Go to the account</source><target state="new">Go to the account</target>
2949 <context-group purpose="location"> 2802
2950 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2803
2951 <context context-type="linenumber">25</context> 2804 <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">27</context></context-group></trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
2952 </context-group>
2953 <context-group purpose="location">
2954 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
2955 <context context-type="linenumber">27</context>
2956 </context-group>
2957 </trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
2958 <source>Reason:</source><target state="new">Reason:</target> 2805 <source>Reason:</source><target state="new">Reason:</target>
2806
2807 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
2808 <source>Note:</source><target state="new">Note:</target>
2959 <context-group purpose="location"> 2809 <context-group purpose="location">
2960 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2810 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2961 <context context-type="linenumber">53</context> 2811 <context context-type="linenumber">72</context>
2962 </context-group> 2812 </context-group>
2963 </trans-unit><trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638" datatype="html"> 2813 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
2964 <source>Moderation comment:</source><target state="new">Moderation comment:</target> 2814 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
2965 <context-group purpose="location"> 2815 <context-group purpose="location">
2966 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2816 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2967 <context context-type="linenumber">57</context> 2817 <context context-type="linenumber">5</context>
2968 </context-group> 2818 </context-group>
2969 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 2819 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
2970 <source>Unblacklist</source><target state="new">Unblacklist</target> 2820 <source>Unblacklist</source><target state="new">Unblacklist</target>
@@ -2976,6 +2826,12 @@
2976 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context> 2826 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
2977 <context context-type="linenumber">17</context> 2827 <context context-type="linenumber">17</context>
2978 </context-group> 2828 </context-group>
2829 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
2830 <source>Mute domain</source><target state="new">Mute domain</target>
2831 <context-group purpose="location">
2832 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2833 <context context-type="linenumber">11</context>
2834 </context-group>
2979 </trans-unit> 2835 </trans-unit>
2980 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 2836 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
2981 <source>Instance</source> 2837 <source>Instance</source>
@@ -2983,41 +2839,39 @@
2983 <context-group name="null"> 2839 <context-group name="null">
2984 <context context-type="linenumber">5</context> 2840 <context context-type="linenumber">5</context>
2985 </context-group> 2841 </context-group>
2986 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 2842 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
2987 <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><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> 2843 <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><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>
2988 <context-group purpose="location"> 2844
2989 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2845
2990 <context context-type="linenumber">9</context> 2846
2991 </context-group> 2847
2992 <context-group purpose="location"> 2848 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
2993 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2994 <context context-type="linenumber">9</context>
2995 </context-group>
2996 <context-group purpose="location">
2997 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
2998 <context context-type="linenumber">13</context>
2999 </context-group>
3000 <context-group purpose="location">
3001 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
3002 <context context-type="linenumber">13</context>
3003 </context-group>
3004 </trans-unit><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3005 <source>Unmute</source><target state="new">Unmute</target> 2849 <source>Unmute</source><target state="new">Unmute</target>
2850
2851
2852
2853
2854 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
2855 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3006 <context-group purpose="location"> 2856 <context-group purpose="location">
3007 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2857 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3008 <context context-type="linenumber">19</context> 2858 <context context-type="linenumber">5</context>
3009 </context-group>
3010 <context-group purpose="location">
3011 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3012 <context context-type="linenumber">18</context>
3013 </context-group> 2859 </context-group>
2860 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
2861 <source>
2862 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2863 </source><target state="new">
2864 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2865 </target>
3014 <context-group purpose="location"> 2866 <context-group purpose="location">
3015 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 2867 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3016 <context context-type="linenumber">22</context> 2868 <context context-type="linenumber">37</context>
3017 </context-group> 2869 </context-group>
2870 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
2871 <source>Mute domains</source><target state="new">Mute domains</target>
3018 <context-group purpose="location"> 2872 <context-group purpose="location">
3019 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 2873 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3020 <context context-type="linenumber">23</context> 2874 <context context-type="linenumber">35</context>
3021 </context-group> 2875 </context-group>
3022 </trans-unit> 2876 </trans-unit>
3023 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2877 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -3026,7 +2880,13 @@
3026 <context-group name="null"> 2880 <context-group name="null">
3027 <context context-type="linenumber">12</context> 2881 <context context-type="linenumber">12</context>
3028 </context-group> 2882 </context-group>
3029 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 2883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
2884 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
2885 <context-group purpose="location">
2886 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2887 <context context-type="linenumber">5</context>
2888 </context-group>
2889 </trans-unit><trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
3030 <source>Plugins/Themes</source><target state="new">Plugins/Themes</target> 2890 <source>Plugins/Themes</source><target state="new">Plugins/Themes</target>
3031 <context-group purpose="location"> 2891 <context-group purpose="location">
3032 <context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context> 2892 <context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context>
@@ -3140,28 +3000,16 @@
3140 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context> 3000 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
3141 <context context-type="linenumber">9</context> 3001 <context context-type="linenumber">9</context>
3142 </context-group> 3002 </context-group>
3143 </trans-unit><trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f" datatype="html">
3144 <source>Jobs list</source><target state="new">Jobs list</target>
3145 <context-group purpose="location">
3146 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3147 <context context-type="linenumber">2</context>
3148 </context-group>
3149 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 3003 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3150 <source>Job type</source><target state="new">Job type</target> 3004 <source>Job type</source><target state="new">Job type</target>
3151 <context-group purpose="location"> 3005
3152 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3006 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3153 <context context-type="linenumber">5</context>
3154 </context-group>
3155 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3156 <source>Job state</source><target state="new">Job state</target> 3007 <source>Job state</source><target state="new">Job state</target>
3157 <context-group purpose="location"> 3008
3158 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3009 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3159 <context context-type="linenumber">14</context>
3160 </context-group>
3161 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3162 <source>Type</source><target state="new">Type</target> 3010 <source>Type</source><target state="new">Type</target>
3163 3011
3164 <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"> 3012 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3165 <source>Refresh</source><target state="new">Refresh</target> 3013 <source>Refresh</source><target state="new">Refresh</target>
3166 3014
3167 <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="94516fa213706c67ce5a5b5765681d7fb032033a" datatype="html"> 3015 <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="94516fa213706c67ce5a5b5765681d7fb032033a" datatype="html">
@@ -3195,43 +3043,25 @@
3195 3043
3196 3044
3197 3045
3198 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 3046 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
3199 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 3047 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
3200 <context-group purpose="location"> 3048
3201 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3049 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3202 <context context-type="linenumber">46</context>
3203 </context-group>
3204 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3205 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 3050 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
3206 <context-group purpose="location"> 3051
3207 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3052 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3208 <context context-type="linenumber">43</context>
3209 </context-group>
3210 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3211 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 3053 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
3212 <context-group purpose="location"> 3054
3213 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3055 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3214 <context context-type="linenumber">57</context>
3215 </context-group>
3216 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3217 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 3056 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
3218 <context-group purpose="location"> 3057
3219 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3058 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3220 <context context-type="linenumber">54</context>
3221 </context-group>
3222 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3223 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 3059 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
3224 <context-group purpose="location"> 3060
3225 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3061 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3226 <context context-type="linenumber">68</context>
3227 </context-group>
3228 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3229 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 3062 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
3230 <context-group purpose="location"> 3063
3231 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3064 <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">66</context></context-group></trans-unit><trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3232 <context context-type="linenumber">65</context>
3233 </context-group>
3234 </trans-unit><trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3235 <source>Main languages you/your moderators speak</source><target state="new">Main languages you/your moderators speak</target> 3065 <source>Main languages you/your moderators speak</source><target state="new">Main languages you/your moderators speak</target>
3236 3066
3237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html"> 3067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html">
@@ -3270,134 +3100,131 @@
3270 <source>Do not list</source><target state="new">Do not list</target> 3100 <source>Do not list</source><target state="new">Do not list</target>
3271 3101
3272 3102
3273 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html"> 3103 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit><trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html">
3274 <source>Blur thumbnails</source><target state="new">Blur thumbnails</target> 3104 <source>Blur thumbnails</source><target state="new">Blur thumbnails</target>
3275 3105
3276 3106
3277 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit><trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html"> 3107 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html">
3278 <source>Display</source><target state="new">Display</target> 3108 <source>Display</source><target state="new">Display</target>
3279 3109
3280 3110
3281 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3111 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3282 <source>Strategy</source><target state="new">Strategy</target> 3112 <source>Strategy</source><target state="new">Strategy</target>
3283 <context-group purpose="location"> 3113
3284 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3285 <context context-type="linenumber">22</context>
3286 </context-group>
3287 </trans-unit>
3288 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 3115 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
3289 <source>Terms</source> 3116 <source>Terms</source>
3290 <target>Vilkår</target> 3117 <target>Vilkår</target>
3291 <context-group name="null"> 3118 <context-group name="null">
3292 <context context-type="linenumber">88</context> 3119 <context context-type="linenumber">88</context>
3293 </context-group> 3120 </context-group>
3294 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 3121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
3295 <source>Code of conduct</source><target state="new">Code of conduct</target> 3122 <source>Code of conduct</source><target state="new">Code of conduct</target>
3296 3123
3297 3124
3298 3125
3299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 3126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
3300 <source>Moderation information</source><target state="new">Moderation information</target> 3127 <source>Moderation information</source><target state="new">Moderation information</target>
3301 3128
3302 3129
3303 3130
3304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 3131 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
3305 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 3132 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
3306 3133
3307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 3134 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
3308 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 3135 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
3309 3136
3310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 3137 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
3311 <source>Who is behind the instance?</source><target state="new">Who is behind the instance?</target> 3138 <source>Who is behind the instance?</source><target state="new">Who is behind the instance?</target>
3312 3139
3313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 3140 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
3314 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 3141 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target>
3315 3142
3316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 3143 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
3317 <source>Why did you create this instance?</source><target state="new">Why did you create this instance?</target> 3144 <source>Why did you create this instance?</source><target state="new">Why did you create this instance?</target>
3318 3145
3319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 3146 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
3320 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 3147 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
3321 3148
3322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 3149 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
3323 <source>How long do you plan to maintain this instance?</source><target state="new">How long do you plan to maintain this instance?</target> 3150 <source>How long do you plan to maintain this instance?</source><target state="new">How long do you plan to maintain this instance?</target>
3324 3151
3325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">182</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 3152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
3326 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 3153 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target>
3327 3154
3328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 3155 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
3329 <source>How will you finance the PeerTube server?</source><target state="new">How will you finance the PeerTube server?</target> 3156 <source>How will you finance the PeerTube server?</source><target state="new">How will you finance the PeerTube server?</target>
3330 3157
3331 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 3158 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
3332 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 3159 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
3333 3160
3334 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 3161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
3335 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 3162 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
3336 3163
3337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 3164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
3338 <source>What server/hardware does the instance run on?</source><target state="new">What server/hardware does the instance run on?</target> 3165 <source>What server/hardware does the instance run on?</source><target state="new">What server/hardware does the instance run on?</target>
3339 3166
3340 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 3167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
3341 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 3168 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
3342 3169
3343 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 3170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit><trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
3344 <source>Instance information</source><target state="new">Instance information</target> 3171 <source>Instance information</source><target state="new">Instance information</target>
3345 3172
3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 3173 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
3347 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 3174 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
3348 3175
3349 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 3176 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
3350 <source> 3177 <source>
3351 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3178 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3352 </source><target state="new"> 3179 </source><target state="new">
3353 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3180 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3354 </target> 3181 </target>
3355 3182
3356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 3183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit><trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
3357 <source>default</source><target state="new">default</target> 3184 <source>default</source><target state="new">default</target>
3358 3185
3359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 3186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
3360 <source>Landing page</source><target state="new">Landing page</target> 3187 <source>Landing page</source><target state="new">Landing page</target>
3361 3188
3362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">262</context></context-group></trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 3189 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
3363 <source>Discover videos</source><target state="new">Discover videos</target> 3190 <source>Discover videos</source><target state="new">Discover videos</target>
3364 3191
3365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">265</context></context-group></trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 3192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
3366 <source>Trending videos</source><target state="new">Trending videos</target> 3193 <source>Trending videos</source><target state="new">Trending videos</target>
3367 3194
3368 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 3195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
3369 <source>Most liked videos</source><target state="new">Most liked videos</target> 3196 <source>Most liked videos</source><target state="new">Most liked videos</target>
3370 3197
3371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 3198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
3372 <source>Recently added videos</source><target state="new">Recently added videos</target> 3199 <source>Recently added videos</source><target state="new">Recently added videos</target>
3373 3200
3374 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit> 3201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit>
3375 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 3202 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
3376 <source>Local videos</source> 3203 <source>Local videos</source>
3377 <target>Lokale videoer</target> 3204 <target>Lokale videoer</target>
3378 <context-group name="null"> 3205 <context-group name="null">
3379 <context context-type="linenumber">223</context> 3206 <context context-type="linenumber">223</context>
3380 </context-group> 3207 </context-group>
3381 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 3208 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
3382 <source>NEW USERS</source><target state="new">NEW USERS</target> 3209 <source>NEW USERS</source><target state="new">NEW USERS</target>
3383 3210
3384 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 3211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
3385 <source> 3212 <source>
3386 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3213 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
3387 </source><target state="new"> 3214 </source><target state="new">
3388 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3215 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
3389 </target> 3216 </target>
3390 3217
3391 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 3218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
3392 <source>Signup enabled</source><target state="new">Signup enabled</target> 3219 <source>Signup enabled</source><target state="new">Signup enabled</target>
3393 3220
3394 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">292</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 3221 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
3395 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target> 3222 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target>
3396 3223
3397 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">300</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 3224 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
3398 <source>Signup limit</source><target state="new">Signup limit</target> 3225 <source>Signup limit</source><target state="new">Signup limit</target>
3399 3226
3400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">304</context></context-group></trans-unit> 3227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit>
3401 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 3228 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
3402 <source>Users</source> 3229 <source>Users</source>
3403 <target>Brugere</target> 3230 <target>Brugere</target>
@@ -3483,57 +3310,70 @@
3483 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 3310 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
3484 <source>Default video quota per user</source><target state="new">Default video quota per user</target> 3311 <source>Default video quota per user</source><target state="new">Default video quota per user</target>
3485 3312
3486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">319</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 3313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">320</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
3487 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target> 3314 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target>
3488 3315
3489 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 3316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
3490 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 3317 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
3491 3318
3492 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 3319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
3493 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 3320 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
3494 3321
3495 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">359</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 3322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
3496 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target> 3323 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target>
3497 3324
3498 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">366</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 3325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">367</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
3499 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 3326 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
3500 3327
3501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">383</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 3328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
3502 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 3329 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
3503 3330
3504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 3331 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
3505 <source>FEDERATION</source><target state="new">FEDERATION</target> 3332 <source>FEDERATION</source><target state="new">FEDERATION</target>
3506 3333
3507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 3334 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
3508 <source> 3335 <source>
3509 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 3336 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
3510 </source><target state="new"> 3337 </source><target state="new">
3511 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 3338 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
3512 </target> 3339 </target>
3513 3340
3514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 3341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
3515 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 3342 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
3516 3343
3517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">411</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 3344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
3518 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 3345 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
3519 3346
3520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 3347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
3521 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 3348 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
3522 3349
3523 <context-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></trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 3350 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
3351 <source>
3352 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3353 </source><target state="new">
3354 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3355 </target>
3356 <context-group purpose="location">
3357 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3358 <context context-type="linenumber">450</context>
3359 </context-group>
3360 </trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
3524 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 3361 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
3525 3362
3526 3363
3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 3364 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
3528 <source>Index URL</source><target state="new">Index URL</target> 3365 <source>Index URL</source><target state="new">Index URL</target>
3529 3366
3530 <context-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="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 3367 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
3531 <source>Automatically follow instances of the public index</source><target state="new">Automatically follow instances of the public index</target> 3368 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
3532 3369 <context-group purpose="location">
3533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 3370 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3371 <context context-type="linenumber">445</context>
3372 </context-group>
3373 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
3534 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 3374 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
3535 3375
3536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">472</context></context-group></trans-unit> 3376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group></trans-unit>
3537 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 3377 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
3538 <source>Administrator</source> 3378 <source>Administrator</source>
3539 <target>Administrator</target> 3379 <target>Administrator</target>
@@ -3543,30 +3383,30 @@
3543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html"> 3383 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html">
3544 <source>Admin email</source><target state="new">Admin email</target> 3384 <source>Admin email</source><target state="new">Admin email</target>
3545 3385
3546 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 3386 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
3547 <source>Enable contact form</source><target state="new">Enable contact form</target> 3387 <source>Enable contact form</source><target state="new">Enable contact form</target>
3548 3388
3549 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 3389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
3550 <source>Basic configuration</source><target state="new">Basic configuration</target> 3390 <source>Basic configuration</source><target state="new">Basic configuration</target>
3551 3391
3552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 3392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
3553 <source>TWITTER</source><target state="new">TWITTER</target> 3393 <source>TWITTER</source><target state="new">TWITTER</target>
3554 3394
3555 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 3395 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
3556 <source> 3396 <source>
3557 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3397 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3558 </source><target state="new"> 3398 </source><target state="new">
3559 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3399 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3560 </target> 3400 </target>
3561 3401
3562 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">507</context></context-group></trans-unit> 3402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit>
3563 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 3403 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
3564 <source>Your Twitter username</source><target state="new">Your Twitter username</target> 3404 <source>Your Twitter username</source><target state="new">Your Twitter username</target>
3565 3405
3566 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 3406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
3567 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target> 3407 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target>
3568 3408
3569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 3409 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
3570 <source> 3410 <source>
3571 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/>"/> 3411 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/>"/>
3572 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/>"/> 3412 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/>"/>
@@ -3581,17 +3421,17 @@
3581 to see if you instance is whitelisted. 3421 to see if you instance is whitelisted.
3582 </target> 3422 </target>
3583 3423
3584 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</context></context-group></trans-unit> 3424 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit>
3585 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 3425 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
3586 <source>Services</source> 3426 <source>Services</source>
3587 <target>Tjenester</target> 3427 <target>Tjenester</target>
3588 <context-group name="null"> 3428 <context-group name="null">
3589 <context context-type="linenumber">405</context> 3429 <context context-type="linenumber">405</context>
3590 </context-group> 3430 </context-group>
3591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 3431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
3592 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 3432 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
3593 3433
3594 <context-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="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 3434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
3595 <source> 3435 <source>
3596 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 3436 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
3597 resources, this is a critical part of PeerTube, so tread carefully. 3437 resources, this is a critical part of PeerTube, so tread carefully.
@@ -3600,7 +3440,7 @@
3600 resources, this is a critical part of PeerTube, so tread carefully. 3440 resources, this is a critical part of PeerTube, so tread carefully.
3601 </target> 3441 </target>
3602 3442
3603 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group></trans-unit> 3443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit>
3604 3444
3605 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 3445 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
3606 <source>Transcoding enabled</source> 3446 <source>Transcoding enabled</source>
@@ -3608,28 +3448,22 @@
3608 <context-group name="null"> 3448 <context-group name="null">
3609 <context context-type="linenumber">461</context> 3449 <context context-type="linenumber">461</context>
3610 </context-group> 3450 </context-group>
3611 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 3451 <context-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="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
3612 <source>If you disable transcoding, many videos from your users will not work!</source><target state="new">If you disable transcoding, many videos from your users will not work!</target> 3452 <source>If you disable transcoding, many videos from your users will not work!</source><target state="new">If you disable transcoding, many videos from your users will not work!</target>
3613 3453
3614 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 3454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
3615 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 3455 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
3616 <context-group purpose="location"> 3456
3617 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3457 <context-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="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
3618 <context context-type="linenumber">589</context>
3619 </context-group>
3620 </trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
3621 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target> 3458 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target>
3622 3459
3623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 3460 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
3624 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 3461 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
3625 <context-group purpose="location"> 3462
3626 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3463 <context-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="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
3627 <context context-type="linenumber">600</context>
3628 </context-group>
3629 </trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
3630 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target> 3464 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target>
3631 3465
3632 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 3466 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
3633 <source> 3467 <source>
3634 <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>"/> 3468 <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>"/>
3635 3469
@@ -3647,14 +3481,11 @@
3647 3481
3648 <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>"/> 3482 <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>"/>
3649 </target> 3483 </target>
3650 <context-group purpose="location"> 3484
3651 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3485 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
3652 <context context-type="linenumber">612</context>
3653 </context-group>
3654 </trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
3655 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 3486 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
3656 3487
3657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 3488 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
3658 <source> 3489 <source>
3659 <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>"/> 3490 <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>"/>
3660 3491
@@ -3678,60 +3509,57 @@
3678 3509
3679 <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>"/> 3510 <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>"/>
3680 </target> 3511 </target>
3681 <context-group purpose="location"> 3512
3682 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3683 <context context-type="linenumber">633</context>
3684 </context-group>
3685 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3686 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3514 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3687 3515
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">630</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 3516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
3689 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3517 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
3690 3518
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">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 3519 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
3692 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 3520 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
3693 3521
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">672</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 3522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
3695 <source>CACHE</source><target state="new">CACHE</target> 3523 <source>CACHE</source><target state="new">CACHE</target>
3696 3524
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">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 3525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
3698 <source> 3526 <source>
3699 Some files are not federated, and fetched when necessary. Define their caching policies. 3527 Some files are not federated, and fetched when necessary. Define their caching policies.
3700 </source><target state="new"> 3528 </source><target state="new">
3701 Some files are not federated, and fetched when necessary. Define their caching policies. 3529 Some files are not federated, and fetched when necessary. Define their caching policies.
3702 </target> 3530 </target>
3703 3531
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">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 3532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
3705 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 3533 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
3706 3534
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">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 3535 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
3708 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 3536 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
3709 3537
3710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 3538 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
3711 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 3539 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
3712 3540
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">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 3541 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
3714 <source> 3542 <source>
3715 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3543 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3716 </source><target state="new"> 3544 </source><target state="new">
3717 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3545 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3718 </target> 3546 </target>
3719 3547
3720 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit> 3548 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
3721 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 3549 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
3722 <source>JavaScript</source> 3550 <source>JavaScript</source>
3723 <target>JavaScript</target> 3551 <target>JavaScript</target>
3724 <context-group name="null"> 3552 <context-group name="null">
3725 <context context-type="linenumber">575</context> 3553 <context context-type="linenumber">575</context>
3726 </context-group> 3554 </context-group>
3727 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 3555 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
3728 <source> 3556 <source>
3729 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>"/> 3557 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>"/>
3730 </source><target state="new"> 3558 </source><target state="new">
3731 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>"/> 3559 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>"/>
3732 </target> 3560 </target>
3733 3561
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">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 3562 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
3735 <source> 3563 <source>
3736 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/>"/> 3564 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/>"/>
3737 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3565 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3756,20 +3584,20 @@
3756 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3584 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3757 </target> 3585 </target>
3758 3586
3759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group></trans-unit> 3587 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
3760 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 3588 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
3761 <source>Advanced configuration</source> 3589 <source>Advanced configuration</source>
3762 <target>Avanceret konfiguration</target> 3590 <target>Avanceret konfiguration</target>
3763 <context-group name="null"> 3591 <context-group name="null">
3764 <context context-type="linenumber">452</context> 3592 <context context-type="linenumber">452</context>
3765 </context-group> 3593 </context-group>
3766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 3594 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
3767 <source>Update configuration</source><target state="new">Update configuration</target> 3595 <source>Update configuration</source><target state="new">Update configuration</target>
3768 3596
3769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 3597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3770 <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> 3598 <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>
3771 3599
3772 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 3600 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
3773 <source>PROFILE</source><target state="new">PROFILE</target> 3601 <source>PROFILE</source><target state="new">PROFILE</target>
3774 <context-group purpose="location"> 3602 <context-group purpose="location">
3775 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3603 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -3897,19 +3725,23 @@
3897 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3725 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
3898 <context context-type="linenumber">6</context> 3726 <context context-type="linenumber">6</context>
3899 </context-group> 3727 </context-group>
3900 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 3728 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
3901 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target> 3729 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
3902 <context-group purpose="location"> 3730 <context-group purpose="location">
3903 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3731 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
3904 <context context-type="linenumber">22</context> 3732 <context context-type="linenumber">14</context>
3905 </context-group> 3733 </context-group>
3906 </trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
3907 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
3908 <context-group purpose="location"> 3734 <context-group purpose="location">
3909 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3735 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3910 <context context-type="linenumber">25</context> 3736 <context context-type="linenumber">111</context>
3911 </context-group> 3737 </context-group>
3912 </trans-unit><trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 3738 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
3739 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target>
3740
3741 <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">23</context></context-group></trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
3742 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
3743
3744 <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">26</context></context-group></trans-unit><trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
3913 <source> 3745 <source>
3914 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>"/> 3746 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>"/>
3915</source><target state="new"> 3747</source><target state="new">
@@ -3956,19 +3788,13 @@
3956 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 3788 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
3957 <source>Theme</source><target state="new">Theme</target> 3789 <source>Theme</source><target state="new">Theme</target>
3958 3790
3959 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit><trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 3791 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit><trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
3960 <source>instance default</source><target state="new">instance default</target> 3792 <source>instance default</source><target state="new">instance default</target>
3961 <context-group purpose="location"> 3793
3962 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 3794 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit><trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
3963 <context context-type="linenumber">7</context>
3964 </context-group>
3965 </trans-unit><trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
3966 <source>peertube default</source><target state="new">peertube default</target> 3795 <source>peertube default</source><target state="new">peertube default</target>
3967 <context-group purpose="location"> 3796
3968 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 3797 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
3969 <context context-type="linenumber">8</context>
3970 </context-group>
3971 </trans-unit><trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
3972 <source>Change ownership</source><target state="new">Change ownership</target> 3798 <source>Change ownership</source><target state="new">Change ownership</target>
3973 3799
3974 3800
@@ -4089,6 +3915,18 @@
4089 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 3915 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4090 <context context-type="linenumber">8</context> 3916 <context context-type="linenumber">8</context>
4091 </context-group> 3917 </context-group>
3918 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
3919 <source>See the error</source><target state="new">See the error</target>
3920 <context-group purpose="location">
3921 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3922 <context context-type="linenumber">19</context>
3923 </context-group>
3924 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
3925 <source>This video was deleted</source><target state="new">This video was deleted</target>
3926 <context-group purpose="location">
3927 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3928 <context context-type="linenumber">36</context>
3929 </context-group>
4092 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 3930 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4093 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 3931 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
4094 <context-group purpose="location"> 3932 <context-group purpose="location">
@@ -4393,35 +4231,11 @@
4393 <source>Stats</source><target state="new">Stats</target> 4231 <source>Stats</source><target state="new">Stats</target>
4394 4232
4395 4233
4396 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 4234 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
4397 <source>Creators</source><target state="new">Creators</target>
4398 <context-group purpose="location">
4399 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4400 <context context-type="linenumber">162</context>
4401 </context-group>
4402 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
4403 <source>Creator guide</source><target state="new">Creator guide</target>
4404 <context-group purpose="location">
4405 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4406 <context context-type="linenumber">162</context>
4407 </context-group>
4408 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
4409 <source>Contributors</source><target state="new">Contributors</target>
4410 <context-group purpose="location">
4411 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4412 <context context-type="linenumber">163</context>
4413 </context-group>
4414 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
4415 <source>PeerTube license</source><target state="new">PeerTube license</target> 4235 <source>PeerTube license</source><target state="new">PeerTube license</target>
4416 <context-group purpose="location"> 4236
4417 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 4237
4418 <context context-type="linenumber">163</context> 4238 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit><trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
4419 </context-group>
4420 <context-group purpose="location">
4421 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4422 <context context-type="linenumber">175</context>
4423 </context-group>
4424 </trans-unit><trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
4425 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source><target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 4239 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source><target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
4426 <context-group purpose="location"> 4240 <context-group purpose="location">
4427 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context> 4241 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context>
@@ -5220,6 +5034,30 @@
5220 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5034 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5221 <context context-type="linenumber">1</context> 5035 <context context-type="linenumber">1</context>
5222 </context-group> 5036 </context-group>
5037 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
5038 <source>Process domains</source><target state="new">Process domains</target>
5039 <context-group purpose="location">
5040 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
5041 <context context-type="linenumber">1</context>
5042 </context-group>
5043 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
5044 <source>Domain is required.</source><target state="new">Domain is required.</target>
5045 <context-group purpose="location">
5046 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5047 <context context-type="linenumber">1</context>
5048 </context-group>
5049 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
5050 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
5051 <context-group purpose="location">
5052 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5053 <context context-type="linenumber">1</context>
5054 </context-group>
5055 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
5056 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
5057 <context-group purpose="location">
5058 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5059 <context context-type="linenumber">1</context>
5060 </context-group>
5223 </trans-unit><trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html"> 5061 </trans-unit><trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
5224 <source>Unlimited</source><target state="new">Unlimited</target> 5062 <source>Unlimited</source><target state="new">Unlimited</target>
5225 <context-group purpose="location"> 5063 <context-group purpose="location">
@@ -5238,6 +5076,16 @@
5238 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context> 5076 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
5239 <context context-type="linenumber">1</context> 5077 <context context-type="linenumber">1</context>
5240 </context-group> 5078 </context-group>
5079 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
5080 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
5081 <context-group purpose="location">
5082 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5083 <context context-type="linenumber">1</context>
5084 </context-group>
5085 <context-group purpose="location">
5086 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5087 <context context-type="linenumber">1</context>
5088 </context-group>
5241 </trans-unit><trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html"> 5089 </trans-unit><trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
5242 <source>100MB</source><target state="new">100MB</target> 5090 <source>100MB</source><target state="new">100MB</target>
5243 <context-group purpose="location"> 5091 <context-group purpose="location">
@@ -5342,41 +5190,11 @@
5342 </context-group> 5190 </context-group>
5343 </trans-unit><trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html"> 5191 </trans-unit><trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
5344 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source><target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target> 5192 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source><target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target>
5345 <context-group purpose="location"> 5193
5346 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 5194 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
5347 <context context-type="linenumber">1</context>
5348 </context-group>
5349 </trans-unit><trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html">
5350 <source>You need to specify hosts to follow.</source><target state="new">You need to specify hosts to follow.</target>
5351 <context-group purpose="location">
5352 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5353 <context context-type="linenumber">1</context>
5354 </context-group>
5355 </trans-unit><trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
5356 <source>Hosts need to be unique.</source><target state="new">Hosts need to be unique.</target>
5357 <context-group purpose="location">
5358 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5359 <context context-type="linenumber">1</context>
5360 </context-group>
5361 </trans-unit><trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
5362 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source><target state="new">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
5363 <context-group purpose="location">
5364 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5365 <context context-type="linenumber">1</context>
5366 </context-group>
5367 </trans-unit><trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409" datatype="html">
5368 <source>Follow new server(s)</source><target state="new">Follow new server(s)</target>
5369 <context-group purpose="location">
5370 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5371 <context context-type="linenumber">1</context>
5372 </context-group>
5373 </trans-unit><trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
5374 <source>Follow request(s) sent!</source><target state="new">Follow request(s) sent!</target> 5195 <source>Follow request(s) sent!</source><target state="new">Follow request(s) sent!</target>
5375 <context-group purpose="location"> 5196
5376 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 5197 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
5377 <context context-type="linenumber">1</context>
5378 </context-group>
5379 </trans-unit><trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
5380 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source><target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 5198 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source><target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
5381 <context-group purpose="location"> 5199 <context-group purpose="location">
5382 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context> 5200 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
@@ -5454,20 +5272,38 @@
5454 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 5272 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
5455 <context context-type="linenumber">1</context> 5273 <context context-type="linenumber">1</context>
5456 </context-group> 5274 </context-group>
5275 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
5276 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
5277 <context-group purpose="location">
5278 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
5279 <context context-type="linenumber">1</context>
5280 </context-group>
5457 </trans-unit><trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html"> 5281 </trans-unit><trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
5458 <source>Comment updated.</source><target state="new">Comment updated.</target> 5282 <source>Comment updated.</source><target state="new">Comment updated.</target>
5459 <context-group purpose="location"> 5283 <context-group purpose="location">
5460 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context> 5284 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
5461 <context context-type="linenumber">1</context> 5285 <context context-type="linenumber">1</context>
5462 </context-group> 5286 </context-group>
5463 </trans-unit><trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html"> 5287 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
5464 <source>Delete this report</source><target state="new">Delete this report</target> 5288 <source>Internal actions</source><target state="new">Internal actions</target>
5289 <context-group purpose="location">
5290 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5291 <context context-type="linenumber">1</context>
5292 </context-group>
5293 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
5294 <source>Delete report</source><target state="new">Delete report</target>
5295 <context-group purpose="location">
5296 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5297 <context context-type="linenumber">1</context>
5298 </context-group>
5299 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
5300 <source>Add note</source><target state="new">Add note</target>
5465 <context-group purpose="location"> 5301 <context-group purpose="location">
5466 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5302 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5467 <context context-type="linenumber">1</context> 5303 <context context-type="linenumber">1</context>
5468 </context-group> 5304 </context-group>
5469 </trans-unit><trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 5305 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
5470 <source>Update moderation comment</source><target state="new">Update moderation comment</target> 5306 <source>Update note</source><target state="new">Update note</target>
5471 <context-group purpose="location"> 5307 <context-group purpose="location">
5472 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5308 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5473 <context context-type="linenumber">1</context> 5309 <context context-type="linenumber">1</context>
@@ -5484,6 +5320,12 @@
5484 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5320 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5485 <context context-type="linenumber">1</context> 5321 <context context-type="linenumber">1</context>
5486 </context-group> 5322 </context-group>
5323 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
5324 <source>Actions for the video</source><target state="new">Actions for the video</target>
5325 <context-group purpose="location">
5326 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5327 <context context-type="linenumber">1</context>
5328 </context-group>
5487 </trans-unit><trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 5329 </trans-unit><trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
5488 <source>Do you really want to delete this abuse report?</source><target state="new">Do you really want to delete this abuse report?</target> 5330 <source>Do you really want to delete this abuse report?</source><target state="new">Do you really want to delete this abuse report?</target>
5489 <context-group purpose="location"> 5331 <context-group purpose="location">
@@ -6220,11 +6062,8 @@
6220 </context-group> 6062 </context-group>
6221 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 6063 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
6222 <source>max size</source><target state="new">max size</target> 6064 <source>max size</source><target state="new">max size</target>
6223 <context-group purpose="location"> 6065
6224 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 6066 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
6225 <context context-type="linenumber">1</context>
6226 </context-group>
6227 </trans-unit><trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
6228 <source>Now please check your emails to verify your account and complete signup.</source><target state="new">Now please check your emails to verify your account and complete signup.</target> 6067 <source>Now please check your emails to verify your account and complete signup.</source><target state="new">Now please check your emails to verify your account and complete signup.</target>
6229 <context-group purpose="location"> 6068 <context-group purpose="location">
6230 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context> 6069 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context>
@@ -6507,6 +6346,12 @@
6507 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6346 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6508 <context context-type="linenumber">1</context> 6347 <context context-type="linenumber">1</context>
6509 </context-group> 6348 </context-group>
6349 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
6350 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
6351 <context-group purpose="location">
6352 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6353 <context context-type="linenumber">1</context>
6354 </context-group>
6510 </trans-unit><trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html"> 6355 </trans-unit><trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
6511 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</target> 6356 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</target>
6512 <context-group purpose="location"> 6357 <context-group purpose="location">
@@ -6561,8 +6406,8 @@
6561 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6406 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6562 <context context-type="linenumber">1</context> 6407 <context context-type="linenumber">1</context>
6563 </context-group> 6408 </context-group>
6564 </trans-unit><trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html"> 6409 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
6565 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target> 6410 <source>just now</source><target state="new">just now</target>
6566 <context-group purpose="location"> 6411 <context-group purpose="location">
6567 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6412 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6568 <context context-type="linenumber">1</context> 6413 <context context-type="linenumber">1</context>
@@ -7901,11 +7746,8 @@
7901 </context-group> 7746 </context-group>
7902 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 7747 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
7903 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target> 7748 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target>
7904 <context-group purpose="location"> 7749
7905 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context> 7750 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
7906 <context context-type="linenumber">1</context>
7907 </context-group>
7908 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
7909 <source>Encoder</source><target state="new">Encoder</target> 7751 <source>Encoder</source><target state="new">Encoder</target>
7910 <context-group purpose="location"> 7752 <context-group purpose="location">
7911 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 7753 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -8127,8 +7969,8 @@
8127 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context> 7969 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
8128 <context context-type="linenumber">1</context> 7970 <context context-type="linenumber">1</context>
8129 </context-group> 7971 </context-group>
8130 </trans-unit><trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 7972 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
8131 <source> The deletion will be sent to remote instances, so they remove the comment too.</source><target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target> 7973 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
8132 <context-group purpose="location"> 7974 <context-group purpose="location">
8133 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 7975 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
8134 <context context-type="linenumber">1</context> 7976 <context context-type="linenumber">1</context>
diff --git a/client/src/locale/angular.de-DE.xlf b/client/src/locale/angular.de-DE.xlf
index d59202ed8..1bdc97c2d 100644
--- a/client/src/locale/angular.de-DE.xlf
+++ b/client/src/locale/angular.de-DE.xlf
@@ -608,32 +608,32 @@
608 <context-group name="null"> 608 <context-group name="null">
609 <context context-type="linenumber">6</context> 609 <context context-type="linenumber">6</context>
610 </context-group> 610 </context-group>
611 <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> 611
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> 612
613 </trans-unit> 613 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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"> 614 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
615 <source>Private</source> 615 <source>Private</source>
616 <target>Privat</target> 616 <target>Privat</target>
617 <context-group name="null"> 617 <context-group name="null">
618 <context context-type="linenumber">7</context> 618 <context context-type="linenumber">7</context>
619 </context-group> 619 </context-group>
620 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</context></context-group> 620
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> 621
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> 622
623 </trans-unit> 623 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 624 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
625 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 625 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
626 <target state="translated">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> Aufrufe} }</target> 626 <target state="translated">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> Aufrufe} }</target>
627 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group> 627
628 </trans-unit> 628 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
629 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 629 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
630 <source>Blacklisted</source> 630 <source>Blacklisted</source>
631 <target>Gesperrt</target> 631 <target>Gesperrt</target>
632 <context-group name="null"> 632 <context-group name="null">
633 <context context-type="linenumber">42</context> 633 <context context-type="linenumber">42</context>
634 </context-group> 634 </context-group>
635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group> 635
636 </trans-unit> 636 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
637 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 637 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
638 <source>Sensitive</source> 638 <source>Sensitive</source>
639 <target> 639 <target>
@@ -642,8 +642,8 @@
642 <context-group name="null"> 642 <context-group name="null">
643 <context context-type="linenumber">46</context> 643 <context context-type="linenumber">46</context>
644 </context-group> 644 </context-group>
645 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group> 645
646 </trans-unit> 646 <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>
647 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 647 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
648 <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>
649 <target>{VAR_PLURAL, plural, =0 {Keine Videos} =1 {1 Video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> Videos} }</target> 649 <target>{VAR_PLURAL, plural, =0 {Keine Videos} =1 {1 Video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> Videos} }</target>
@@ -702,7 +702,7 @@
702 702
703 703
704 704
705 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit> 705 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
706 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 706 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
707 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 707 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
708 <target>Entferne von <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 708 <target>Entferne von <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -750,7 +750,7 @@
750 750
751 751
752 752
753 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 753 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
754 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 754 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
755 <source>Truncated preview</source> 755 <source>Truncated preview</source>
756 <target>Gekürzte Vorschau</target> 756 <target>Gekürzte Vorschau</target>
@@ -942,10 +942,10 @@
942 <context-group name="null"> 942 <context-group name="null">
943 <context context-type="linenumber">286</context> 943 <context context-type="linenumber">286</context>
944 </context-group> 944 </context-group>
945 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group> 945
946 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group> 946
947 <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">46</context></context-group> 947
948 </trans-unit> 948 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
949 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 949 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
950 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 950 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
951 <target>HTTP-Import (YouTube, Vimeo, direkte URL, ...)</target> 951 <target>HTTP-Import (YouTube, Vimeo, direkte URL, ...)</target>
@@ -1092,7 +1092,7 @@
1092 1092
1093 1093
1094 1094
1095 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1095 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1096 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1096 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1097 <source>Ban this user</source> 1097 <source>Ban this user</source>
1098 <target>Diesen Nutzer sperren</target> 1098 <target>Diesen Nutzer sperren</target>
@@ -1109,14 +1109,7 @@
1109 </context-group> 1109 </context-group>
1110 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group> 1110 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group>
1111 </trans-unit> 1111 </trans-unit>
1112 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798"> 1112
1113 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1114 <target>(Dateitypen: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, maximale Größe: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1115 <context-group name="null">
1116 <context context-type="linenumber">12</context>
1117 </context-group>
1118 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context><context context-type="linenumber">12</context></context-group>
1119 </trans-unit>
1120 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1113 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1121 <source>Login</source> 1114 <source>Login</source>
1122 <target> 1115 <target>
@@ -1245,7 +1238,7 @@
1245 1238
1246 1239
1247 1240
1248 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1241 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1249 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1242 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1250 <source>Email address</source> 1243 <source>Email address</source>
1251 <target>E-Mail-Adresse</target> 1244 <target>E-Mail-Adresse</target>
@@ -1626,15 +1619,9 @@ Hilf mit PeerTube zu übersetzen!</target>
1626 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1619 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1627 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source> 1620 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source>
1628 <target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1621 <target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1629 <context-group purpose="location"> 1622
1630 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1623
1631 <context context-type="linenumber">36</context> 1624 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit>
1632 </context-group>
1633 <context-group purpose="location">
1634 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1635 <context context-type="linenumber">158</context>
1636 </context-group>
1637 </trans-unit>
1638 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html"> 1625 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1639 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source> 1626 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source>
1640 <target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1627 <target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
@@ -1678,50 +1665,35 @@ Hilf mit PeerTube zu übersetzen!</target>
1678 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1665 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1679 <source>Help</source> 1666 <source>Help</source>
1680 <target state="translated">Hilfe</target> 1667 <target state="translated">Hilfe</target>
1681 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group> 1668
1682 </trans-unit> 1669 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1683 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1670 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1684 <source>Get help using PeerTube</source> 1671 <source>Get help using PeerTube</source>
1685 <target state="new">Get help using PeerTube</target> 1672 <target state="new">Get help using PeerTube</target>
1686 <context-group purpose="location"> 1673
1687 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1674 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1688 <context context-type="linenumber">167</context>
1689 </context-group>
1690 </trans-unit>
1691 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html"> 1675 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1692 <source>Shortcuts</source> 1676 <source>Shortcuts</source>
1693 <target state="translated">Shortcuts</target> 1677 <target state="translated">Shortcuts</target>
1694 <context-group purpose="location"> 1678
1695 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1679 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit>
1696 <context context-type="linenumber">168</context>
1697 </context-group>
1698 </trans-unit>
1699 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html"> 1680 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1700 <source>powered by PeerTube</source> 1681 <source>powered by PeerTube</source>
1701 <target state="new"> 1682 <target state="new">
1702 powered by PeerTube 1683 powered by PeerTube
1703 </target> 1684 </target>
1704 <context-group purpose="location"> 1685
1705 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1686 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1706 <context context-type="linenumber">172</context>
1707 </context-group>
1708 </trans-unit>
1709 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html"> 1687 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1710 <source>PeerTube website</source> 1688 <source>PeerTube website</source>
1711 <target state="new">PeerTube website</target> 1689 <target state="new">PeerTube website</target>
1712 <context-group purpose="location"> 1690
1713 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1691 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1714 <context context-type="linenumber">172</context>
1715 </context-group>
1716 </trans-unit>
1717 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html"> 1692 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1718 <source>powered by PeerTube - CopyLeft 2015-2020</source> 1693 <source>powered by PeerTube - CopyLeft 2015-2020</source>
1719 <target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1694 <target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1720 <context-group purpose="location"> 1695
1721 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1696 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1722 <context context-type="linenumber">171</context>
1723 </context-group>
1724 </trans-unit>
1725 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1697 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1726 <source>Log out</source> 1698 <source>Log out</source>
1727 <target>Abmelden</target> 1699 <target>Abmelden</target>
@@ -1842,19 +1814,9 @@ Hilf mit PeerTube zu übersetzen!</target>
1842 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1814 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1843 <source>Contact</source> 1815 <source>Contact</source>
1844 <target state="new">Contact</target> 1816 <target state="new">Contact</target>
1845 <context-group purpose="location"> 1817
1846 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1818 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1847 <context context-type="linenumber">154</context> 1819
1848 </context-group>
1849 </trans-unit>
1850 <trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1851 <source>Terms of Service</source>
1852 <target state="new">Terms of Service</target>
1853 <context-group purpose="location">
1854 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1855 <context context-type="linenumber">155</context>
1856 </context-group>
1857 </trans-unit>
1858 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1820 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1859 <source>View your notifications</source> 1821 <source>View your notifications</source>
1860 <target>Zeige deine Benachrichtigungen</target> 1822 <target>Zeige deine Benachrichtigungen</target>
@@ -2326,7 +2288,7 @@ Hilf mit PeerTube zu übersetzen!</target>
2326 2288
2327 2289
2328 2290
2329 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2291 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2330 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2292 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2331 <source>Privacy</source> 2293 <source>Privacy</source>
2332 <target>Sichtbarkeit</target> 2294 <target>Sichtbarkeit</target>
@@ -2341,47 +2303,28 @@ Hilf mit PeerTube zu übersetzen!</target>
2341 2303
2342 2304
2343 2305
2344 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit> 2306 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit>
2345 <trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2307
2346 <source>More information about privacy within PeerTube</source>
2347 <target state="new">More information about privacy within PeerTube</target>
2348 <context-group purpose="location">
2349 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2350 <context context-type="linenumber">164</context>
2351 </context-group>
2352 </trans-unit>
2353 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html"> 2308 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2354 <source>FAQ</source> 2309 <source>FAQ</source>
2355 <target state="new">FAQ</target> 2310 <target state="new">FAQ</target>
2356 <context-group purpose="location"> 2311
2357 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2312 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2358 <context context-type="linenumber">165</context>
2359 </context-group>
2360 </trans-unit>
2361 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html"> 2313 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2362 <source>Frequently asked questions about PeerTube</source> 2314 <source>Frequently asked questions about PeerTube</source>
2363 <target state="new">Frequently asked questions about PeerTube</target> 2315 <target state="new">Frequently asked questions about PeerTube</target>
2364 <context-group purpose="location"> 2316
2365 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2317 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2366 <context context-type="linenumber">165</context>
2367 </context-group>
2368 </trans-unit>
2369 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html"> 2318 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2370 <source>API</source> 2319 <source>API</source>
2371 <target state="new">API</target> 2320 <target state="new">API</target>
2372 <context-group purpose="location"> 2321
2373 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2322 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2374 <context context-type="linenumber">166</context>
2375 </context-group>
2376 </trans-unit>
2377 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html"> 2323 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2378 <source>API documentation</source> 2324 <source>API documentation</source>
2379 <target state="new">API documentation</target> 2325 <target state="new">API documentation</target>
2380 <context-group purpose="location"> 2326
2381 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2327 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2382 <context context-type="linenumber">166</context>
2383 </context-group>
2384 </trans-unit>
2385 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2328 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2386 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2329 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2387 <target>Veröffentlichung planen (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2330 <target>Veröffentlichung planen (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2595,10 +2538,10 @@ Hilf mit PeerTube zu übersetzen!</target>
2595 <context-group name="null"> 2538 <context-group name="null">
2596 <context context-type="linenumber">53</context> 2539 <context context-type="linenumber">53</context>
2597 </context-group> 2540 </context-group>
2598 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group> 2541
2599 <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">64</context></context-group> 2542
2600 <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">53</context></context-group> 2543
2601 </trans-unit> 2544 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2602 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2545 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2603 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2546 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2604 <target> 2547 <target>
@@ -2615,11 +2558,11 @@ Hilf mit PeerTube zu übersetzen!</target>
2615 <context-group name="null"> 2558 <context-group name="null">
2616 <context context-type="linenumber">17</context> 2559 <context context-type="linenumber">17</context>
2617 </context-group> 2560 </context-group>
2618 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group> 2561
2619 <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">74</context></context-group> 2562
2620 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group> 2563
2621 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group> 2564
2622 </trans-unit> 2565 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2623 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2566 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2624 <source>Select the file to upload</source> 2567 <source>Select the file to upload</source>
2625 <target>Wähle die Datei zum Hochladen aus</target> 2568 <target>Wähle die Datei zum Hochladen aus</target>
@@ -2634,16 +2577,16 @@ Hilf mit PeerTube zu übersetzen!</target>
2634 <context-group name="null"> 2577 <context-group name="null">
2635 <context context-type="linenumber">25</context> 2578 <context context-type="linenumber">25</context>
2636 </context-group> 2579 </context-group>
2637 <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">25</context></context-group> 2580
2638 </trans-unit> 2581 <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">24</context></context-group></trans-unit>
2639 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d"> 2582 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d">
2640 <source>Video background image</source> 2583 <source>Video background image</source>
2641 <target>Videohintergrundbild</target> 2584 <target>Videohintergrundbild</target>
2642 <context-group name="null"> 2585 <context-group name="null">
2643 <context context-type="linenumber">32</context> 2586 <context context-type="linenumber">32</context>
2644 </context-group> 2587 </context-group>
2645 <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> 2588
2646 </trans-unit> 2589 <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">31</context></context-group></trans-unit>
2647 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2590 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2648 <source> 2591 <source>
2649 Image that will be merged with your audio file. 2592 Image that will be merged with your audio file.
@@ -2658,28 +2601,19 @@ Hilf mit PeerTube zu übersetzen!</target>
2658 <context-group name="null"> 2601 <context-group name="null">
2659 <context context-type="linenumber">34</context> 2602 <context context-type="linenumber">34</context>
2660 </context-group> 2603 </context-group>
2661 <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">34</context></context-group> 2604
2662 </trans-unit> 2605 <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">33</context></context-group></trans-unit>
2663 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2606 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2664 <source>Processing…</source> 2607 <source>Processing…</source>
2665 <target state="new">Processing…</target> 2608 <target state="new">Processing…</target>
2666 <context-group purpose="location"> 2609
2667 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2610 <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">55</context></context-group></trans-unit>
2668 <context context-type="linenumber">56</context>
2669 </context-group>
2670 </trans-unit>
2671 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html"> 2611 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2672 <source>Total video quota</source> 2612 <source>Total video quota</source>
2673 <target state="new">Total video quota</target> 2613 <target state="new">Total video quota</target>
2674 <context-group purpose="location"> 2614
2675 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2615
2676 <context context-type="linenumber">54</context> 2616 <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">53</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">11</context></context-group></trans-unit>
2677 </context-group>
2678 <context-group purpose="location">
2679 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2680 <context context-type="linenumber">11</context>
2681 </context-group>
2682 </trans-unit>
2683 <trans-unit id="6357683911e256c566259880de43ea9403de00d3"> 2617 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2684 <source>Congratulations! Your video is now available in your private library.</source> 2618 <source>Congratulations! Your video is now available in your private library.</source>
2685 <target> 2619 <target>
@@ -2688,24 +2622,24 @@ Hilf mit PeerTube zu übersetzen!</target>
2688 <context-group name="null"> 2622 <context-group name="null">
2689 <context context-type="linenumber">66</context> 2623 <context context-type="linenumber">66</context>
2690 </context-group> 2624 </context-group>
2691 <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">68</context></context-group> 2625
2692 </trans-unit> 2626 <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">67</context></context-group></trans-unit>
2693 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2627 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2694 <source>Publish will be available when upload is finished</source> 2628 <source>Publish will be available when upload is finished</source>
2695 <target>Veröffentlichung ist möglich, sobald das Hochladen abgeschlossen ist</target> 2629 <target>Veröffentlichung ist möglich, sobald das Hochladen abgeschlossen ist</target>
2696 <context-group name="null"> 2630 <context-group name="null">
2697 <context context-type="linenumber">79</context> 2631 <context context-type="linenumber">79</context>
2698 </context-group> 2632 </context-group>
2699 <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">81</context></context-group> 2633
2700 </trans-unit> 2634 <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">80</context></context-group></trans-unit>
2701 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2635 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2702 <source>Publish</source> 2636 <source>Publish</source>
2703 <target>Veröffentlichen</target> 2637 <target>Veröffentlichen</target>
2704 <context-group name="null"> 2638 <context-group name="null">
2705 <context context-type="linenumber">86</context> 2639 <context context-type="linenumber">86</context>
2706 </context-group> 2640 </context-group>
2707 <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">88</context></context-group> 2641
2708 </trans-unit> 2642 <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">87</context></context-group></trans-unit>
2709 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2643 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2710 <source>Select the torrent to import</source> 2644 <source>Select the torrent to import</source>
2711 <target>Wähle die Torrent-Datei für den Import aus</target> 2645 <target>Wähle die Torrent-Datei für den Import aus</target>
@@ -2713,34 +2647,30 @@ Hilf mit PeerTube zu übersetzen!</target>
2713 <context context-type="linenumber">6</context> 2647 <context context-type="linenumber">6</context>
2714 </context-group> 2648 </context-group>
2715 <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">6</context></context-group> 2649 <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">6</context></context-group>
2716 </trans-unit> 2650 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2717 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2651 <source>OR</source><target state="new">OR</target>
2718 <source>Or</source> 2652 <context-group purpose="location">
2719 <target>Oder</target> 2653 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2720 <context-group name="null"> 2654 <context context-type="linenumber">10</context>
2721 <context context-type="linenumber">11</context>
2722 </context-group> 2655 </context-group>
2723 <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">11</context></context-group>
2724 </trans-unit> 2656 </trans-unit>
2657
2725 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2658 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2726 <source>Paste magnet URI</source> 2659 <source>Paste magnet URI</source>
2727 <target>Füge die Magnet-URI ein</target> 2660 <target>Füge die Magnet-URI ein</target>
2728 <context-group name="null"> 2661 <context-group name="null">
2729 <context context-type="linenumber">14</context> 2662 <context context-type="linenumber">14</context>
2730 </context-group> 2663 </context-group>
2731 <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> 2664
2732 </trans-unit> 2665 <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">13</context></context-group></trans-unit>
2733 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2666 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2734 <source> 2667 <source>
2735 You can import any torrent file that points to a mp4 file. 2668 You can import any torrent file that points to a mp4 file.
2736 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. 2669 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.
2737 </source> 2670 </source>
2738 <target state="translated">Du kannst jede Torrent-Datei importieren, die auf eine mp4-Datei zeigt. Du solltest sicherstellen, dass du die Vertriebsrechte zu dem Inhalt auf den sie zeigt besitzt, andernfalls kann dies zu rechtlichen Schwierigkeiten für dich und deine Instanz führen.</target> 2671 <target state="translated">Du kannst jede Torrent-Datei importieren, die auf eine mp4-Datei zeigt. Du solltest sicherstellen, dass du die Vertriebsrechte zu dem Inhalt auf den sie zeigt besitzt, andernfalls kann dies zu rechtlichen Schwierigkeiten für dich und deine Instanz führen.</target>
2739 <context-group purpose="location"> 2672
2740 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2673 <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">16</context></context-group></trans-unit>
2741 <context context-type="linenumber">17</context>
2742 </context-group>
2743 </trans-unit>
2744 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2674 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2745 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2675 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2746 <target> 2676 <target>
@@ -2749,8 +2679,8 @@ Hilf mit PeerTube zu übersetzen!</target>
2749 <context-group name="null"> 2679 <context-group name="null">
2750 <context context-type="linenumber">57</context> 2680 <context context-type="linenumber">57</context>
2751 </context-group> 2681 </context-group>
2752 <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> 2682
2753 </trans-unit> 2683 <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">56</context></context-group></trans-unit>
2754 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2684 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2755 <source> 2685 <source>
2756 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. 2686 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.
@@ -3085,10 +3015,10 @@ Hilf mit PeerTube zu übersetzen!</target>
3085 <context-group name="null"> 3015 <context-group name="null">
3086 <context context-type="linenumber">63</context> 3016 <context context-type="linenumber">63</context>
3087 </context-group> 3017 </context-group>
3088 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group> 3018
3089 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group> 3019
3090 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">63</context></context-group> 3020
3091 </trans-unit> 3021 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit>
3092 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 3022 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
3093 <source>Subscribe</source> 3023 <source>Subscribe</source>
3094 <target state="translated">Abonnieren</target> 3024 <target state="translated">Abonnieren</target>
@@ -3177,8 +3107,8 @@ Hilf mit PeerTube zu übersetzen!</target>
3177 <context-group name="null"> 3107 <context-group name="null">
3178 <context context-type="linenumber">215</context> 3108 <context context-type="linenumber">215</context>
3179 </context-group> 3109 </context-group>
3180 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group> 3110
3181 </trans-unit> 3111 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3182 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3112 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3183 <source>Get more information</source> 3113 <source>Get more information</source>
3184 <target>Weitere Informationen bekommen</target> 3114 <target>Weitere Informationen bekommen</target>
@@ -3258,27 +3188,18 @@ Hilf mit PeerTube zu übersetzen!</target>
3258 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html"> 3188 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html">
3259 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source> 3189 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source>
3260 <target state="translated">Zeige <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> Antworten von <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> und anderen </target> 3190 <target state="translated">Zeige <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> Antworten von <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> und anderen </target>
3261 <context-group purpose="location"> 3191
3262 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3192 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3263 <context context-type="linenumber">77</context>
3264 </context-group>
3265 </trans-unit>
3266 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3193 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3267 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3194 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3268 <target state="translated">Zeige <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> Antworten von <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target> 3195 <target state="translated">Zeige <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> Antworten von <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target>
3269 <context-group purpose="location"> 3196
3270 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3197 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3271 <context context-type="linenumber">80</context>
3272 </context-group>
3273 </trans-unit>
3274 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3198 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3275 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3199 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3276 <target state="translated">Zeige <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> Antworten</target> 3200 <target state="translated">Zeige <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> Antworten</target>
3277 <context-group purpose="location"> 3201
3278 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3202 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3279 <context context-type="linenumber">84</context>
3280 </context-group>
3281 </trans-unit>
3282 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3203 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3283 <source>Comments are disabled.</source> 3204 <source>Comments are disabled.</source>
3284 <target> 3205 <target>
@@ -3287,8 +3208,8 @@ Hilf mit PeerTube zu übersetzen!</target>
3287 <context-group name="null"> 3208 <context-group name="null">
3288 <context context-type="linenumber">64</context> 3209 <context context-type="linenumber">64</context>
3289 </context-group> 3210 </context-group>
3290 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 3211
3291 </trans-unit> 3212 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3292 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3213 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3293 <source>Add comment...</source> 3214 <source>Add comment...</source>
3294 <target>Kommentieren...</target> 3215 <target>Kommentieren...</target>
@@ -3379,74 +3300,54 @@ Hilf mit PeerTube zu übersetzen!</target>
3379 </context-group> 3300 </context-group>
3380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3301 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3381 </trans-unit> 3302 </trans-unit>
3382 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 3303
3383 <source>Follow</source>
3384 <target>Folgen</target>
3385 <context-group name="null">
3386 <context context-type="linenumber">7</context>
3387 </context-group>
3388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3389 </trans-unit>
3390 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3304 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3391 <source>Followers</source> 3305 <source>Followers</source>
3392 <target>Follower</target> 3306 <target>Follower</target>
3393 <context-group name="null"> 3307 <context-group name="null">
3394 <context context-type="linenumber">3</context> 3308 <context context-type="linenumber">3</context>
3395 </context-group> 3309 </context-group>
3396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 3310
3397 </trans-unit> 3311 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3398 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3312 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3399 <source>Video redundancies</source> 3313 <source>Video redundancies</source>
3400 <target state="new">Video redundancies</target> 3314 <target state="new">Video redundancies</target>
3401 <context-group purpose="location"> 3315
3402 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3403 <context context-type="linenumber">11</context>
3404 </context-group>
3405 </trans-unit>
3406 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 3317 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
3407 <source>1 host (without "http://") per line</source> 3318 <source>1 host (without "http://") per line</source>
3408 <target>1 Host pro Zeile (ohne "http://")</target> 3319 <target>1 Host pro Zeile (ohne "http://")</target>
3409 <context-group name="null"> 3320 <context-group name="null">
3410 <context context-type="linenumber">5</context> 3321 <context context-type="linenumber">5</context>
3411 </context-group> 3322 </context-group>
3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">5</context></context-group> 3323
3413 </trans-unit> 3324 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3414 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507"> 3325 <source>Follow domain</source><target state="new">Follow domain</target>
3415 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3326 <context-group purpose="location">
3416 <target> 3327 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3417 Es scheint, als seist du nicht auf einem HTTPS-Server. Dein Webserver muss TLS aktivieren, um anderen Server folgen zu können. 3328 <context context-type="linenumber">15</context>
3418 </target>
3419 <context-group name="null">
3420 <context context-type="linenumber">17</context>
3421 </context-group>
3422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">17</context></context-group>
3423 </trans-unit>
3424 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
3425 <source>Add following</source>
3426 <target>Folgen</target>
3427 <context-group name="null">
3428 <context context-type="linenumber">21</context>
3429 </context-group> 3329 </context-group>
3430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group>
3431 </trans-unit> 3330 </trans-unit>
3331
3332
3432 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3333 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3433 <source>Filter...</source> 3334 <source>Filter...</source>
3434 <target>Filtern...</target> 3335 <target>Filtern...</target>
3435 <context-group name="null"> 3336 <context-group name="null">
3436 <context context-type="linenumber">27</context> 3337 <context context-type="linenumber">27</context>
3437 </context-group> 3338 </context-group>
3438 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</context></context-group> 3339
3439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">9</context></context-group> 3340
3440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">27</context></context-group> 3341
3441 </trans-unit> 3342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3442 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3343 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3443 <source>ID</source> 3344 <source>ID</source>
3444 <target>ID</target> 3345 <target>ID</target>
3445 <context-group name="null"> 3346 <context-group name="null">
3446 <context context-type="linenumber">18</context> 3347 <context context-type="linenumber">18</context>
3447 </context-group> 3348 </context-group>
3448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 3349
3449 </trans-unit> 3350 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3450 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb"> 3351 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb">
3451 <source>Follower handle</source> 3352 <source>Follower handle</source>
3452 <target>Folger-Identifikator</target> 3353 <target>Folger-Identifikator</target>
@@ -3461,80 +3362,65 @@ Hilf mit PeerTube zu übersetzen!</target>
3461 <context-group name="null"> 3362 <context-group name="null">
3462 <context context-type="linenumber">10</context> 3363 <context context-type="linenumber">10</context>
3463 </context-group> 3364 </context-group>
3464 <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> 3365
3465 <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> 3366
3466 </trans-unit> 3367 <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>
3467 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3368 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3468 <source>Delayed.</source> 3369 <source>Delayed.</source>
3469 <target state="translated">Verzögert.</target> 3370 <target state="translated">Verzögert.</target>
3470 <context-group purpose="location"> 3371
3471 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3372 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3472 <context context-type="linenumber">42</context>
3473 </context-group>
3474 </trans-unit>
3475 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3373 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3476 <source>Will start soon...</source> 3374 <source>Will start soon...</source>
3477 <target state="translated">Startet in Kürze...</target> 3375 <target state="translated">Startet in Kürze...</target>
3478 <context-group purpose="location"> 3376
3479 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3480 <context context-type="linenumber">43</context>
3481 </context-group>
3482 </trans-unit>
3483 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3378 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3484 <source>Running...</source> 3379 <source>Running...</source>
3485 <target state="translated">Läuft...</target> 3380 <target state="translated">Läuft...</target>
3486 <context-group purpose="location"> 3381
3487 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3488 <context context-type="linenumber">44</context>
3489 </context-group>
3490 </trans-unit>
3491 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3383 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3492 <source>Finished</source> 3384 <source>Finished</source>
3493 <target state="translated">Beendet</target> 3385 <target state="translated">Beendet</target>
3494 <context-group purpose="location"> 3386
3495 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3387 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3496 <context context-type="linenumber">45</context>
3497 </context-group>
3498 </trans-unit>
3499 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3388 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3500 <source>Failed</source> 3389 <source>Failed</source>
3501 <target state="translated">Fehlgeschlagen</target> 3390 <target state="translated">Fehlgeschlagen</target>
3502 <context-group purpose="location"> 3391
3503 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3504 <context context-type="linenumber">46</context>
3505 </context-group>
3506 </trans-unit>
3507 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3393 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3508 <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> 3394 <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>
3509 <target>Erstellt <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 <target>Erstellt <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>
3510 <context-group name="null"> 3396 <context-group name="null">
3511 <context context-type="linenumber">11</context> 3397 <context context-type="linenumber">11</context>
3512 </context-group> 3398 </context-group>
3513 <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> 3399
3514 <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> 3400
3515 <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> 3401
3516 <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> 3402
3517 <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> 3403
3518 <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> 3404
3519 </trans-unit> 3405 <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">24</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">46</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">11</context></context-group><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><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>
3520 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3406 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3521 <source>Accepted</source> 3407 <source>Accepted</source>
3522 <target>Akzeptiert</target> 3408 <target>Akzeptiert</target>
3523 <context-group name="null"> 3409 <context-group name="null">
3524 <context context-type="linenumber">32</context> 3410 <context context-type="linenumber">32</context>
3525 </context-group> 3411 </context-group>
3526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3412
3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3413
3528 </trans-unit> 3414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3529 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3415 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3530 <source>Pending</source> 3416 <source>Pending</source>
3531 <target>Ausstehend</target> 3417 <target>Ausstehend</target>
3532 <context-group name="null"> 3418 <context-group name="null">
3533 <context context-type="linenumber">33</context> 3419 <context context-type="linenumber">33</context>
3534 </context-group> 3420 </context-group>
3535 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3421
3536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3422
3537 </trans-unit> 3423 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3538 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3424 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3539 <source>Accept</source> 3425 <source>Accept</source>
3540 <target>Akzeptieren</target> 3426 <target>Akzeptieren</target>
@@ -3552,6 +3438,12 @@ Hilf mit PeerTube zu übersetzen!</target>
3552 </context-group> 3438 </context-group>
3553 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3554 <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">42</context></context-group> 3440 <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">42</context></context-group>
3441 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3442 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3443 <context-group purpose="location">
3444 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3445 <context context-type="linenumber">3</context>
3446 </context-group>
3555 </trans-unit> 3447 </trans-unit>
3556 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 3448 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3557 <source>Host</source> 3449 <source>Host</source>
@@ -3559,24 +3451,32 @@ Hilf mit PeerTube zu übersetzen!</target>
3559 <context-group name="null"> 3451 <context-group name="null">
3560 <context context-type="linenumber">19</context> 3452 <context context-type="linenumber">19</context>
3561 </context-group> 3453 </context-group>
3562 <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> 3454
3563 </trans-unit> 3455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3564 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3456 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3565 <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> 3457 <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>
3566 <target state="translated">Redundanz erlaubt <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> 3458 <target state="translated">Redundanz erlaubt <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>
3459
3460 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3461 <source>Follow domains</source><target state="new">Follow domains</target>
3567 <context-group purpose="location"> 3462 <context-group purpose="location">
3568 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3463 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3569 <context context-type="linenumber">21</context> 3464 <context context-type="linenumber">50</context>
3570 </context-group> 3465 </context-group>
3571 </trans-unit> 3466 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3572 <trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3467 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3573 <source>Video redundancies list</source>
3574 <target state="new">Video redundancies list</target>
3575 <context-group purpose="location"> 3468 <context-group purpose="location">
3576 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3469 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3577 <context context-type="linenumber">2</context> 3470 <context context-type="linenumber">7</context>
3471 </context-group>
3472 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3473 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3474 <context-group purpose="location">
3475 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3476 <context context-type="linenumber">8</context>
3578 </context-group> 3477 </context-group>
3579 </trans-unit> 3478 </trans-unit>
3479
3580 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 3480 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
3581 <source>Create user</source> 3481 <source>Create user</source>
3582 <target>Benutzer anlegen</target> 3482 <target>Benutzer anlegen</target>
@@ -3640,7 +3540,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3640 3540
3641 3541
3642 3542
3643 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3543 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3644 <source> 3544 <source>
3645 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3545 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3646 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3546 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3737,31 +3637,41 @@ Hilf mit PeerTube zu übersetzen!</target>
3737 <context-group name="null"> 3637 <context-group name="null">
3738 <context context-type="linenumber">19</context> 3638 <context context-type="linenumber">19</context>
3739 </context-group> 3639 </context-group>
3740 <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> 3640
3741 </trans-unit> 3641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3742 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3642 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3743 <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> 3643 <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>
3744 <target>Benutzername <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 <target>Benutzername <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>
3745 <context-group name="null"> 3645 <context-group name="null">
3746 <context context-type="linenumber">40</context> 3646 <context context-type="linenumber">40</context>
3747 </context-group> 3647 </context-group>
3748 <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> 3648
3749 </trans-unit> 3649 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3750 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3650 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3751 <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> 3651 <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>
3752 <target>Video-Kontingent <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> 3652 <target>Video-Kontingent <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>
3753 <context-group name="null"> 3653 <context-group name="null">
3754 <context context-type="linenumber">42</context> 3654 <context context-type="linenumber">42</context>
3755 </context-group> 3655 </context-group>
3756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group> 3656
3757 </trans-unit> 3657 <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></trans-unit>
3758 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3658 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3759 <source>(banned)</source> 3659 <source>(banned)</source>
3760 <target>(gebannt)</target> 3660 <target>(gebannt)</target>
3761 <context-group name="null"> 3661 <context-group name="null">
3762 <context context-type="linenumber">65</context> 3662 <context context-type="linenumber">65</context>
3763 </context-group> 3663 </context-group>
3764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group> 3664
3665 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3666 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3667 <context-group purpose="location">
3668 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3669 <context context-type="linenumber">65</context>
3670 </context-group>
3671 <context-group purpose="location">
3672 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3673 <context context-type="linenumber">27</context>
3674 </context-group>
3765 </trans-unit> 3675 </trans-unit>
3766 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3676 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3767 <source>User's email must be verified to login</source> 3677 <source>User's email must be verified to login</source>
@@ -3769,23 +3679,29 @@ Hilf mit PeerTube zu übersetzen!</target>
3769 <context-group name="null"> 3679 <context-group name="null">
3770 <context context-type="linenumber">72</context> 3680 <context context-type="linenumber">72</context>
3771 </context-group> 3681 </context-group>
3772 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group> 3682
3773 </trans-unit> 3683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3774 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3684 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3775 <source>User's email is verified / User can login without email verification</source> 3685 <source>User's email is verified / User can login without email verification</source>
3776 <target>Die E-Mail-Adresse des Nutzers wurde bestätigt / Nutzer kann ohne E-Mail-Bestätigung einloggen</target> 3686 <target>Die E-Mail-Adresse des Nutzers wurde bestätigt / Nutzer kann ohne E-Mail-Bestätigung einloggen</target>
3777 <context-group name="null"> 3687 <context-group name="null">
3778 <context context-type="linenumber">76</context> 3688 <context context-type="linenumber">76</context>
3779 </context-group> 3689 </context-group>
3780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group> 3690
3781 </trans-unit> 3691 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3782 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3692 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3783 <source>Ban reason:</source> 3693 <source>Ban reason:</source>
3784 <target>Grund für die Sperrung:</target> 3694 <target>Grund für die Sperrung:</target>
3785 <context-group name="null"> 3695 <context-group name="null">
3786 <context context-type="linenumber">95</context> 3696 <context context-type="linenumber">95</context>
3787 </context-group> 3697 </context-group>
3788 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group> 3698
3699 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3700 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3701 <context-group purpose="location">
3702 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3703 <context context-type="linenumber">15</context>
3704 </context-group>
3789 </trans-unit> 3705 </trans-unit>
3790 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3706 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
3791 <source>Moderation</source> 3707 <source>Moderation</source>
@@ -3835,6 +3751,12 @@ Hilf mit PeerTube zu übersetzen!</target>
3835 <context context-type="linenumber">13</context> 3751 <context context-type="linenumber">13</context>
3836 </context-group> 3752 </context-group>
3837 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3754 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3755 <source>Video <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">Video <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>
3756 <context-group purpose="location">
3757 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3758 <context context-type="linenumber">10</context>
3759 </context-group>
3838 </trans-unit> 3760 </trans-unit>
3839 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3761 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3840 <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> 3762 <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>
@@ -3842,93 +3764,93 @@ Hilf mit PeerTube zu übersetzen!</target>
3842 <context-group name="null"> 3764 <context-group name="null">
3843 <context context-type="linenumber">8</context> 3765 <context context-type="linenumber">8</context>
3844 </context-group> 3766 </context-group>
3845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3767
3846 <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">8</context></context-group> 3768
3847 </trans-unit> 3769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3848 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3770 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3849 <source>Video URL</source> 3771 <source>Video URL</source>
3850 <target state="new">Video URL</target> 3772 <target state="new">Video URL</target>
3851 <context-group purpose="location"> 3773
3852 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3774 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3853 <context context-type="linenumber">24</context>
3854 </context-group>
3855 </trans-unit>
3856 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3775 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3857 <source>Total size</source> 3776 <source>Total size</source>
3858 <target state="new">Total size</target> 3777 <target state="new">Total size</target>
3778
3779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3780 <source>List redundancies</source><target state="new">List redundancies</target>
3859 <context-group purpose="location"> 3781 <context-group purpose="location">
3860 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3782 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3861 <context context-type="linenumber">25</context> 3783 <context context-type="linenumber">33</context>
3862 </context-group> 3784 </context-group>
3863 </trans-unit> 3785 </trans-unit>
3864 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3786 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3865 <source>Enabled strategies stats</source> 3787 <source>Enabled strategies stats</source>
3866 <target state="new">Enabled strategies stats</target> 3788 <target state="new">Enabled strategies stats</target>
3867 <context-group purpose="location"> 3789
3868 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
3869 <context context-type="linenumber">69</context>
3870 </context-group>
3871 </trans-unit>
3872 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3791 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3873 <source>No redundancy strategy is enabled on your instance.</source> 3792 <source>No redundancy strategy is enabled on your instance.</source>
3874 <target state="new"> 3793 <target state="new">
3875 No redundancy strategy is enabled on your instance. 3794 No redundancy strategy is enabled on your instance.
3876 </target> 3795 </target>
3877 <context-group purpose="location"> 3796
3878 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3879 <context context-type="linenumber">73</context>
3880 </context-group>
3881 </trans-unit>
3882 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3798 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3883 <source>Sensitive</source> 3799 <source>Sensitive</source>
3884 <target>Anstößig</target> 3800 <target>Anstößig</target>
3885 <context-group name="null"> 3801 <context-group name="null">
3886 <context context-type="linenumber">9</context> 3802 <context context-type="linenumber">9</context>
3887 </context-group> 3803 </context-group>
3888 <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">9</context></context-group> 3804
3889 </trans-unit> 3805 <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">11</context></context-group></trans-unit>
3890 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3806 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3891 <source>Unfederated</source> 3807 <source>Unfederated</source>
3892 <target>Unföderiert</target> 3808 <target>Unföderiert</target>
3893 <context-group name="null"> 3809 <context-group name="null">
3894 <context context-type="linenumber">10</context> 3810 <context context-type="linenumber">10</context>
3895 </context-group> 3811 </context-group>
3896 <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> 3812
3897 </trans-unit> 3813 <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">12</context></context-group></trans-unit>
3898 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3814 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3899 <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> 3815 <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>
3900 <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> 3816 <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>
3901 <context-group name="null"> 3817 <context-group name="null">
3902 <context context-type="linenumber">11</context> 3818 <context context-type="linenumber">11</context>
3903 </context-group> 3819 </context-group>
3904 <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">11</context></context-group> 3820
3905 </trans-unit> 3821 <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">13</context></context-group></trans-unit>
3906 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3822 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3907 <source>Go to the video</source> 3823 <source>Go to the video</source>
3908 <target>Zum Video gehen</target> 3824 <target>Zum Video gehen</target>
3909 <context-group name="null"> 3825 <context-group name="null">
3910 <context context-type="linenumber">33</context> 3826 <context context-type="linenumber">33</context>
3911 </context-group> 3827 </context-group>
3912 <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">25</context></context-group> 3828
3913 <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">33</context></context-group> 3829
3914 <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">33</context></context-group> 3830
3915 </trans-unit> 3831 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3916 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3832 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3917 <source>Actions</source> 3833 <source>Actions</source>
3918 <target>Aktionen</target> 3834 <target>Aktionen</target>
3919 <context-group name="null"> 3835 <context-group name="null">
3920 <context context-type="linenumber">44</context> 3836 <context context-type="linenumber">44</context>
3921 </context-group> 3837 </context-group>
3922 <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">35</context></context-group> 3838
3923 <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">44</context></context-group> 3839
3924 </trans-unit> 3840 <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">38</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">57</context></context-group></trans-unit>
3925 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3841 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3926 <source>Blacklist reason:</source> 3842 <source>Blacklist reason:</source>
3927 <target>Grund für die Sperre:</target> 3843 <target>Grund für die Sperre:</target>
3928 <context-group name="null"> 3844 <context-group name="null">
3929 <context context-type="linenumber">43</context> 3845 <context context-type="linenumber">43</context>
3930 </context-group> 3846 </context-group>
3931 <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">43</context></context-group> 3847
3848 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3849 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3850 <context-group purpose="location">
3851 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3852 <context context-type="linenumber">5</context>
3853 </context-group>
3932 </trans-unit> 3854 </trans-unit>
3933 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 3855 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
3934 <source>Moderation comment</source> 3856 <source>Moderation comment</source>
@@ -3946,8 +3868,8 @@ Hilf mit PeerTube zu übersetzen!</target>
3946 <context-group name="null"> 3868 <context-group name="null">
3947 <context context-type="linenumber">18</context> 3869 <context context-type="linenumber">18</context>
3948 </context-group> 3870 </context-group>
3949 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">18</context></context-group> 3871
3950 </trans-unit> 3872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3951 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3873 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3952 <source>Update this comment</source> 3874 <source>Update this comment</source>
3953 <target>Diesen Kommentar aktualisieren</target> 3875 <target>Diesen Kommentar aktualisieren</target>
@@ -3955,24 +3877,30 @@ Hilf mit PeerTube zu übersetzen!</target>
3955 <context context-type="linenumber">26</context> 3877 <context context-type="linenumber">26</context>
3956 </context-group> 3878 </context-group>
3957 3879
3958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3880 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3959 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3881 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3960 <source>Reporter</source> 3882 <source>Reporter</source>
3961 <target>Melder</target> 3883 <target>Melder</target>
3962 <context-group name="null"> 3884 <context-group name="null">
3963 <context context-type="linenumber">8</context> 3885 <context context-type="linenumber">8</context>
3964 </context-group> 3886 </context-group>
3965 <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">8</context></context-group> 3887
3966 </trans-unit> 3888 <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">10</context></context-group></trans-unit>
3967 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3889 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3968 <source>Video</source> 3890 <source>Video</source>
3969 <target>Video</target> 3891 <target>Video</target>
3970 <context-group name="null"> 3892 <context-group name="null">
3971 <context context-type="linenumber">9</context> 3893 <context context-type="linenumber">9</context>
3972 </context-group> 3894 </context-group>
3973 <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">10</context></context-group> 3895
3974 <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">14</context></context-group> 3896
3975 <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> 3897
3898 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3899 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3900 <context-group purpose="location">
3901 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3902 <context context-type="linenumber">46</context>
3903 </context-group>
3976 </trans-unit> 3904 </trans-unit>
3977 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3905 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3978 <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> 3906 <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>
@@ -3980,10 +3908,10 @@ Hilf mit PeerTube zu übersetzen!</target>
3980 <context-group name="null"> 3908 <context-group name="null">
3981 <context context-type="linenumber">11</context> 3909 <context context-type="linenumber">11</context>
3982 </context-group> 3910 </context-group>
3983 <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> 3911
3984 <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> 3912
3985 <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> 3913
3986 </trans-unit> 3914 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3987 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3915 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3988 <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> 3916 <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>
3989 <target state="translated">Bewertung <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> 3917 <target state="translated">Bewertung <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>
@@ -3998,25 +3926,30 @@ Hilf mit PeerTube zu übersetzen!</target>
3998 <context-group name="null"> 3926 <context-group name="null">
3999 <context context-type="linenumber">27</context> 3927 <context context-type="linenumber">27</context>
4000 </context-group> 3928 </context-group>
4001 <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">25</context></context-group> 3929
4002 <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">27</context></context-group> 3930
4003 </trans-unit> 3931 <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">27</context></context-group></trans-unit>
4004 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3932 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
4005 <source>Reason:</source> 3933 <source>Reason:</source>
4006 <target>Grund:</target> 3934 <target>Grund:</target>
4007 <context-group name="null"> 3935 <context-group name="null">
4008 <context context-type="linenumber">53</context> 3936 <context context-type="linenumber">53</context>
4009 </context-group> 3937 </context-group>
4010 <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">53</context></context-group> 3938
4011 </trans-unit> 3939 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
4012 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 3940 <source>Note:</source><target state="new">Note:</target>
4013 <source>Moderation comment:</source> 3941 <context-group purpose="location">
4014 <target>Moderationskommentar:</target> 3942 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4015 <context-group name="null"> 3943 <context context-type="linenumber">72</context>
4016 <context context-type="linenumber">57</context> 3944 </context-group>
3945 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3946 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3947 <context-group purpose="location">
3948 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3949 <context context-type="linenumber">5</context>
4017 </context-group> 3950 </context-group>
4018 <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">57</context></context-group>
4019 </trans-unit> 3951 </trans-unit>
3952
4020 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3953 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
4021 <source>Unblacklist</source> 3954 <source>Unblacklist</source>
4022 <target>Entsperren</target> 3955 <target>Entsperren</target>
@@ -4025,6 +3958,12 @@ Hilf mit PeerTube zu übersetzen!</target>
4025 </context-group> 3958 </context-group>
4026 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 3959 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
4027 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 3960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3961 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3962 <source>Mute domain</source><target state="new">Mute domain</target>
3963 <context-group purpose="location">
3964 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3965 <context context-type="linenumber">11</context>
3966 </context-group>
4028 </trans-unit> 3967 </trans-unit>
4029 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3968 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
4030 <source>Instance</source> 3969 <source>Instance</source>
@@ -4032,31 +3971,53 @@ Hilf mit PeerTube zu übersetzen!</target>
4032 <context-group name="null"> 3971 <context-group name="null">
4033 <context context-type="linenumber">5</context> 3972 <context context-type="linenumber">5</context>
4034 </context-group> 3973 </context-group>
4035 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 3974
4036 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 3975
4037 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3976
4038 </trans-unit> 3977 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
4039 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3978 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4040 <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> 3979 <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>
4041 <target>Stummgeschaltet am <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> 3980 <target>Stummgeschaltet am <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>
4042 <context-group name="null"> 3981 <context-group name="null">
4043 <context context-type="linenumber">13</context> 3982 <context context-type="linenumber">13</context>
4044 </context-group> 3983 </context-group>
4045 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3984
4046 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3985
4047 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3986
4048 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3987
4049 </trans-unit> 3988 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
4050 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 3989 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
4051 <source>Unmute</source> 3990 <source>Unmute</source>
4052 <target>Stummschalten aufheben</target> 3991 <target>Stummschalten aufheben</target>
4053 <context-group name="null"> 3992 <context-group name="null">
4054 <context context-type="linenumber">23</context> 3993 <context context-type="linenumber">23</context>
4055 </context-group> 3994 </context-group>
4056 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group> 3995
4057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 3996
4058 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group> 3997
4059 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group> 3998
3999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
4000 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
4001 <context-group purpose="location">
4002 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4003 <context context-type="linenumber">5</context>
4004 </context-group>
4005 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
4006 <source>
4007 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4008 </source><target state="new">
4009 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4010 </target>
4011 <context-group purpose="location">
4012 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4013 <context context-type="linenumber">37</context>
4014 </context-group>
4015 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4016 <source>Mute domains</source><target state="new">Mute domains</target>
4017 <context-group purpose="location">
4018 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4019 <context context-type="linenumber">35</context>
4020 </context-group>
4060 </trans-unit> 4021 </trans-unit>
4061 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4022 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
4062 <source>Account</source> 4023 <source>Account</source>
@@ -4064,8 +4025,14 @@ Hilf mit PeerTube zu übersetzen!</target>
4064 <context-group name="null"> 4025 <context-group name="null">
4065 <context context-type="linenumber">12</context> 4026 <context context-type="linenumber">12</context>
4066 </context-group> 4027 </context-group>
4067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 4028
4068 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 4029
4030 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4031 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
4032 <context-group purpose="location">
4033 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4034 <context context-type="linenumber">5</context>
4035 </context-group>
4069 </trans-unit> 4036 </trans-unit>
4070 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5"> 4037 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5">
4071 <source>Plugins/Themes</source> 4038 <source>Plugins/Themes</source>
@@ -4236,38 +4203,25 @@ Hilf mit PeerTube zu übersetzen!</target>
4236 </context-group> 4203 </context-group>
4237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group> 4204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group>
4238 </trans-unit> 4205 </trans-unit>
4239 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 4206
4240 <source>Jobs list</source>
4241 <target>Jobliste</target>
4242 <context-group name="null">
4243 <context context-type="linenumber">2</context>
4244 </context-group>
4245 <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>
4246 </trans-unit>
4247 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 4207 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4248 <source>Job type</source> 4208 <source>Job type</source>
4249 <target state="translated">Art des Jobs</target> 4209 <target state="translated">Art des Jobs</target>
4250 <context-group purpose="location"> 4210
4251 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
4252 <context context-type="linenumber">5</context>
4253 </context-group>
4254 </trans-unit>
4255 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 4212 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4256 <source>Job state</source> 4213 <source>Job state</source>
4257 <target state="translated">Job-Status</target> 4214 <target state="translated">Job-Status</target>
4258 <context-group purpose="location"> 4215
4259 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4216 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4260 <context context-type="linenumber">14</context>
4261 </context-group>
4262 </trans-unit>
4263 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4217 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
4264 <source>Type</source> 4218 <source>Type</source>
4265 <target>Typ</target> 4219 <target>Typ</target>
4266 <context-group name="null"> 4220 <context-group name="null">
4267 <context context-type="linenumber">19</context> 4221 <context context-type="linenumber">19</context>
4268 </context-group> 4222 </context-group>
4269 <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> 4223
4270 </trans-unit> 4224 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4271 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 4225 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
4272 <source>Refresh</source> 4226 <source>Refresh</source>
4273 <target>Auffrischen</target> 4227 <target>Auffrischen</target>
@@ -4329,43 +4283,25 @@ Hilf mit PeerTube zu übersetzen!</target>
4329 4283
4330 4284
4331 4285
4332 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4286 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4333 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4287 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4334 <context-group purpose="location"> 4288
4335 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4289 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4336 <context context-type="linenumber">46</context>
4337 </context-group>
4338 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4339 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 4290 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
4340 <context-group purpose="location"> 4291
4341 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4292 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4342 <context context-type="linenumber">43</context>
4343 </context-group>
4344 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4345 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 4293 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
4346 <context-group purpose="location"> 4294
4347 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4295 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4348 <context context-type="linenumber">57</context>
4349 </context-group>
4350 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4351 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 4296 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
4352 <context-group purpose="location"> 4297
4353 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4298 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4354 <context context-type="linenumber">54</context>
4355 </context-group>
4356 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4357 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 4299 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
4358 <context-group purpose="location"> 4300
4359 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4301 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4360 <context context-type="linenumber">68</context>
4361 </context-group>
4362 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4363 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 4302 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
4364 <context-group purpose="location"> 4303
4365 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4304 <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">66</context></context-group></trans-unit>
4366 <context context-type="linenumber">65</context>
4367 </context-group>
4368 </trans-unit>
4369 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 4305 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
4370 <source>Main languages you/your moderators speak</source> 4306 <source>Main languages you/your moderators speak</source>
4371 <target state="translated">Hauptsprachen die du/deine Moderatoren sprechen</target> 4307 <target state="translated">Hauptsprachen die du/deine Moderatoren sprechen</target>
@@ -4422,7 +4358,7 @@ Hilf mit PeerTube zu übersetzen!</target>
4422 </context-group> 4358 </context-group>
4423 4359
4424 4360
4425 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 4361 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4426 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4362 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4427 <source>Blur thumbnails</source> 4363 <source>Blur thumbnails</source>
4428 <target>Miniaturansichten verschwommen anzeigen</target> 4364 <target>Miniaturansichten verschwommen anzeigen</target>
@@ -4431,7 +4367,7 @@ Hilf mit PeerTube zu übersetzen!</target>
4431 </context-group> 4367 </context-group>
4432 4368
4433 4369
4434 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 4370 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4435 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4371 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4436 <source>Display</source> 4372 <source>Display</source>
4437 <target>Zeigen</target> 4373 <target>Zeigen</target>
@@ -4441,15 +4377,12 @@ Hilf mit PeerTube zu übersetzen!</target>
4441 4377
4442 4378
4443 4379
4444 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit> 4380 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit>
4445 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4381 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4446 <source>Strategy</source> 4382 <source>Strategy</source>
4447 <target state="new">Strategy</target> 4383 <target state="new">Strategy</target>
4448 <context-group purpose="location"> 4384
4449 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4450 <context context-type="linenumber">22</context>
4451 </context-group>
4452 </trans-unit>
4453 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4386 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4454 <source>Terms</source> 4387 <source>Terms</source>
4455 <target>Bestimmungen</target> 4388 <target>Bestimmungen</target>
@@ -4459,86 +4392,86 @@ Hilf mit PeerTube zu übersetzen!</target>
4459 4392
4460 4393
4461 4394
4462 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 4395 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4463 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 4396 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4464 <source>Code of conduct</source> 4397 <source>Code of conduct</source>
4465 <target state="translated">Verhaltensregeln</target> 4398 <target state="translated">Verhaltensregeln</target>
4466 4399
4467 4400
4468 4401
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">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 4402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4470 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 4403 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4471 <source>Moderation information</source> 4404 <source>Moderation information</source>
4472 <target state="translated">Moderationsinformationen</target> 4405 <target state="translated">Moderationsinformationen</target>
4473 4406
4474 4407
4475 4408
4476 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></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">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
4477 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 4410 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4478 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4411 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4479 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 4412 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4480 4413
4481 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit> 4414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit>
4482 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4415 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4483 <source>YOU AND YOUR INSTANCE</source> 4416 <source>YOU AND YOUR INSTANCE</source>
4484 <target state="new">YOU AND YOUR INSTANCE</target> 4417 <target state="new">YOU AND YOUR INSTANCE</target>
4485 4418
4486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit> 4419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit>
4487 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4420 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4488 <source>Who is behind the instance?</source> 4421 <source>Who is behind the instance?</source>
4489 <target state="translated">Wer steht hinter der Instanz?</target> 4422 <target state="translated">Wer steht hinter der Instanz?</target>
4490 4423
4491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit> 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">160</context></context-group></trans-unit>
4492 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4425 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4493 <source>A single person? A non-profit? A company?</source> 4426 <source>A single person? A non-profit? A company?</source>
4494 <target state="new">A single person? A non-profit? A company?</target> 4427 <target state="new">A single person? A non-profit? A company?</target>
4495 4428
4496 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit> 4429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
4497 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 4430 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4498 <source>Why did you create this instance?</source> 4431 <source>Why did you create this instance?</source>
4499 <target state="translated">Warum hast du diese Instanz erstellt?</target> 4432 <target state="translated">Warum hast du diese Instanz erstellt?</target>
4500 4433
4501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit> 4434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit>
4502 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4435 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4503 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4436 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4504 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 4437 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4505 4438
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">172</context></context-group></trans-unit> 4439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit>
4507 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 4440 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4508 <source>How long do you plan to maintain this instance?</source> 4441 <source>How long do you plan to maintain this instance?</source>
4509 <target state="translated">Wie lange planst du diese Instanz zu betreiben?</target> 4442 <target state="translated">Wie lange planst du diese Instanz zu betreiben?</target>
4510 4443
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">182</context></context-group></trans-unit> 4444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit>
4512 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4445 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4513 <source>It's important to know for users who want to register on your instance</source> 4446 <source>It's important to know for users who want to register on your instance</source>
4514 <target state="new">It's important to know for users who want to register on your instance</target> 4447 <target state="new">It's important to know for users who want to register on your instance</target>
4515 4448
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">183</context></context-group></trans-unit> 4449 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit>
4517 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4450 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4518 <source>How will you finance the PeerTube server?</source> 4451 <source>How will you finance the PeerTube server?</source>
4519 <target state="translated">Wie wirst du diesen PeerTube-Server finanzieren?</target> 4452 <target state="translated">Wie wirst du diesen PeerTube-Server finanzieren?</target>
4520 4453
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">193</context></context-group></trans-unit> 4454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit>
4522 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4455 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4523 <source>With your own funds? With user donations? Advertising?</source> 4456 <source>With your own funds? With user donations? Advertising?</source>
4524 <target state="new">With your own funds? With user donations? Advertising?</target> 4457 <target state="new">With your own funds? With user donations? Advertising?</target>
4525 4458
4526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit> 4459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit>
4527 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4460 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4528 <source>OTHER INFORMATION</source> 4461 <source>OTHER INFORMATION</source>
4529 <target state="new">OTHER INFORMATION</target> 4462 <target state="new">OTHER INFORMATION</target>
4530 4463
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">208</context></context-group></trans-unit> 4464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit>
4532 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4465 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4533 <source>What server/hardware does the instance run on?</source> 4466 <source>What server/hardware does the instance run on?</source>
4534 <target state="translated">Auf welchem Server/welcher Hardware läuft diese Instanz?</target> 4467 <target state="translated">Auf welchem Server/welcher Hardware läuft diese Instanz?</target>
4535 4468
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">214</context></context-group></trans-unit> 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">215</context></context-group></trans-unit>
4537 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 4470 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4538 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source> 4471 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source>
4539 <target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4472 <target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4540 4473
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">215</context></context-group></trans-unit> 4474 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit>
4542 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 4475 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4543 <source>Instance information</source> 4476 <source>Instance information</source>
4544 <target state="translated">Instanzinformationen</target> 4477 <target state="translated">Instanzinformationen</target>
@@ -4548,14 +4481,14 @@ Hilf mit PeerTube zu übersetzen!</target>
4548 <source>APPEARANCE</source> 4481 <source>APPEARANCE</source>
4549 <target state="new">APPEARANCE</target> 4482 <target state="new">APPEARANCE</target>
4550 4483
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">239</context></context-group></trans-unit> 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">240</context></context-group></trans-unit>
4552 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4485 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4553 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 4486 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4554 <target state="new"> 4487 <target state="new">
4555 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4488 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4556 </target> 4489 </target>
4557 4490
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">240</context></context-group></trans-unit> 4491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit>
4559 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb"> 4492 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb">
4560 <source>default</source> 4493 <source>default</source>
4561 <target>Standard</target> 4494 <target>Standard</target>
@@ -4563,32 +4496,32 @@ Hilf mit PeerTube zu übersetzen!</target>
4563 <context context-type="linenumber">206</context> 4496 <context context-type="linenumber">206</context>
4564 </context-group> 4497 </context-group>
4565 4498
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">253</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">254</context></context-group></trans-unit>
4567 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4500 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4568 <source>Landing page</source> 4501 <source>Landing page</source>
4569 <target state="new">Landing page</target> 4502 <target state="new">Landing page</target>
4570 4503
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">262</context></context-group></trans-unit> 4504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit>
4572 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4505 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4573 <source>Discover videos</source> 4506 <source>Discover videos</source>
4574 <target state="translated">Entdecke Videos</target> 4507 <target state="translated">Entdecke Videos</target>
4575 4508
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">265</context></context-group></trans-unit> 4509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit>
4577 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4510 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4578 <source>Trending videos</source> 4511 <source>Trending videos</source>
4579 <target state="translated">Beliebte Videos</target> 4512 <target state="translated">Beliebte Videos</target>
4580 4513
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">266</context></context-group></trans-unit> 4514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit>
4582 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4515 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4583 <source>Most liked videos</source> 4516 <source>Most liked videos</source>
4584 <target state="translated">Beliebteste Videos</target> 4517 <target state="translated">Beliebteste Videos</target>
4585 4518
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">267</context></context-group></trans-unit> 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">268</context></context-group></trans-unit>
4587 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4520 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4588 <source>Recently added videos</source> 4521 <source>Recently added videos</source>
4589 <target state="translated">Kürzlich hinzugefügte Videos</target> 4522 <target state="translated">Kürzlich hinzugefügte Videos</target>
4590 4523
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">268</context></context-group></trans-unit> 4524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit>
4592 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4525 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4593 <source>Local videos</source> 4526 <source>Local videos</source>
4594 <target>Lokale Videos</target> 4527 <target>Lokale Videos</target>
@@ -4596,19 +4529,19 @@ Hilf mit PeerTube zu übersetzen!</target>
4596 <context context-type="linenumber">223</context> 4529 <context context-type="linenumber">223</context>
4597 </context-group> 4530 </context-group>
4598 4531
4599 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</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">270</context></context-group></trans-unit>
4600 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4533 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4601 <source>NEW USERS</source> 4534 <source>NEW USERS</source>
4602 <target state="new">NEW USERS</target> 4535 <target state="new">NEW USERS</target>
4603 4536
4604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">280</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">281</context></context-group></trans-unit>
4605 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4538 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4606 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source> 4539 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4607 <target state="new"> 4540 <target state="new">
4608 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4541 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4609 </target> 4542 </target>
4610 4543
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">281</context></context-group></trans-unit> 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">282</context></context-group></trans-unit>
4612 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4545 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4613 <source>Signup enabled</source> 4546 <source>Signup enabled</source>
4614 <target>Registrierung aktiviert</target> 4547 <target>Registrierung aktiviert</target>
@@ -4616,7 +4549,7 @@ Hilf mit PeerTube zu übersetzen!</target>
4616 <context context-type="linenumber">235</context> 4549 <context context-type="linenumber">235</context>
4617 </context-group> 4550 </context-group>
4618 4551
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">292</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">293</context></context-group></trans-unit>
4620 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4553 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4621 <source>Signup requires email verification</source> 4554 <source>Signup requires email verification</source>
4622 <target>Registrierung erfordert eine Bestätigung der E-Mail-Adresse</target> 4555 <target>Registrierung erfordert eine Bestätigung der E-Mail-Adresse</target>
@@ -4624,7 +4557,7 @@ Hilf mit PeerTube zu übersetzen!</target>
4624 <context context-type="linenumber">242</context> 4557 <context context-type="linenumber">242</context>
4625 </context-group> 4558 </context-group>
4626 4559
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">300</context></context-group></trans-unit> 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">301</context></context-group></trans-unit>
4628 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4561 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4629 <source>Signup limit</source> 4562 <source>Signup limit</source>
4630 <target>Obergrenze für Registrierungen</target> 4563 <target>Obergrenze für Registrierungen</target>
@@ -4632,7 +4565,7 @@ Hilf mit PeerTube zu übersetzen!</target>
4632 <context context-type="linenumber">247</context> 4565 <context context-type="linenumber">247</context>
4633 </context-group> 4566 </context-group>
4634 4567
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">304</context></context-group></trans-unit> 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">305</context></context-group></trans-unit>
4636 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4569 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4637 <source>Users</source> 4570 <source>Users</source>
4638 <target>Benutzer</target> 4571 <target>Benutzer</target>
@@ -4723,86 +4656,98 @@ Hilf mit PeerTube zu übersetzen!</target>
4723 <source>Default video quota per user</source> 4656 <source>Default video quota per user</source>
4724 <target state="translated">Standardvideokontingent pro Nutzer</target> 4657 <target state="translated">Standardvideokontingent pro Nutzer</target>
4725 4658
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">319</context></context-group></trans-unit> 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">320</context></context-group></trans-unit>
4727 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4660 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4728 <source>Default daily upload limit per user</source> 4661 <source>Default daily upload limit per user</source>
4729 <target state="translated">Standardtageskontigent für das Hochladen pro Nutzer</target> 4662 <target state="translated">Standardtageskontigent für das Hochladen pro Nutzer</target>
4730 4663
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">331</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">332</context></context-group></trans-unit>
4732 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4665 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4733 <source>NEW VIDEOS</source> 4666 <source>NEW VIDEOS</source>
4734 <target state="new">NEW VIDEOS</target> 4667 <target state="new">NEW VIDEOS</target>
4735 4668
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">348</context></context-group></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">349</context></context-group></trans-unit>
4737 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4670 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4738 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4671 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4739 <target state="translated">Erlaube den Import von HTTP URLs (z. B. YouTube)</target> 4672 <target state="translated">Erlaube den Import von HTTP URLs (z. B. YouTube)</target>
4740 4673
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">359</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">360</context></context-group></trans-unit>
4742 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4675 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4743 <source>Allow import with a torrent file or a magnet URI</source> 4676 <source>Allow import with a torrent file or a magnet URI</source>
4744 <target state="translated">Erlaube den Import per Torrent-Datei oder magnet URI</target> 4677 <target state="translated">Erlaube den Import per Torrent-Datei oder magnet URI</target>
4745 4678
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">366</context></context-group></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">367</context></context-group></trans-unit>
4747 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4680 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4748 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4681 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4749 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4682 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4750 4683
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">383</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">384</context></context-group></trans-unit>
4752 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4685 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4753 <source>Blacklist new videos automatically</source> 4686 <source>Blacklist new videos automatically</source>
4754 <target state="translated">Neue Videos automatisch zur Sperrliste hinzufügen</target> 4687 <target state="translated">Neue Videos automatisch zur Sperrliste hinzufügen</target>
4755 4688
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">380</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">381</context></context-group></trans-unit>
4757 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4690 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4758 <source>FEDERATION</source> 4691 <source>FEDERATION</source>
4759 <target state="new">FEDERATION</target> 4692 <target state="new">FEDERATION</target>
4760 4693
4761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">397</context></context-group></trans-unit> 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">398</context></context-group></trans-unit>
4762 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4695 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4763 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source> 4696 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4764 <target state="new"> 4697 <target state="new">
4765 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4698 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4766 </target> 4699 </target>
4767 4700
4768 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit> 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">399</context></context-group></trans-unit>
4769 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4702 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4770 <source>Other instances can follow yours</source> 4703 <source>Other instances can follow yours</source>
4771 <target state="new">Other instances can follow yours</target> 4704 <target state="new">Other instances can follow yours</target>
4772 4705
4773 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">411</context></context-group></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">412</context></context-group></trans-unit>
4774 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4707 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4775 <source>Manually approve new instance followers</source> 4708 <source>Manually approve new instance followers</source>
4776 <target state="translated">Neue Instanz-Abonnements manuell freischalten</target> 4709 <target state="translated">Neue Instanz-Abonnements manuell freischalten</target>
4777 4710
4778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">418</context></context-group></trans-unit> 4711 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit>
4779 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4712 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4780 <source>Automatically follow back instances</source> 4713 <source>Automatically follow back instances</source>
4781 <target state="new">Automatically follow back instances</target> 4714 <target state="new">Automatically follow back instances</target>
4782 4715
4783 <context-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></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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4717 <source>
4718 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4719 </source><target state="new">
4720 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4721 </target>
4722 <context-group purpose="location">
4723 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4724 <context context-type="linenumber">450</context>
4725 </context-group>
4726 </trans-unit>
4784 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4727 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4785 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4728 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4786 <target state="translated">⚠️ Diese Funktion erfordert hohe Aufmerksamkeit und zusätzliche Moderation.</target> 4729 <target state="translated">⚠️ Diese Funktion erfordert hohe Aufmerksamkeit und zusätzliche Moderation.</target>
4787 4730
4788 4731
4789 4732
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">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</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">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4791 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4734 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4792 <source>Index URL</source> 4735 <source>Index URL</source>
4793 <target state="translated">Index-URL</target> 4736 <target state="translated">Index-URL</target>
4794 4737
4795 <context-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> 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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4796 <trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4739 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4797 <source>Automatically follow instances of the public index</source> 4740 <context-group purpose="location">
4798 <target state="translated">Öffentlich gelistete Instanzen automatisch abonnieren</target> 4741 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4799 4742 <context context-type="linenumber">445</context>
4800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group></trans-unit> 4743 </context-group>
4744 </trans-unit>
4745
4801 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4746 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4802 <source>ADMINISTRATORS</source> 4747 <source>ADMINISTRATORS</source>
4803 <target state="new">ADMINISTRATORS</target> 4748 <target state="new">ADMINISTRATORS</target>
4804 4749
4805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">472</context></context-group></trans-unit> 4750 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group></trans-unit>
4806 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4751 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4807 <source>Administrator</source> 4752 <source>Administrator</source>
4808 <target>Administrator</target> 4753 <target>Administrator</target>
@@ -4818,7 +4763,7 @@ Hilf mit PeerTube zu übersetzen!</target>
4818 <context context-type="linenumber">387</context> 4763 <context context-type="linenumber">387</context>
4819 </context-group> 4764 </context-group>
4820 4765
4821 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group></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">483</context></context-group></trans-unit>
4822 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4767 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4823 <source>Enable contact form</source> 4768 <source>Enable contact form</source>
4824 <target>Aktiviere Kontaktformular</target> 4769 <target>Aktiviere Kontaktformular</target>
@@ -4826,7 +4771,7 @@ Hilf mit PeerTube zu übersetzen!</target>
4826 <context context-type="linenumber">398</context> 4771 <context context-type="linenumber">398</context>
4827 </context-group> 4772 </context-group>
4828 4773
4829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</context></context-group></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">494</context></context-group></trans-unit>
4830 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4775 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4831 <source>Basic configuration</source> 4776 <source>Basic configuration</source>
4832 <target>Grundlegende Einstellungen</target> 4777 <target>Grundlegende Einstellungen</target>
@@ -4834,19 +4779,19 @@ Hilf mit PeerTube zu übersetzen!</target>
4834 <context context-type="linenumber">195</context> 4779 <context context-type="linenumber">195</context>
4835 </context-group> 4780 </context-group>
4836 4781
4837 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit> 4782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit>
4838 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4783 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4839 <source>TWITTER</source> 4784 <source>TWITTER</source>
4840 <target state="new">TWITTER</target> 4785 <target state="new">TWITTER</target>
4841 4786
4842 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">506</context></context-group></trans-unit> 4787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit>
4843 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4788 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4844 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 4789 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4845 <target state="new"> 4790 <target state="new">
4846 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4791 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4847 </target> 4792 </target>
4848 4793
4849 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">507</context></context-group></trans-unit> 4794 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit>
4850 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4795 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4851 <source>Your Twitter username</source> 4796 <source>Your Twitter username</source>
4852 <target>Dein Twitter-Benutzername</target> 4797 <target>Dein Twitter-Benutzername</target>
@@ -4854,7 +4799,7 @@ Hilf mit PeerTube zu übersetzen!</target>
4854 <context context-type="linenumber">413</context> 4799 <context context-type="linenumber">413</context>
4855 </context-group> 4800 </context-group>
4856 4801
4857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</context></context-group></trans-unit> 4802 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit>
4858 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4803 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4859 <source>Instance whitelisted by Twitter</source> 4804 <source>Instance whitelisted by Twitter</source>
4860 <target>Instanz von Twitter vertraut</target> 4805 <target>Instanz von Twitter vertraut</target>
@@ -4862,7 +4807,7 @@ Hilf mit PeerTube zu übersetzen!</target>
4862 <context context-type="linenumber">431</context> 4807 <context context-type="linenumber">431</context>
4863 </context-group> 4808 </context-group>
4864 4809
4865 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit> 4810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit>
4866 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4811 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4867 <source> 4812 <source>
4868 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/>"/> 4813 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/>"/>
@@ -4879,7 +4824,7 @@ Hilf mit PeerTube zu übersetzen!</target>
4879 to see if you instance is whitelisted. 4824 to see if you instance is whitelisted.
4880 </target> 4825 </target>
4881 4826
4882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</context></context-group></trans-unit> 4827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit>
4883 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4828 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4884 <source>Services</source> 4829 <source>Services</source>
4885 <target>Dienste</target> 4830 <target>Dienste</target>
@@ -4887,12 +4832,12 @@ Hilf mit PeerTube zu übersetzen!</target>
4887 <context context-type="linenumber">405</context> 4832 <context context-type="linenumber">405</context>
4888 </context-group> 4833 </context-group>
4889 4834
4890 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">500</context></context-group></trans-unit> 4835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit>
4891 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4836 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4892 <source>TRANSCODING</source> 4837 <source>TRANSCODING</source>
4893 <target state="new">TRANSCODING</target> 4838 <target state="new">TRANSCODING</target>
4894 4839
4895 <context-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> 4840 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit>
4896 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4841 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4897 <source> 4842 <source>
4898 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4843 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
@@ -4903,7 +4848,7 @@ Hilf mit PeerTube zu übersetzen!</target>
4903 resources, this is a critical part of PeerTube, so tread carefully. 4848 resources, this is a critical part of PeerTube, so tread carefully.
4904 </target> 4849 </target>
4905 4850
4906 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group></trans-unit> 4851 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit>
4907 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4852 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4908 <source>Transcoding enabled</source> 4853 <source>Transcoding enabled</source>
4909 <target>Transkodierung an</target> 4854 <target>Transkodierung an</target>
@@ -4911,7 +4856,7 @@ Hilf mit PeerTube zu übersetzen!</target>
4911 <context context-type="linenumber">461</context> 4856 <context context-type="linenumber">461</context>
4912 </context-group> 4857 </context-group>
4913 4858
4914 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></trans-unit> 4859 <context-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>
4915 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4860 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4916 <source>If you disable transcoding, many videos from your users will not work!</source> 4861 <source>If you disable transcoding, many videos from your users will not work!</source>
4917 <target>Wenn du die Transkodierung abschaltest, werden viele Videos nicht laufen!</target> 4862 <target>Wenn du die Transkodierung abschaltest, werden viele Videos nicht laufen!</target>
@@ -4919,13 +4864,10 @@ Hilf mit PeerTube zu übersetzen!</target>
4919 <context context-type="linenumber">465</context> 4864 <context context-type="linenumber">465</context>
4920 </context-group> 4865 </context-group>
4921 4866
4922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4867 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4923 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4868 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4924 <context-group purpose="location"> 4869
4925 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4870 <context-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>
4926 <context context-type="linenumber">589</context>
4927 </context-group>
4928 </trans-unit>
4929 4871
4930 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4872 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4931 <source>Allow additional extensions</source> 4873 <source>Allow additional extensions</source>
@@ -4934,13 +4876,10 @@ Hilf mit PeerTube zu übersetzen!</target>
4934 <context context-type="linenumber">475</context> 4876 <context context-type="linenumber">475</context>
4935 </context-group> 4877 </context-group>
4936 4878
4937 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4879 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4938 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4880 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4939 <context-group purpose="location"> 4881
4940 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4882 <context-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>
4941 <context context-type="linenumber">600</context>
4942 </context-group>
4943 </trans-unit>
4944 4883
4945 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 4884 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
4946 <source>Allow audio files upload</source> 4885 <source>Allow audio files upload</source>
@@ -4949,7 +4888,7 @@ Hilf mit PeerTube zu übersetzen!</target>
4949 <context context-type="linenumber">486</context> 4888 <context context-type="linenumber">486</context>
4950 </context-group> 4889 </context-group>
4951 4890
4952 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4891 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4953 <source> 4892 <source>
4954 <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>"/> 4893 <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>"/>
4955 4894
@@ -4967,17 +4906,14 @@ Hilf mit PeerTube zu übersetzen!</target>
4967 4906
4968 <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>"/> 4907 <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>"/>
4969 </target> 4908 </target>
4970 <context-group purpose="location"> 4909
4971 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4910 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit>
4972 <context context-type="linenumber">612</context>
4973 </context-group>
4974 </trans-unit>
4975 4911
4976 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4912 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4977 <source>WebTorrent support enabled</source> 4913 <source>WebTorrent support enabled</source>
4978 <target state="translated">WebTorrent Unterstützung aktiviert</target> 4914 <target state="translated">WebTorrent Unterstützung aktiviert</target>
4979 4915
4980 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4981 <source> 4917 <source>
4982 <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>"/> 4918 <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>"/>
4983 4919
@@ -5001,17 +4937,14 @@ Hilf mit PeerTube zu übersetzen!</target>
5001 4937
5002 <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>"/> 4938 <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>"/>
5003 </target> 4939 </target>
5004 <context-group purpose="location"> 4940
5005 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit>
5006 <context context-type="linenumber">633</context>
5007 </context-group>
5008 </trans-unit>
5009 4942
5010 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4943 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
5011 <source>HLS support enabled</source> 4944 <source>HLS support enabled</source>
5012 <target state="translated">HLS Unterstützung einschalten</target> 4945 <target state="translated">HLS Unterstützung einschalten</target>
5013 4946
5014 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group></trans-unit> 4947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
5015 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4948 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
5016 <source>Transcoding threads</source> 4949 <source>Transcoding threads</source>
5017 <target>Transcodierungsthreads</target> 4950 <target>Transcodierungsthreads</target>
@@ -5019,46 +4952,46 @@ Hilf mit PeerTube zu übersetzen!</target>
5019 <context context-type="linenumber">517</context> 4952 <context context-type="linenumber">517</context>
5020 </context-group> 4953 </context-group>
5021 4954
5022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit> 4955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit>
5023 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4956 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
5024 <source>Resolutions to generate</source> 4957 <source>Resolutions to generate</source>
5025 <target state="new">Resolutions to generate</target> 4958 <target state="new">Resolutions to generate</target>
5026 4959
5027 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group></trans-unit> 4960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
5028 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4961 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5029 <source>CACHE</source> 4962 <source>CACHE</source>
5030 <target state="new">CACHE</target> 4963 <target state="new">CACHE</target>
5031 4964
5032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group></trans-unit> 4965 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit>
5033 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4966 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5034 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 4967 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
5035 <target state="new"> 4968 <target state="new">
5036 Some files are not federated, and fetched when necessary. Define their caching policies. 4969 Some files are not federated, and fetched when necessary. Define their caching policies.
5037 </target> 4970 </target>
5038 4971
5039 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit> 4972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit>
5040 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4973 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5041 <source>Number of previews to keep in cache</source> 4974 <source>Number of previews to keep in cache</source>
5042 <target state="new">Number of previews to keep in cache</target> 4975 <target state="new">Number of previews to keep in cache</target>
5043 4976
5044 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group></trans-unit> 4977 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit>
5045 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4978 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5046 <source>Number of video captions to keep in cache</source> 4979 <source>Number of video captions to keep in cache</source>
5047 <target state="new">Number of video captions to keep in cache</target> 4980 <target state="new">Number of video captions to keep in cache</target>
5048 4981
5049 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group></trans-unit> 4982 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit>
5050 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4983 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5051 <source>CUSTOMIZATIONS</source> 4984 <source>CUSTOMIZATIONS</source>
5052 <target state="new">CUSTOMIZATIONS</target> 4985 <target state="new">CUSTOMIZATIONS</target>
5053 4986
5054 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group></trans-unit> 4987 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit>
5055 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4988 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5056 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 4989 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
5057 <target state="new"> 4990 <target state="new">
5058 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4991 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5059 </target> 4992 </target>
5060 4993
5061 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit> 4994 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
5062 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4995 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5063 <source>JavaScript</source> 4996 <source>JavaScript</source>
5064 <target>JavaScript</target> 4997 <target>JavaScript</target>
@@ -5066,14 +4999,14 @@ Hilf mit PeerTube zu übersetzen!</target>
5066 <context context-type="linenumber">575</context> 4999 <context context-type="linenumber">575</context>
5067 </context-group> 5000 </context-group>
5068 5001
5069 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit> 5002 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit>
5070 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5003 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5071 <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> 5004 <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>
5072 <target state="new"> 5005 <target state="new">
5073 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>"/> 5006 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>"/>
5074 </target> 5007 </target>
5075 5008
5076 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group></trans-unit> 5009 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit>
5077 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5010 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5078 <source> 5011 <source>
5079 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/>"/> 5012 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/>"/>
@@ -5100,7 +5033,7 @@ Hilf mit PeerTube zu übersetzen!</target>
5100 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5033 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5101 </target> 5034 </target>
5102 5035
5103 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group></trans-unit> 5036 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
5104 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5037 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
5105 <source>Advanced configuration</source> 5038 <source>Advanced configuration</source>
5106 <target>Erweiterte Einstellungen</target> 5039 <target>Erweiterte Einstellungen</target>
@@ -5108,7 +5041,7 @@ Hilf mit PeerTube zu übersetzen!</target>
5108 <context context-type="linenumber">452</context> 5041 <context context-type="linenumber">452</context>
5109 </context-group> 5042 </context-group>
5110 5043
5111 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group></trans-unit> 5044 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit>
5112 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5045 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5113 <source>Update configuration</source> 5046 <source>Update configuration</source>
5114 <target>Einstellungen aktualisieren</target> 5047 <target>Einstellungen aktualisieren</target>
@@ -5116,12 +5049,12 @@ Hilf mit PeerTube zu übersetzen!</target>
5116 <context context-type="linenumber">628</context> 5049 <context context-type="linenumber">628</context>
5117 </context-group> 5050 </context-group>
5118 5051
5119 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group></trans-unit> 5052 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
5120 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5053 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5121 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5054 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5122 <target state="translated">Es scheint, als wäre die Konfiguration ungültig. Bitte suche in den Tabs nach möglichen Fehlern.</target> 5055 <target state="translated">Es scheint, als wäre die Konfiguration ungültig. Bitte suche in den Tabs nach möglichen Fehlern.</target>
5123 5056
5124 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit> 5057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit>
5125 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5058 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5126 <source>PROFILE</source> 5059 <source>PROFILE</source>
5127 <target state="new">PROFILE</target> 5060 <target state="new">PROFILE</target>
@@ -5292,23 +5225,27 @@ Hilf mit PeerTube zu übersetzen!</target>
5292 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5225 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5293 <context context-type="linenumber">6</context> 5226 <context context-type="linenumber">6</context>
5294 </context-group> 5227 </context-group>
5295 </trans-unit> 5228 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5296 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 5229 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
5297 <source>Only display videos in the following languages/subtitles</source>
5298 <target state="translated">Zeige nur Videos in den folgenden Sprachen / Untertiteln</target>
5299 <context-group purpose="location"> 5230 <context-group purpose="location">
5300 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5231 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5301 <context context-type="linenumber">22</context> 5232 <context context-type="linenumber">14</context>
5233 </context-group>
5234 <context-group purpose="location">
5235 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5236 <context context-type="linenumber">111</context>
5302 </context-group> 5237 </context-group>
5303 </trans-unit> 5238 </trans-unit>
5239 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
5240 <source>Only display videos in the following languages/subtitles</source>
5241 <target state="translated">Zeige nur Videos in den folgenden Sprachen / Untertiteln</target>
5242
5243 <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">23</context></context-group></trans-unit>
5304 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 5244 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5305 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 5245 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
5306 <target state="translated">In kürzlich Hinzugefügt, Trending, Lokal, meiste Likes und Suchseiten</target> 5246 <target state="translated">In kürzlich Hinzugefügt, Trending, Lokal, meiste Likes und Suchseiten</target>
5307 <context-group purpose="location"> 5247
5308 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5248 <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">26</context></context-group></trans-unit>
5309 <context context-type="linenumber">25</context>
5310 </context-group>
5311 </trans-unit>
5312 5249
5313 5250
5314 5251
@@ -5372,23 +5309,23 @@ Hilf mit PeerTube zu übersetzen!</target>
5372 </context-group> 5309 </context-group>
5373 5310
5374 5311
5375 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 5312 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
5376 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808"> 5313 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808">
5377 <source>instance default</source> 5314 <source>instance default</source>
5378 <target>Instanz-Standard</target> 5315 <target>Instanz-Standard</target>
5379 <context-group name="null"> 5316 <context-group name="null">
5380 <context context-type="linenumber">7</context> 5317 <context context-type="linenumber">7</context>
5381 </context-group> 5318 </context-group>
5382 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">7</context></context-group> 5319
5383 </trans-unit> 5320 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
5384 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d"> 5321 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d">
5385 <source>peertube default</source> 5322 <source>peertube default</source>
5386 <target>Peertube Standard</target> 5323 <target>Peertube Standard</target>
5387 <context-group name="null"> 5324 <context-group name="null">
5388 <context context-type="linenumber">8</context> 5325 <context context-type="linenumber">8</context>
5389 </context-group> 5326 </context-group>
5390 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group> 5327
5391 </trans-unit> 5328 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5392 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 5329 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
5393 <source>Change ownership</source> 5330 <source>Change ownership</source>
5394 <target>Besitzer ändern</target> 5331 <target>Besitzer ändern</target>
@@ -5555,6 +5492,18 @@ Hilf mit PeerTube zu übersetzen!</target>
5555 <context context-type="linenumber">8</context> 5492 <context context-type="linenumber">8</context>
5556 </context-group> 5493 </context-group>
5557 <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">8</context></context-group> 5494 <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">8</context></context-group>
5495 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5496 <source>See the error</source><target state="new">See the error</target>
5497 <context-group purpose="location">
5498 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5499 <context context-type="linenumber">19</context>
5500 </context-group>
5501 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5502 <source>This video was deleted</source><target state="new">This video was deleted</target>
5503 <context-group purpose="location">
5504 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5505 <context context-type="linenumber">36</context>
5506 </context-group>
5558 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5507 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5559 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5508 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5560 <context-group purpose="location"> 5509 <context-group purpose="location">
@@ -5945,44 +5894,17 @@ Hilf mit PeerTube zu übersetzen!</target>
5945 <context-group name="null"> 5894 <context-group name="null">
5946 <context context-type="linenumber">16</context> 5895 <context context-type="linenumber">16</context>
5947 </context-group> 5896 </context-group>
5948 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group> 5897
5949 </trans-unit> 5898 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit>
5950 <trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5899
5951 <source>Creators</source> 5900
5952 <target state="new">Creators</target> 5901
5953 <context-group purpose="location">
5954 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5955 <context context-type="linenumber">162</context>
5956 </context-group>
5957 </trans-unit>
5958 <trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5959 <source>Creator guide</source>
5960 <target state="new">Creator guide</target>
5961 <context-group purpose="location">
5962 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5963 <context context-type="linenumber">162</context>
5964 </context-group>
5965 </trans-unit>
5966 <trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5967 <source>Contributors</source>
5968 <target state="new">Contributors</target>
5969 <context-group purpose="location">
5970 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5971 <context context-type="linenumber">163</context>
5972 </context-group>
5973 </trans-unit>
5974 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html"> 5902 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5975 <source>PeerTube license</source> 5903 <source>PeerTube license</source>
5976 <target state="new">PeerTube license</target> 5904 <target state="new">PeerTube license</target>
5977 <context-group purpose="location"> 5905
5978 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5906
5979 <context context-type="linenumber">163</context> 5907 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5980 </context-group>
5981 <context-group purpose="location">
5982 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5983 <context context-type="linenumber">175</context>
5984 </context-group>
5985 </trans-unit>
5986 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 5908 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5987 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5909 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5988 <target>Hier seit <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5910 <target>Hier seit <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6912,6 +6834,30 @@ Erstelle mein Konto</target>
6912 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6834 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6913 <context context-type="linenumber">1</context> 6835 <context context-type="linenumber">1</context>
6914 </context-group> 6836 </context-group>
6837 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6838 <source>Process domains</source><target state="new">Process domains</target>
6839 <context-group purpose="location">
6840 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6841 <context context-type="linenumber">1</context>
6842 </context-group>
6843 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6844 <source>Domain is required.</source><target state="new">Domain is required.</target>
6845 <context-group purpose="location">
6846 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6847 <context context-type="linenumber">1</context>
6848 </context-group>
6849 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6850 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6851 <context-group purpose="location">
6852 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6853 <context context-type="linenumber">1</context>
6854 </context-group>
6855 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6856 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6857 <context-group purpose="location">
6858 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6859 <context context-type="linenumber">1</context>
6860 </context-group>
6915 </trans-unit> 6861 </trans-unit>
6916 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 6862 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6917 <source>Unlimited</source> 6863 <source>Unlimited</source>
@@ -6923,6 +6869,16 @@ Erstelle mein Konto</target>
6923 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 6869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6924 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 6870 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6925 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 6871 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
6872 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6873 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6874 <context-group purpose="location">
6875 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6876 <context context-type="linenumber">1</context>
6877 </context-group>
6878 <context-group purpose="location">
6879 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6880 <context context-type="linenumber">1</context>
6881 </context-group>
6926 </trans-unit> 6882 </trans-unit>
6927 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a"> 6883 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
6928 <source>100MB</source> 6884 <source>100MB</source>
@@ -7053,48 +7009,20 @@ Erstelle mein Konto</target>
7053 <context-group name="null"> 7009 <context-group name="null">
7054 <context context-type="linenumber">1</context> 7010 <context context-type="linenumber">1</context>
7055 </context-group> 7011 </context-group>
7056 <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> 7012
7057 </trans-unit> 7013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7058 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df"> 7014
7059 <source>You need to specify hosts to follow.</source> 7015
7060 <target>Du musst Hosts zum Folgen angeben.</target> 7016
7061 <context-group name="null"> 7017
7062 <context context-type="linenumber">1</context>
7063 </context-group>
7064 <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>
7065 </trans-unit>
7066 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
7067 <source>Hosts need to be unique.</source>
7068 <target>Die Hosts müssen sich unterscheiden.</target>
7069 <context-group name="null">
7070 <context context-type="linenumber">1</context>
7071 </context-group>
7072 <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>
7073 </trans-unit>
7074 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
7075 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
7076 <target>Bei Bestätigung wird eine Anfrage zum Folgen gesendet an:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
7077 <context-group name="null">
7078 <context context-type="linenumber">1</context>
7079 </context-group>
7080 <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>
7081 </trans-unit>
7082 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
7083 <source>Follow new server(s)</source>
7084 <target>Neuen Servern folgen</target>
7085 <context-group name="null">
7086 <context context-type="linenumber">1</context>
7087 </context-group>
7088 <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>
7089 </trans-unit>
7090 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 7018 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
7091 <source>Follow request(s) sent!</source> 7019 <source>Follow request(s) sent!</source>
7092 <target>Anfrage(n) zum Folgen gesendet!</target> 7020 <target>Anfrage(n) zum Folgen gesendet!</target>
7093 <context-group name="null"> 7021 <context-group name="null">
7094 <context context-type="linenumber">1</context> 7022 <context context-type="linenumber">1</context>
7095 </context-group> 7023 </context-group>
7096 <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> 7024
7097 </trans-unit> 7025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7098 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 7026 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
7099 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 7027 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
7100 <target>Möchtest du <x id="INTERPOLATION" equiv-text="{{host}}"/> wirklich nicht mehr folgen?</target> 7028 <target>Möchtest du <x id="INTERPOLATION" equiv-text="{{host}}"/> wirklich nicht mehr folgen?</target>
@@ -7198,6 +7126,12 @@ Erstelle mein Konto</target>
7198 <context context-type="linenumber">1</context> 7126 <context context-type="linenumber">1</context>
7199 </context-group> 7127 </context-group>
7200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group> 7128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group>
7129 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
7130 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
7131 <context-group purpose="location">
7132 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
7133 <context context-type="linenumber">1</context>
7134 </context-group>
7201 </trans-unit> 7135 </trans-unit>
7202 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 7136 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
7203 <source>Comment updated.</source> 7137 <source>Comment updated.</source>
@@ -7206,23 +7140,33 @@ Erstelle mein Konto</target>
7206 <context context-type="linenumber">1</context> 7140 <context context-type="linenumber">1</context>
7207 </context-group> 7141 </context-group>
7208 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group> 7142 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group>
7209 </trans-unit> 7143 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
7210 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978"> 7144 <source>Internal actions</source><target state="new">Internal actions</target>
7211 <source>Delete this report</source> 7145 <context-group purpose="location">
7212 <target>Missbrauchsmeldung löschen</target> 7146 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7213 <context-group name="null">
7214 <context context-type="linenumber">1</context> 7147 <context context-type="linenumber">1</context>
7215 </context-group> 7148 </context-group>
7216 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7149 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
7217 </trans-unit> 7150 <source>Delete report</source><target state="new">Delete report</target>
7218 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321"> 7151 <context-group purpose="location">
7219 <source>Update moderation comment</source> 7152 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7220 <target>Moderationskommentar aktualisieren</target> 7153 <context context-type="linenumber">1</context>
7221 <context-group name="null"> 7154 </context-group>
7155 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
7156 <source>Add note</source><target state="new">Add note</target>
7157 <context-group purpose="location">
7158 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7159 <context context-type="linenumber">1</context>
7160 </context-group>
7161 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
7162 <source>Update note</source><target state="new">Update note</target>
7163 <context-group purpose="location">
7164 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7222 <context context-type="linenumber">1</context> 7165 <context context-type="linenumber">1</context>
7223 </context-group> 7166 </context-group>
7224 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7225 </trans-unit> 7167 </trans-unit>
7168
7169
7226 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3"> 7170 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
7227 <source>Mark as accepted</source> 7171 <source>Mark as accepted</source>
7228 <target>Als akzeptiert markieren</target> 7172 <target>Als akzeptiert markieren</target>
@@ -7238,6 +7182,12 @@ Erstelle mein Konto</target>
7238 <context context-type="linenumber">1</context> 7182 <context context-type="linenumber">1</context>
7239 </context-group> 7183 </context-group>
7240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7184 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7185 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
7186 <source>Actions for the video</source><target state="new">Actions for the video</target>
7187 <context-group purpose="location">
7188 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7189 <context context-type="linenumber">1</context>
7190 </context-group>
7241 </trans-unit> 7191 </trans-unit>
7242 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599"> 7192 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
7243 <source>Do you really want to delete this abuse report?</source> 7193 <source>Do you really want to delete this abuse report?</source>
@@ -8136,11 +8086,8 @@ Erstelle mein Konto</target>
8136 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 8086 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
8137 <source>max size</source> 8087 <source>max size</source>
8138 <target state="new">max size</target> 8088 <target state="new">max size</target>
8139 <context-group purpose="location"> 8089
8140 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 8090 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8141 <context context-type="linenumber">1</context>
8142 </context-group>
8143 </trans-unit>
8144 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa"> 8091 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa">
8145 <source>Now please check your emails to verify your account and complete signup.</source> 8092 <source>Now please check your emails to verify your account and complete signup.</source>
8146 <target>Bitte prüfe jetzt dein E-Mail-Postfach, um dein Konto zu bestätigen und die Registrierung abzuschließen.</target> 8093 <target>Bitte prüfe jetzt dein E-Mail-Postfach, um dein Konto zu bestätigen und die Registrierung abzuschließen.</target>
@@ -8500,6 +8447,12 @@ Erstelle mein Konto</target>
8500 <context context-type="linenumber">1</context> 8447 <context context-type="linenumber">1</context>
8501 </context-group> 8448 </context-group>
8502 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8449 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8450 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8451 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8452 <context-group purpose="location">
8453 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8454 <context context-type="linenumber">1</context>
8455 </context-group>
8503 </trans-unit> 8456 </trans-unit>
8504 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 8457 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
8505 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 8458 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8572,15 +8525,14 @@ Erstelle mein Konto</target>
8572 <context context-type="linenumber">1</context> 8525 <context context-type="linenumber">1</context>
8573 </context-group> 8526 </context-group>
8574 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8527 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8575 </trans-unit> 8528 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8576 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 8529 <source>just now</source><target state="new">just now</target>
8577 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 8530 <context-group purpose="location">
8578 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Sekunden</target> 8531 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8579 <context-group name="null">
8580 <context context-type="linenumber">1</context> 8532 <context context-type="linenumber">1</context>
8581 </context-group> 8533 </context-group>
8582 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8583 </trans-unit> 8534 </trans-unit>
8535
8584 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8536 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8585 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source> 8537 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source>
8586 <target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 8538 <target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
@@ -10285,8 +10237,8 @@ Erstelle mein Konto</target>
10285 <context-group name="null"> 10237 <context-group name="null">
10286 <context context-type="linenumber">1</context> 10238 <context context-type="linenumber">1</context>
10287 </context-group> 10239 </context-group>
10288 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group> 10240
10289 </trans-unit> 10241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
10290 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10242 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10291 <source>Encoder</source> 10243 <source>Encoder</source>
10292 <target state="new">Encoder</target> 10244 <target state="new">Encoder</target>
@@ -10573,15 +10525,14 @@ Erstelle mein Konto</target>
10573 <context context-type="linenumber">1</context> 10525 <context context-type="linenumber">1</context>
10574 </context-group> 10526 </context-group>
10575 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 10527 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10576 </trans-unit> 10528 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10577 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 10529 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10578 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
10579 <target state="translated">Das Löschen wird an entfernte Instanzen gesendet, damit diese auch den Kommentar entfernen können.</target>
10580 <context-group purpose="location"> 10530 <context-group purpose="location">
10581 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10531 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10582 <context context-type="linenumber">1</context> 10532 <context context-type="linenumber">1</context>
10583 </context-group> 10533 </context-group>
10584 </trans-unit> 10534 </trans-unit>
10535
10585 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d"> 10536 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d">
10586 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10537 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10587 <target>Dies ist ein entfernter Kommentar, daher betrifft die Löschung nur deine Instanz.</target> 10538 <target>Dies ist ein entfernter Kommentar, daher betrifft die Löschung nur deine Instanz.</target>
diff --git a/client/src/locale/angular.el-GR.xlf b/client/src/locale/angular.el-GR.xlf
index c943be5ee..4fd1eed6b 100644
--- a/client/src/locale/angular.el-GR.xlf
+++ b/client/src/locale/angular.el-GR.xlf
@@ -562,17 +562,17 @@
562 <context-group name="null"> 562 <context-group name="null">
563 <context context-type="linenumber">6</context> 563 <context context-type="linenumber">6</context>
564 </context-group> 564 </context-group>
565 <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><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 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
566 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 566 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
567 <source>Private</source> 567 <source>Private</source>
568 <target>Ιδιωτικό</target> 568 <target>Ιδιωτικό</target>
569 <context-group name="null"> 569 <context-group name="null">
570 <context context-type="linenumber">7</context> 570 <context context-type="linenumber">7</context>
571 </context-group> 571 </context-group>
572 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 572 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
573 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 573 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
574 574
575 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 575 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
576 576
577 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 577 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
578 <source>Blacklisted</source> 578 <source>Blacklisted</source>
@@ -580,7 +580,7 @@
580 <context-group name="null"> 580 <context-group name="null">
581 <context context-type="linenumber">42</context> 581 <context context-type="linenumber">42</context>
582 </context-group> 582 </context-group>
583 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</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">41</context></context-group></trans-unit>
584 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 584 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
585 <source> 585 <source>
586 Sensitive 586 Sensitive
@@ -591,7 +591,7 @@
591 <context-group name="null"> 591 <context-group name="null">
592 <context context-type="linenumber">46</context> 592 <context context-type="linenumber">46</context>
593 </context-group> 593 </context-group>
594 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 594 <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>
595 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 595 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
596 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 596 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
597 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 597 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -639,7 +639,7 @@
639 <context-group name="null"> 639 <context-group name="null">
640 <context context-type="linenumber">15</context> 640 <context context-type="linenumber">15</context>
641 </context-group> 641 </context-group>
642 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit> 642 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
643 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 643 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
644 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 644 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
645 <target>Διαγραφή από <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 645 <target>Διαγραφή από <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -667,7 +667,7 @@
667 <context-group name="null"> 667 <context-group name="null">
668 <context context-type="linenumber">63</context> 668 <context context-type="linenumber">63</context>
669 </context-group> 669 </context-group>
670 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 670 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
671 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 671 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
672 <source>Truncated preview</source> 672 <source>Truncated preview</source>
673 <target>Μικρή σύνοψη</target> 673 <target>Μικρή σύνοψη</target>
@@ -840,7 +840,7 @@
840 <context-group name="null"> 840 <context-group name="null">
841 <context context-type="linenumber">286</context> 841 <context context-type="linenumber">286</context>
842 </context-group> 842 </context-group>
843 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit> 843 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
844 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 844 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
845 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 845 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
846 <target>Εισαγωγή μέσω HTTP (από YouTube, Vimeo ή απευθείας URL...)</target> 846 <target>Εισαγωγή μέσω HTTP (από YouTube, Vimeo ή απευθείας URL...)</target>
@@ -958,7 +958,7 @@
958 <context-group name="null"> 958 <context-group name="null">
959 <context context-type="linenumber">23</context> 959 <context context-type="linenumber">23</context>
960 </context-group> 960 </context-group>
961 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 961 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
962 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 962 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
963 <source>Ban this user</source> 963 <source>Ban this user</source>
964 <target>Αποκλεισμός χρήστη</target> 964 <target>Αποκλεισμός χρήστη</target>
@@ -973,13 +973,7 @@
973 <context context-type="linenumber">11</context> 973 <context context-type="linenumber">11</context>
974 </context-group> 974 </context-group>
975 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 975 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
976 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798"> 976
977 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
978 <target>(επεκτάσεις: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, όριο μεγέθους: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
979 <context-group name="null">
980 <context context-type="linenumber">12</context>
981 </context-group>
982 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
983 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 977 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
984 <source> 978 <source>
985 Login 979 Login
@@ -1096,7 +1090,7 @@
1096 <context-group name="null"> 1090 <context-group name="null">
1097 <context context-type="linenumber">43</context> 1091 <context context-type="linenumber">43</context>
1098 </context-group> 1092 </context-group>
1099 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1093 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1100 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1094 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1101 <source>Email address</source> 1095 <source>Email address</source>
1102 <target>Διεύθυνση e-mail</target> 1096 <target>Διεύθυνση e-mail</target>
@@ -1430,15 +1424,9 @@
1430 </context-group> 1424 </context-group>
1431 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1425 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1432 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1426 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1433 <context-group purpose="location"> 1427
1434 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1428
1435 <context context-type="linenumber">36</context> 1429 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1436 </context-group>
1437 <context-group purpose="location">
1438 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1439 <context context-type="linenumber">158</context>
1440 </context-group>
1441 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1442 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1430 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1443 <context-group purpose="location"> 1431 <context-group purpose="location">
1444 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1432 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1471,41 +1459,26 @@
1471 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1459 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1472 <source>Help</source><target state="new">Help</target> 1460 <source>Help</source><target state="new">Help</target>
1473 1461
1474 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1462 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1475 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1463 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1476 <context-group purpose="location"> 1464
1477 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1465 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1478 <context context-type="linenumber">167</context>
1479 </context-group>
1480 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1481 <source>Shortcuts</source><target state="new">Shortcuts</target> 1466 <source>Shortcuts</source><target state="new">Shortcuts</target>
1482 <context-group purpose="location"> 1467
1483 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1468 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1484 <context context-type="linenumber">168</context>
1485 </context-group>
1486 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1487 <source> 1469 <source>
1488 powered by PeerTube 1470 powered by PeerTube
1489 </source><target state="new"> 1471 </source><target state="new">
1490 powered by PeerTube 1472 powered by PeerTube
1491 </target> 1473 </target>
1492 <context-group purpose="location"> 1474
1493 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1475 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1494 <context context-type="linenumber">172</context>
1495 </context-group>
1496 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1497 <source>PeerTube website</source><target state="new">PeerTube website</target> 1476 <source>PeerTube website</source><target state="new">PeerTube website</target>
1498 <context-group purpose="location"> 1477
1499 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1478 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1500 <context context-type="linenumber">172</context>
1501 </context-group>
1502 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1503 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1479 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1504 <context-group purpose="location"> 1480
1505 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1481 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1506 <context context-type="linenumber">171</context>
1507 </context-group>
1508 </trans-unit>
1509 1482
1510 1483
1511 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1484 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
@@ -1609,17 +1582,8 @@
1609 </context-group> 1582 </context-group>
1610 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1583 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1611 <source>Contact</source><target state="new">Contact</target> 1584 <source>Contact</source><target state="new">Contact</target>
1612 <context-group purpose="location"> 1585
1613 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1586 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1614 <context context-type="linenumber">154</context>
1615 </context-group>
1616 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1617 <source>Terms of Service</source><target state="new">Terms of Service</target>
1618 <context-group purpose="location">
1619 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1620 <context context-type="linenumber">155</context>
1621 </context-group>
1622 </trans-unit>
1623 1587
1624 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1588 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1625 <source>View your notifications</source> 1589 <source>View your notifications</source>
@@ -2004,44 +1968,26 @@
2004 <context-group name="null"> 1968 <context-group name="null">
2005 <context context-type="linenumber">23</context> 1969 <context context-type="linenumber">23</context>
2006 </context-group> 1970 </context-group>
2007 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 1971 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2008 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 1972 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2009 <source>Privacy</source> 1973 <source>Privacy</source>
2010 <target>Ιδιωτικότητα</target> 1974 <target>Ιδιωτικότητα</target>
2011 <context-group name="null"> 1975 <context-group name="null">
2012 <context context-type="linenumber">33</context> 1976 <context context-type="linenumber">33</context>
2013 </context-group> 1977 </context-group>
2014 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 1978 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2015 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
2016 <context-group purpose="location">
2017 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2018 <context context-type="linenumber">164</context>
2019 </context-group>
2020 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2021 <source>FAQ</source><target state="new">FAQ</target> 1979 <source>FAQ</source><target state="new">FAQ</target>
2022 <context-group purpose="location"> 1980
2023 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1981 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2024 <context context-type="linenumber">165</context>
2025 </context-group>
2026 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2027 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 1982 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
2028 <context-group purpose="location"> 1983
2029 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1984 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2030 <context context-type="linenumber">165</context>
2031 </context-group>
2032 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2033 <source>API</source><target state="new">API</target> 1985 <source>API</source><target state="new">API</target>
2034 <context-group purpose="location"> 1986
2035 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1987 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2036 <context context-type="linenumber">166</context>
2037 </context-group>
2038 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2039 <source>API documentation</source><target state="new">API documentation</target> 1988 <source>API documentation</source><target state="new">API documentation</target>
2040 <context-group purpose="location"> 1989
2041 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1990 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2042 <context context-type="linenumber">166</context>
2043 </context-group>
2044 </trans-unit>
2045 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 1991 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2046 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 1992 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2047 <target>Προγραμματισμός δημοσίευσης (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 1993 <target>Προγραμματισμός δημοσίευσης (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2234,7 +2180,7 @@
2234 <context-group name="null"> 2180 <context-group name="null">
2235 <context context-type="linenumber">53</context> 2181 <context context-type="linenumber">53</context>
2236 </context-group> 2182 </context-group>
2237 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit> 2183 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2238 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2184 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2239 <source> 2185 <source>
2240 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. 2186 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
@@ -2252,7 +2198,7 @@
2252 <context-group name="null"> 2198 <context-group name="null">
2253 <context context-type="linenumber">17</context> 2199 <context context-type="linenumber">17</context>
2254 </context-group> 2200 </context-group>
2255 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 2201 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2256 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2202 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2257 <source>Select the file to upload</source> 2203 <source>Select the file to upload</source>
2258 <target>Επιλογή αρχείου για ανέβασμα</target> 2204 <target>Επιλογή αρχείου για ανέβασμα</target>
@@ -2266,14 +2212,14 @@
2266 <context-group name="null"> 2212 <context-group name="null">
2267 <context context-type="linenumber">25</context> 2213 <context context-type="linenumber">25</context>
2268 </context-group> 2214 </context-group>
2269 <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">25</context></context-group></trans-unit> 2215 <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">24</context></context-group></trans-unit>
2270 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d"> 2216 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d">
2271 <source>Video background image</source> 2217 <source>Video background image</source>
2272 <target>Εικόνα φόντου βίντεο</target> 2218 <target>Εικόνα φόντου βίντεο</target>
2273 <context-group name="null"> 2219 <context-group name="null">
2274 <context context-type="linenumber">32</context> 2220 <context context-type="linenumber">32</context>
2275 </context-group> 2221 </context-group>
2276 <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></trans-unit> 2222 <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">31</context></context-group></trans-unit>
2277 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2223 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2278 <source> 2224 <source>
2279 Image that will be merged with your audio file. 2225 Image that will be merged with your audio file.
@@ -2288,23 +2234,14 @@
2288 <context-group name="null"> 2234 <context-group name="null">
2289 <context context-type="linenumber">34</context> 2235 <context context-type="linenumber">34</context>
2290 </context-group> 2236 </context-group>
2291 <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">34</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2237 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2292 <source>Processing…</source><target state="new">Processing…</target> 2238 <source>Processing…</source><target state="new">Processing…</target>
2293 <context-group purpose="location"> 2239
2294 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2240 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2295 <context context-type="linenumber">56</context>
2296 </context-group>
2297 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2298 <source>Total video quota</source><target state="new">Total video quota</target> 2241 <source>Total video quota</source><target state="new">Total video quota</target>
2299 <context-group purpose="location"> 2242
2300 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2243
2301 <context context-type="linenumber">54</context> 2244 <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">53</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">11</context></context-group></trans-unit>
2302 </context-group>
2303 <context-group purpose="location">
2304 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2305 <context context-type="linenumber">11</context>
2306 </context-group>
2307 </trans-unit>
2308 <trans-unit id="6357683911e256c566259880de43ea9403de00d3"> 2245 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2309 <source> 2246 <source>
2310 Congratulations! Your video is now available in your private library. 2247 Congratulations! Your video is now available in your private library.
@@ -2315,42 +2252,42 @@
2315 <context-group name="null"> 2252 <context-group name="null">
2316 <context context-type="linenumber">66</context> 2253 <context context-type="linenumber">66</context>
2317 </context-group> 2254 </context-group>
2318 <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">68</context></context-group></trans-unit> 2255 <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">67</context></context-group></trans-unit>
2319 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2256 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2320 <source>Publish will be available when upload is finished</source> 2257 <source>Publish will be available when upload is finished</source>
2321 <target>Θα έχετε τη δυνατότητα να το δημοσιεύσετε μόλις ολοκληρωθεί το ανέβασμα</target> 2258 <target>Θα έχετε τη δυνατότητα να το δημοσιεύσετε μόλις ολοκληρωθεί το ανέβασμα</target>
2322 <context-group name="null"> 2259 <context-group name="null">
2323 <context context-type="linenumber">79</context> 2260 <context context-type="linenumber">79</context>
2324 </context-group> 2261 </context-group>
2325 <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">81</context></context-group></trans-unit> 2262 <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">80</context></context-group></trans-unit>
2326 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2263 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2327 <source>Publish</source> 2264 <source>Publish</source>
2328 <target>Δημοσίευση</target> 2265 <target>Δημοσίευση</target>
2329 <context-group name="null"> 2266 <context-group name="null">
2330 <context context-type="linenumber">86</context> 2267 <context context-type="linenumber">86</context>
2331 </context-group> 2268 </context-group>
2332 <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">88</context></context-group></trans-unit> 2269 <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">87</context></context-group></trans-unit>
2333 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2270 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2334 <source>Select the torrent to import</source> 2271 <source>Select the torrent to import</source>
2335 <target>Επιλογή του torrent για εισαγωγή</target> 2272 <target>Επιλογή του torrent για εισαγωγή</target>
2336 <context-group name="null"> 2273 <context-group name="null">
2337 <context context-type="linenumber">6</context> 2274 <context context-type="linenumber">6</context>
2338 </context-group> 2275 </context-group>
2339 <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">6</context></context-group></trans-unit> 2276 <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">6</context></context-group></trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2340 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2277 <source>OR</source><target state="new">OR</target>
2341 <source>Or</source> 2278 <context-group purpose="location">
2342 <target>Ή</target> 2279 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2343 <context-group name="null"> 2280 <context context-type="linenumber">10</context>
2344 <context context-type="linenumber">11</context>
2345 </context-group> 2281 </context-group>
2346 <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">11</context></context-group></trans-unit> 2282 </trans-unit>
2283
2347 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2284 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2348 <source>Paste magnet URI</source> 2285 <source>Paste magnet URI</source>
2349 <target>Επικόληση magnet URI</target> 2286 <target>Επικόληση magnet URI</target>
2350 <context-group name="null"> 2287 <context-group name="null">
2351 <context context-type="linenumber">14</context> 2288 <context context-type="linenumber">14</context>
2352 </context-group> 2289 </context-group>
2353 <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></trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2290 <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">13</context></context-group></trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2354 <source> 2291 <source>
2355 You can import any torrent file that points to a mp4 file. 2292 You can import any torrent file that points to a mp4 file.
2356 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. 2293 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.
@@ -2358,11 +2295,8 @@
2358 You can import any torrent file that points to a mp4 file. 2295 You can import any torrent file that points to a mp4 file.
2359 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. 2296 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.
2360 </target> 2297 </target>
2361 <context-group purpose="location"> 2298
2362 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2299 <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">16</context></context-group></trans-unit>
2363 <context context-type="linenumber">17</context>
2364 </context-group>
2365 </trans-unit>
2366 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2300 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2367 <source> 2301 <source>
2368 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 2302 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
@@ -2373,7 +2307,7 @@
2373 <context-group name="null"> 2307 <context-group name="null">
2374 <context context-type="linenumber">57</context> 2308 <context context-type="linenumber">57</context>
2375 </context-group> 2309 </context-group>
2376 <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></trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2310 <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">56</context></context-group></trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2377 <source> 2311 <source>
2378 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. 2312 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.
2379 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2313 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -2686,7 +2620,7 @@
2686 <context-group name="null"> 2620 <context-group name="null">
2687 <context context-type="linenumber">63</context> 2621 <context context-type="linenumber">63</context>
2688 </context-group> 2622 </context-group>
2689 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</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">63</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2623 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2690 <source>Subscribe</source><target state="new">Subscribe</target> 2624 <source>Subscribe</source><target state="new">Subscribe</target>
2691 <context-group purpose="location"> 2625 <context-group purpose="location">
2692 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2626 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
@@ -2762,7 +2696,7 @@
2762 <context-group name="null"> 2696 <context-group name="null">
2763 <context context-type="linenumber">215</context> 2697 <context context-type="linenumber">215</context>
2764 </context-group> 2698 </context-group>
2765 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 2699 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2766 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2700 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2767 <source>Get more information</source> 2701 <source>Get more information</source>
2768 <target>Δείτε περισσότερες πληροφορίες</target> 2702 <target>Δείτε περισσότερες πληροφορίες</target>
@@ -2834,27 +2768,18 @@
2834 </source><target state="new"> 2768 </source><target state="new">
2835 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 2769 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
2836 </target> 2770 </target>
2837 <context-group purpose="location"> 2771
2838 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2772 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2839 <context context-type="linenumber">77</context>
2840 </context-group>
2841 </trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2842 <source> 2773 <source>
2843 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2774 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2844 </source><target state="new"> 2775 </source><target state="new">
2845 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2776 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2846 </target> 2777 </target>
2847 <context-group purpose="location"> 2778
2848 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2779 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2849 <context context-type="linenumber">80</context>
2850 </context-group>
2851 </trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2852 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 2780 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
2853 <context-group purpose="location"> 2781
2854 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2782 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
2855 <context context-type="linenumber">84</context>
2856 </context-group>
2857 </trans-unit>
2858 2783
2859 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 2784 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
2860 <source> 2785 <source>
@@ -2866,7 +2791,7 @@
2866 <context-group name="null"> 2791 <context-group name="null">
2867 <context context-type="linenumber">64</context> 2792 <context context-type="linenumber">64</context>
2868 </context-group> 2793 </context-group>
2869 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group></trans-unit> 2794 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
2870 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 2795 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
2871 <source>Add comment...</source> 2796 <source>Add comment...</source>
2872 <target>Προσθήκη σχολίου...</target> 2797 <target>Προσθήκη σχολίου...</target>
@@ -2959,65 +2884,46 @@
2959 <context context-type="linenumber">5</context> 2884 <context context-type="linenumber">5</context>
2960 </context-group> 2885 </context-group>
2961 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 2886 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
2962 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 2887
2963 <source>Follow</source>
2964 <target>Ακολουθήστε</target>
2965 <context-group name="null">
2966 <context context-type="linenumber">7</context>
2967 </context-group>
2968 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
2969 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 2888 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
2970 <source>Followers</source> 2889 <source>Followers</source>
2971 <target>Ακόλουθοι</target> 2890 <target>Ακόλουθοι</target>
2972 <context-group name="null"> 2891 <context-group name="null">
2973 <context context-type="linenumber">3</context> 2892 <context context-type="linenumber">3</context>
2974 </context-group> 2893 </context-group>
2975 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 2894 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
2976 <source>Video redundancies</source><target state="new">Video redundancies</target> 2895 <source>Video redundancies</source><target state="new">Video redundancies</target>
2977 <context-group purpose="location"> 2896
2978 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
2979 <context context-type="linenumber">11</context>
2980 </context-group>
2981 </trans-unit>
2982 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 2898 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
2983 <source>1 host (without "http://") per line</source> 2899 <source>1 host (without "http://") per line</source>
2984 <target>1 κόμβος (χωρίς "http://") ανά σειρά</target> 2900 <target>1 κόμβος (χωρίς "http://") ανά σειρά</target>
2985 <context-group name="null"> 2901 <context-group name="null">
2986 <context context-type="linenumber">5</context> 2902 <context context-type="linenumber">5</context>
2987 </context-group> 2903 </context-group>
2988 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 2904 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2989 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507"> 2905 <source>Follow domain</source><target state="new">Follow domain</target>
2990 <source> 2906 <context-group purpose="location">
2991 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 2907 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2992 </source> 2908 <context context-type="linenumber">15</context>
2993 <target>
2994 Φαίνεται ότι δεν τρέχετε έναν σέρβερ με HTTPS. Ο σέρβερ σας πρέπει να έχει ενεργοποιημένο TLS για να μπορεί να ακολουθήσει άλλους.
2995 </target>
2996 <context-group name="null">
2997 <context context-type="linenumber">17</context>
2998 </context-group>
2999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
3000 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
3001 <source>Add following</source>
3002 <target>Προσθήκη ακολούθησης</target>
3003 <context-group name="null">
3004 <context context-type="linenumber">21</context>
3005 </context-group> 2909 </context-group>
3006 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 2910 </trans-unit>
2911
2912
3007 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 2913 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3008 <source>Filter...</source> 2914 <source>Filter...</source>
3009 <target>Φίλτρο...</target> 2915 <target>Φίλτρο...</target>
3010 <context-group name="null"> 2916 <context-group name="null">
3011 <context context-type="linenumber">27</context> 2917 <context context-type="linenumber">27</context>
3012 </context-group> 2918 </context-group>
3013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">27</context></context-group></trans-unit> 2919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3014 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 2920 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3015 <source>ID</source> 2921 <source>ID</source>
3016 <target>ID</target> 2922 <target>ID</target>
3017 <context-group name="null"> 2923 <context-group name="null">
3018 <context context-type="linenumber">18</context> 2924 <context context-type="linenumber">18</context>
3019 </context-group> 2925 </context-group>
3020 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 2926 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3021 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb"> 2927 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb">
3022 <source>Follower handle</source> 2928 <source>Follower handle</source>
3023 <target>Ψευδώνυμο (handle) ακολούθου</target> 2929 <target>Ψευδώνυμο (handle) ακολούθου</target>
@@ -3031,37 +2937,22 @@
3031 <context-group name="null"> 2937 <context-group name="null">
3032 <context context-type="linenumber">10</context> 2938 <context context-type="linenumber">10</context>
3033 </context-group> 2939 </context-group>
3034 <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"> 2940 <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="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3035 <source>Delayed.</source><target state="new">Delayed.</target> 2941 <source>Delayed.</source><target state="new">Delayed.</target>
3036 <context-group purpose="location"> 2942
3037 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2943 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3038 <context context-type="linenumber">42</context>
3039 </context-group>
3040 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3041 <source>Will start soon...</source><target state="new">Will start soon...</target> 2944 <source>Will start soon...</source><target state="new">Will start soon...</target>
3042 <context-group purpose="location"> 2945
3043 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2946 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3044 <context context-type="linenumber">43</context>
3045 </context-group>
3046 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3047 <source>Running...</source><target state="new">Running...</target> 2947 <source>Running...</source><target state="new">Running...</target>
3048 <context-group purpose="location"> 2948
3049 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2949 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3050 <context context-type="linenumber">44</context>
3051 </context-group>
3052 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3053 <source>Finished</source><target state="new">Finished</target> 2950 <source>Finished</source><target state="new">Finished</target>
3054 <context-group purpose="location"> 2951
3055 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3056 <context context-type="linenumber">45</context>
3057 </context-group>
3058 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3059 <source>Failed</source><target state="new">Failed</target> 2953 <source>Failed</source><target state="new">Failed</target>
3060 <context-group purpose="location"> 2954
3061 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3062 <context context-type="linenumber">46</context>
3063 </context-group>
3064 </trans-unit>
3065 2956
3066 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 2957 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3067 <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> 2958 <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>
@@ -3069,21 +2960,21 @@
3069 <context-group name="null"> 2960 <context-group name="null">
3070 <context context-type="linenumber">11</context> 2961 <context context-type="linenumber">11</context>
3071 </context-group> 2962 </context-group>
3072 <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> 2963 <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">24</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">46</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">11</context></context-group><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><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>
3073 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 2964 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3074 <source>Accepted</source> 2965 <source>Accepted</source>
3075 <target>Έγινε αποδοχή</target> 2966 <target>Έγινε αποδοχή</target>
3076 <context-group name="null"> 2967 <context-group name="null">
3077 <context context-type="linenumber">32</context> 2968 <context context-type="linenumber">32</context>
3078 </context-group> 2969 </context-group>
3079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">30</context></context-group></trans-unit> 2970 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3080 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 2971 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3081 <source>Pending</source> 2972 <source>Pending</source>
3082 <target>Εκκρεμεί</target> 2973 <target>Εκκρεμεί</target>
3083 <context-group name="null"> 2974 <context-group name="null">
3084 <context context-type="linenumber">33</context> 2975 <context context-type="linenumber">33</context>
3085 </context-group> 2976 </context-group>
3086 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">31</context></context-group></trans-unit> 2977 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3087 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 2978 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3088 <source>Accept</source> 2979 <source>Accept</source>
3089 <target>Αποδοχή</target> 2980 <target>Αποδοχή</target>
@@ -3097,24 +2988,39 @@
3097 <context-group name="null"> 2988 <context-group name="null">
3098 <context context-type="linenumber">42</context> 2989 <context context-type="linenumber">42</context>
3099 </context-group> 2990 </context-group>
3100 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit> 2991 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2992 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2993 <context-group purpose="location">
2994 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
2995 <context context-type="linenumber">3</context>
2996 </context-group>
2997 </trans-unit>
3101 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 2998 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3102 <source>Host</source> 2999 <source>Host</source>
3103 <target>Κόμβος</target> 3000 <target>Κόμβος</target>
3104 <context-group name="null"> 3001 <context-group name="null">
3105 <context context-type="linenumber">19</context> 3002 <context context-type="linenumber">19</context>
3106 </context-group> 3003 </context-group>
3107 <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></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3004 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3108 <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><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> 3005 <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><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>
3006
3007 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3008 <source>Follow domains</source><target state="new">Follow domains</target>
3109 <context-group purpose="location"> 3009 <context-group purpose="location">
3110 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3010 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3111 <context context-type="linenumber">21</context> 3011 <context context-type="linenumber">50</context>
3112 </context-group> 3012 </context-group>
3113 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3013 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3114 <source>Video redundancies list</source><target state="new">Video redundancies list</target> 3014 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3115 <context-group purpose="location"> 3015 <context-group purpose="location">
3116 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3016 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3117 <context context-type="linenumber">2</context> 3017 <context context-type="linenumber">7</context>
3018 </context-group>
3019 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3020 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3021 <context-group purpose="location">
3022 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3023 <context context-type="linenumber">8</context>
3118 </context-group> 3024 </context-group>
3119 </trans-unit> 3025 </trans-unit>
3120 3026
@@ -3167,7 +3073,7 @@
3167 <context-group name="null"> 3073 <context-group name="null">
3168 <context context-type="linenumber">43</context> 3074 <context context-type="linenumber">43</context>
3169 </context-group> 3075 </context-group>
3170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3076 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3171 <source> 3077 <source>
3172 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3078 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3173 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3079 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3252,49 +3158,65 @@
3252 <context-group name="null"> 3158 <context-group name="null">
3253 <context context-type="linenumber">19</context> 3159 <context context-type="linenumber">19</context>
3254 </context-group> 3160 </context-group>
3255 <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></trans-unit> 3161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3256 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3162 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3257 <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> 3163 <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>
3258 <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> 3164 <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>
3259 <context-group name="null"> 3165 <context-group name="null">
3260 <context context-type="linenumber">40</context> 3166 <context context-type="linenumber">40</context>
3261 </context-group> 3167 </context-group>
3262 <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></trans-unit> 3168 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3263 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3169 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3264 <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> 3170 <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>
3265 <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> 3171 <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>
3266 <context-group name="null"> 3172 <context-group name="null">
3267 <context context-type="linenumber">42</context> 3173 <context context-type="linenumber">42</context>
3268 </context-group> 3174 </context-group>
3269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3175 <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></trans-unit>
3270 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3176 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3271 <source>(banned)</source> 3177 <source>(banned)</source>
3272 <target>(έχει αποκλειστεί)</target> 3178 <target>(έχει αποκλειστεί)</target>
3273 <context-group name="null"> 3179 <context-group name="null">
3274 <context context-type="linenumber">65</context> 3180 <context context-type="linenumber">65</context>
3275 </context-group> 3181 </context-group>
3276 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 3182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3183 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3184 <context-group purpose="location">
3185 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3186 <context context-type="linenumber">65</context>
3187 </context-group>
3188 <context-group purpose="location">
3189 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3190 <context context-type="linenumber">27</context>
3191 </context-group>
3192 </trans-unit>
3277 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3193 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3278 <source>User's email must be verified to login</source> 3194 <source>User's email must be verified to login</source>
3279 <target>Το e-mail του χρήστη πρέπει να είναι επιβεβαιωμένο για τη σύνδεση</target> 3195 <target>Το e-mail του χρήστη πρέπει να είναι επιβεβαιωμένο για τη σύνδεση</target>
3280 <context-group name="null"> 3196 <context-group name="null">
3281 <context context-type="linenumber">72</context> 3197 <context context-type="linenumber">72</context>
3282 </context-group> 3198 </context-group>
3283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit> 3199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3284 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3200 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3285 <source>User's email is verified / User can login without email verification</source> 3201 <source>User's email is verified / User can login without email verification</source>
3286 <target>Το e-mail του χρήστη έχει επιβεβαιωθεί / Ο χρήστης μπορεί να συνδεθεί χωρίς επιβεβαίωση e-mail</target> 3202 <target>Το e-mail του χρήστη έχει επιβεβαιωθεί / Ο χρήστης μπορεί να συνδεθεί χωρίς επιβεβαίωση e-mail</target>
3287 <context-group name="null"> 3203 <context-group name="null">
3288 <context context-type="linenumber">76</context> 3204 <context context-type="linenumber">76</context>
3289 </context-group> 3205 </context-group>
3290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 3206 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3291 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3207 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3292 <source>Ban reason:</source> 3208 <source>Ban reason:</source>
3293 <target>Λόγος αποκλεισμού:</target> 3209 <target>Λόγος αποκλεισμού:</target>
3294 <context-group name="null"> 3210 <context-group name="null">
3295 <context context-type="linenumber">95</context> 3211 <context context-type="linenumber">95</context>
3296 </context-group> 3212 </context-group>
3297 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit> 3213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3214 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3215 <context-group purpose="location">
3216 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3217 <context context-type="linenumber">15</context>
3218 </context-group>
3219 </trans-unit>
3298 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3220 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
3299 <source>Moderation</source> 3221 <source>Moderation</source>
3300 <target>Συντονισμός</target> 3222 <target>Συντονισμός</target>
@@ -3336,84 +3258,90 @@
3336 <context-group name="null"> 3258 <context-group name="null">
3337 <context context-type="linenumber">13</context> 3259 <context context-type="linenumber">13</context>
3338 </context-group> 3260 </context-group>
3339 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 3261 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3262 <source>Video <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">Video <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>
3263 <context-group purpose="location">
3264 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3265 <context context-type="linenumber">10</context>
3266 </context-group>
3267 </trans-unit>
3340 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3268 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3341 <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> 3269 <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>
3342 <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> 3270 <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>
3343 <context-group name="null"> 3271 <context-group name="null">
3344 <context context-type="linenumber">8</context> 3272 <context context-type="linenumber">8</context>
3345 </context-group> 3273 </context-group>
3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><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">8</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3347 <source>Video URL</source><target state="new">Video URL</target> 3275 <source>Video URL</source><target state="new">Video URL</target>
3348 <context-group purpose="location"> 3276
3349 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3350 <context context-type="linenumber">24</context>
3351 </context-group>
3352 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3353 <source>Total size</source><target state="new">Total size</target> 3278 <source>Total size</source><target state="new">Total size</target>
3279
3280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3281 <source>List redundancies</source><target state="new">List redundancies</target>
3354 <context-group purpose="location"> 3282 <context-group purpose="location">
3355 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3283 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3356 <context context-type="linenumber">25</context> 3284 <context context-type="linenumber">33</context>
3357 </context-group> 3285 </context-group>
3358 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3286 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3359 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3287 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3360 <context-group purpose="location"> 3288
3361 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3362 <context context-type="linenumber">69</context>
3363 </context-group>
3364 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3365 <source> 3290 <source>
3366 No redundancy strategy is enabled on your instance. 3291 No redundancy strategy is enabled on your instance.
3367 </source><target state="new"> 3292 </source><target state="new">
3368 No redundancy strategy is enabled on your instance. 3293 No redundancy strategy is enabled on your instance.
3369 </target> 3294 </target>
3370 <context-group purpose="location"> 3295
3371 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3372 <context context-type="linenumber">73</context>
3373 </context-group>
3374 </trans-unit>
3375 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3297 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3376 <source>Sensitive</source> 3298 <source>Sensitive</source>
3377 <target>Ευαίσθητο</target> 3299 <target>Ευαίσθητο</target>
3378 <context-group name="null"> 3300 <context-group name="null">
3379 <context context-type="linenumber">9</context> 3301 <context context-type="linenumber">9</context>
3380 </context-group> 3302 </context-group>
3381 <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">9</context></context-group></trans-unit> 3303 <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">11</context></context-group></trans-unit>
3382 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3304 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3383 <source>Unfederated</source> 3305 <source>Unfederated</source>
3384 <target>Εκτός ομόσπονδης αναμετάδοσης</target> 3306 <target>Εκτός ομόσπονδης αναμετάδοσης</target>
3385 <context-group name="null"> 3307 <context-group name="null">
3386 <context context-type="linenumber">10</context> 3308 <context context-type="linenumber">10</context>
3387 </context-group> 3309 </context-group>
3388 <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></trans-unit> 3310 <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">12</context></context-group></trans-unit>
3389 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3311 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3390 <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> 3312 <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>
3391 <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> 3313 <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>
3392 <context-group name="null"> 3314 <context-group name="null">
3393 <context context-type="linenumber">11</context> 3315 <context context-type="linenumber">11</context>
3394 </context-group> 3316 </context-group>
3395 <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">11</context></context-group></trans-unit> 3317 <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">13</context></context-group></trans-unit>
3396 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3318 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3397 <source>Go to the video</source> 3319 <source>Go to the video</source>
3398 <target>Μετάβαση στο βίντεο</target> 3320 <target>Μετάβαση στο βίντεο</target>
3399 <context-group name="null"> 3321 <context-group name="null">
3400 <context context-type="linenumber">33</context> 3322 <context context-type="linenumber">33</context>
3401 </context-group> 3323 </context-group>
3402 <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">25</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">33</context></context-group><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">33</context></context-group></trans-unit> 3324 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3403 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3325 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3404 <source>Actions</source> 3326 <source>Actions</source>
3405 <target>Ενέργειες</target> 3327 <target>Ενέργειες</target>
3406 <context-group name="null"> 3328 <context-group name="null">
3407 <context context-type="linenumber">44</context> 3329 <context context-type="linenumber">44</context>
3408 </context-group> 3330 </context-group>
3409 <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">35</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">44</context></context-group></trans-unit> 3331 <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">38</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">57</context></context-group></trans-unit>
3410 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3332 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3411 <source>Blacklist reason:</source> 3333 <source>Blacklist reason:</source>
3412 <target>Λόγος αναθεώρησης:</target> 3334 <target>Λόγος αναθεώρησης:</target>
3413 <context-group name="null"> 3335 <context-group name="null">
3414 <context context-type="linenumber">43</context> 3336 <context context-type="linenumber">43</context>
3415 </context-group> 3337 </context-group>
3416 <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">43</context></context-group></trans-unit> 3338 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3339 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3340 <context-group purpose="location">
3341 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3342 <context context-type="linenumber">5</context>
3343 </context-group>
3344 </trans-unit>
3417 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 3345 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
3418 <source>Moderation comment</source> 3346 <source>Moderation comment</source>
3419 <target>Σχόλιο συντονισμού</target> 3347 <target>Σχόλιο συντονισμού</target>
@@ -3431,35 +3359,41 @@
3431 <context-group name="null"> 3359 <context-group name="null">
3432 <context context-type="linenumber">18</context> 3360 <context context-type="linenumber">18</context>
3433 </context-group> 3361 </context-group>
3434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 3362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3435 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3363 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3436 <source>Update this comment</source> 3364 <source>Update this comment</source>
3437 <target>Ενημέρωση του σχολίου</target> 3365 <target>Ενημέρωση του σχολίου</target>
3438 <context-group name="null"> 3366 <context-group name="null">
3439 <context context-type="linenumber">26</context> 3367 <context context-type="linenumber">26</context>
3440 </context-group> 3368 </context-group>
3441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3442 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3370 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3443 <source>Reporter</source> 3371 <source>Reporter</source>
3444 <target>Αναφέρθηκε από</target> 3372 <target>Αναφέρθηκε από</target>
3445 <context-group name="null"> 3373 <context-group name="null">
3446 <context context-type="linenumber">8</context> 3374 <context context-type="linenumber">8</context>
3447 </context-group> 3375 </context-group>
3448 <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">8</context></context-group></trans-unit> 3376 <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">10</context></context-group></trans-unit>
3449 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3377 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3450 <source>Video</source> 3378 <source>Video</source>
3451 <target>Βίντεο</target> 3379 <target>Βίντεο</target>
3452 <context-group name="null"> 3380 <context-group name="null">
3453 <context context-type="linenumber">9</context> 3381 <context context-type="linenumber">9</context>
3454 </context-group> 3382 </context-group>
3455 <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">10</context></context-group><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">14</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">9</context></context-group></trans-unit> 3383 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3384 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3385 <context-group purpose="location">
3386 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3387 <context context-type="linenumber">46</context>
3388 </context-group>
3389 </trans-unit>
3456 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3390 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3457 <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> 3391 <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>
3458 <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> 3392 <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>
3459 <context-group name="null"> 3393 <context-group name="null">
3460 <context context-type="linenumber">11</context> 3394 <context context-type="linenumber">11</context>
3461 </context-group> 3395 </context-group>
3462 <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><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><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></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3396 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3463 <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><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> 3397 <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><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>
3464 <context-group purpose="location"> 3398 <context-group purpose="location">
3465 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3399 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3472,56 +3406,96 @@
3472 <context-group name="null"> 3406 <context-group name="null">
3473 <context context-type="linenumber">27</context> 3407 <context context-type="linenumber">27</context>
3474 </context-group> 3408 </context-group>
3475 <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">25</context></context-group><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">27</context></context-group></trans-unit> 3409 <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">27</context></context-group></trans-unit>
3476 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3410 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
3477 <source>Reason:</source> 3411 <source>Reason:</source>
3478 <target>Λόγος:</target> 3412 <target>Λόγος:</target>
3479 <context-group name="null"> 3413 <context-group name="null">
3480 <context context-type="linenumber">53</context> 3414 <context context-type="linenumber">53</context>
3481 </context-group> 3415 </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">53</context></context-group></trans-unit> 3416 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3483 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 3417 <source>Note:</source><target state="new">Note:</target>
3484 <source>Moderation comment:</source> 3418 <context-group purpose="location">
3485 <target>Σχόλιο συντονισμού:</target> 3419 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3486 <context-group name="null"> 3420 <context context-type="linenumber">72</context>
3487 <context context-type="linenumber">57</context> 3421 </context-group>
3422 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3423 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3424 <context-group purpose="location">
3425 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3426 <context context-type="linenumber">5</context>
3488 </context-group> 3427 </context-group>
3489 <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">57</context></context-group></trans-unit> 3428 </trans-unit>
3429
3490 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3430 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3491 <source>Unblacklist</source> 3431 <source>Unblacklist</source>
3492 <target>Εκτός αναθεώρησης</target> 3432 <target>Εκτός αναθεώρησης</target>
3493 <context-group name="null"> 3433 <context-group name="null">
3494 <context context-type="linenumber">17</context> 3434 <context context-type="linenumber">17</context>
3495 </context-group> 3435 </context-group>
3496 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 3436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3437 <source>Mute domain</source><target state="new">Mute domain</target>
3438 <context-group purpose="location">
3439 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3440 <context context-type="linenumber">11</context>
3441 </context-group>
3442 </trans-unit>
3497 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3443 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3498 <source>Instance</source> 3444 <source>Instance</source>
3499 <target>Κόμβος</target> 3445 <target>Κόμβος</target>
3500 <context-group name="null"> 3446 <context-group name="null">
3501 <context context-type="linenumber">5</context> 3447 <context context-type="linenumber">5</context>
3502 </context-group> 3448 </context-group>
3503 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3449 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3504 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3450 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3505 <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> 3451 <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>
3506 <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> 3452 <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>
3507 <context-group name="null"> 3453 <context-group name="null">
3508 <context context-type="linenumber">13</context> 3454 <context context-type="linenumber">13</context>
3509 </context-group> 3455 </context-group>
3510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 3456 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3511 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 3457 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3512 <source>Unmute</source> 3458 <source>Unmute</source>
3513 <target>Εκτός σίγασης</target> 3459 <target>Εκτός σίγασης</target>
3514 <context-group name="null"> 3460 <context-group name="null">
3515 <context context-type="linenumber">23</context> 3461 <context context-type="linenumber">23</context>
3516 </context-group> 3462 </context-group>
3517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 3463 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3464 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3465 <context-group purpose="location">
3466 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3467 <context context-type="linenumber">5</context>
3468 </context-group>
3469 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3470 <source>
3471 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3472 </source><target state="new">
3473 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3474 </target>
3475 <context-group purpose="location">
3476 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3477 <context context-type="linenumber">37</context>
3478 </context-group>
3479 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3480 <source>Mute domains</source><target state="new">Mute domains</target>
3481 <context-group purpose="location">
3482 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3483 <context context-type="linenumber">35</context>
3484 </context-group>
3485 </trans-unit>
3518 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 3486 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3519 <source>Account</source> 3487 <source>Account</source>
3520 <target>Λογαριασμός</target> 3488 <target>Λογαριασμός</target>
3521 <context-group name="null"> 3489 <context-group name="null">
3522 <context context-type="linenumber">12</context> 3490 <context context-type="linenumber">12</context>
3523 </context-group> 3491 </context-group>
3524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3492 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3493 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3494 <context-group purpose="location">
3495 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3496 <context context-type="linenumber">5</context>
3497 </context-group>
3498 </trans-unit>
3525 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5"> 3499 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5">
3526 <source>Plugins/Themes</source> 3500 <source>Plugins/Themes</source>
3527 <target>Πρόσθετα/Θέματα</target> 3501 <target>Πρόσθετα/Θέματα</target>
@@ -3672,32 +3646,20 @@
3672 <context context-type="linenumber">9</context> 3646 <context context-type="linenumber">9</context>
3673 </context-group> 3647 </context-group>
3674 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 3648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3675 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 3649 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3676 <source>Jobs list</source>
3677 <target>Λίστα εργασιών</target>
3678 <context-group name="null">
3679 <context context-type="linenumber">2</context>
3680 </context-group>
3681 <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">
3682 <source>Job type</source><target state="new">Job type</target> 3650 <source>Job type</source><target state="new">Job type</target>
3683 <context-group purpose="location"> 3651
3684 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3685 <context context-type="linenumber">5</context>
3686 </context-group>
3687 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3688 <source>Job state</source><target state="new">Job state</target> 3653 <source>Job state</source><target state="new">Job state</target>
3689 <context-group purpose="location"> 3654
3690 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3655 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3691 <context context-type="linenumber">14</context>
3692 </context-group>
3693 </trans-unit>
3694 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3656 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3695 <source>Type</source> 3657 <source>Type</source>
3696 <target>Τύπος</target> 3658 <target>Τύπος</target>
3697 <context-group name="null"> 3659 <context-group name="null">
3698 <context context-type="linenumber">19</context> 3660 <context context-type="linenumber">19</context>
3699 </context-group> 3661 </context-group>
3700 <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> 3662 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
3701 3663
3702 3664
3703 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 3665 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
@@ -3745,43 +3707,25 @@
3745 <context-group name="null"> 3707 <context-group name="null">
3746 <context context-type="linenumber">33</context> 3708 <context context-type="linenumber">33</context>
3747 </context-group> 3709 </context-group>
3748 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 3710 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
3749 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 3711 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
3750 <context-group purpose="location"> 3712
3751 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3713 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3752 <context context-type="linenumber">46</context>
3753 </context-group>
3754 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3755 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 3714 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
3756 <context-group purpose="location"> 3715
3757 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3716 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3758 <context context-type="linenumber">43</context>
3759 </context-group>
3760 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3761 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 3717 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
3762 <context-group purpose="location"> 3718
3763 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3719 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3764 <context context-type="linenumber">57</context>
3765 </context-group>
3766 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3767 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 3720 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
3768 <context-group purpose="location"> 3721
3769 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3722 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3770 <context context-type="linenumber">54</context>
3771 </context-group>
3772 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3773 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 3723 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
3774 <context-group purpose="location"> 3724
3775 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3725 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3776 <context context-type="linenumber">68</context>
3777 </context-group>
3778 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3779 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 3726 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
3780 <context-group purpose="location"> 3727
3781 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3728 <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">66</context></context-group></trans-unit><trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3782 <context context-type="linenumber">65</context>
3783 </context-group>
3784 </trans-unit><trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3785 <source>Main languages you/your moderators speak</source><target state="new">Main languages you/your moderators speak</target> 3729 <source>Main languages you/your moderators speak</source><target state="new">Main languages you/your moderators speak</target>
3786 3730
3787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" 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">59</context></context-group></trans-unit><trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html">
@@ -3827,96 +3771,93 @@
3827 <context-group name="null"> 3771 <context-group name="null">
3828 <context context-type="linenumber">14</context> 3772 <context context-type="linenumber">14</context>
3829 </context-group> 3773 </context-group>
3830 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 3774 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
3831 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 3775 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
3832 <source>Blur thumbnails</source> 3776 <source>Blur thumbnails</source>
3833 <target>Θόλωμα μικρογραφιών</target> 3777 <target>Θόλωμα μικρογραφιών</target>
3834 <context-group name="null"> 3778 <context-group name="null">
3835 <context context-type="linenumber">15</context> 3779 <context context-type="linenumber">15</context>
3836 </context-group> 3780 </context-group>
3837 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 3781 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
3838 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 3782 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
3839 <source>Display</source> 3783 <source>Display</source>
3840 <target>Εμφάνιση</target> 3784 <target>Εμφάνιση</target>
3841 <context-group name="null"> 3785 <context-group name="null">
3842 <context context-type="linenumber">16</context> 3786 <context context-type="linenumber">16</context>
3843 </context-group> 3787 </context-group>
3844 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3788 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3845 <source>Strategy</source><target state="new">Strategy</target> 3789 <source>Strategy</source><target state="new">Strategy</target>
3846 <context-group purpose="location"> 3790
3847 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3791 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3848 <context context-type="linenumber">22</context>
3849 </context-group>
3850 </trans-unit>
3851 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 3792 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
3852 <source>Terms</source> 3793 <source>Terms</source>
3853 <target>Όροι</target> 3794 <target>Όροι</target>
3854 <context-group name="null"> 3795 <context-group name="null">
3855 <context context-type="linenumber">88</context> 3796 <context context-type="linenumber">88</context>
3856 </context-group> 3797 </context-group>
3857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 3798 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
3858 <source>Code of conduct</source><target state="new">Code of conduct</target> 3799 <source>Code of conduct</source><target state="new">Code of conduct</target>
3859 3800
3860 3801
3861 3802
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">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" 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">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
3863 <source>Moderation information</source><target state="new">Moderation information</target> 3804 <source>Moderation information</source><target state="new">Moderation information</target>
3864 3805
3865 3806
3866 3807
3867 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 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">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
3868 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 3809 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
3869 3810
3870 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 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">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
3871 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 3812 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
3872 3813
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">153</context></context-group></trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 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">154</context></context-group></trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
3874 <source>Who is behind the instance?</source><target state="new">Who is behind the instance?</target> 3815 <source>Who is behind the instance?</source><target state="new">Who is behind the instance?</target>
3875 3816
3876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 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">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
3877 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 3818 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target>
3878 3819
3879 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 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">161</context></context-group></trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
3880 <source>Why did you create this instance?</source><target state="new">Why did you create this instance?</target> 3821 <source>Why did you create this instance?</source><target state="new">Why did you create this instance?</target>
3881 3822
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">171</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 3823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
3883 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 3824 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
3884 3825
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">172</context></context-group></trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 3826 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
3886 <source>How long do you plan to maintain this instance?</source><target state="new">How long do you plan to maintain this instance?</target> 3827 <source>How long do you plan to maintain this instance?</source><target state="new">How long do you plan to maintain this instance?</target>
3887 3828
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">182</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 3829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
3889 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 3830 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target>
3890 3831
3891 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 3832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
3892 <source>How will you finance the PeerTube server?</source><target state="new">How will you finance the PeerTube server?</target> 3833 <source>How will you finance the PeerTube server?</source><target state="new">How will you finance the PeerTube server?</target>
3893 3834
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">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 3835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
3895 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 3836 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
3896 3837
3897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 3838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
3898 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 3839 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
3899 3840
3900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 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">209</context></context-group></trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
3901 <source>What server/hardware does the instance run on?</source><target state="new">What server/hardware does the instance run on?</target> 3842 <source>What server/hardware does the instance run on?</source><target state="new">What server/hardware does the instance run on?</target>
3902 3843
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">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 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">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
3904 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 3845 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
3905 3846
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">215</context></context-group></trans-unit><trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" 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">216</context></context-group></trans-unit><trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
3907 <source>Instance information</source><target state="new">Instance information</target> 3848 <source>Instance information</source><target state="new">Instance information</target>
3908 3849
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">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" 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">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
3910 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 3851 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
3911 3852
3912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" 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">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
3913 <source> 3854 <source>
3914 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3855 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3915 </source><target state="new"> 3856 </source><target state="new">
3916 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3857 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3917 </target> 3858 </target>
3918 3859
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">240</context></context-group></trans-unit> 3860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit>
3920 3861
3921 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb"> 3862 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb">
3922 <source>default</source> 3863 <source>default</source>
@@ -3924,40 +3865,40 @@
3924 <context-group name="null"> 3865 <context-group name="null">
3925 <context context-type="linenumber">206</context> 3866 <context context-type="linenumber">206</context>
3926 </context-group> 3867 </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">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 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">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
3928 <source>Landing page</source><target state="new">Landing page</target> 3869 <source>Landing page</source><target state="new">Landing page</target>
3929 3870
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">262</context></context-group></trans-unit> 3871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit>
3931 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 3872 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
3932 <source>Discover videos</source><target state="new">Discover videos</target> 3873 <source>Discover videos</source><target state="new">Discover videos</target>
3933 3874
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">265</context></context-group></trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" 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">266</context></context-group></trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
3935 <source>Trending videos</source><target state="new">Trending videos</target> 3876 <source>Trending videos</source><target state="new">Trending videos</target>
3936 3877
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">266</context></context-group></trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 3878 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
3938 <source>Most liked videos</source><target state="new">Most liked videos</target> 3879 <source>Most liked videos</source><target state="new">Most liked videos</target>
3939 3880
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">267</context></context-group></trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 3881 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
3941 <source>Recently added videos</source><target state="new">Recently added videos</target> 3882 <source>Recently added videos</source><target state="new">Recently added videos</target>
3942 3883
3943 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit> 3884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit>
3944 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 3885 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
3945 <source>Local videos</source> 3886 <source>Local videos</source>
3946 <target>Τοπικά βίντεο</target> 3887 <target>Τοπικά βίντεο</target>
3947 <context-group name="null"> 3888 <context-group name="null">
3948 <context context-type="linenumber">223</context> 3889 <context context-type="linenumber">223</context>
3949 </context-group> 3890 </context-group>
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">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 3891 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
3951 <source>NEW USERS</source><target state="new">NEW USERS</target> 3892 <source>NEW USERS</source><target state="new">NEW USERS</target>
3952 3893
3953 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
3954 <source> 3895 <source>
3955 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3896 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
3956 </source><target state="new"> 3897 </source><target state="new">
3957 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3898 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
3958 </target> 3899 </target>
3959 3900
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">281</context></context-group></trans-unit> 3901 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit>
3961 3902
3962 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 3903 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
3963 <source>Signup enabled</source> 3904 <source>Signup enabled</source>
@@ -3965,21 +3906,21 @@
3965 <context-group name="null"> 3906 <context-group name="null">
3966 <context context-type="linenumber">235</context> 3907 <context context-type="linenumber">235</context>
3967 </context-group> 3908 </context-group>
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">292</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">293</context></context-group></trans-unit>
3969 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 3910 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
3970 <source>Signup requires email verification</source> 3911 <source>Signup requires email verification</source>
3971 <target>Η εγγραφή απαιτεί επιβεβαίωση του e-mail</target> 3912 <target>Η εγγραφή απαιτεί επιβεβαίωση του e-mail</target>
3972 <context-group name="null"> 3913 <context-group name="null">
3973 <context context-type="linenumber">242</context> 3914 <context context-type="linenumber">242</context>
3974 </context-group> 3915 </context-group>
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">300</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">301</context></context-group></trans-unit>
3976 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 3917 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
3977 <source>Signup limit</source> 3918 <source>Signup limit</source>
3978 <target>Όριο εγγραφών</target> 3919 <target>Όριο εγγραφών</target>
3979 <context-group name="null"> 3920 <context-group name="null">
3980 <context context-type="linenumber">247</context> 3921 <context context-type="linenumber">247</context>
3981 </context-group> 3922 </context-group>
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">304</context></context-group></trans-unit> 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">305</context></context-group></trans-unit>
3983 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 3924 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
3984 <source>Users</source> 3925 <source>Users</source>
3985 <target>Χρήστες</target> 3926 <target>Χρήστες</target>
@@ -4065,64 +4006,77 @@
4065 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 4006 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4066 <source>Default video quota per user</source><target state="new">Default video quota per user</target> 4007 <source>Default video quota per user</source><target state="new">Default video quota per user</target>
4067 4008
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">319</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" 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">320</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4069 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target> 4010 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target>
4070 4011
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">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" 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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4072 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4013 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4073 4014
4074 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4015 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4075 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4016 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4076 4017
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">359</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4018 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4078 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target> 4019 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target>
4079 4020
4080 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">366</context></context-group></trans-unit> 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">367</context></context-group></trans-unit>
4081 4022
4082 4023
4083 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4024 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4084 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4025 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4085 4026
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">383</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4027 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4087 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 4028 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
4088 4029
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">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4090 <source>FEDERATION</source><target state="new">FEDERATION</target> 4031 <source>FEDERATION</source><target state="new">FEDERATION</target>
4091 4032
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">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4093 <source> 4034 <source>
4094 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4035 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4095 </source><target state="new"> 4036 </source><target state="new">
4096 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4037 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4097 </target> 4038 </target>
4098 4039
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">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4040 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4100 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4041 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4101 4042
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">411</context></context-group></trans-unit> 4043 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit>
4103 4044
4104 4045
4105 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4046 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4106 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 4047 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
4107 4048
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">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4109 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4050 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4110 4051
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">431</context></context-group></trans-unit> 4052 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4053 <source>
4054 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4055 </source><target state="new">
4056 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4057 </target>
4058 <context-group purpose="location">
4059 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4060 <context context-type="linenumber">450</context>
4061 </context-group>
4062 </trans-unit>
4112 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4063 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4113 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4064 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4114 4065
4115 4066
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">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 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">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4117 <source>Index URL</source><target state="new">Index URL</target> 4068 <source>Index URL</source><target state="new">Index URL</target>
4118 4069
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">452</context></context-group></trans-unit><trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" 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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4120 <source>Automatically follow instances of the public index</source><target state="new">Automatically follow instances of the public index</target> 4071 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4121 4072 <context-group purpose="location">
4122 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4073 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4074 <context context-type="linenumber">445</context>
4075 </context-group>
4076 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4123 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4077 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4124 4078
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">472</context></context-group></trans-unit> 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">477</context></context-group></trans-unit>
4126 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4080 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4127 <source>Administrator</source> 4081 <source>Administrator</source>
4128 <target>Διαχειριστής</target> 4082 <target>Διαχειριστής</target>
@@ -4136,31 +4090,31 @@
4136 <context-group name="null"> 4090 <context-group name="null">
4137 <context context-type="linenumber">387</context> 4091 <context context-type="linenumber">387</context>
4138 </context-group> 4092 </context-group>
4139 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group></trans-unit> 4093 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit>
4140 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4094 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4141 <source>Enable contact form</source> 4095 <source>Enable contact form</source>
4142 <target>Ενεργοποίηση φόρμας επικοινωνίας</target> 4096 <target>Ενεργοποίηση φόρμας επικοινωνίας</target>
4143 <context-group name="null"> 4097 <context-group name="null">
4144 <context context-type="linenumber">398</context> 4098 <context context-type="linenumber">398</context>
4145 </context-group> 4099 </context-group>
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">489</context></context-group></trans-unit> 4100 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit>
4147 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4101 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4148 <source>Basic configuration</source> 4102 <source>Basic configuration</source>
4149 <target>Βασικές ρυθμίσεις</target> 4103 <target>Βασικές ρυθμίσεις</target>
4150 <context-group name="null"> 4104 <context-group name="null">
4151 <context context-type="linenumber">195</context> 4105 <context context-type="linenumber">195</context>
4152 </context-group> 4106 </context-group>
4153 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4154 <source>TWITTER</source><target state="new">TWITTER</target> 4108 <source>TWITTER</source><target state="new">TWITTER</target>
4155 4109
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">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4157 <source> 4111 <source>
4158 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4112 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4159 </source><target state="new"> 4113 </source><target state="new">
4160 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4114 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4161 </target> 4115 </target>
4162 4116
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">507</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">512</context></context-group></trans-unit>
4164 4118
4165 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4119 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4166 <source>Your Twitter username</source> 4120 <source>Your Twitter username</source>
@@ -4168,7 +4122,7 @@
4168 <context-group name="null"> 4122 <context-group name="null">
4169 <context context-type="linenumber">413</context> 4123 <context context-type="linenumber">413</context>
4170 </context-group> 4124 </context-group>
4171 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</context></context-group></trans-unit> 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">523</context></context-group></trans-unit>
4172 4126
4173 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4127 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4174 <source>Instance whitelisted by Twitter</source> 4128 <source>Instance whitelisted by Twitter</source>
@@ -4176,7 +4130,7 @@
4176 <context-group name="null"> 4130 <context-group name="null">
4177 <context context-type="linenumber">431</context> 4131 <context context-type="linenumber">431</context>
4178 </context-group> 4132 </context-group>
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">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4180 <source> 4134 <source>
4181 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/>"/> 4135 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/>"/>
4182 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/>"/> 4136 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/>"/>
@@ -4191,17 +4145,17 @@
4191 to see if you instance is whitelisted. 4145 to see if you instance is whitelisted.
4192 </target> 4146 </target>
4193 4147
4194 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</context></context-group></trans-unit> 4148 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit>
4195 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4149 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4196 <source>Services</source> 4150 <source>Services</source>
4197 <target>Υπηρεσίες</target> 4151 <target>Υπηρεσίες</target>
4198 <context-group name="null"> 4152 <context-group name="null">
4199 <context context-type="linenumber">405</context> 4153 <context context-type="linenumber">405</context>
4200 </context-group> 4154 </context-group>
4201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4155 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4202 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4156 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4203 4157
4204 <context-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="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4158 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4205 <source> 4159 <source>
4206 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4160 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4207 resources, this is a critical part of PeerTube, so tread carefully. 4161 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4210,7 +4164,7 @@
4210 resources, this is a critical part of PeerTube, so tread carefully. 4164 resources, this is a critical part of PeerTube, so tread carefully.
4211 </target> 4165 </target>
4212 4166
4213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group></trans-unit> 4167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit>
4214 4168
4215 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4169 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4216 <source>Transcoding enabled</source> 4170 <source>Transcoding enabled</source>
@@ -4218,33 +4172,27 @@
4218 <context-group name="null"> 4172 <context-group name="null">
4219 <context context-type="linenumber">461</context> 4173 <context context-type="linenumber">461</context>
4220 </context-group> 4174 </context-group>
4221 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></trans-unit> 4175 <context-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>
4222 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4176 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4223 <source>If you disable transcoding, many videos from your users will not work!</source> 4177 <source>If you disable transcoding, many videos from your users will not work!</source>
4224 <target>Αν απενεργοποιήσετε την επανακωδικοποίηση, πολλά βίντεο είναι πιθανό να μη λειτουργούν!</target> 4178 <target>Αν απενεργοποιήσετε την επανακωδικοποίηση, πολλά βίντεο είναι πιθανό να μη λειτουργούν!</target>
4225 <context-group name="null"> 4179 <context-group name="null">
4226 <context context-type="linenumber">465</context> 4180 <context context-type="linenumber">465</context>
4227 </context-group> 4181 </context-group>
4228 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" 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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4229 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4183 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4230 <context-group purpose="location"> 4184
4231 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4185 <context-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>
4232 <context context-type="linenumber">589</context>
4233 </context-group>
4234 </trans-unit>
4235 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4186 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4236 <source>Allow additional extensions</source> 4187 <source>Allow additional extensions</source>
4237 <target>Επιτρέπονται επιπλέον επεκτάσεις αρχείων</target> 4188 <target>Επιτρέπονται επιπλέον επεκτάσεις αρχείων</target>
4238 <context-group name="null"> 4189 <context-group name="null">
4239 <context context-type="linenumber">475</context> 4190 <context context-type="linenumber">475</context>
4240 </context-group> 4191 </context-group>
4241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" 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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4242 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4193 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4243 <context-group purpose="location"> 4194
4244 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">605</context></context-group></trans-unit>
4245 <context context-type="linenumber">600</context>
4246 </context-group>
4247 </trans-unit>
4248 4196
4249 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 4197 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
4250 <source>Allow audio files upload</source> 4198 <source>Allow audio files upload</source>
@@ -4252,7 +4200,7 @@
4252 <context-group name="null"> 4200 <context-group name="null">
4253 <context context-type="linenumber">486</context> 4201 <context context-type="linenumber">486</context>
4254 </context-group> 4202 </context-group>
4255 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4256 <source> 4204 <source>
4257 <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>"/> 4205 <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>"/>
4258 4206
@@ -4270,14 +4218,11 @@
4270 4218
4271 <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>"/> 4219 <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>"/>
4272 </target> 4220 </target>
4273 <context-group purpose="location"> 4221
4274 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4222 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4275 <context context-type="linenumber">612</context>
4276 </context-group>
4277 </trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4278 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 4223 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
4279 4224
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">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4225 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4281 <source> 4226 <source>
4282 <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>"/> 4227 <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>"/>
4283 4228
@@ -4301,54 +4246,51 @@
4301 4246
4302 <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>"/> 4247 <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>"/>
4303 </target> 4248 </target>
4304 <context-group purpose="location"> 4249
4305 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4306 <context context-type="linenumber">633</context>
4307 </context-group>
4308 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4309 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 4251 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
4310 4252
4311 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group></trans-unit> 4253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
4312 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4254 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4313 <source>Transcoding threads</source> 4255 <source>Transcoding threads</source>
4314 <target>Νήματα επανακωδικοποίησης</target> 4256 <target>Νήματα επανακωδικοποίησης</target>
4315 <context-group name="null"> 4257 <context-group name="null">
4316 <context context-type="linenumber">517</context> 4258 <context context-type="linenumber">517</context>
4317 </context-group> 4259 </context-group>
4318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4319 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4261 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4320 4262
4321 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group></trans-unit> 4263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
4322 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4264 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4323 <source>CACHE</source><target state="new">CACHE</target> 4265 <source>CACHE</source><target state="new">CACHE</target>
4324 4266
4325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4326 <source> 4268 <source>
4327 Some files are not federated, and fetched when necessary. Define their caching policies. 4269 Some files are not federated, and fetched when necessary. Define their caching policies.
4328 </source><target state="new"> 4270 </source><target state="new">
4329 Some files are not federated, and fetched when necessary. Define their caching policies. 4271 Some files are not federated, and fetched when necessary. Define their caching policies.
4330 </target> 4272 </target>
4331 4273
4332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4333 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4275 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4334 4276
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">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4336 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4278 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4337 4279
4338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</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">718</context></context-group></trans-unit>
4339 4281
4340 4282
4341 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4283 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4342 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4284 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4343 4285
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">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4345 <source> 4287 <source>
4346 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4288 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4347 </source><target state="new"> 4289 </source><target state="new">
4348 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4290 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4349 </target> 4291 </target>
4350 4292
4351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit> 4293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
4352 4294
4353 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4295 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4354 <source>JavaScript</source> 4296 <source>JavaScript</source>
@@ -4356,14 +4298,14 @@
4356 <context-group name="null"> 4298 <context-group name="null">
4357 <context context-type="linenumber">575</context> 4299 <context context-type="linenumber">575</context>
4358 </context-group> 4300 </context-group>
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">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" 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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4360 <source> 4302 <source>
4361 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>"/> 4303 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>"/>
4362 </source><target state="new"> 4304 </source><target state="new">
4363 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>"/> 4305 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>"/>
4364 </target> 4306 </target>
4365 4307
4366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4308 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4367 <source> 4309 <source>
4368 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/>"/> 4310 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/>"/>
4369 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4311 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4388,24 +4330,24 @@
4388 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4330 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4389 </target> 4331 </target>
4390 4332
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">765</context></context-group></trans-unit> 4333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
4392 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4334 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4393 <source>Advanced configuration</source> 4335 <source>Advanced configuration</source>
4394 <target>Ρυθμίσεις για προχωρημένους</target> 4336 <target>Ρυθμίσεις για προχωρημένους</target>
4395 <context-group name="null"> 4337 <context-group name="null">
4396 <context context-type="linenumber">452</context> 4338 <context context-type="linenumber">452</context>
4397 </context-group> 4339 </context-group>
4398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group></trans-unit> 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">559</context></context-group></trans-unit>
4399 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 4341 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
4400 <source>Update configuration</source> 4342 <source>Update configuration</source>
4401 <target>Ενημέρωση ρυθμίσεων</target> 4343 <target>Ενημέρωση ρυθμίσεων</target>
4402 <context-group name="null"> 4344 <context-group name="null">
4403 <context context-type="linenumber">628</context> 4345 <context context-type="linenumber">628</context>
4404 </context-group> 4346 </context-group>
4405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4406 <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> 4348 <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>
4407 4349
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">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4409 <source>PROFILE</source><target state="new">PROFILE</target> 4351 <source>PROFILE</source><target state="new">PROFILE</target>
4410 <context-group purpose="location"> 4352 <context-group purpose="location">
4411 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4353 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4545,19 +4487,23 @@
4545 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4487 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4546 <context context-type="linenumber">6</context> 4488 <context context-type="linenumber">6</context>
4547 </context-group> 4489 </context-group>
4548 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 4490 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
4549 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target> 4491 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
4550 <context-group purpose="location"> 4492 <context-group purpose="location">
4551 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4493 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4552 <context context-type="linenumber">22</context> 4494 <context context-type="linenumber">14</context>
4553 </context-group> 4495 </context-group>
4554 </trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
4555 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
4556 <context-group purpose="location"> 4496 <context-group purpose="location">
4557 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4497 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4558 <context context-type="linenumber">25</context> 4498 <context context-type="linenumber">111</context>
4559 </context-group> 4499 </context-group>
4560 </trans-unit> 4500 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
4501 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target>
4502
4503 <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">23</context></context-group></trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
4504 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
4505
4506 <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">26</context></context-group></trans-unit>
4561 4507
4562 4508
4563 4509
@@ -4619,21 +4565,21 @@
4619 <context-group name="null"> 4565 <context-group name="null">
4620 <context context-type="linenumber">3</context> 4566 <context context-type="linenumber">3</context>
4621 </context-group> 4567 </context-group>
4622 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 4568 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
4623 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808"> 4569 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808">
4624 <source>instance default</source> 4570 <source>instance default</source>
4625 <target>προκαθορισμένο του κόμβου</target> 4571 <target>προκαθορισμένο του κόμβου</target>
4626 <context-group name="null"> 4572 <context-group name="null">
4627 <context context-type="linenumber">7</context> 4573 <context context-type="linenumber">7</context>
4628 </context-group> 4574 </context-group>
4629 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 4575 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
4630 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d"> 4576 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d">
4631 <source>peertube default</source> 4577 <source>peertube default</source>
4632 <target>προκαθορισμένο του peertube</target> 4578 <target>προκαθορισμένο του peertube</target>
4633 <context-group name="null"> 4579 <context-group name="null">
4634 <context context-type="linenumber">8</context> 4580 <context context-type="linenumber">8</context>
4635 </context-group> 4581 </context-group>
4636 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit> 4582 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
4637 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 4583 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
4638 <source>Change ownership</source> 4584 <source>Change ownership</source>
4639 <target>Αλλαγή κατόχου</target> 4585 <target>Αλλαγή κατόχου</target>
@@ -4774,7 +4720,19 @@
4774 <context-group name="null"> 4720 <context-group name="null">
4775 <context context-type="linenumber">8</context> 4721 <context context-type="linenumber">8</context>
4776 </context-group> 4722 </context-group>
4777 <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">8</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 4723 <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">8</context></context-group></trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4724 <source>See the error</source><target state="new">See the error</target>
4725 <context-group purpose="location">
4726 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4727 <context context-type="linenumber">19</context>
4728 </context-group>
4729 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4730 <source>This video was deleted</source><target state="new">This video was deleted</target>
4731 <context-group purpose="location">
4732 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4733 <context context-type="linenumber">36</context>
4734 </context-group>
4735 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4778 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 4736 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
4779 <context-group purpose="location"> 4737 <context-group purpose="location">
4780 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 4738 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -5130,35 +5088,11 @@
5130 <context-group name="null"> 5088 <context-group name="null">
5131 <context context-type="linenumber">16</context> 5089 <context context-type="linenumber">16</context>
5132 </context-group> 5090 </context-group>
5133 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5091 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5134 <source>Creators</source><target state="new">Creators</target>
5135 <context-group purpose="location">
5136 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5137 <context context-type="linenumber">162</context>
5138 </context-group>
5139 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5140 <source>Creator guide</source><target state="new">Creator guide</target>
5141 <context-group purpose="location">
5142 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5143 <context context-type="linenumber">162</context>
5144 </context-group>
5145 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5146 <source>Contributors</source><target state="new">Contributors</target>
5147 <context-group purpose="location">
5148 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5149 <context context-type="linenumber">163</context>
5150 </context-group>
5151 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5152 <source>PeerTube license</source><target state="new">PeerTube license</target> 5092 <source>PeerTube license</source><target state="new">PeerTube license</target>
5153 <context-group purpose="location"> 5093
5154 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5094
5155 <context context-type="linenumber">163</context> 5095 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5156 </context-group>
5157 <context-group purpose="location">
5158 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5159 <context context-type="linenumber">175</context>
5160 </context-group>
5161 </trans-unit>
5162 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 5096 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5163 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5097 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5164 <target>Εγγραφή στο <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5098 <target>Εγγραφή στο <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6016,6 +5950,30 @@
6016 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5950 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6017 <context context-type="linenumber">1</context> 5951 <context context-type="linenumber">1</context>
6018 </context-group> 5952 </context-group>
5953 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
5954 <source>Process domains</source><target state="new">Process domains</target>
5955 <context-group purpose="location">
5956 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
5957 <context context-type="linenumber">1</context>
5958 </context-group>
5959 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
5960 <source>Domain is required.</source><target state="new">Domain is required.</target>
5961 <context-group purpose="location">
5962 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5963 <context context-type="linenumber">1</context>
5964 </context-group>
5965 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
5966 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
5967 <context-group purpose="location">
5968 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5969 <context context-type="linenumber">1</context>
5970 </context-group>
5971 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
5972 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
5973 <context-group purpose="location">
5974 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5975 <context context-type="linenumber">1</context>
5976 </context-group>
6019 </trans-unit> 5977 </trans-unit>
6020 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 5978 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6021 <source>Unlimited</source> 5979 <source>Unlimited</source>
@@ -6023,7 +5981,17 @@
6023 <context-group name="null"> 5981 <context-group name="null">
6024 <context context-type="linenumber">1</context> 5982 <context context-type="linenumber">1</context>
6025 </context-group> 5983 </context-group>
6026 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
5985 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
5986 <context-group purpose="location">
5987 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5988 <context context-type="linenumber">1</context>
5989 </context-group>
5990 <context-group purpose="location">
5991 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5992 <context context-type="linenumber">1</context>
5993 </context-group>
5994 </trans-unit>
6027 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a"> 5995 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
6028 <source>100MB</source> 5996 <source>100MB</source>
6029 <target>100MB</target> 5997 <target>100MB</target>
@@ -6135,42 +6103,18 @@
6135 <context-group name="null"> 6103 <context-group name="null">
6136 <context context-type="linenumber">1</context> 6104 <context context-type="linenumber">1</context>
6137 </context-group> 6105 </context-group>
6138 <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></trans-unit> 6106 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6139 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df"> 6107
6140 <source>You need to specify hosts to follow.</source> 6108
6141 <target>Πρέπει να ορίσετε κόμβους για να ακολουθήσετε.</target> 6109
6142 <context-group name="null"> 6110
6143 <context context-type="linenumber">1</context>
6144 </context-group>
6145 <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></trans-unit>
6146 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
6147 <source>Hosts need to be unique.</source>
6148 <target>Οι κόμβοι πρέπει να είναι μοναδικοί.</target>
6149 <context-group name="null">
6150 <context context-type="linenumber">1</context>
6151 </context-group>
6152 <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></trans-unit>
6153 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
6154 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6155 <target>Αν επιβεβαιώσετε, θα σταλεί αίτημα ακολούθησης στο:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6156 <context-group name="null">
6157 <context context-type="linenumber">1</context>
6158 </context-group>
6159 <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></trans-unit>
6160 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
6161 <source>Follow new server(s)</source>
6162 <target>Ακολουθήστε νέους σέρβερ.</target>
6163 <context-group name="null">
6164 <context context-type="linenumber">1</context>
6165 </context-group>
6166 <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></trans-unit>
6167 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 6111 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
6168 <source>Follow request(s) sent!</source> 6112 <source>Follow request(s) sent!</source>
6169 <target>Τα αιτήματα ακολούθησης στάλθηκαν!</target> 6113 <target>Τα αιτήματα ακολούθησης στάλθηκαν!</target>
6170 <context-group name="null"> 6114 <context-group name="null">
6171 <context context-type="linenumber">1</context> 6115 <context context-type="linenumber">1</context>
6172 </context-group> 6116 </context-group>
6173 <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></trans-unit> 6117 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6174 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 6118 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
6175 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6119 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6176 <target>Θέλετε πραγματικά να σταματήσετε να ακολουθείτε το <x id="INTERPOLATION" equiv-text="{{host}}"/>;</target> 6120 <target>Θέλετε πραγματικά να σταματήσετε να ακολουθείτε το <x id="INTERPOLATION" equiv-text="{{host}}"/>;</target>
@@ -6256,28 +6200,46 @@
6256 <context-group name="null"> 6200 <context-group name="null">
6257 <context context-type="linenumber">1</context> 6201 <context context-type="linenumber">1</context>
6258 </context-group> 6202 </context-group>
6259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6204 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6205 <context-group purpose="location">
6206 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6207 <context context-type="linenumber">1</context>
6208 </context-group>
6209 </trans-unit>
6260 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 6210 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
6261 <source>Comment updated.</source> 6211 <source>Comment updated.</source>
6262 <target>Το σχόλιο ενημερώθηκε.</target> 6212 <target>Το σχόλιο ενημερώθηκε.</target>
6263 <context-group name="null"> 6213 <context-group name="null">
6264 <context context-type="linenumber">1</context> 6214 <context context-type="linenumber">1</context>
6265 </context-group> 6215 </context-group>
6266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6216 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
6267 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978"> 6217 <source>Internal actions</source><target state="new">Internal actions</target>
6268 <source>Delete this report</source> 6218 <context-group purpose="location">
6269 <target>Διαγραφή της αναφοράς</target> 6219 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6270 <context-group name="null">
6271 <context context-type="linenumber">1</context> 6220 <context context-type="linenumber">1</context>
6272 </context-group> 6221 </context-group>
6273 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6222 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
6274 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321"> 6223 <source>Delete report</source><target state="new">Delete report</target>
6275 <source>Update moderation comment</source> 6224 <context-group purpose="location">
6276 <target>Ενημέρωση σχολίου συντονισμού</target> 6225 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6277 <context-group name="null">
6278 <context context-type="linenumber">1</context> 6226 <context context-type="linenumber">1</context>
6279 </context-group> 6227 </context-group>
6280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6228 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6229 <source>Add note</source><target state="new">Add note</target>
6230 <context-group purpose="location">
6231 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6232 <context context-type="linenumber">1</context>
6233 </context-group>
6234 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6235 <source>Update note</source><target state="new">Update note</target>
6236 <context-group purpose="location">
6237 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6238 <context context-type="linenumber">1</context>
6239 </context-group>
6240 </trans-unit>
6241
6242
6281 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3"> 6243 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
6282 <source>Mark as accepted</source> 6244 <source>Mark as accepted</source>
6283 <target>Σήμανση αποδοχής</target> 6245 <target>Σήμανση αποδοχής</target>
@@ -6291,7 +6253,13 @@
6291 <context-group name="null"> 6253 <context-group name="null">
6292 <context context-type="linenumber">1</context> 6254 <context context-type="linenumber">1</context>
6293 </context-group> 6255 </context-group>
6294 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
6257 <source>Actions for the video</source><target state="new">Actions for the video</target>
6258 <context-group purpose="location">
6259 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6260 <context context-type="linenumber">1</context>
6261 </context-group>
6262 </trans-unit>
6295 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599"> 6263 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
6296 <source>Do you really want to delete this abuse report?</source> 6264 <source>Do you really want to delete this abuse report?</source>
6297 <target>Θέλετε πράγματι να διαγράψετε την αναφορά παραβίασης;</target> 6265 <target>Θέλετε πράγματι να διαγράψετε την αναφορά παραβίασης;</target>
@@ -7056,11 +7024,8 @@
7056 </context-group> 7024 </context-group>
7057 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7025 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7058 <source>max size</source><target state="new">max size</target> 7026 <source>max size</source><target state="new">max size</target>
7059 <context-group purpose="location"> 7027
7060 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7028 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7061 <context context-type="linenumber">1</context>
7062 </context-group>
7063 </trans-unit>
7064 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa"> 7029 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa">
7065 <source>Now please check your emails to verify your account and complete signup.</source> 7030 <source>Now please check your emails to verify your account and complete signup.</source>
7066 <target>Και τώρα δείτε το email σας για να επιβεβαιώσετε τον λογαριασμό σας και να ολοκληρώσετε την εγγραφή.</target> 7031 <target>Και τώρα δείτε το email σας για να επιβεβαιώσετε τον λογαριασμό σας και να ολοκληρώσετε την εγγραφή.</target>
@@ -7367,7 +7332,13 @@
7367 <context-group name="null"> 7332 <context-group name="null">
7368 <context context-type="linenumber">1</context> 7333 <context context-type="linenumber">1</context>
7369 </context-group> 7334 </context-group>
7370 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7335 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
7336 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
7337 <context-group purpose="location">
7338 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7339 <context context-type="linenumber">1</context>
7340 </context-group>
7341 </trans-unit>
7371 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 7342 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
7372 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 7343 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
7373 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> μήνες πριν</target> 7344 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> μήνες πριν</target>
@@ -7430,14 +7401,14 @@
7430 <context-group name="null"> 7401 <context-group name="null">
7431 <context context-type="linenumber">1</context> 7402 <context context-type="linenumber">1</context>
7432 </context-group> 7403 </context-group>
7433 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7404 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
7434 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 7405 <source>just now</source><target state="new">just now</target>
7435 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 7406 <context-group purpose="location">
7436 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> δ. πριν</target> 7407 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7437 <context-group name="null">
7438 <context context-type="linenumber">1</context> 7408 <context context-type="linenumber">1</context>
7439 </context-group> 7409 </context-group>
7440 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 7410 </trans-unit>
7411 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
7441 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 7412 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
7442 <context-group purpose="location"> 7413 <context-group purpose="location">
7443 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 7414 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
@@ -8872,7 +8843,7 @@
8872 <context-group name="null"> 8843 <context-group name="null">
8873 <context context-type="linenumber">1</context> 8844 <context context-type="linenumber">1</context>
8874 </context-group> 8845 </context-group>
8875 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 8846 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
8876 <source>Encoder</source><target state="new">Encoder</target> 8847 <source>Encoder</source><target state="new">Encoder</target>
8877 <context-group purpose="location"> 8848 <context-group purpose="location">
8878 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 8849 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -9111,14 +9082,14 @@
9111 <context-group name="null"> 9082 <context-group name="null">
9112 <context context-type="linenumber">1</context> 9083 <context context-type="linenumber">1</context>
9113 </context-group> 9084 </context-group>
9114 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 9085 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
9115 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 9086 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
9116 <source> The deletion will be sent to remote instances, so they remove the comment too.</source><target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target>
9117 <context-group purpose="location"> 9087 <context-group purpose="location">
9118 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 9088 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
9119 <context context-type="linenumber">1</context> 9089 <context context-type="linenumber">1</context>
9120 </context-group> 9090 </context-group>
9121 </trans-unit> 9091 </trans-unit>
9092
9122 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d"> 9093 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d">
9123 <source> It is a remote comment, so the deletion will only be effective on your instance.</source> 9094 <source> It is a remote comment, so the deletion will only be effective on your instance.</source>
9124 <target>Το σχόλιο έχει γίνει από άλλο κόμβο, επομένως η διαγραφή ισχύει μόνο για τον δικό σας.</target> 9095 <target>Το σχόλιο έχει γίνει από άλλο κόμβο, επομένως η διαγραφή ισχύει μόνο για τον δικό σας.</target>
diff --git a/client/src/locale/angular.en-GB.xlf b/client/src/locale/angular.en-GB.xlf
index e4f6775fd..47fdd44b5 100644
--- a/client/src/locale/angular.en-GB.xlf
+++ b/client/src/locale/angular.en-GB.xlf
@@ -617,7 +617,7 @@
617 </context-group> 617 </context-group>
618 618
619 619
620 <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><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> 620 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
621 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 621 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
622 <source>Private</source> 622 <source>Private</source>
623 <target>Private</target> 623 <target>Private</target>
@@ -627,10 +627,10 @@
627 627
628 628
629 629
630 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 630 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
631 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 631 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
632 632
633 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.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/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
634 634
635 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 635 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
636 <source>Blacklisted</source> 636 <source>Blacklisted</source>
@@ -639,14 +639,14 @@
639 <context context-type="linenumber">42</context> 639 <context context-type="linenumber">42</context>
640 </context-group> 640 </context-group>
641 641
642 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 642 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
643 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 643 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
644 <source>Sensitive</source> 644 <source>Sensitive</source>
645 <target state="new"> 645 <target state="new">
646 Sensitive 646 Sensitive
647 </target> 647 </target>
648 648
649 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 649 <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>
650 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 650 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
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 state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 652 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -705,7 +705,7 @@
705 705
706 706
707 707
708 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit> 708 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
709 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 709 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
710 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 710 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
711 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 711 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -753,7 +753,7 @@
753 753
754 754
755 755
756 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 756 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
757 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 757 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
758 <source>Truncated preview</source> 758 <source>Truncated preview</source>
759 <target>Truncated preview</target> 759 <target>Truncated preview</target>
@@ -953,7 +953,7 @@
953 953
954 954
955 955
956 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit> 956 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
957 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 957 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
958 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 958 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
959 <target>HTTP import (YouTube, Vimeo, direct URL...)</target> 959 <target>HTTP import (YouTube, Vimeo, direct URL...)</target>
@@ -1097,7 +1097,7 @@
1097 1097
1098 1098
1099 1099
1100 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1100 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1101 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1101 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1102 <source>Ban this user</source> 1102 <source>Ban this user</source>
1103 <target>Ban this user</target> 1103 <target>Ban this user</target>
@@ -1114,14 +1114,7 @@
1114 </context-group> 1114 </context-group>
1115 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group> 1115 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group>
1116 </trans-unit> 1116 </trans-unit>
1117 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 1117
1118 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1119 <target state="new">(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1120 <context-group purpose="location">
1121 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
1122 <context context-type="linenumber">12</context>
1123 </context-group>
1124 </trans-unit>
1125 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1118 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1126 <source>Login</source> 1119 <source>Login</source>
1127 <target> 1120 <target>
@@ -1262,7 +1255,7 @@
1262 1255
1263 1256
1264 1257
1265 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1258 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1266 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1259 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1267 <source>Email address</source> 1260 <source>Email address</source>
1268 <target>Email address</target> 1261 <target>Email address</target>
@@ -1660,15 +1653,9 @@
1660 </context-group> 1653 </context-group>
1661 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1654 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1662 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1655 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1663 <context-group purpose="location"> 1656
1664 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1657
1665 <context context-type="linenumber">36</context> 1658 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1666 </context-group>
1667 <context-group purpose="location">
1668 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1669 <context context-type="linenumber">158</context>
1670 </context-group>
1671 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1672 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1659 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1673 <context-group purpose="location"> 1660 <context-group purpose="location">
1674 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1661 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1703,41 +1690,26 @@
1703 <source>Help</source> 1690 <source>Help</source>
1704 <target state="new">Help</target> 1691 <target state="new">Help</target>
1705 1692
1706 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1693 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1707 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1694 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1708 <context-group purpose="location"> 1695
1709 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1696 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1710 <context context-type="linenumber">167</context>
1711 </context-group>
1712 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1713 <source>Shortcuts</source><target state="new">Shortcuts</target> 1697 <source>Shortcuts</source><target state="new">Shortcuts</target>
1714 <context-group purpose="location"> 1698
1715 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1699 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1716 <context context-type="linenumber">168</context>
1717 </context-group>
1718 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1719 <source> 1700 <source>
1720 powered by PeerTube 1701 powered by PeerTube
1721 </source><target state="new"> 1702 </source><target state="new">
1722 powered by PeerTube 1703 powered by PeerTube
1723 </target> 1704 </target>
1724 <context-group purpose="location"> 1705
1725 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1706 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1726 <context context-type="linenumber">172</context>
1727 </context-group>
1728 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1729 <source>PeerTube website</source><target state="new">PeerTube website</target> 1707 <source>PeerTube website</source><target state="new">PeerTube website</target>
1730 <context-group purpose="location"> 1708
1731 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1709 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1732 <context context-type="linenumber">172</context>
1733 </context-group>
1734 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1735 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1710 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1736 <context-group purpose="location"> 1711
1737 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1712 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1738 <context context-type="linenumber">171</context>
1739 </context-group>
1740 </trans-unit>
1741 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1713 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1742 <source>Log out</source> 1714 <source>Log out</source>
1743 <target state="new">Log out</target> 1715 <target state="new">Log out</target>
@@ -1846,17 +1818,8 @@
1846 1818
1847 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1819 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1848 <source>Contact</source><target state="new">Contact</target> 1820 <source>Contact</source><target state="new">Contact</target>
1849 <context-group purpose="location"> 1821
1850 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1822 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1851 <context context-type="linenumber">154</context>
1852 </context-group>
1853 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1854 <source>Terms of Service</source><target state="new">Terms of Service</target>
1855 <context-group purpose="location">
1856 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1857 <context context-type="linenumber">155</context>
1858 </context-group>
1859 </trans-unit>
1860 1823
1861 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1824 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1862 <source>View your notifications</source> 1825 <source>View your notifications</source>
@@ -2316,7 +2279,7 @@
2316 2279
2317 2280
2318 2281
2319 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2282 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2320 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2283 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2321 <source>Privacy</source> 2284 <source>Privacy</source>
2322 <target>Privacy</target> 2285 <target>Privacy</target>
@@ -2330,37 +2293,19 @@
2330 2293
2331 2294
2332 2295
2333 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2296 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2334 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
2335 <context-group purpose="location">
2336 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2337 <context context-type="linenumber">164</context>
2338 </context-group>
2339 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2340 <source>FAQ</source><target state="new">FAQ</target> 2297 <source>FAQ</source><target state="new">FAQ</target>
2341 <context-group purpose="location"> 2298
2342 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2299 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2343 <context context-type="linenumber">165</context>
2344 </context-group>
2345 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2346 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 2300 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
2347 <context-group purpose="location"> 2301
2348 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2302 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2349 <context context-type="linenumber">165</context>
2350 </context-group>
2351 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2352 <source>API</source><target state="new">API</target> 2303 <source>API</source><target state="new">API</target>
2353 <context-group purpose="location"> 2304
2354 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2305 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2355 <context context-type="linenumber">166</context>
2356 </context-group>
2357 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2358 <source>API documentation</source><target state="new">API documentation</target> 2306 <source>API documentation</source><target state="new">API documentation</target>
2359 <context-group purpose="location"> 2307
2360 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2308 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2361 <context context-type="linenumber">166</context>
2362 </context-group>
2363 </trans-unit>
2364 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2309 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2365 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2310 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2366 <target>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2311 <target>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2576,7 +2521,7 @@
2576 2521
2577 2522
2578 2523
2579 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit> 2524 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2580 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2525 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2581 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2526 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2582 <target> 2527 <target>
@@ -2596,7 +2541,7 @@
2596 2541
2597 2542
2598 2543
2599 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 2544 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2600 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2545 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2601 <source>Select the file to upload</source> 2546 <source>Select the file to upload</source>
2602 <target>Select the file to upload</target> 2547 <target>Select the file to upload</target>
@@ -2611,16 +2556,13 @@
2611 <context-group name="null"> 2556 <context-group name="null">
2612 <context context-type="linenumber">25</context> 2557 <context context-type="linenumber">25</context>
2613 </context-group> 2558 </context-group>
2614 <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">25</context></context-group> 2559
2615 </trans-unit> 2560 <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">24</context></context-group></trans-unit>
2616 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2561 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2617 <source>Video background image</source> 2562 <source>Video background image</source>
2618 <target state="new">Video background image</target> 2563 <target state="new">Video background image</target>
2619 <context-group purpose="location"> 2564
2620 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2565 <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">31</context></context-group></trans-unit>
2621 <context context-type="linenumber">32</context>
2622 </context-group>
2623 </trans-unit>
2624 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2566 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2625 <source> 2567 <source>
2626 Image that will be merged with your audio file. 2568 Image that will be merged with your audio file.
@@ -2632,27 +2574,15 @@
2632 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2574 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2633 The chosen image will be definitive and cannot be modified. 2575 The chosen image will be definitive and cannot be modified.
2634 </target> 2576 </target>
2635 <context-group purpose="location"> 2577
2636 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2578 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2637 <context context-type="linenumber">34</context>
2638 </context-group>
2639 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2640 <source>Processing…</source><target state="new">Processing…</target> 2579 <source>Processing…</source><target state="new">Processing…</target>
2641 <context-group purpose="location"> 2580
2642 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2581 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2643 <context context-type="linenumber">56</context>
2644 </context-group>
2645 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2646 <source>Total video quota</source><target state="new">Total video quota</target> 2582 <source>Total video quota</source><target state="new">Total video quota</target>
2647 <context-group purpose="location"> 2583
2648 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2584
2649 <context context-type="linenumber">54</context> 2585 <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">53</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">11</context></context-group></trans-unit>
2650 </context-group>
2651 <context-group purpose="location">
2652 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2653 <context context-type="linenumber">11</context>
2654 </context-group>
2655 </trans-unit>
2656 <trans-unit id="6357683911e256c566259880de43ea9403de00d3"> 2586 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2657 <source>Congratulations! Your video is now available in your private library.</source> 2587 <source>Congratulations! Your video is now available in your private library.</source>
2658 <target> 2588 <target>
@@ -2662,7 +2592,7 @@
2662 <context context-type="linenumber">66</context> 2592 <context context-type="linenumber">66</context>
2663 </context-group> 2593 </context-group>
2664 2594
2665 <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">68</context></context-group></trans-unit> 2595 <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">67</context></context-group></trans-unit>
2666 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2596 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2667 <source>Publish will be available when upload is finished</source> 2597 <source>Publish will be available when upload is finished</source>
2668 <target>Publish will be available when upload is finished</target> 2598 <target>Publish will be available when upload is finished</target>
@@ -2670,7 +2600,7 @@
2670 <context context-type="linenumber">79</context> 2600 <context context-type="linenumber">79</context>
2671 </context-group> 2601 </context-group>
2672 2602
2673 <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">81</context></context-group></trans-unit> 2603 <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">80</context></context-group></trans-unit>
2674 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2604 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2675 <source>Publish</source> 2605 <source>Publish</source>
2676 <target>Publish</target> 2606 <target>Publish</target>
@@ -2678,7 +2608,7 @@
2678 <context context-type="linenumber">86</context> 2608 <context context-type="linenumber">86</context>
2679 </context-group> 2609 </context-group>
2680 2610
2681 <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">88</context></context-group></trans-unit> 2611 <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">87</context></context-group></trans-unit>
2682 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2612 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2683 <source>Select the torrent to import</source> 2613 <source>Select the torrent to import</source>
2684 <target>Select the torrent to import</target> 2614 <target>Select the torrent to import</target>
@@ -2686,23 +2616,22 @@
2686 <context context-type="linenumber">6</context> 2616 <context context-type="linenumber">6</context>
2687 </context-group> 2617 </context-group>
2688 <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">6</context></context-group> 2618 <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">6</context></context-group>
2689 </trans-unit> 2619 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2690 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2620 <source>OR</source><target state="new">OR</target>
2691 <source>Or</source> 2621 <context-group purpose="location">
2692 <target>Or</target> 2622 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2693 <context-group name="null"> 2623 <context context-type="linenumber">10</context>
2694 <context context-type="linenumber">11</context>
2695 </context-group> 2624 </context-group>
2696 <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">11</context></context-group>
2697 </trans-unit> 2625 </trans-unit>
2626
2698 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2627 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2699 <source>Paste magnet URI</source> 2628 <source>Paste magnet URI</source>
2700 <target>Paste magnet URI</target> 2629 <target>Paste magnet URI</target>
2701 <context-group name="null"> 2630 <context-group name="null">
2702 <context context-type="linenumber">14</context> 2631 <context context-type="linenumber">14</context>
2703 </context-group> 2632 </context-group>
2704 <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> 2633
2705 </trans-unit> 2634 <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">13</context></context-group></trans-unit>
2706 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2635 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2707 <source> 2636 <source>
2708 You can import any torrent file that points to a mp4 file. 2637 You can import any torrent file that points to a mp4 file.
@@ -2712,11 +2641,8 @@
2712 You can import any torrent file that points to a mp4 file. 2641 You can import any torrent file that points to a mp4 file.
2713 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. 2642 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.
2714 </target> 2643 </target>
2715 <context-group purpose="location"> 2644
2716 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2645 <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">16</context></context-group></trans-unit>
2717 <context context-type="linenumber">17</context>
2718 </context-group>
2719 </trans-unit>
2720 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2646 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2721 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2647 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2722 <target> 2648 <target>
@@ -2725,8 +2651,8 @@
2725 <context-group name="null"> 2651 <context-group name="null">
2726 <context context-type="linenumber">57</context> 2652 <context context-type="linenumber">57</context>
2727 </context-group> 2653 </context-group>
2728 <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> 2654
2729 </trans-unit> 2655 <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">56</context></context-group></trans-unit>
2730 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2656 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2731 <source> 2657 <source>
2732 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. 2658 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.
@@ -3057,7 +2983,7 @@
3057 2983
3058 2984
3059 2985
3060 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</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">63</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2986 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
3061 <source>Subscribe</source><target state="new">Subscribe</target> 2987 <source>Subscribe</source><target state="new">Subscribe</target>
3062 <context-group purpose="location"> 2988 <context-group purpose="location">
3063 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2989 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
@@ -3137,7 +3063,7 @@
3137 <context context-type="linenumber">215</context> 3063 <context context-type="linenumber">215</context>
3138 </context-group> 3064 </context-group>
3139 3065
3140 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 3066 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3141 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3067 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3142 <source>Get more information</source> 3068 <source>Get more information</source>
3143 <target>Get more information</target> 3069 <target>Get more information</target>
@@ -3220,29 +3146,20 @@
3220 <target state="new"> 3146 <target state="new">
3221 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 3147 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
3222 </target> 3148 </target>
3223 <context-group purpose="location"> 3149
3224 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3150 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3225 <context context-type="linenumber">77</context>
3226 </context-group>
3227 </trans-unit>
3228 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3151 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3229 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3152 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3230 <target state="new"> 3153 <target state="new">
3231 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 3154 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
3232 </target> 3155 </target>
3233 <context-group purpose="location"> 3156
3234 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3157 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3235 <context context-type="linenumber">80</context>
3236 </context-group>
3237 </trans-unit>
3238 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3158 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3239 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3159 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3240 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 3160 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
3241 <context-group purpose="location"> 3161
3242 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3162 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3243 <context context-type="linenumber">84</context>
3244 </context-group>
3245 </trans-unit>
3246 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3163 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3247 <source>Comments are disabled.</source> 3164 <source>Comments are disabled.</source>
3248 <target> 3165 <target>
@@ -3251,8 +3168,8 @@
3251 <context-group name="null"> 3168 <context-group name="null">
3252 <context context-type="linenumber">64</context> 3169 <context context-type="linenumber">64</context>
3253 </context-group> 3170 </context-group>
3254 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 3171
3255 </trans-unit> 3172 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3256 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3173 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3257 <source>Add comment...</source> 3174 <source>Add comment...</source>
3258 <target>Add comment...</target> 3175 <target>Add comment...</target>
@@ -3351,72 +3268,52 @@
3351 </context-group> 3268 </context-group>
3352 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3353 </trans-unit> 3270 </trans-unit>
3354 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 3271
3355 <source>Follow</source>
3356 <target>Follow</target>
3357 <context-group name="null">
3358 <context context-type="linenumber">7</context>
3359 </context-group>
3360 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3361 </trans-unit>
3362 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3272 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3363 <source>Followers</source> 3273 <source>Followers</source>
3364 <target>Followers</target> 3274 <target>Followers</target>
3365 <context-group name="null"> 3275 <context-group name="null">
3366 <context context-type="linenumber">3</context> 3276 <context context-type="linenumber">3</context>
3367 </context-group> 3277 </context-group>
3368 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 3278
3369 </trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3370 <source>Video redundancies</source><target state="new">Video redundancies</target> 3280 <source>Video redundancies</source><target state="new">Video redundancies</target>
3371 <context-group purpose="location"> 3281
3372 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3373 <context context-type="linenumber">11</context>
3374 </context-group>
3375 </trans-unit>
3376 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 3283 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
3377 <source>1 host (without "http://") per line</source> 3284 <source>1 host (without "http://") per line</source>
3378 <target>1 host (without "http://") per line</target> 3285 <target>1 host (without "http://") per line</target>
3379 <context-group name="null"> 3286 <context-group name="null">
3380 <context context-type="linenumber">5</context> 3287 <context context-type="linenumber">5</context>
3381 </context-group> 3288 </context-group>
3382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">5</context></context-group> 3289
3383 </trans-unit> 3290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3384 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507"> 3291 <source>Follow domain</source><target state="new">Follow domain</target>
3385 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3292 <context-group purpose="location">
3386 <target> 3293 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3387 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3294 <context context-type="linenumber">15</context>
3388 </target>
3389 <context-group name="null">
3390 <context context-type="linenumber">17</context>
3391 </context-group>
3392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">17</context></context-group>
3393 </trans-unit>
3394 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
3395 <source>Add following</source>
3396 <target>Add following</target>
3397 <context-group name="null">
3398 <context context-type="linenumber">21</context>
3399 </context-group> 3295 </context-group>
3400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group>
3401 </trans-unit> 3296 </trans-unit>
3297
3298
3402 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3299 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3403 <source>Filter...</source> 3300 <source>Filter...</source>
3404 <target>Filter...</target> 3301 <target>Filter...</target>
3405 <context-group name="null"> 3302 <context-group name="null">
3406 <context context-type="linenumber">27</context> 3303 <context context-type="linenumber">27</context>
3407 </context-group> 3304 </context-group>
3408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</context></context-group> 3305
3409 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">9</context></context-group> 3306
3410 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">27</context></context-group> 3307
3411 </trans-unit> 3308 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3412 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3309 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3413 <source>ID</source> 3310 <source>ID</source>
3414 <target>ID</target> 3311 <target>ID</target>
3415 <context-group name="null"> 3312 <context-group name="null">
3416 <context context-type="linenumber">18</context> 3313 <context context-type="linenumber">18</context>
3417 </context-group> 3314 </context-group>
3418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 3315
3419 </trans-unit> 3316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3420 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3317 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3421 <source>Follower handle</source> 3318 <source>Follower handle</source>
3422 <target state="new">Follower handle</target> 3319 <target state="new">Follower handle</target>
@@ -3428,80 +3325,65 @@
3428 <context-group name="null"> 3325 <context-group name="null">
3429 <context context-type="linenumber">10</context> 3326 <context context-type="linenumber">10</context>
3430 </context-group> 3327 </context-group>
3431 <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> 3328
3432 <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> 3329
3433 </trans-unit> 3330 <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>
3434 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3331 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3435 <source>Delayed.</source> 3332 <source>Delayed.</source>
3436 <target state="new">Delayed.</target> 3333 <target state="new">Delayed.</target>
3437 <context-group purpose="location"> 3334
3438 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3439 <context context-type="linenumber">42</context>
3440 </context-group>
3441 </trans-unit>
3442 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3336 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3443 <source>Will start soon...</source> 3337 <source>Will start soon...</source>
3444 <target state="new">Will start soon...</target> 3338 <target state="new">Will start soon...</target>
3445 <context-group purpose="location"> 3339
3446 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3340 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3447 <context context-type="linenumber">43</context>
3448 </context-group>
3449 </trans-unit>
3450 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3341 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3451 <source>Running...</source> 3342 <source>Running...</source>
3452 <target state="new">Running...</target> 3343 <target state="new">Running...</target>
3453 <context-group purpose="location"> 3344
3454 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3455 <context context-type="linenumber">44</context>
3456 </context-group>
3457 </trans-unit>
3458 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3346 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3459 <source>Finished</source> 3347 <source>Finished</source>
3460 <target state="new">Finished</target> 3348 <target state="new">Finished</target>
3461 <context-group purpose="location"> 3349
3462 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3350 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3463 <context context-type="linenumber">45</context>
3464 </context-group>
3465 </trans-unit>
3466 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3351 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3467 <source>Failed</source> 3352 <source>Failed</source>
3468 <target state="new">Failed</target> 3353 <target state="new">Failed</target>
3469 <context-group purpose="location"> 3354
3470 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3355 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3471 <context context-type="linenumber">46</context>
3472 </context-group>
3473 </trans-unit>
3474 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3356 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3475 <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> 3357 <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>
3476 <target>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> 3358 <target>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>
3477 <context-group name="null"> 3359 <context-group name="null">
3478 <context context-type="linenumber">11</context> 3360 <context context-type="linenumber">11</context>
3479 </context-group> 3361 </context-group>
3480 <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> 3362
3481 <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> 3363
3482 <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> 3364
3483 <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> 3365
3484 <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> 3366
3485 <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> 3367
3486 </trans-unit> 3368 <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">24</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">46</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">11</context></context-group><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><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>
3487 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3369 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3488 <source>Accepted</source> 3370 <source>Accepted</source>
3489 <target>Accepted</target> 3371 <target>Accepted</target>
3490 <context-group name="null"> 3372 <context-group name="null">
3491 <context context-type="linenumber">32</context> 3373 <context context-type="linenumber">32</context>
3492 </context-group> 3374 </context-group>
3493 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3375
3494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3376
3495 </trans-unit> 3377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3496 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3378 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3497 <source>Pending</source> 3379 <source>Pending</source>
3498 <target>Pending</target> 3380 <target>Pending</target>
3499 <context-group name="null"> 3381 <context-group name="null">
3500 <context context-type="linenumber">33</context> 3382 <context context-type="linenumber">33</context>
3501 </context-group> 3383 </context-group>
3502 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3384
3503 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3385
3504 </trans-unit> 3386 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3505 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3387 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3506 <source>Accept</source> 3388 <source>Accept</source>
3507 <target state="new">Accept</target> 3389 <target state="new">Accept</target>
@@ -3516,6 +3398,12 @@
3516 </context-group> 3398 </context-group>
3517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3518 <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">42</context></context-group> 3400 <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">42</context></context-group>
3401 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3402 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3403 <context-group purpose="location">
3404 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3405 <context context-type="linenumber">3</context>
3406 </context-group>
3519 </trans-unit> 3407 </trans-unit>
3520 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 3408 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3521 <source>Host</source> 3409 <source>Host</source>
@@ -3523,20 +3411,29 @@
3523 <context-group name="null"> 3411 <context-group name="null">
3524 <context context-type="linenumber">19</context> 3412 <context context-type="linenumber">19</context>
3525 </context-group> 3413 </context-group>
3526 <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> 3414
3527 </trans-unit> 3415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3528 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3416 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3529 <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> 3417 <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>
3530 <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> 3418 <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>
3419
3420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3421 <source>Follow domains</source><target state="new">Follow domains</target>
3531 <context-group purpose="location"> 3422 <context-group purpose="location">
3532 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3423 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3533 <context context-type="linenumber">21</context> 3424 <context context-type="linenumber">50</context>
3534 </context-group> 3425 </context-group>
3535 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3426 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3536 <source>Video redundancies list</source><target state="new">Video redundancies list</target> 3427 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3537 <context-group purpose="location"> 3428 <context-group purpose="location">
3538 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3429 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3539 <context context-type="linenumber">2</context> 3430 <context context-type="linenumber">7</context>
3431 </context-group>
3432 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3433 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3434 <context-group purpose="location">
3435 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3436 <context context-type="linenumber">8</context>
3540 </context-group> 3437 </context-group>
3541 </trans-unit> 3438 </trans-unit>
3542 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 3439 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
@@ -3601,7 +3498,7 @@
3601 3498
3602 3499
3603 3500
3604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3605 <source> 3502 <source>
3606 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3503 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3607 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3504 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3697,31 +3594,38 @@
3697 <context-group name="null"> 3594 <context-group name="null">
3698 <context context-type="linenumber">19</context> 3595 <context context-type="linenumber">19</context>
3699 </context-group> 3596 </context-group>
3700 <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> 3597
3701 </trans-unit> 3598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3702 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3599 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3703 <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> 3600 <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>
3704 <target>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> 3601 <target>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>
3705 <context-group name="null"> 3602 <context-group name="null">
3706 <context context-type="linenumber">40</context> 3603 <context context-type="linenumber">40</context>
3707 </context-group> 3604 </context-group>
3708 <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> 3605
3709 </trans-unit> 3606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3710 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3607 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3711 <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> 3608 <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>
3712 <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> 3609 <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>
3713 <context-group purpose="location"> 3610
3714 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3611 <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></trans-unit>
3715 <context context-type="linenumber">42</context>
3716 </context-group>
3717 </trans-unit>
3718 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3612 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3719 <source>(banned)</source> 3613 <source>(banned)</source>
3720 <target>(banned)</target> 3614 <target>(banned)</target>
3721 <context-group name="null"> 3615 <context-group name="null">
3722 <context context-type="linenumber">65</context> 3616 <context context-type="linenumber">65</context>
3723 </context-group> 3617 </context-group>
3724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group> 3618
3619 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3620 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3621 <context-group purpose="location">
3622 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3623 <context context-type="linenumber">65</context>
3624 </context-group>
3625 <context-group purpose="location">
3626 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3627 <context context-type="linenumber">27</context>
3628 </context-group>
3725 </trans-unit> 3629 </trans-unit>
3726 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3630 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3727 <source>User's email must be verified to login</source> 3631 <source>User's email must be verified to login</source>
@@ -3729,23 +3633,29 @@
3729 <context-group name="null"> 3633 <context-group name="null">
3730 <context context-type="linenumber">72</context> 3634 <context context-type="linenumber">72</context>
3731 </context-group> 3635 </context-group>
3732 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group> 3636
3733 </trans-unit> 3637 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3734 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3638 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3735 <source>User's email is verified / User can login without email verification</source> 3639 <source>User's email is verified / User can login without email verification</source>
3736 <target>User's email is verified / User can login without email verification</target> 3640 <target>User's email is verified / User can login without email verification</target>
3737 <context-group name="null"> 3641 <context-group name="null">
3738 <context context-type="linenumber">76</context> 3642 <context context-type="linenumber">76</context>
3739 </context-group> 3643 </context-group>
3740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group> 3644
3741 </trans-unit> 3645 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3742 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3646 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3743 <source>Ban reason:</source> 3647 <source>Ban reason:</source>
3744 <target>Ban reason:</target> 3648 <target>Ban reason:</target>
3745 <context-group name="null"> 3649 <context-group name="null">
3746 <context context-type="linenumber">95</context> 3650 <context context-type="linenumber">95</context>
3747 </context-group> 3651 </context-group>
3748 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group> 3652
3653 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3654 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3655 <context-group purpose="location">
3656 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3657 <context context-type="linenumber">15</context>
3658 </context-group>
3749 </trans-unit> 3659 </trans-unit>
3750 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3660 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
3751 <source>Moderation</source> 3661 <source>Moderation</source>
@@ -3795,6 +3705,12 @@
3795 <context context-type="linenumber">13</context> 3705 <context context-type="linenumber">13</context>
3796 </context-group> 3706 </context-group>
3797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3707 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3708 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3709 <source>Video <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">Video <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>
3710 <context-group purpose="location">
3711 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3712 <context context-type="linenumber">10</context>
3713 </context-group>
3798 </trans-unit> 3714 </trans-unit>
3799 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3715 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3800 <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> 3716 <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>
@@ -3803,85 +3719,85 @@
3803 <context context-type="linenumber">8</context> 3719 <context context-type="linenumber">8</context>
3804 </context-group> 3720 </context-group>
3805 3721
3806 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><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">8</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3807 <source>Video URL</source><target state="new">Video URL</target> 3723 <source>Video URL</source><target state="new">Video URL</target>
3808 <context-group purpose="location"> 3724
3809 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3725 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3810 <context context-type="linenumber">24</context>
3811 </context-group>
3812 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3813 <source>Total size</source><target state="new">Total size</target> 3726 <source>Total size</source><target state="new">Total size</target>
3727
3728 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3729 <source>List redundancies</source><target state="new">List redundancies</target>
3814 <context-group purpose="location"> 3730 <context-group purpose="location">
3815 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3731 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3816 <context context-type="linenumber">25</context> 3732 <context context-type="linenumber">33</context>
3817 </context-group> 3733 </context-group>
3818 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3734 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3819 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3735 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3820 <context-group purpose="location"> 3736
3821 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3737 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3822 <context context-type="linenumber">69</context>
3823 </context-group>
3824 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3825 <source> 3738 <source>
3826 No redundancy strategy is enabled on your instance. 3739 No redundancy strategy is enabled on your instance.
3827 </source><target state="new"> 3740 </source><target state="new">
3828 No redundancy strategy is enabled on your instance. 3741 No redundancy strategy is enabled on your instance.
3829 </target> 3742 </target>
3830 <context-group purpose="location"> 3743
3831 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3744 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3832 <context context-type="linenumber">73</context>
3833 </context-group>
3834 </trans-unit>
3835 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3745 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3836 <source>Sensitive</source> 3746 <source>Sensitive</source>
3837 <target>Sensitive</target> 3747 <target>Sensitive</target>
3838 <context-group name="null"> 3748 <context-group name="null">
3839 <context context-type="linenumber">9</context> 3749 <context context-type="linenumber">9</context>
3840 </context-group> 3750 </context-group>
3841 <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">9</context></context-group> 3751
3842 </trans-unit> 3752 <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">11</context></context-group></trans-unit>
3843 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3753 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3844 <source>Unfederated</source> 3754 <source>Unfederated</source>
3845 <target>Unfederated</target> 3755 <target>Unfederated</target>
3846 <context-group name="null"> 3756 <context-group name="null">
3847 <context context-type="linenumber">10</context> 3757 <context context-type="linenumber">10</context>
3848 </context-group> 3758 </context-group>
3849 <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> 3759
3850 </trans-unit> 3760 <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">12</context></context-group></trans-unit>
3851 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3761 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3852 <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> 3762 <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>
3853 <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> 3763 <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>
3854 <context-group name="null"> 3764 <context-group name="null">
3855 <context context-type="linenumber">11</context> 3765 <context context-type="linenumber">11</context>
3856 </context-group> 3766 </context-group>
3857 <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">11</context></context-group> 3767
3858 </trans-unit> 3768 <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">13</context></context-group></trans-unit>
3859 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3769 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3860 <source>Go to the video</source> 3770 <source>Go to the video</source>
3861 <target>Go to the video</target> 3771 <target>Go to the video</target>
3862 <context-group name="null"> 3772 <context-group name="null">
3863 <context context-type="linenumber">33</context> 3773 <context context-type="linenumber">33</context>
3864 </context-group> 3774 </context-group>
3865 <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">25</context></context-group> 3775
3866 <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">33</context></context-group> 3776
3867 <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">33</context></context-group> 3777
3868 </trans-unit> 3778 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3869 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3779 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3870 <source>Actions</source> 3780 <source>Actions</source>
3871 <target>Actions</target> 3781 <target>Actions</target>
3872 <context-group name="null"> 3782 <context-group name="null">
3873 <context context-type="linenumber">44</context> 3783 <context context-type="linenumber">44</context>
3874 </context-group> 3784 </context-group>
3875 <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">35</context></context-group> 3785
3876 <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">44</context></context-group> 3786
3877 </trans-unit> 3787 <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">38</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">57</context></context-group></trans-unit>
3878 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3788 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3879 <source>Blacklist reason:</source> 3789 <source>Blacklist reason:</source>
3880 <target>Blacklist reason:</target> 3790 <target>Blacklist reason:</target>
3881 <context-group name="null"> 3791 <context-group name="null">
3882 <context context-type="linenumber">43</context> 3792 <context context-type="linenumber">43</context>
3883 </context-group> 3793 </context-group>
3884 <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">43</context></context-group> 3794
3795 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3796 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3797 <context-group purpose="location">
3798 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3799 <context context-type="linenumber">5</context>
3800 </context-group>
3885 </trans-unit> 3801 </trans-unit>
3886 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 3802 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
3887 <source>Moderation comment</source> 3803 <source>Moderation comment</source>
@@ -3899,8 +3815,8 @@
3899 <context-group name="null"> 3815 <context-group name="null">
3900 <context context-type="linenumber">18</context> 3816 <context context-type="linenumber">18</context>
3901 </context-group> 3817 </context-group>
3902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">18</context></context-group> 3818
3903 </trans-unit> 3819 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3904 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3820 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3905 <source>Update this comment</source> 3821 <source>Update this comment</source>
3906 <target>Update this comment</target> 3822 <target>Update this comment</target>
@@ -3908,24 +3824,30 @@
3908 <context context-type="linenumber">26</context> 3824 <context context-type="linenumber">26</context>
3909 </context-group> 3825 </context-group>
3910 3826
3911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3912 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3828 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3913 <source>Reporter</source> 3829 <source>Reporter</source>
3914 <target>Reporter</target> 3830 <target>Reporter</target>
3915 <context-group name="null"> 3831 <context-group name="null">
3916 <context context-type="linenumber">8</context> 3832 <context context-type="linenumber">8</context>
3917 </context-group> 3833 </context-group>
3918 <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">8</context></context-group> 3834
3919 </trans-unit> 3835 <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">10</context></context-group></trans-unit>
3920 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3836 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3921 <source>Video</source> 3837 <source>Video</source>
3922 <target>Video</target> 3838 <target>Video</target>
3923 <context-group name="null"> 3839 <context-group name="null">
3924 <context context-type="linenumber">9</context> 3840 <context context-type="linenumber">9</context>
3925 </context-group> 3841 </context-group>
3926 <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">10</context></context-group> 3842
3927 <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">14</context></context-group> 3843
3928 <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> 3844
3845 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3846 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3847 <context-group purpose="location">
3848 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3849 <context context-type="linenumber">46</context>
3850 </context-group>
3929 </trans-unit> 3851 </trans-unit>
3930 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3852 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3931 <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> 3853 <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>
@@ -3933,10 +3855,10 @@
3933 <context-group name="null"> 3855 <context-group name="null">
3934 <context context-type="linenumber">11</context> 3856 <context context-type="linenumber">11</context>
3935 </context-group> 3857 </context-group>
3936 <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> 3858
3937 <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> 3859
3938 <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> 3860
3939 </trans-unit> 3861 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3940 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3862 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3941 <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> 3863 <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>
3942 <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> 3864 <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>
@@ -3951,25 +3873,30 @@
3951 <context-group name="null"> 3873 <context-group name="null">
3952 <context context-type="linenumber">27</context> 3874 <context context-type="linenumber">27</context>
3953 </context-group> 3875 </context-group>
3954 <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">25</context></context-group> 3876
3955 <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">27</context></context-group> 3877
3956 </trans-unit> 3878 <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">27</context></context-group></trans-unit>
3957 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3879 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
3958 <source>Reason:</source> 3880 <source>Reason:</source>
3959 <target>Reason:</target> 3881 <target>Reason:</target>
3960 <context-group name="null"> 3882 <context-group name="null">
3961 <context context-type="linenumber">53</context> 3883 <context context-type="linenumber">53</context>
3962 </context-group> 3884 </context-group>
3963 <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">53</context></context-group> 3885
3964 </trans-unit> 3886 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3965 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 3887 <source>Note:</source><target state="new">Note:</target>
3966 <source>Moderation comment:</source> 3888 <context-group purpose="location">
3967 <target>Moderation comment:</target> 3889 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3968 <context-group name="null"> 3890 <context context-type="linenumber">72</context>
3969 <context context-type="linenumber">57</context> 3891 </context-group>
3892 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3893 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3894 <context-group purpose="location">
3895 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3896 <context context-type="linenumber">5</context>
3970 </context-group> 3897 </context-group>
3971 <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">57</context></context-group>
3972 </trans-unit> 3898 </trans-unit>
3899
3973 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3900 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3974 <source>Unblacklist</source> 3901 <source>Unblacklist</source>
3975 <target>Unblacklist</target> 3902 <target>Unblacklist</target>
@@ -3978,6 +3905,12 @@
3978 </context-group> 3905 </context-group>
3979 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 3906 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
3980 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 3907 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3908 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3909 <source>Mute domain</source><target state="new">Mute domain</target>
3910 <context-group purpose="location">
3911 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3912 <context context-type="linenumber">11</context>
3913 </context-group>
3981 </trans-unit> 3914 </trans-unit>
3982 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3915 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3983 <source>Instance</source> 3916 <source>Instance</source>
@@ -3989,28 +3922,50 @@
3989 3922
3990 3923
3991 3924
3992 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3993 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3926 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3994 <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> 3927 <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>
3995 <target>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> 3928 <target>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>
3996 <context-group name="null"> 3929 <context-group name="null">
3997 <context context-type="linenumber">13</context> 3930 <context context-type="linenumber">13</context>
3998 </context-group> 3931 </context-group>
3999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3932
4000 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3933
4001 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3934
4002 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3935
4003 </trans-unit> 3936 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
4004 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 3937 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
4005 <source>Unmute</source> 3938 <source>Unmute</source>
4006 <target>Unmute</target> 3939 <target>Unmute</target>
4007 <context-group name="null"> 3940 <context-group name="null">
4008 <context context-type="linenumber">23</context> 3941 <context context-type="linenumber">23</context>
4009 </context-group> 3942 </context-group>
4010 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group> 3943
4011 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 3944
4012 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group> 3945
4013 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group> 3946
3947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3948 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3949 <context-group purpose="location">
3950 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3951 <context context-type="linenumber">5</context>
3952 </context-group>
3953 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3954 <source>
3955 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3956 </source><target state="new">
3957 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3958 </target>
3959 <context-group purpose="location">
3960 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3961 <context context-type="linenumber">37</context>
3962 </context-group>
3963 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3964 <source>Mute domains</source><target state="new">Mute domains</target>
3965 <context-group purpose="location">
3966 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3967 <context context-type="linenumber">35</context>
3968 </context-group>
4014 </trans-unit> 3969 </trans-unit>
4015 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 3970 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
4016 <source>Account</source> 3971 <source>Account</source>
@@ -4018,8 +3973,14 @@
4018 <context-group name="null"> 3973 <context-group name="null">
4019 <context context-type="linenumber">12</context> 3974 <context context-type="linenumber">12</context>
4020 </context-group> 3975 </context-group>
4021 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 3976
4022 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 3977
3978 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3979 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3980 <context-group purpose="location">
3981 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3982 <context context-type="linenumber">5</context>
3983 </context-group>
4023 </trans-unit> 3984 </trans-unit>
4024 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3985 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
4025 <source>Plugins/Themes</source> 3986 <source>Plugins/Themes</source>
@@ -4164,38 +4125,25 @@
4164 <context context-type="linenumber">9</context> 4125 <context context-type="linenumber">9</context>
4165 </context-group> 4126 </context-group>
4166 </trans-unit> 4127 </trans-unit>
4167 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 4128
4168 <source>Jobs list</source>
4169 <target>Jobs list</target>
4170 <context-group name="null">
4171 <context context-type="linenumber">2</context>
4172 </context-group>
4173 <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>
4174 </trans-unit>
4175 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 4129 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4176 <source>Job type</source> 4130 <source>Job type</source>
4177 <target state="new">Job type</target> 4131 <target state="new">Job type</target>
4178 <context-group purpose="location"> 4132
4179 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4133 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
4180 <context context-type="linenumber">5</context>
4181 </context-group>
4182 </trans-unit>
4183 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 4134 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4184 <source>Job state</source> 4135 <source>Job state</source>
4185 <target state="new">Job state</target> 4136 <target state="new">Job state</target>
4186 <context-group purpose="location"> 4137
4187 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4138 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4188 <context context-type="linenumber">14</context>
4189 </context-group>
4190 </trans-unit>
4191 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4139 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
4192 <source>Type</source> 4140 <source>Type</source>
4193 <target>Type</target> 4141 <target>Type</target>
4194 <context-group name="null"> 4142 <context-group name="null">
4195 <context context-type="linenumber">19</context> 4143 <context context-type="linenumber">19</context>
4196 </context-group> 4144 </context-group>
4197 <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> 4145
4198 </trans-unit> 4146 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4199 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 4147 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
4200 <source>Refresh</source> 4148 <source>Refresh</source>
4201 <target state="new">Refresh</target> 4149 <target state="new">Refresh</target>
@@ -4247,43 +4195,25 @@
4247 4195
4248 4196
4249 4197
4250 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4198 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4251 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4199 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4252 <context-group purpose="location"> 4200
4253 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4201 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4254 <context context-type="linenumber">46</context>
4255 </context-group>
4256 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4257 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 4202 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
4258 <context-group purpose="location"> 4203
4259 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4204 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4260 <context context-type="linenumber">43</context>
4261 </context-group>
4262 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4263 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 4205 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
4264 <context-group purpose="location"> 4206
4265 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4207 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4266 <context context-type="linenumber">57</context>
4267 </context-group>
4268 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4269 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 4208 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
4270 <context-group purpose="location"> 4209
4271 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4210 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4272 <context context-type="linenumber">54</context>
4273 </context-group>
4274 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4275 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 4211 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
4276 <context-group purpose="location"> 4212
4277 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4213 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4278 <context context-type="linenumber">68</context>
4279 </context-group>
4280 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4281 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 4214 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
4282 <context-group purpose="location"> 4215
4283 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4216 <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">66</context></context-group></trans-unit>
4284 <context context-type="linenumber">65</context>
4285 </context-group>
4286 </trans-unit>
4287 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 4217 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
4288 <source>Main languages you/your moderators speak</source> 4218 <source>Main languages you/your moderators speak</source>
4289 <target state="new">Main languages you/your moderators speak</target> 4219 <target state="new">Main languages you/your moderators speak</target>
@@ -4339,7 +4269,7 @@
4339 </context-group> 4269 </context-group>
4340 4270
4341 4271
4342 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 4272 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4343 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4273 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4344 <source>Blur thumbnails</source> 4274 <source>Blur thumbnails</source>
4345 <target>Blur thumbnails</target> 4275 <target>Blur thumbnails</target>
@@ -4348,7 +4278,7 @@
4348 </context-group> 4278 </context-group>
4349 4279
4350 4280
4351 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 4281 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4352 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4282 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4353 <source>Display</source> 4283 <source>Display</source>
4354 <target>Display</target> 4284 <target>Display</target>
@@ -4357,13 +4287,10 @@
4357 </context-group> 4287 </context-group>
4358 4288
4359 4289
4360 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4290 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4361 <source>Strategy</source><target state="new">Strategy</target> 4291 <source>Strategy</source><target state="new">Strategy</target>
4362 <context-group purpose="location"> 4292
4363 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4364 <context context-type="linenumber">22</context>
4365 </context-group>
4366 </trans-unit>
4367 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4294 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4368 <source>Terms</source> 4295 <source>Terms</source>
4369 <target>Terms</target> 4296 <target>Terms</target>
@@ -4373,72 +4300,72 @@
4373 4300
4374 4301
4375 4302
4376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 4303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4377 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 4304 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4378 <source>Code of conduct</source> 4305 <source>Code of conduct</source>
4379 <target state="new">Code of conduct</target> 4306 <target state="new">Code of conduct</target>
4380 4307
4381 4308
4382 4309
4383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 4310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4384 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 4311 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4385 <source>Moderation information</source> 4312 <source>Moderation information</source>
4386 <target state="new">Moderation information</target> 4313 <target state="new">Moderation information</target>
4387 4314
4388 4315
4389 4316
4390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 4317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4391 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 4318 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4392 4319
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">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4394 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 4321 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
4395 4322
4396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit> 4323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit>
4397 4324
4398 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4325 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4399 <source>Who is behind the instance?</source> 4326 <source>Who is behind the instance?</source>
4400 <target state="new">Who is behind the instance?</target> 4327 <target state="new">Who is behind the instance?</target>
4401 4328
4402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 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">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4403 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 4330 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target>
4404 4331
4405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit> 4332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
4406 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 4333 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4407 <source>Why did you create this instance?</source> 4334 <source>Why did you create this instance?</source>
4408 <target state="new">Why did you create this instance?</target> 4335 <target state="new">Why did you create this instance?</target>
4409 4336
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">171</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4411 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 4338 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4412 4339
4413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit> 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">173</context></context-group></trans-unit>
4414 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 4341 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4415 <source>How long do you plan to maintain this instance?</source> 4342 <source>How long do you plan to maintain this instance?</source>
4416 <target state="new">How long do you plan to maintain this instance?</target> 4343 <target state="new">How long do you plan to maintain this instance?</target>
4417 4344
4418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">182</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 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">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4419 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 4346 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target>
4420 4347
4421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit> 4348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit>
4422 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4349 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4423 <source>How will you finance the PeerTube server?</source> 4350 <source>How will you finance the PeerTube server?</source>
4424 <target state="new">How will you finance the PeerTube server?</target> 4351 <target state="new">How will you finance the PeerTube server?</target>
4425 4352
4426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4427 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 4354 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
4428 4355
4429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4430 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 4357 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
4431 4358
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">208</context></context-group></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">209</context></context-group></trans-unit>
4433 4360
4434 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4361 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4435 <source>What server/hardware does the instance run on?</source> 4362 <source>What server/hardware does the instance run on?</source>
4436 <target state="new">What server/hardware does the instance run on?</target> 4363 <target state="new">What server/hardware does the instance run on?</target>
4437 4364
4438 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 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">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4439 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4366 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4440 4367
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">215</context></context-group></trans-unit> 4368 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit>
4442 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 4369 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4443 <source>Instance information</source> 4370 <source>Instance information</source>
4444 <target state="new">Instance information</target> 4371 <target state="new">Instance information</target>
@@ -4446,45 +4373,45 @@
4446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 4373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4447 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 4374 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
4448 4375
4449 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4450 <source> 4377 <source>
4451 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4378 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4452 </source><target state="new"> 4379 </source><target state="new">
4453 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4380 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4454 </target> 4381 </target>
4455 4382
4456 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit> 4383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit>
4457 4384
4458 4385
4459 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4386 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4460 <source>default</source> 4387 <source>default</source>
4461 <target state="new">default</target> 4388 <target state="new">default</target>
4462 4389
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">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4464 <source>Landing page</source><target state="new">Landing page</target> 4391 <source>Landing page</source><target state="new">Landing page</target>
4465 4392
4466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">262</context></context-group></trans-unit> 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">263</context></context-group></trans-unit>
4467 4394
4468 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4395 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4469 <source>Discover videos</source> 4396 <source>Discover videos</source>
4470 <target state="new">Discover videos</target> 4397 <target state="new">Discover videos</target>
4471 4398
4472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">265</context></context-group></trans-unit> 4399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit>
4473 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4400 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4474 <source>Trending videos</source> 4401 <source>Trending videos</source>
4475 <target state="new">Trending videos</target> 4402 <target state="new">Trending videos</target>
4476 4403
4477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></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">267</context></context-group></trans-unit>
4478 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4405 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4479 <source>Most liked videos</source> 4406 <source>Most liked videos</source>
4480 <target state="new">Most liked videos</target> 4407 <target state="new">Most liked videos</target>
4481 4408
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">267</context></context-group></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">268</context></context-group></trans-unit>
4483 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4410 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4484 <source>Recently added videos</source> 4411 <source>Recently added videos</source>
4485 <target state="new">Recently added videos</target> 4412 <target state="new">Recently added videos</target>
4486 4413
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">268</context></context-group></trans-unit> 4414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit>
4488 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4415 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4489 <source>Local videos</source> 4416 <source>Local videos</source>
4490 <target>Local videos</target> 4417 <target>Local videos</target>
@@ -4492,17 +4419,17 @@
4492 <context context-type="linenumber">223</context> 4419 <context context-type="linenumber">223</context>
4493 </context-group> 4420 </context-group>
4494 4421
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">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4496 <source>NEW USERS</source><target state="new">NEW USERS</target> 4423 <source>NEW USERS</source><target state="new">NEW USERS</target>
4497 4424
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">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4499 <source> 4426 <source>
4500 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4427 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4501 </source><target state="new"> 4428 </source><target state="new">
4502 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4429 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4503 </target> 4430 </target>
4504 4431
4505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit> 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">282</context></context-group></trans-unit>
4506 4433
4507 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4434 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4508 <source>Signup enabled</source> 4435 <source>Signup enabled</source>
@@ -4511,7 +4438,7 @@
4511 <context context-type="linenumber">235</context> 4438 <context context-type="linenumber">235</context>
4512 </context-group> 4439 </context-group>
4513 4440
4514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">292</context></context-group></trans-unit> 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">293</context></context-group></trans-unit>
4515 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4442 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4516 <source>Signup requires email verification</source> 4443 <source>Signup requires email verification</source>
4517 <target>Signup requires email verification</target> 4444 <target>Signup requires email verification</target>
@@ -4519,7 +4446,7 @@
4519 <context context-type="linenumber">242</context> 4446 <context context-type="linenumber">242</context>
4520 </context-group> 4447 </context-group>
4521 4448
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">300</context></context-group></trans-unit> 4449 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit>
4523 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4450 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4524 <source>Signup limit</source> 4451 <source>Signup limit</source>
4525 <target>Signup limit</target> 4452 <target>Signup limit</target>
@@ -4527,7 +4454,7 @@
4527 <context context-type="linenumber">247</context> 4454 <context context-type="linenumber">247</context>
4528 </context-group> 4455 </context-group>
4529 4456
4530 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">304</context></context-group></trans-unit> 4457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit>
4531 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4458 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4532 <source>Users</source> 4459 <source>Users</source>
4533 <target>Users</target> 4460 <target>Users</target>
@@ -4616,71 +4543,84 @@
4616 <source>Default video quota per user</source> 4543 <source>Default video quota per user</source>
4617 <target state="new">Default video quota per user</target> 4544 <target state="new">Default video quota per user</target>
4618 4545
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">319</context></context-group></trans-unit> 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">320</context></context-group></trans-unit>
4620 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4547 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4621 <source>Default daily upload limit per user</source> 4548 <source>Default daily upload limit per user</source>
4622 <target state="new">Default daily upload limit per user</target> 4549 <target state="new">Default daily upload limit per user</target>
4623 4550
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">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4625 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4552 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4626 4553
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">348</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4628 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4555 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4629 4556
4630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">359</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4631 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target> 4558 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target>
4632 4559
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">366</context></context-group></trans-unit> 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">367</context></context-group></trans-unit>
4634 4561
4635 4562
4636 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4563 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4637 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4564 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4638 4565
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">383</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 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">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4640 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 4567 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
4641 4568
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">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4643 <source>FEDERATION</source><target state="new">FEDERATION</target> 4570 <source>FEDERATION</source><target state="new">FEDERATION</target>
4644 4571
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">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4646 <source> 4573 <source>
4647 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4574 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4648 </source><target state="new"> 4575 </source><target state="new">
4649 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4576 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4650 </target> 4577 </target>
4651 4578
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">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4653 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4580 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4654 4581
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">411</context></context-group></trans-unit> 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">412</context></context-group></trans-unit>
4656 4583
4657 4584
4658 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4585 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4659 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 4586 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
4660 4587
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">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4662 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4589 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4663 4590
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">431</context></context-group></trans-unit> 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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4592 <source>
4593 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4594 </source><target state="new">
4595 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4596 </target>
4597 <context-group purpose="location">
4598 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4599 <context context-type="linenumber">450</context>
4600 </context-group>
4601 </trans-unit>
4665 4602
4666 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4603 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4667 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4604 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4668 4605
4669 4606
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">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></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">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4671 4608
4672 4609
4673 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4610 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4674 <source>Index URL</source> 4611 <source>Index URL</source>
4675 <target state="new">Index URL</target> 4612 <target state="new">Index URL</target>
4676 4613
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">452</context></context-group></trans-unit><trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4678 <source>Automatically follow instances of the public index</source><target state="new">Automatically follow instances of the public index</target> 4615 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4679 4616 <context-group purpose="location">
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">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4617 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4618 <context context-type="linenumber">445</context>
4619 </context-group>
4620 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4681 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4621 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4682 4622
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">472</context></context-group></trans-unit> 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">477</context></context-group></trans-unit>
4684 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4624 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4685 <source>Administrator</source> 4625 <source>Administrator</source>
4686 <target>Administrator</target> 4626 <target>Administrator</target>
@@ -4696,7 +4636,7 @@
4696 <context context-type="linenumber">387</context> 4636 <context context-type="linenumber">387</context>
4697 </context-group> 4637 </context-group>
4698 4638
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">478</context></context-group></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">483</context></context-group></trans-unit>
4700 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4640 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4701 <source>Enable contact form</source> 4641 <source>Enable contact form</source>
4702 <target>Enable contact form</target> 4642 <target>Enable contact form</target>
@@ -4704,7 +4644,7 @@
4704 <context context-type="linenumber">398</context> 4644 <context context-type="linenumber">398</context>
4705 </context-group> 4645 </context-group>
4706 4646
4707 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</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">494</context></context-group></trans-unit>
4708 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4648 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4709 <source>Basic configuration</source> 4649 <source>Basic configuration</source>
4710 <target>Basic configuration</target> 4650 <target>Basic configuration</target>
@@ -4712,17 +4652,17 @@
4712 <context context-type="linenumber">195</context> 4652 <context context-type="linenumber">195</context>
4713 </context-group> 4653 </context-group>
4714 4654
4715 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4716 <source>TWITTER</source><target state="new">TWITTER</target> 4656 <source>TWITTER</source><target state="new">TWITTER</target>
4717 4657
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">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4719 <source> 4659 <source>
4720 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4660 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4721 </source><target state="new"> 4661 </source><target state="new">
4722 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4662 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4723 </target> 4663 </target>
4724 4664
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">507</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">512</context></context-group></trans-unit>
4726 4666
4727 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4667 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4728 <source>Your Twitter username</source> 4668 <source>Your Twitter username</source>
@@ -4731,7 +4671,7 @@
4731 <context context-type="linenumber">413</context> 4671 <context context-type="linenumber">413</context>
4732 </context-group> 4672 </context-group>
4733 4673
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">518</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">523</context></context-group></trans-unit>
4735 4675
4736 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4676 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4737 <source>Instance whitelisted by Twitter</source> 4677 <source>Instance whitelisted by Twitter</source>
@@ -4740,7 +4680,7 @@
4740 <context context-type="linenumber">431</context> 4680 <context context-type="linenumber">431</context>
4741 </context-group> 4681 </context-group>
4742 4682
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">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4744 <source> 4684 <source>
4745 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/>"/> 4685 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/>"/>
4746 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/>"/> 4686 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/>"/>
@@ -4755,7 +4695,7 @@
4755 to see if you instance is whitelisted. 4695 to see if you instance is whitelisted.
4756 </target> 4696 </target>
4757 4697
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">534</context></context-group></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">539</context></context-group></trans-unit>
4759 4699
4760 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4700 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4761 <source>Services</source> 4701 <source>Services</source>
@@ -4764,10 +4704,10 @@
4764 <context context-type="linenumber">405</context> 4704 <context context-type="linenumber">405</context>
4765 </context-group> 4705 </context-group>
4766 4706
4767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4707 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4768 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4708 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4769 4709
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">560</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4771 <source> 4711 <source>
4772 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4712 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4773 resources, this is a critical part of PeerTube, so tread carefully. 4713 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4776,7 +4716,7 @@
4776 resources, this is a critical part of PeerTube, so tread carefully. 4716 resources, this is a critical part of PeerTube, so tread carefully.
4777 </target> 4717 </target>
4778 4718
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">561</context></context-group></trans-unit> 4719 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit>
4780 4720
4781 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4721 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4782 <source>Transcoding enabled</source> 4722 <source>Transcoding enabled</source>
@@ -4785,7 +4725,7 @@
4785 <context context-type="linenumber">461</context> 4725 <context context-type="linenumber">461</context>
4786 </context-group> 4726 </context-group>
4787 4727
4788 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></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">579</context></context-group></trans-unit>
4789 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4729 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4790 <source>If you disable transcoding, many videos from your users will not work!</source> 4730 <source>If you disable transcoding, many videos from your users will not work!</source>
4791 <target>If you disable transcoding, many videos from your users will not work!</target> 4731 <target>If you disable transcoding, many videos from your users will not work!</target>
@@ -4793,13 +4733,10 @@
4793 <context context-type="linenumber">465</context> 4733 <context context-type="linenumber">465</context>
4794 </context-group> 4734 </context-group>
4795 4735
4796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4797 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4737 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4798 <context-group purpose="location"> 4738
4799 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">594</context></context-group></trans-unit>
4800 <context context-type="linenumber">589</context>
4801 </context-group>
4802 </trans-unit>
4803 4740
4804 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4741 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4805 <source>Allow additional extensions</source> 4742 <source>Allow additional extensions</source>
@@ -4808,19 +4745,16 @@
4808 <context context-type="linenumber">475</context> 4745 <context context-type="linenumber">475</context>
4809 </context-group> 4746 </context-group>
4810 4747
4811 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4812 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4749 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4813 <context-group purpose="location"> 4750
4814 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">605</context></context-group></trans-unit>
4815 <context context-type="linenumber">600</context>
4816 </context-group>
4817 </trans-unit>
4818 4752
4819 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4753 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4820 <source>Allow audio files upload</source> 4754 <source>Allow audio files upload</source>
4821 <target state="new">Allow audio files upload</target> 4755 <target state="new">Allow audio files upload</target>
4822 4756
4823 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4757 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4824 <source> 4758 <source>
4825 <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>"/> 4759 <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>"/>
4826 4760
@@ -4838,17 +4772,14 @@
4838 4772
4839 <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>"/> 4773 <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>"/>
4840 </target> 4774 </target>
4841 <context-group purpose="location"> 4775
4842 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4776 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit>
4843 <context context-type="linenumber">612</context>
4844 </context-group>
4845 </trans-unit>
4846 4777
4847 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4778 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4848 <source>WebTorrent support enabled</source> 4779 <source>WebTorrent support enabled</source>
4849 <target state="new">WebTorrent support enabled</target> 4780 <target state="new">WebTorrent support enabled</target>
4850 4781
4851 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4852 <source> 4783 <source>
4853 <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>"/> 4784 <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>"/>
4854 4785
@@ -4872,17 +4803,14 @@
4872 4803
4873 <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>"/> 4804 <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>"/>
4874 </target> 4805 </target>
4875 <context-group purpose="location"> 4806
4876 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit>
4877 <context context-type="linenumber">633</context>
4878 </context-group>
4879 </trans-unit>
4880 4808
4881 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4809 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4882 <source>HLS support enabled</source> 4810 <source>HLS support enabled</source>
4883 <target state="new">HLS support enabled</target> 4811 <target state="new">HLS support enabled</target>
4884 4812
4885 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group></trans-unit> 4813 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
4886 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4814 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4887 <source>Transcoding threads</source> 4815 <source>Transcoding threads</source>
4888 <target>Transcoding threads</target> 4816 <target>Transcoding threads</target>
@@ -4890,41 +4818,41 @@
4890 <context context-type="linenumber">517</context> 4818 <context context-type="linenumber">517</context>
4891 </context-group> 4819 </context-group>
4892 4820
4893 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4821 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4894 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4822 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4895 4823
4896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group></trans-unit> 4824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
4897 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4825 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4898 <source>CACHE</source><target state="new">CACHE</target> 4826 <source>CACHE</source><target state="new">CACHE</target>
4899 4827
4900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4901 <source> 4829 <source>
4902 Some files are not federated, and fetched when necessary. Define their caching policies. 4830 Some files are not federated, and fetched when necessary. Define their caching policies.
4903 </source><target state="new"> 4831 </source><target state="new">
4904 Some files are not federated, and fetched when necessary. Define their caching policies. 4832 Some files are not federated, and fetched when necessary. Define their caching policies.
4905 </target> 4833 </target>
4906 4834
4907 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4908 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4836 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4909 4837
4910 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4911 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4839 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4912 4840
4913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group></trans-unit> 4841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit>
4914 4842
4915 4843
4916 4844
4917 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4845 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4918 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4846 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4919 4847
4920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4848 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4921 <source> 4849 <source>
4922 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4850 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4923 </source><target state="new"> 4851 </source><target state="new">
4924 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4852 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4925 </target> 4853 </target>
4926 4854
4927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit> 4855 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
4928 4856
4929 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4857 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4930 <source>JavaScript</source> 4858 <source>JavaScript</source>
@@ -4933,14 +4861,14 @@
4933 <context context-type="linenumber">575</context> 4861 <context context-type="linenumber">575</context>
4934 </context-group> 4862 </context-group>
4935 4863
4936 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4937 <source> 4865 <source>
4938 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>"/> 4866 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>"/>
4939 </source><target state="new"> 4867 </source><target state="new">
4940 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>"/> 4868 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>"/>
4941 </target> 4869 </target>
4942 4870
4943 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4944 <source> 4872 <source>
4945 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/>"/> 4873 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/>"/>
4946 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4874 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4965,7 +4893,7 @@
4965 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4893 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4966 </target> 4894 </target>
4967 4895
4968 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group></trans-unit> 4896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
4969 4897
4970 4898
4971 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4899 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -4975,7 +4903,7 @@
4975 <context context-type="linenumber">452</context> 4903 <context context-type="linenumber">452</context>
4976 </context-group> 4904 </context-group>
4977 4905
4978 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group></trans-unit> 4906 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit>
4979 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 4907 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
4980 <source>Update configuration</source> 4908 <source>Update configuration</source>
4981 <target>Update configuration</target> 4909 <target>Update configuration</target>
@@ -4983,12 +4911,12 @@
4983 <context context-type="linenumber">628</context> 4911 <context context-type="linenumber">628</context>
4984 </context-group> 4912 </context-group>
4985 4913
4986 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group></trans-unit> 4914 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
4987 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4915 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4988 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4916 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4989 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4917 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4990 4918
4991 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4992 <source>PROFILE</source><target state="new">PROFILE</target> 4920 <source>PROFILE</source><target state="new">PROFILE</target>
4993 <context-group purpose="location"> 4921 <context-group purpose="location">
4994 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4922 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5138,23 +5066,27 @@
5138 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5066 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5139 <context context-type="linenumber">6</context> 5067 <context context-type="linenumber">6</context>
5140 </context-group> 5068 </context-group>
5141 </trans-unit> 5069 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5142 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 5070 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
5143 <source>Only display videos in the following languages/subtitles</source>
5144 <target state="new">Only display videos in the following languages/subtitles</target>
5145 <context-group purpose="location"> 5071 <context-group purpose="location">
5146 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5072 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5147 <context context-type="linenumber">22</context> 5073 <context context-type="linenumber">14</context>
5074 </context-group>
5075 <context-group purpose="location">
5076 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5077 <context context-type="linenumber">111</context>
5148 </context-group> 5078 </context-group>
5149 </trans-unit> 5079 </trans-unit>
5080 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
5081 <source>Only display videos in the following languages/subtitles</source>
5082 <target state="new">Only display videos in the following languages/subtitles</target>
5083
5084 <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">23</context></context-group></trans-unit>
5150 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 5085 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5151 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 5086 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
5152 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target> 5087 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
5153 <context-group purpose="location"> 5088
5154 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5089 <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">26</context></context-group></trans-unit>
5155 <context context-type="linenumber">25</context>
5156 </context-group>
5157 </trans-unit>
5158 5090
5159 5091
5160 5092
@@ -5215,23 +5147,17 @@
5215 <source>Theme</source> 5147 <source>Theme</source>
5216 <target state="new">Theme</target> 5148 <target state="new">Theme</target>
5217 5149
5218 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 5150 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
5219 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 5151 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
5220 <source>instance default</source> 5152 <source>instance default</source>
5221 <target state="new">instance default</target> 5153 <target state="new">instance default</target>
5222 <context-group purpose="location"> 5154
5223 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5155 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
5224 <context context-type="linenumber">7</context>
5225 </context-group>
5226 </trans-unit>
5227 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 5156 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
5228 <source>peertube default</source> 5157 <source>peertube default</source>
5229 <target state="new">peertube default</target> 5158 <target state="new">peertube default</target>
5230 <context-group purpose="location"> 5159
5231 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5160 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5232 <context context-type="linenumber">8</context>
5233 </context-group>
5234 </trans-unit>
5235 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 5161 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
5236 <source>Change ownership</source> 5162 <source>Change ownership</source>
5237 <target>Change ownership</target> 5163 <target>Change ownership</target>
@@ -5393,6 +5319,18 @@
5393 <context context-type="linenumber">8</context> 5319 <context context-type="linenumber">8</context>
5394 </context-group> 5320 </context-group>
5395 <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">8</context></context-group> 5321 <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">8</context></context-group>
5322 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5323 <source>See the error</source><target state="new">See the error</target>
5324 <context-group purpose="location">
5325 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5326 <context context-type="linenumber">19</context>
5327 </context-group>
5328 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5329 <source>This video was deleted</source><target state="new">This video was deleted</target>
5330 <context-group purpose="location">
5331 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5332 <context context-type="linenumber">36</context>
5333 </context-group>
5396 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5334 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5397 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5335 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5398 <context-group purpose="location"> 5336 <context-group purpose="location">
@@ -5774,35 +5712,11 @@
5774 </context-group> 5712 </context-group>
5775 5713
5776 5714
5777 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5715 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5778 <source>Creators</source><target state="new">Creators</target>
5779 <context-group purpose="location">
5780 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5781 <context context-type="linenumber">162</context>
5782 </context-group>
5783 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5784 <source>Creator guide</source><target state="new">Creator guide</target>
5785 <context-group purpose="location">
5786 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5787 <context context-type="linenumber">162</context>
5788 </context-group>
5789 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5790 <source>Contributors</source><target state="new">Contributors</target>
5791 <context-group purpose="location">
5792 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5793 <context context-type="linenumber">163</context>
5794 </context-group>
5795 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5796 <source>PeerTube license</source><target state="new">PeerTube license</target> 5716 <source>PeerTube license</source><target state="new">PeerTube license</target>
5797 <context-group purpose="location"> 5717
5798 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5718
5799 <context context-type="linenumber">163</context> 5719 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5800 </context-group>
5801 <context-group purpose="location">
5802 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5803 <context context-type="linenumber">175</context>
5804 </context-group>
5805 </trans-unit>
5806 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 5720 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5807 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5721 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5808 <target>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5722 <target>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6766,6 +6680,30 @@
6766 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6680 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6767 <context context-type="linenumber">1</context> 6681 <context context-type="linenumber">1</context>
6768 </context-group> 6682 </context-group>
6683 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6684 <source>Process domains</source><target state="new">Process domains</target>
6685 <context-group purpose="location">
6686 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6687 <context context-type="linenumber">1</context>
6688 </context-group>
6689 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6690 <source>Domain is required.</source><target state="new">Domain is required.</target>
6691 <context-group purpose="location">
6692 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6693 <context context-type="linenumber">1</context>
6694 </context-group>
6695 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6696 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6697 <context-group purpose="location">
6698 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6699 <context context-type="linenumber">1</context>
6700 </context-group>
6701 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6702 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6703 <context-group purpose="location">
6704 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6705 <context context-type="linenumber">1</context>
6706 </context-group>
6769 </trans-unit> 6707 </trans-unit>
6770 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 6708 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6771 <source>Unlimited</source> 6709 <source>Unlimited</source>
@@ -6777,6 +6715,16 @@
6777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 6715 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6778 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 6716 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6779 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 6717 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
6718 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6719 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6720 <context-group purpose="location">
6721 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6722 <context context-type="linenumber">1</context>
6723 </context-group>
6724 <context-group purpose="location">
6725 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6726 <context context-type="linenumber">1</context>
6727 </context-group>
6780 </trans-unit> 6728 </trans-unit>
6781 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a"> 6729 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
6782 <source>100MB</source> 6730 <source>100MB</source>
@@ -6907,48 +6855,20 @@
6907 <context-group name="null"> 6855 <context-group name="null">
6908 <context context-type="linenumber">1</context> 6856 <context context-type="linenumber">1</context>
6909 </context-group> 6857 </context-group>
6910 <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> 6858
6911 </trans-unit> 6859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6912 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df"> 6860
6913 <source>You need to specify hosts to follow.</source> 6861
6914 <target>You need to specify hosts to follow.</target> 6862
6915 <context-group name="null"> 6863
6916 <context context-type="linenumber">1</context>
6917 </context-group>
6918 <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>
6919 </trans-unit>
6920 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
6921 <source>Hosts need to be unique.</source>
6922 <target>Hosts need to be unique.</target>
6923 <context-group name="null">
6924 <context context-type="linenumber">1</context>
6925 </context-group>
6926 <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>
6927 </trans-unit>
6928 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
6929 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6930 <target>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6931 <context-group name="null">
6932 <context context-type="linenumber">1</context>
6933 </context-group>
6934 <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>
6935 </trans-unit>
6936 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
6937 <source>Follow new server(s)</source>
6938 <target>Follow new server(s)</target>
6939 <context-group name="null">
6940 <context context-type="linenumber">1</context>
6941 </context-group>
6942 <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>
6943 </trans-unit>
6944 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 6864 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
6945 <source>Follow request(s) sent!</source> 6865 <source>Follow request(s) sent!</source>
6946 <target>Follow request(s) sent!</target> 6866 <target>Follow request(s) sent!</target>
6947 <context-group name="null"> 6867 <context-group name="null">
6948 <context context-type="linenumber">1</context> 6868 <context context-type="linenumber">1</context>
6949 </context-group> 6869 </context-group>
6950 <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> 6870
6951 </trans-unit> 6871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6952 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 6872 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
6953 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6873 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6954 <target>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 6874 <target>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -7042,6 +6962,12 @@
7042 <context context-type="linenumber">1</context> 6962 <context context-type="linenumber">1</context>
7043 </context-group> 6963 </context-group>
7044 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group> 6964 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group>
6965 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6966 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6967 <context-group purpose="location">
6968 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6969 <context context-type="linenumber">1</context>
6970 </context-group>
7045 </trans-unit> 6971 </trans-unit>
7046 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 6972 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
7047 <source>Comment updated.</source> 6973 <source>Comment updated.</source>
@@ -7050,23 +6976,33 @@
7050 <context context-type="linenumber">1</context> 6976 <context context-type="linenumber">1</context>
7051 </context-group> 6977 </context-group>
7052 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group> 6978 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group>
7053 </trans-unit> 6979 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
7054 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978"> 6980 <source>Internal actions</source><target state="new">Internal actions</target>
7055 <source>Delete this report</source> 6981 <context-group purpose="location">
7056 <target>Delete this report</target> 6982 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7057 <context-group name="null">
7058 <context context-type="linenumber">1</context> 6983 <context context-type="linenumber">1</context>
7059 </context-group> 6984 </context-group>
7060 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 6985 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
7061 </trans-unit> 6986 <source>Delete report</source><target state="new">Delete report</target>
7062 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321"> 6987 <context-group purpose="location">
7063 <source>Update moderation comment</source> 6988 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7064 <target>Update moderation comment</target> 6989 <context context-type="linenumber">1</context>
7065 <context-group name="null"> 6990 </context-group>
6991 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6992 <source>Add note</source><target state="new">Add note</target>
6993 <context-group purpose="location">
6994 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6995 <context context-type="linenumber">1</context>
6996 </context-group>
6997 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6998 <source>Update note</source><target state="new">Update note</target>
6999 <context-group purpose="location">
7000 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7066 <context context-type="linenumber">1</context> 7001 <context context-type="linenumber">1</context>
7067 </context-group> 7002 </context-group>
7068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7069 </trans-unit> 7003 </trans-unit>
7004
7005
7070 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3"> 7006 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
7071 <source>Mark as accepted</source> 7007 <source>Mark as accepted</source>
7072 <target>Mark as accepted</target> 7008 <target>Mark as accepted</target>
@@ -7082,6 +7018,12 @@
7082 <context context-type="linenumber">1</context> 7018 <context context-type="linenumber">1</context>
7083 </context-group> 7019 </context-group>
7084 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7020 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7021 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
7022 <source>Actions for the video</source><target state="new">Actions for the video</target>
7023 <context-group purpose="location">
7024 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7025 <context context-type="linenumber">1</context>
7026 </context-group>
7085 </trans-unit> 7027 </trans-unit>
7086 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599"> 7028 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
7087 <source>Do you really want to delete this abuse report?</source> 7029 <source>Do you really want to delete this abuse report?</source>
@@ -7972,11 +7914,8 @@
7972 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group> 7914 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group>
7973 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7915 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7974 <source>max size</source><target state="new">max size</target> 7916 <source>max size</source><target state="new">max size</target>
7975 <context-group purpose="location"> 7917
7976 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7918 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7977 <context context-type="linenumber">1</context>
7978 </context-group>
7979 </trans-unit>
7980 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7919 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
7981 <source>Now please check your emails to verify your account and complete signup.</source> 7920 <source>Now please check your emails to verify your account and complete signup.</source>
7982 <target state="new">Now please check your emails to verify your account and complete signup.</target> 7921 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8324,6 +8263,12 @@
8324 <context context-type="linenumber">1</context> 8263 <context context-type="linenumber">1</context>
8325 </context-group> 8264 </context-group>
8326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8265 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8266 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8267 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8268 <context-group purpose="location">
8269 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8270 <context context-type="linenumber">1</context>
8271 </context-group>
8327 </trans-unit> 8272 </trans-unit>
8328 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 8273 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
8329 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 8274 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8396,15 +8341,14 @@
8396 <context context-type="linenumber">1</context> 8341 <context context-type="linenumber">1</context>
8397 </context-group> 8342 </context-group>
8398 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8343 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8399 </trans-unit> 8344 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8400 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 8345 <source>just now</source><target state="new">just now</target>
8401 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 8346 <context-group purpose="location">
8402 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target> 8347 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8403 <context-group name="null">
8404 <context context-type="linenumber">1</context> 8348 <context context-type="linenumber">1</context>
8405 </context-group> 8349 </context-group>
8406 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8350 </trans-unit>
8407 </trans-unit><trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8351 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8408 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 8352 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
8409 <context-group purpose="location"> 8353 <context-group purpose="location">
8410 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8354 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
@@ -10086,8 +10030,8 @@
10086 <context-group name="null"> 10030 <context-group name="null">
10087 <context context-type="linenumber">1</context> 10031 <context context-type="linenumber">1</context>
10088 </context-group> 10032 </context-group>
10089 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group> 10033
10090 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10034 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10091 <source>Encoder</source><target state="new">Encoder</target> 10035 <source>Encoder</source><target state="new">Encoder</target>
10092 <context-group purpose="location"> 10036 <context-group purpose="location">
10093 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10037 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10357,15 +10301,14 @@
10357 <context context-type="linenumber">1</context> 10301 <context context-type="linenumber">1</context>
10358 </context-group> 10302 </context-group>
10359 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 10303 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10360 </trans-unit> 10304 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10361 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 10305 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10362 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
10363 <target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target>
10364 <context-group purpose="location"> 10306 <context-group purpose="location">
10365 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10307 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10366 <context context-type="linenumber">1</context> 10308 <context context-type="linenumber">1</context>
10367 </context-group> 10309 </context-group>
10368 </trans-unit> 10310 </trans-unit>
10311
10369 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 10312 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
10370 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10313 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10371 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target> 10314 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target>
diff --git a/client/src/locale/angular.en-US.xlf b/client/src/locale/angular.en-US.xlf
index ecab71e5c..304da8bfd 100644
--- a/client/src/locale/angular.en-US.xlf
+++ b/client/src/locale/angular.en-US.xlf
@@ -625,7 +625,7 @@
625 </context-group> 625 </context-group>
626 626
627 627
628 <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><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> 628 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
629 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 629 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
630 <source>Private</source> 630 <source>Private</source>
631 <target>Private</target> 631 <target>Private</target>
@@ -635,10 +635,10 @@
635 635
636 636
637 637
638 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 638 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
639 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="final">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 639 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="final">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
640 640
641 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.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/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
642 642
643 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 643 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
644 <source>Blacklisted</source> 644 <source>Blacklisted</source>
@@ -647,7 +647,7 @@
647 <context context-type="linenumber">42</context> 647 <context context-type="linenumber">42</context>
648 </context-group> 648 </context-group>
649 649
650 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 650 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
651 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 651 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
652 <source>Sensitive</source> 652 <source>Sensitive</source>
653 <target> 653 <target>
@@ -657,7 +657,7 @@
657 <context context-type="linenumber">46</context> 657 <context context-type="linenumber">46</context>
658 </context-group> 658 </context-group>
659 659
660 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 660 <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>
661 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 661 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
662 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 662 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
663 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 663 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -715,7 +715,7 @@
715 715
716 716
717 717
718 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit> 718 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
719 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 719 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
720 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 720 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
721 <target>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 721 <target>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -754,7 +754,7 @@
754 754
755 755
756 756
757 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 757 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
758 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d" datatype="html"> 758 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d" datatype="html">
759 <source>Truncated preview</source> 759 <source>Truncated preview</source>
760 <target state="final">Truncated preview</target> 760 <target state="final">Truncated preview</target>
@@ -922,7 +922,7 @@
922 922
923 923
924 924
925 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit> 925 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
926 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 926 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
927 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 927 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
928 <target state="final">HTTP import (YouTube, Vimeo, direct URL...)</target> 928 <target state="final">HTTP import (YouTube, Vimeo, direct URL...)</target>
@@ -1052,7 +1052,7 @@
1052 1052
1053 1053
1054 1054
1055 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1055 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1056 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 1056 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
1057 <source>Ban this user</source> 1057 <source>Ban this user</source>
1058 <target state="final">Ban this user</target> 1058 <target state="final">Ban this user</target>
@@ -1066,14 +1066,7 @@
1066 <context context-type="linenumber">11</context> 1066 <context context-type="linenumber">11</context>
1067 </context-group> 1067 </context-group>
1068 </trans-unit> 1068 </trans-unit>
1069 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 1069
1070 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1071 <target state="final">(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1072 <context-group purpose="location">
1073 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
1074 <context context-type="linenumber">12</context>
1075 </context-group>
1076 </trans-unit>
1077 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html"> 1070 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html">
1078 <source>Login</source> 1071 <source>Login</source>
1079 <target state="final"> 1072 <target state="final">
@@ -1190,7 +1183,7 @@
1190 1183
1191 1184
1192 1185
1193 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1186 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1194 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html"> 1187 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html">
1195 <source>Email address</source> 1188 <source>Email address</source>
1196 <target state="final">Email address</target> 1189 <target state="final">Email address</target>
@@ -1569,15 +1562,9 @@
1569 </context-group> 1562 </context-group>
1570 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1563 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1571 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="final">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1564 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="final">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1572 <context-group purpose="location"> 1565
1573 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1566
1574 <context context-type="linenumber">36</context> 1567 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1575 </context-group>
1576 <context-group purpose="location">
1577 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1578 <context context-type="linenumber">158</context>
1579 </context-group>
1580 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1581 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="final">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1568 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="final">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1582 <context-group purpose="location"> 1569 <context-group purpose="location">
1583 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1570 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1610,41 +1597,26 @@
1610 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1597 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1611 <source>Help</source><target state="final">Help</target> 1598 <source>Help</source><target state="final">Help</target>
1612 1599
1613 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1600 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1614 <source>Get help using PeerTube</source><target state="final">Get help using PeerTube</target> 1601 <source>Get help using PeerTube</source><target state="final">Get help using PeerTube</target>
1615 <context-group purpose="location"> 1602
1616 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1603 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1617 <context context-type="linenumber">167</context>
1618 </context-group>
1619 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1620 <source>Shortcuts</source><target state="final">Shortcuts</target> 1604 <source>Shortcuts</source><target state="final">Shortcuts</target>
1621 <context-group purpose="location"> 1605
1622 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1606 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1623 <context context-type="linenumber">168</context>
1624 </context-group>
1625 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1626 <source> 1607 <source>
1627 powered by PeerTube 1608 powered by PeerTube
1628 </source><target state="final"> 1609 </source><target state="final">
1629 powered by PeerTube 1610 powered by PeerTube
1630 </target> 1611 </target>
1631 <context-group purpose="location"> 1612
1632 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1613 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1633 <context context-type="linenumber">172</context>
1634 </context-group>
1635 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1636 <source>PeerTube website</source><target state="final">PeerTube website</target> 1614 <source>PeerTube website</source><target state="final">PeerTube website</target>
1637 <context-group purpose="location"> 1615
1638 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1616 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1639 <context context-type="linenumber">172</context>
1640 </context-group>
1641 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1642 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="final">powered by PeerTube - CopyLeft 2015-2020</target> 1617 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="final">powered by PeerTube - CopyLeft 2015-2020</target>
1643 <context-group purpose="location"> 1618
1644 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1619 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1645 <context context-type="linenumber">171</context>
1646 </context-group>
1647 </trans-unit>
1648 1620
1649 1621
1650 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1622 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
@@ -1731,17 +1703,8 @@
1731 1703
1732 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1704 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1733 <source>Contact</source><target state="final">Contact</target> 1705 <source>Contact</source><target state="final">Contact</target>
1734 <context-group purpose="location"> 1706
1735 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1707 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1736 <context context-type="linenumber">154</context>
1737 </context-group>
1738 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1739 <source>Terms of Service</source><target state="final">Terms of Service</target>
1740 <context-group purpose="location">
1741 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1742 <context context-type="linenumber">155</context>
1743 </context-group>
1744 </trans-unit>
1745 1708
1746 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1709 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1747 <source>View your notifications</source> 1710 <source>View your notifications</source>
@@ -2104,7 +2067,7 @@
2104 2067
2105 2068
2106 2069
2107 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2070 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2108 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html"> 2071 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html">
2109 <source>Privacy</source> 2072 <source>Privacy</source>
2110 <target state="final">Privacy</target> 2073 <target state="final">Privacy</target>
@@ -2115,37 +2078,19 @@
2115 2078
2116 2079
2117 2080
2118 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2081 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2119 <source>More information about privacy within PeerTube</source><target state="final">More information about privacy within PeerTube</target>
2120 <context-group purpose="location">
2121 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2122 <context context-type="linenumber">164</context>
2123 </context-group>
2124 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2125 <source>FAQ</source><target state="final">FAQ</target> 2082 <source>FAQ</source><target state="final">FAQ</target>
2126 <context-group purpose="location"> 2083
2127 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2084 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2128 <context context-type="linenumber">165</context>
2129 </context-group>
2130 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2131 <source>Frequently asked questions about PeerTube</source><target state="final">Frequently asked questions about PeerTube</target> 2085 <source>Frequently asked questions about PeerTube</source><target state="final">Frequently asked questions about PeerTube</target>
2132 <context-group purpose="location"> 2086
2133 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2087 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2134 <context context-type="linenumber">165</context>
2135 </context-group>
2136 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2137 <source>API</source><target state="final">API</target> 2088 <source>API</source><target state="final">API</target>
2138 <context-group purpose="location"> 2089
2139 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2090 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2140 <context context-type="linenumber">166</context>
2141 </context-group>
2142 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2143 <source>API documentation</source><target state="final">API documentation</target> 2091 <source>API documentation</source><target state="final">API documentation</target>
2144 <context-group purpose="location"> 2092
2145 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2093 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2146 <context context-type="linenumber">166</context>
2147 </context-group>
2148 </trans-unit>
2149 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html"> 2094 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
2150 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2095 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2151 <target state="final">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2096 <target state="final">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2293,7 +2238,7 @@
2293 2238
2294 2239
2295 2240
2296 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit> 2241 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2297 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 2242 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
2298 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2243 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2299 <target state="final"> 2244 <target state="final">
@@ -2310,7 +2255,7 @@
2310 2255
2311 2256
2312 2257
2313 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 2258 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2314 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html"> 2259 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html">
2315 <source>Select the file to upload</source> 2260 <source>Select the file to upload</source>
2316 <target state="final">Select the file to upload</target> 2261 <target state="final">Select the file to upload</target>
@@ -2322,19 +2267,13 @@
2322 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html"> 2267 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html">
2323 <source>Scheduled</source> 2268 <source>Scheduled</source>
2324 <target state="final">Scheduled</target> 2269 <target state="final">Scheduled</target>
2325 <context-group purpose="location"> 2270
2326 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2271 <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">24</context></context-group></trans-unit>
2327 <context context-type="linenumber">25</context>
2328 </context-group>
2329 </trans-unit>
2330 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2272 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2331 <source>Video background image</source> 2273 <source>Video background image</source>
2332 <target state="final">Video background image</target> 2274 <target state="final">Video background image</target>
2333 <context-group purpose="location"> 2275
2334 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2276 <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">31</context></context-group></trans-unit>
2335 <context context-type="linenumber">32</context>
2336 </context-group>
2337 </trans-unit>
2338 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2277 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2339 <source> 2278 <source>
2340 Image that will be merged with your audio file. 2279 Image that will be merged with your audio file.
@@ -2346,44 +2285,32 @@
2346 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2285 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2347 The chosen image will be definitive and cannot be modified. 2286 The chosen image will be definitive and cannot be modified.
2348 </target> 2287 </target>
2349 <context-group purpose="location"> 2288
2350 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2289 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2351 <context context-type="linenumber">34</context>
2352 </context-group>
2353 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2354 <source>Processing…</source><target state="final">Processing…</target> 2290 <source>Processing…</source><target state="final">Processing…</target>
2355 <context-group purpose="location"> 2291
2356 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2292 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2357 <context context-type="linenumber">56</context>
2358 </context-group>
2359 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2360 <source>Total video quota</source><target state="final">Total video quota</target> 2293 <source>Total video quota</source><target state="final">Total video quota</target>
2361 <context-group purpose="location"> 2294
2362 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2295
2363 <context context-type="linenumber">54</context> 2296 <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">53</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">11</context></context-group></trans-unit>
2364 </context-group>
2365 <context-group purpose="location">
2366 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2367 <context context-type="linenumber">11</context>
2368 </context-group>
2369 </trans-unit>
2370 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html"> 2297 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2371 <source>Congratulations! Your video is now available in your private library.</source> 2298 <source>Congratulations! Your video is now available in your private library.</source>
2372 <target state="final"> 2299 <target state="final">
2373 Congratulations! Your video is now available in your private library. 2300 Congratulations! Your video is now available in your private library.
2374</target> 2301</target>
2375 2302
2376 <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">68</context></context-group></trans-unit> 2303 <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">67</context></context-group></trans-unit>
2377 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html"> 2304 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
2378 <source>Publish will be available when upload is finished</source> 2305 <source>Publish will be available when upload is finished</source>
2379 <target state="final">Publish will be available when upload is finished</target> 2306 <target state="final">Publish will be available when upload is finished</target>
2380 2307
2381 <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">81</context></context-group></trans-unit> 2308 <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">80</context></context-group></trans-unit>
2382 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html"> 2309 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html">
2383 <source>Publish</source> 2310 <source>Publish</source>
2384 <target state="final">Publish</target> 2311 <target state="final">Publish</target>
2385 2312
2386 <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">88</context></context-group></trans-unit> 2313 <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">87</context></context-group></trans-unit>
2387 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html"> 2314 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
2388 <source>Select the torrent to import</source> 2315 <source>Select the torrent to import</source>
2389 <target state="final">Select the torrent to import</target> 2316 <target state="final">Select the torrent to import</target>
@@ -2391,23 +2318,19 @@
2391 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2318 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2392 <context context-type="linenumber">6</context> 2319 <context context-type="linenumber">6</context>
2393 </context-group> 2320 </context-group>
2394 </trans-unit> 2321 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2395 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc" datatype="html"> 2322 <source>OR</source><target state="final">OR</target>
2396 <source>Or</source>
2397 <target state="final">Or</target>
2398 <context-group purpose="location"> 2323 <context-group purpose="location">
2399 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2324 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2400 <context context-type="linenumber">11</context> 2325 <context context-type="linenumber">10</context>
2401 </context-group> 2326 </context-group>
2402 </trans-unit> 2327 </trans-unit>
2328
2403 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html"> 2329 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
2404 <source>Paste magnet URI</source> 2330 <source>Paste magnet URI</source>
2405 <target state="final">Paste magnet URI</target> 2331 <target state="final">Paste magnet URI</target>
2406 <context-group purpose="location"> 2332
2407 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2333 <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">13</context></context-group></trans-unit>
2408 <context context-type="linenumber">14</context>
2409 </context-group>
2410 </trans-unit>
2411 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2334 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2412 <source> 2335 <source>
2413 You can import any torrent file that points to a mp4 file. 2336 You can import any torrent file that points to a mp4 file.
@@ -2417,21 +2340,15 @@
2417 You can import any torrent file that points to a mp4 file. 2340 You can import any torrent file that points to a mp4 file.
2418 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. 2341 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.
2419 </target> 2342 </target>
2420 <context-group purpose="location"> 2343
2421 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2344 <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">16</context></context-group></trans-unit>
2422 <context context-type="linenumber">17</context>
2423 </context-group>
2424 </trans-unit>
2425 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html"> 2345 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2426 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2346 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2427 <target state="final"> 2347 <target state="final">
2428 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 2348 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2429</target> 2349</target>
2430 <context-group purpose="location"> 2350
2431 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2351 <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">56</context></context-group></trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2432 <context context-type="linenumber">57</context>
2433 </context-group>
2434 </trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2435 <source> 2352 <source>
2436 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. 2353 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.
2437 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2354 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -2709,7 +2626,7 @@
2709 <target state="final">Go to the account page</target> 2626 <target state="final">Go to the account page</target>
2710 2627
2711 2628
2712 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</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">63</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2629 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2713 <source>Subscribe</source><target state="final">Subscribe</target> 2630 <source>Subscribe</source><target state="final">Subscribe</target>
2714 <context-group purpose="location"> 2631 <context-group purpose="location">
2715 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2632 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
@@ -2777,7 +2694,7 @@
2777 <source>More information</source> 2694 <source>More information</source>
2778 <target state="final">More information</target> 2695 <target state="final">More information</target>
2779 2696
2780 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</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">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2781 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2698 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2782 <source>Get more information</source> 2699 <source>Get more information</source>
2783 <target state="final">Get more information</target> 2700 <target state="final">Get more information</target>
@@ -2845,27 +2762,18 @@
2845 </source><target state="final"> 2762 </source><target state="final">
2846 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 2763 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
2847 </target> 2764 </target>
2848 <context-group purpose="location"> 2765
2849 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2766 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2850 <context context-type="linenumber">77</context>
2851 </context-group>
2852 </trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2853 <source> 2767 <source>
2854 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2768 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2855 </source><target state="final"> 2769 </source><target state="final">
2856 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2770 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2857 </target> 2771 </target>
2858 <context-group purpose="location"> 2772
2859 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2773 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2860 <context context-type="linenumber">80</context>
2861 </context-group>
2862 </trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2863 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="final">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 2774 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="final">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
2864 <context-group purpose="location"> 2775
2865 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2776 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
2866 <context context-type="linenumber">84</context>
2867 </context-group>
2868 </trans-unit>
2869 2777
2870 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html"> 2778 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
2871 <source>Comments are disabled.</source> 2779 <source>Comments are disabled.</source>
@@ -2873,7 +2781,7 @@
2873 Comments are disabled. 2781 Comments are disabled.
2874 </target> 2782 </target>
2875 2783
2876 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group></trans-unit> 2784 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
2877 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html"> 2785 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html">
2878 <source>Add comment...</source> 2786 <source>Add comment...</source>
2879 <target state="final">Add comment...</target> 2787 <target state="final">Add comment...</target>
@@ -2959,75 +2867,43 @@
2959 <context context-type="linenumber">5</context> 2867 <context context-type="linenumber">5</context>
2960 </context-group> 2868 </context-group>
2961 </trans-unit> 2869 </trans-unit>
2962 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246" datatype="html"> 2870
2963 <source>Follow</source>
2964 <target state="final">Follow</target>
2965 <context-group purpose="location">
2966 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
2967 <context context-type="linenumber">7</context>
2968 </context-group>
2969 </trans-unit>
2970 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html"> 2871 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html">
2971 <source>Followers</source> 2872 <source>Followers</source>
2972 <target state="final">Followers</target> 2873 <target state="final">Followers</target>
2973 2874
2974 2875
2975 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 2876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
2976 <source>Video redundancies</source><target state="final">Video redundancies</target> 2877 <source>Video redundancies</source><target state="final">Video redundancies</target>
2977 <context-group purpose="location"> 2878
2978 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2879 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
2979 <context context-type="linenumber">11</context>
2980 </context-group>
2981 </trans-unit>
2982 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html"> 2880 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
2983 <source>1 host (without "http://") per line</source> 2881 <source>1 host (without "http://") per line</source>
2984 <target state="final">1 host (without "http://") per line</target> 2882 <target state="final">1 host (without "http://") per line</target>
2883
2884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2885 <source>Follow domain</source><target state="final">Follow domain</target>
2985 <context-group purpose="location"> 2886 <context-group purpose="location">
2986 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context> 2887 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2987 <context context-type="linenumber">5</context> 2888 <context context-type="linenumber">15</context>
2988 </context-group>
2989 </trans-unit>
2990 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507" datatype="html">
2991 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
2992 <target state="final">
2993 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2994 </target>
2995 <context-group purpose="location">
2996 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
2997 <context context-type="linenumber">17</context>
2998 </context-group>
2999 </trans-unit>
3000 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437" datatype="html">
3001 <source>Add following</source>
3002 <target state="final">Add following</target>
3003 <context-group purpose="location">
3004 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
3005 <context context-type="linenumber">21</context>
3006 </context-group> 2889 </context-group>
3007 </trans-unit> 2890 </trans-unit>
2891
2892
3008 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 2893 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
3009 <source>Filter...</source> 2894 <source>Filter...</source>
3010 <target state="final">Filter...</target> 2895 <target state="final">Filter...</target>
3011 <context-group purpose="location"> 2896
3012 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2897
3013 <context context-type="linenumber">8</context> 2898
3014 </context-group> 2899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3015 <context-group purpose="location">
3016 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3017 <context context-type="linenumber">9</context>
3018 </context-group>
3019 <context-group purpose="location">
3020 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3021 <context context-type="linenumber">27</context>
3022 </context-group>
3023 </trans-unit>
3024 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 2900 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
3025 <source>ID</source> 2901 <source>ID</source>
3026 <target state="final">ID</target> 2902 <target state="final">ID</target>
3027 2903
3028 2904
3029 2905
3030 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 2906 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3031 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2907 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3032 <source>Follower handle</source> 2908 <source>Follower handle</source>
3033 <target state="final">Follower handle</target> 2909 <target state="final">Follower handle</target>
@@ -3040,37 +2916,22 @@
3040 2916
3041 2917
3042 2918
3043 <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"> 2919 <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="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3044 <source>Delayed.</source><target state="final">Delayed.</target> 2920 <source>Delayed.</source><target state="final">Delayed.</target>
3045 <context-group purpose="location"> 2921
3046 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3047 <context context-type="linenumber">42</context>
3048 </context-group>
3049 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3050 <source>Will start soon...</source><target state="final">Will start soon...</target> 2923 <source>Will start soon...</source><target state="final">Will start soon...</target>
3051 <context-group purpose="location"> 2924
3052 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3053 <context context-type="linenumber">43</context>
3054 </context-group>
3055 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3056 <source>Running...</source><target state="final">Running...</target> 2926 <source>Running...</source><target state="final">Running...</target>
3057 <context-group purpose="location"> 2927
3058 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2928 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3059 <context context-type="linenumber">44</context>
3060 </context-group>
3061 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3062 <source>Finished</source><target state="final">Finished</target> 2929 <source>Finished</source><target state="final">Finished</target>
3063 <context-group purpose="location"> 2930
3064 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3065 <context context-type="linenumber">45</context>
3066 </context-group>
3067 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3068 <source>Failed</source><target state="final">Failed</target> 2932 <source>Failed</source><target state="final">Failed</target>
3069 <context-group purpose="location"> 2933
3070 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2934 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3071 <context context-type="linenumber">46</context>
3072 </context-group>
3073 </trans-unit>
3074 2935
3075 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 2936 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3076 <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> 2937 <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>
@@ -3081,19 +2942,19 @@
3081 2942
3082 2943
3083 2944
3084 <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> 2945 <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">24</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">46</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">11</context></context-group><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><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>
3085 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2946 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3086 <source>Accepted</source> 2947 <source>Accepted</source>
3087 <target state="final">Accepted</target> 2948 <target state="final">Accepted</target>
3088 2949
3089 2950
3090 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">30</context></context-group></trans-unit> 2951 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3091 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2952 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3092 <source>Pending</source> 2953 <source>Pending</source>
3093 <target state="final">Pending</target> 2954 <target state="final">Pending</target>
3094 2955
3095 2956
3096 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">31</context></context-group></trans-unit> 2957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3097 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2958 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3098 <source>Accept</source> 2959 <source>Accept</source>
3099 <target state="final">Accept</target> 2960 <target state="final">Accept</target>
@@ -3105,22 +2966,37 @@
3105 <target state="final">Refuse</target> 2966 <target state="final">Refuse</target>
3106 2967
3107 2968
3108 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit> 2969 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2970 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="final"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2971 <context-group purpose="location">
2972 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
2973 <context context-type="linenumber">3</context>
2974 </context-group>
2975 </trans-unit>
3109 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 2976 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
3110 <source>Host</source> 2977 <source>Host</source>
3111 <target state="final">Host</target> 2978 <target state="final">Host</target>
3112 2979
3113 <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></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 2980 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3114 <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><target state="final">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> 2981 <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><target state="final">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>
2982
2983 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
2984 <source>Follow domains</source><target state="final">Follow domains</target>
3115 <context-group purpose="location"> 2985 <context-group purpose="location">
3116 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2986 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3117 <context context-type="linenumber">21</context> 2987 <context context-type="linenumber">50</context>
3118 </context-group> 2988 </context-group>
3119 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 2989 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3120 <source>Video redundancies list</source><target state="final">Video redundancies list</target> 2990 <source>My videos duplicated by remote instances</source><target state="final">My videos duplicated by remote instances</target>
3121 <context-group purpose="location"> 2991 <context-group purpose="location">
3122 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2992 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3123 <context context-type="linenumber">2</context> 2993 <context context-type="linenumber">7</context>
2994 </context-group>
2995 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
2996 <source>Remote videos duplicated by my instance</source><target state="final">Remote videos duplicated by my instance</target>
2997 <context-group purpose="location">
2998 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2999 <context context-type="linenumber">8</context>
3124 </context-group> 3000 </context-group>
3125 </trans-unit> 3001 </trans-unit>
3126 3002
@@ -3171,7 +3047,7 @@
3171 3047
3172 3048
3173 3049
3174 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3050 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3175 <source> 3051 <source>
3176 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3052 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3177 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3053 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3252,57 +3128,52 @@
3252 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 3128 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3253 <source>Batch actions</source> 3129 <source>Batch actions</source>
3254 <target state="final">Batch actions</target> 3130 <target state="final">Batch actions</target>
3255 <context-group purpose="location"> 3131
3256 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3132 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3257 <context context-type="linenumber">19</context>
3258 </context-group>
3259 </trans-unit>
3260 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3133 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3261 <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> 3134 <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>
3262 <target state="final">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> 3135 <target state="final">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>
3263 <context-group purpose="location"> 3136
3264 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3137 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3265 <context context-type="linenumber">40</context>
3266 </context-group>
3267 </trans-unit>
3268 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3138 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3269 <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> 3139 <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>
3270 <target state="final">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> 3140 <target state="final">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>
3271 <context-group purpose="location"> 3141
3272 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3142 <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></trans-unit>
3273 <context context-type="linenumber">42</context>
3274 </context-group>
3275 </trans-unit>
3276 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3143 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3277 <source>(banned)</source> 3144 <source>(banned)</source>
3278 <target state="final">(banned)</target> 3145 <target state="final">(banned)</target>
3146
3147 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3148 <source>Open account in a new tab</source><target state="final">Open account in a new tab</target>
3279 <context-group purpose="location"> 3149 <context-group purpose="location">
3280 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3150 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3281 <context context-type="linenumber">65</context> 3151 <context context-type="linenumber">65</context>
3282 </context-group> 3152 </context-group>
3153 <context-group purpose="location">
3154 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3155 <context context-type="linenumber">27</context>
3156 </context-group>
3283 </trans-unit> 3157 </trans-unit>
3284 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3158 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3285 <source>User's email must be verified to login</source> 3159 <source>User's email must be verified to login</source>
3286 <target state="final">User's email must be verified to login</target> 3160 <target state="final">User's email must be verified to login</target>
3287 <context-group purpose="location"> 3161
3288 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3289 <context context-type="linenumber">72</context>
3290 </context-group>
3291 </trans-unit>
3292 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3163 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3293 <source>User's email is verified / User can login without email verification</source> 3164 <source>User's email is verified / User can login without email verification</source>
3294 <target state="final">User's email is verified / User can login without email verification</target> 3165 <target state="final">User's email is verified / User can login without email verification</target>
3295 <context-group purpose="location"> 3166
3296 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3297 <context context-type="linenumber">76</context>
3298 </context-group>
3299 </trans-unit>
3300 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3168 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3301 <source>Ban reason:</source> 3169 <source>Ban reason:</source>
3302 <target state="final">Ban reason:</target> 3170 <target state="final">Ban reason:</target>
3171
3172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3173 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="final">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3303 <context-group purpose="location"> 3174 <context-group purpose="location">
3304 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3175 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3305 <context context-type="linenumber">95</context> 3176 <context context-type="linenumber">15</context>
3306 </context-group> 3177 </context-group>
3307 </trans-unit> 3178 </trans-unit>
3308 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html"> 3179 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
@@ -3356,98 +3227,77 @@
3356 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 3227 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
3357 <context context-type="linenumber">13</context> 3228 <context context-type="linenumber">13</context>
3358 </context-group> 3229 </context-group>
3230 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3231 <source>Video <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="final">Video <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>
3232 <context-group purpose="location">
3233 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3234 <context context-type="linenumber">10</context>
3235 </context-group>
3359 </trans-unit> 3236 </trans-unit>
3360 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3237 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3361 <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> 3238 <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>
3362 <target state="final">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> 3239 <target state="final">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>
3363 3240
3364 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><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">8</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3365 <source>Video URL</source><target state="final">Video URL</target> 3242 <source>Video URL</source><target state="final">Video URL</target>
3366 <context-group purpose="location"> 3243
3367 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3368 <context context-type="linenumber">24</context>
3369 </context-group>
3370 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3371 <source>Total size</source><target state="final">Total size</target> 3245 <source>Total size</source><target state="final">Total size</target>
3246
3247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3248 <source>List redundancies</source><target state="final">List redundancies</target>
3372 <context-group purpose="location"> 3249 <context-group purpose="location">
3373 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3250 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3374 <context context-type="linenumber">25</context> 3251 <context context-type="linenumber">33</context>
3375 </context-group> 3252 </context-group>
3376 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3253 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3377 <source>Enabled strategies stats</source><target state="final">Enabled strategies stats</target> 3254 <source>Enabled strategies stats</source><target state="final">Enabled strategies stats</target>
3378 <context-group purpose="location"> 3255
3379 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3380 <context context-type="linenumber">69</context>
3381 </context-group>
3382 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3383 <source> 3257 <source>
3384 No redundancy strategy is enabled on your instance. 3258 No redundancy strategy is enabled on your instance.
3385 </source><target state="final"> 3259 </source><target state="final">
3386 No redundancy strategy is enabled on your instance. 3260 No redundancy strategy is enabled on your instance.
3387 </target> 3261 </target>
3388 <context-group purpose="location"> 3262
3389 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3390 <context context-type="linenumber">73</context>
3391 </context-group>
3392 </trans-unit>
3393 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3264 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3394 <source>Sensitive</source> 3265 <source>Sensitive</source>
3395 <target state="final">Sensitive</target> 3266 <target state="final">Sensitive</target>
3396 <context-group purpose="location"> 3267
3397 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3268 <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">11</context></context-group></trans-unit>
3398 <context context-type="linenumber">9</context>
3399 </context-group>
3400 </trans-unit>
3401 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3269 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3402 <source>Unfederated</source> 3270 <source>Unfederated</source>
3403 <target state="final">Unfederated</target> 3271 <target state="final">Unfederated</target>
3404 <context-group purpose="location"> 3272
3405 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3273 <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">12</context></context-group></trans-unit>
3406 <context context-type="linenumber">10</context>
3407 </context-group>
3408 </trans-unit>
3409 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3274 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3410 <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> 3275 <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>
3411 <target state="final">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> 3276 <target state="final">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>
3412 <context-group purpose="location"> 3277
3413 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3278 <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">13</context></context-group></trans-unit>
3414 <context context-type="linenumber">11</context>
3415 </context-group>
3416 </trans-unit>
3417 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 3279 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
3418 <source>Go to the video</source> 3280 <source>Go to the video</source>
3419 <target state="final">Go to the video</target> 3281 <target state="final">Go to the video</target>
3420 <context-group purpose="location"> 3282
3421 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3283
3422 <context context-type="linenumber">25</context> 3284
3423 </context-group> 3285 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3424 <context-group purpose="location">
3425 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3426 <context context-type="linenumber">33</context>
3427 </context-group>
3428 <context-group purpose="location">
3429 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3430 <context context-type="linenumber">33</context>
3431 </context-group>
3432 </trans-unit>
3433 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 3286 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3434 <source>Actions</source> 3287 <source>Actions</source>
3435 <target state="final">Actions</target> 3288 <target state="final">Actions</target>
3436 <context-group purpose="location"> 3289
3437 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3290
3438 <context context-type="linenumber">35</context> 3291 <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">38</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">57</context></context-group></trans-unit>
3439 </context-group>
3440 <context-group purpose="location">
3441 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3442 <context context-type="linenumber">44</context>
3443 </context-group>
3444 </trans-unit>
3445 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3292 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3446 <source>Blacklist reason:</source> 3293 <source>Blacklist reason:</source>
3447 <target state="final">Blacklist reason:</target> 3294 <target state="final">Blacklist reason:</target>
3295
3296 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3297 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="final">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3448 <context-group purpose="location"> 3298 <context-group purpose="location">
3449 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3299 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3450 <context context-type="linenumber">43</context> 3300 <context context-type="linenumber">5</context>
3451 </context-group> 3301 </context-group>
3452 </trans-unit> 3302 </trans-unit>
3453 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html"> 3303 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
@@ -3463,45 +3313,36 @@
3463 <target state="final"> 3313 <target state="final">
3464 This comment can only be seen by you or the other moderators. 3314 This comment can only be seen by you or the other moderators.
3465 </target> 3315 </target>
3466 <context-group purpose="location"> 3316
3467 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 3317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3468 <context context-type="linenumber">18</context>
3469 </context-group>
3470 </trans-unit>
3471 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html"> 3318 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
3472 <source>Update this comment</source> 3319 <source>Update this comment</source>
3473 <target state="final">Update this comment</target> 3320 <target state="final">Update this comment</target>
3474 3321
3475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3476 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 3323 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3477 <source>Reporter</source> 3324 <source>Reporter</source>
3478 <target state="final">Reporter</target> 3325 <target state="final">Reporter</target>
3479 <context-group purpose="location"> 3326
3480 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3327 <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">10</context></context-group></trans-unit>
3481 <context context-type="linenumber">8</context>
3482 </context-group>
3483 </trans-unit>
3484 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 3328 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
3485 <source>Video</source> 3329 <source>Video</source>
3486 <target state="final">Video</target> 3330 <target state="final">Video</target>
3331
3332
3333
3334 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3335 <source>Open video in a new tab</source><target state="final">Open video in a new tab</target>
3487 <context-group purpose="location"> 3336 <context-group purpose="location">
3488 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3337 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3489 <context context-type="linenumber">10</context> 3338 <context context-type="linenumber">46</context>
3490 </context-group>
3491 <context-group purpose="location">
3492 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3493 <context context-type="linenumber">14</context>
3494 </context-group>
3495 <context-group purpose="location">
3496 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3497 <context context-type="linenumber">9</context>
3498 </context-group> 3339 </context-group>
3499 </trans-unit> 3340 </trans-unit>
3500 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3341 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3501 <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> 3342 <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>
3502 <target state="final">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> 3343 <target state="final">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>
3503 3344
3504 <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><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><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></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3345 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3505 <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><target state="final">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> 3346 <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><target state="final">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>
3506 <context-group purpose="location"> 3347 <context-group purpose="location">
3507 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3348 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3511,31 +3352,27 @@
3511 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 3352 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3512 <source>Go to the account</source> 3353 <source>Go to the account</source>
3513 <target state="final">Go to the account</target> 3354 <target state="final">Go to the account</target>
3514 <context-group purpose="location"> 3355
3515 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3356
3516 <context context-type="linenumber">25</context> 3357 <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">27</context></context-group></trans-unit>
3517 </context-group>
3518 <context-group purpose="location">
3519 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3520 <context context-type="linenumber">27</context>
3521 </context-group>
3522 </trans-unit>
3523 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 3358 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
3524 <source>Reason:</source> 3359 <source>Reason:</source>
3525 <target state="final">Reason:</target> 3360 <target state="final">Reason:</target>
3361
3362 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3363 <source>Note:</source><target state="final">Note:</target>
3526 <context-group purpose="location"> 3364 <context-group purpose="location">
3527 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3365 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3528 <context context-type="linenumber">53</context> 3366 <context context-type="linenumber">72</context>
3529 </context-group> 3367 </context-group>
3530 </trans-unit> 3368 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3531 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638" datatype="html"> 3369 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="final">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3532 <source>Moderation comment:</source>
3533 <target state="final">Moderation comment:</target>
3534 <context-group purpose="location"> 3370 <context-group purpose="location">
3535 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3371 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3536 <context context-type="linenumber">57</context> 3372 <context context-type="linenumber">5</context>
3537 </context-group> 3373 </context-group>
3538 </trans-unit> 3374 </trans-unit>
3375
3539 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3376 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
3540 <source>Unblacklist</source> 3377 <source>Unblacklist</source>
3541 <target state="final">Unblacklist</target> 3378 <target state="final">Unblacklist</target>
@@ -3547,6 +3384,12 @@
3547 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context> 3384 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
3548 <context context-type="linenumber">17</context> 3385 <context context-type="linenumber">17</context>
3549 </context-group> 3386 </context-group>
3387 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3388 <source>Mute domain</source><target state="final">Mute domain</target>
3389 <context-group purpose="location">
3390 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3391 <context context-type="linenumber">11</context>
3392 </context-group>
3550 </trans-unit> 3393 </trans-unit>
3551 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 3394 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
3552 <source>Instance</source> 3395 <source>Instance</source>
@@ -3555,57 +3398,55 @@
3555 3398
3556 3399
3557 3400
3558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3401 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3559 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3402 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3560 <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> 3403 <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>
3561 <target state="final">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> 3404 <target state="final">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>
3562 <context-group purpose="location"> 3405
3563 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3406
3564 <context context-type="linenumber">9</context> 3407
3565 </context-group> 3408
3566 <context-group purpose="location"> 3409 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3567 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3568 <context context-type="linenumber">9</context>
3569 </context-group>
3570 <context-group purpose="location">
3571 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3572 <context context-type="linenumber">13</context>
3573 </context-group>
3574 <context-group purpose="location">
3575 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
3576 <context context-type="linenumber">13</context>
3577 </context-group>
3578 </trans-unit>
3579 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3410 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3580 <source>Unmute</source> 3411 <source>Unmute</source>
3581 <target state="final">Unmute</target> 3412 <target state="final">Unmute</target>
3413
3414
3415
3416
3417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3418 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="final">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3582 <context-group purpose="location"> 3419 <context-group purpose="location">
3583 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3420 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3584 <context context-type="linenumber">19</context> 3421 <context context-type="linenumber">5</context>
3585 </context-group>
3586 <context-group purpose="location">
3587 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3588 <context context-type="linenumber">18</context>
3589 </context-group> 3422 </context-group>
3423 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3424 <source>
3425 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3426 </source><target state="final">
3427 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3428 </target>
3590 <context-group purpose="location"> 3429 <context-group purpose="location">
3591 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 3430 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3592 <context context-type="linenumber">22</context> 3431 <context context-type="linenumber">37</context>
3593 </context-group> 3432 </context-group>
3433 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3434 <source>Mute domains</source><target state="final">Mute domains</target>
3594 <context-group purpose="location"> 3435 <context-group purpose="location">
3595 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 3436 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3596 <context context-type="linenumber">23</context> 3437 <context context-type="linenumber">35</context>
3597 </context-group> 3438 </context-group>
3598 </trans-unit> 3439 </trans-unit>
3599 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3440 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3600 <source>Account</source> 3441 <source>Account</source>
3601 <target state="final">Account</target> 3442 <target state="final">Account</target>
3443
3444
3445 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3446 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="final">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3602 <context-group purpose="location"> 3447 <context-group purpose="location">
3603 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3448 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3604 <context context-type="linenumber">8</context> 3449 <context context-type="linenumber">5</context>
3605 </context-group>
3606 <context-group purpose="location">
3607 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3608 <context context-type="linenumber">12</context>
3609 </context-group> 3450 </context-group>
3610 </trans-unit> 3451 </trans-unit>
3611 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3452 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
@@ -3748,31 +3589,18 @@
3748 <context context-type="linenumber">9</context> 3589 <context context-type="linenumber">9</context>
3749 </context-group> 3590 </context-group>
3750 </trans-unit> 3591 </trans-unit>
3751 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f" datatype="html"> 3592 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3752 <source>Jobs list</source>
3753 <target state="final">Jobs list</target>
3754 <context-group purpose="location">
3755 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3756 <context context-type="linenumber">2</context>
3757 </context-group>
3758 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3759 <source>Job type</source><target state="final">Job type</target> 3593 <source>Job type</source><target state="final">Job type</target>
3760 <context-group purpose="location"> 3594
3761 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3595 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3762 <context context-type="linenumber">5</context>
3763 </context-group>
3764 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3765 <source>Job state</source><target state="final">Job state</target> 3596 <source>Job state</source><target state="final">Job state</target>
3766 <context-group purpose="location"> 3597
3767 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3768 <context context-type="linenumber">14</context>
3769 </context-group>
3770 </trans-unit>
3771 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3599 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3772 <source>Type</source> 3600 <source>Type</source>
3773 <target state="final">Type</target> 3601 <target state="final">Type</target>
3774 3602
3775 <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> 3603 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
3776 3604
3777 3605
3778 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3606 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
@@ -3818,43 +3646,25 @@
3818 3646
3819 3647
3820 3648
3821 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 3649 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
3822 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="final">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 3650 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="final">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
3823 <context-group purpose="location"> 3651
3824 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3652 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3825 <context context-type="linenumber">46</context>
3826 </context-group>
3827 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3828 <source>Help share videos being played</source><target state="final">Help share videos being played</target> 3653 <source>Help share videos being played</source><target state="final">Help share videos being played</target>
3829 <context-group purpose="location"> 3654
3830 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3655 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3831 <context context-type="linenumber">43</context>
3832 </context-group>
3833 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3834 <source>When on a video page, directly start playing the video.</source><target state="final">When on a video page, directly start playing the video.</target> 3656 <source>When on a video page, directly start playing the video.</source><target state="final">When on a video page, directly start playing the video.</target>
3835 <context-group purpose="location"> 3657
3836 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3658 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3837 <context context-type="linenumber">57</context>
3838 </context-group>
3839 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3840 <source>Automatically play videos</source><target state="final">Automatically play videos</target> 3659 <source>Automatically play videos</source><target state="final">Automatically play videos</target>
3841 <context-group purpose="location"> 3660
3842 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3661 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3843 <context context-type="linenumber">54</context>
3844 </context-group>
3845 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3846 <source>When a video ends, follow up with the next suggested video.</source><target state="final">When a video ends, follow up with the next suggested video.</target> 3662 <source>When a video ends, follow up with the next suggested video.</source><target state="final">When a video ends, follow up with the next suggested video.</target>
3847 <context-group purpose="location"> 3663
3848 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3664 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3849 <context context-type="linenumber">68</context>
3850 </context-group>
3851 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3852 <source>Automatically start playing the next video</source><target state="final">Automatically start playing the next video</target> 3665 <source>Automatically start playing the next video</source><target state="final">Automatically start playing the next video</target>
3853 <context-group purpose="location"> 3666
3854 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3667 <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">66</context></context-group></trans-unit>
3855 <context context-type="linenumber">65</context>
3856 </context-group>
3857 </trans-unit>
3858 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 3668 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3859 <source>Main languages you/your moderators speak</source> 3669 <source>Main languages you/your moderators speak</source>
3860 <target state="final">Main languages you/your moderators speak</target> 3670 <target state="final">Main languages you/your moderators speak</target>
@@ -3904,97 +3714,94 @@
3904 <target state="final">Do not list</target> 3714 <target state="final">Do not list</target>
3905 3715
3906 3716
3907 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 3717 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
3908 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html"> 3718 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html">
3909 <source>Blur thumbnails</source> 3719 <source>Blur thumbnails</source>
3910 <target state="final">Blur thumbnails</target> 3720 <target state="final">Blur thumbnails</target>
3911 3721
3912 3722
3913 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 3723 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
3914 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html"> 3724 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html">
3915 <source>Display</source> 3725 <source>Display</source>
3916 <target state="final">Display</target> 3726 <target state="final">Display</target>
3917 3727
3918 3728
3919 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3729 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3920 <source>Strategy</source><target state="final">Strategy</target> 3730 <source>Strategy</source><target state="final">Strategy</target>
3921 <context-group purpose="location"> 3731
3922 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3732 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3923 <context context-type="linenumber">22</context>
3924 </context-group>
3925 </trans-unit>
3926 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html"> 3733 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3927 <source>Terms</source> 3734 <source>Terms</source>
3928 <target state="final">Terms</target> 3735 <target state="final">Terms</target>
3929 3736
3930 3737
3931 3738
3932 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3739 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3933 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 3740 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
3934 <source>Code of conduct</source> 3741 <source>Code of conduct</source>
3935 <target state="final">Code of conduct</target> 3742 <target state="final">Code of conduct</target>
3936 3743
3937 3744
3938 3745
3939 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 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">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
3940 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 3747 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
3941 <source>Moderation information</source> 3748 <source>Moderation information</source>
3942 <target state="final">Moderation information</target> 3749 <target state="final">Moderation information</target>
3943 3750
3944 3751
3945 3752
3946 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 3753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
3947 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="final">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 3754 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="final">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
3948 3755
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">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 3756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
3950 <source>YOU AND YOUR INSTANCE</source><target state="final">YOU AND YOUR INSTANCE</target> 3757 <source>YOU AND YOUR INSTANCE</source><target state="final">YOU AND YOUR INSTANCE</target>
3951 3758
3952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit> 3759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit>
3953 3760
3954 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 3761 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
3955 <source>Who is behind the instance?</source> 3762 <source>Who is behind the instance?</source>
3956 <target state="final">Who is behind the instance?</target> 3763 <target state="final">Who is behind the instance?</target>
3957 3764
3958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 3765 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
3959 <source>A single person? A non-profit? A company?</source><target state="final">A single person? A non-profit? A company?</target> 3766 <source>A single person? A non-profit? A company?</source><target state="final">A single person? A non-profit? A company?</target>
3960 3767
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">160</context></context-group></trans-unit> 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">161</context></context-group></trans-unit>
3962 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 3769 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
3963 <source>Why did you create this instance?</source> 3770 <source>Why did you create this instance?</source>
3964 <target state="final">Why did you create this instance?</target> 3771 <target state="final">Why did you create this instance?</target>
3965 3772
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">171</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 3773 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
3967 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="final">To share your personal videos? To open registrations and allow people to upload what they want?</target> 3774 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="final">To share your personal videos? To open registrations and allow people to upload what they want?</target>
3968 3775
3969 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit> 3776 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit>
3970 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 3777 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
3971 <source>How long do you plan to maintain this instance?</source> 3778 <source>How long do you plan to maintain this instance?</source>
3972 <target state="final">How long do you plan to maintain this instance?</target> 3779 <target state="final">How long do you plan to maintain this instance?</target>
3973 3780
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">182</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 3781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
3975 <source>It's important to know for users who want to register on your instance</source><target state="final">It's important to know for users who want to register on your instance</target> 3782 <source>It's important to know for users who want to register on your instance</source><target state="final">It's important to know for users who want to register on your instance</target>
3976 3783
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">183</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">184</context></context-group></trans-unit>
3978 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 3785 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
3979 <source>How will you finance the PeerTube server?</source> 3786 <source>How will you finance the PeerTube server?</source>
3980 <target state="final">How will you finance the PeerTube server?</target> 3787 <target state="final">How will you finance the PeerTube server?</target>
3981 3788
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">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 3789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
3983 <source>With your own funds? With user donations? Advertising?</source><target state="final">With your own funds? With user donations? Advertising?</target> 3790 <source>With your own funds? With user donations? Advertising?</source><target state="final">With your own funds? With user donations? Advertising?</target>
3984 3791
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">194</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 3792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
3986 <source>OTHER INFORMATION</source><target state="final">OTHER INFORMATION</target> 3793 <source>OTHER INFORMATION</source><target state="final">OTHER INFORMATION</target>
3987 3794
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">208</context></context-group></trans-unit> 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">209</context></context-group></trans-unit>
3989 3796
3990 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 3797 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
3991 <source>What server/hardware does the instance run on?</source> 3798 <source>What server/hardware does the instance run on?</source>
3992 <target state="final">What server/hardware does the instance run on?</target> 3799 <target state="final">What server/hardware does the instance run on?</target>
3993 3800
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">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 3801 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
3995 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="final">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 3802 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="final">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
3996 3803
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">215</context></context-group></trans-unit> 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">216</context></context-group></trans-unit>
3998 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 3805 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
3999 <source>Instance information</source> 3806 <source>Instance information</source>
4000 <target state="final">Instance information</target> 3807 <target state="final">Instance information</target>
@@ -4002,76 +3809,76 @@
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">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" 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">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4003 <source>APPEARANCE</source><target state="final">APPEARANCE</target> 3810 <source>APPEARANCE</source><target state="final">APPEARANCE</target>
4004 3811
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">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 3812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4006 <source> 3813 <source>
4007 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3814 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4008 </source><target state="final"> 3815 </source><target state="final">
4009 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3816 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4010 </target> 3817 </target>
4011 3818
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">240</context></context-group></trans-unit> 3819 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit>
4013 3820
4014 3821
4015 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 3822 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4016 <source>default</source> 3823 <source>default</source>
4017 <target state="final">default</target> 3824 <target state="final">default</target>
4018 3825
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">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 3826 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4020 <source>Landing page</source><target state="final">Landing page</target> 3827 <source>Landing page</source><target state="final">Landing page</target>
4021 3828
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">262</context></context-group></trans-unit> 3829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit>
4023 3830
4024 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 3831 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4025 <source>Discover videos</source> 3832 <source>Discover videos</source>
4026 <target state="final">Discover videos</target> 3833 <target state="final">Discover videos</target>
4027 3834
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">265</context></context-group></trans-unit> 3835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit>
4029 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 3836 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4030 <source>Trending videos</source> 3837 <source>Trending videos</source>
4031 <target state="final">Trending videos</target> 3838 <target state="final">Trending videos</target>
4032 3839
4033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 3840 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit>
4034 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 3841 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4035 <source>Most liked videos</source> 3842 <source>Most liked videos</source>
4036 <target state="final">Most liked videos</target> 3843 <target state="final">Most liked videos</target>
4037 3844
4038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit> 3845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit>
4039 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 3846 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4040 <source>Recently added videos</source> 3847 <source>Recently added videos</source>
4041 <target state="final">Recently added videos</target> 3848 <target state="final">Recently added videos</target>
4042 3849
4043 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit> 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">269</context></context-group></trans-unit>
4044 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html"> 3851 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
4045 <source>Local videos</source> 3852 <source>Local videos</source>
4046 <target state="final">Local videos</target> 3853 <target state="final">Local videos</target>
4047 3854
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">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" 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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4049 <source>NEW USERS</source><target state="final">NEW USERS</target> 3856 <source>NEW USERS</source><target state="final">NEW USERS</target>
4050 3857
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">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 3858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4052 <source> 3859 <source>
4053 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3860 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4054 </source><target state="final"> 3861 </source><target state="final">
4055 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3862 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4056 </target> 3863 </target>
4057 3864
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">281</context></context-group></trans-unit> 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">282</context></context-group></trans-unit>
4059 3866
4060 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 3867 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
4061 <source>Signup enabled</source> 3868 <source>Signup enabled</source>
4062 <target state="final">Signup enabled</target> 3869 <target state="final">Signup enabled</target>
4063 3870
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">292</context></context-group></trans-unit> 3871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group></trans-unit>
4065 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 3872 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
4066 <source>Signup requires email verification</source> 3873 <source>Signup requires email verification</source>
4067 <target state="final">Signup requires email verification</target> 3874 <target state="final">Signup requires email verification</target>
4068 3875
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">300</context></context-group></trans-unit> 3876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit>
4070 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 3877 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
4071 <source>Signup limit</source> 3878 <source>Signup limit</source>
4072 <target state="final">Signup limit</target> 3879 <target state="final">Signup limit</target>
4073 3880
4074 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">304</context></context-group></trans-unit> 3881 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit>
4075 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 3882 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
4076 <source>Users</source> 3883 <source>Users</source>
4077 <target state="final">Users</target> 3884 <target state="final">Users</target>
@@ -4157,71 +3964,84 @@
4157 <source>Default video quota per user</source> 3964 <source>Default video quota per user</source>
4158 <target state="final">Default video quota per user</target> 3965 <target state="final">Default video quota per user</target>
4159 3966
4160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">319</context></context-group></trans-unit> 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">320</context></context-group></trans-unit>
4161 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 3968 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4162 <source>Default daily upload limit per user</source> 3969 <source>Default daily upload limit per user</source>
4163 <target state="final">Default daily upload limit per user</target> 3970 <target state="final">Default daily upload limit per user</target>
4164 3971
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">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" 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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4166 <source>NEW VIDEOS</source><target state="final">NEW VIDEOS</target> 3973 <source>NEW VIDEOS</source><target state="final">NEW VIDEOS</target>
4167 3974
4168 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" 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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4169 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="final">Allow import with HTTP URL (i.e. YouTube)</target> 3976 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="final">Allow import with HTTP URL (i.e. YouTube)</target>
4170 3977
4171 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">359</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 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">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4172 <source>Allow import with a torrent file or a magnet URI</source><target state="final">Allow import with a torrent file or a magnet URI</target> 3979 <source>Allow import with a torrent file or a magnet URI</source><target state="final">Allow import with a torrent file or a magnet URI</target>
4173 3980
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">366</context></context-group></trans-unit> 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">367</context></context-group></trans-unit>
4175 3982
4176 3983
4177 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 3984 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4178 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="final">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 3985 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="final">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4179 3986
4180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">383</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 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">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4181 <source>Blacklist new videos automatically</source><target state="final">Blacklist new videos automatically</target> 3988 <source>Blacklist new videos automatically</source><target state="final">Blacklist new videos automatically</target>
4182 3989
4183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 3990 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4184 <source>FEDERATION</source><target state="final">FEDERATION</target> 3991 <source>FEDERATION</source><target state="final">FEDERATION</target>
4185 3992
4186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 3993 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4187 <source> 3994 <source>
4188 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 3995 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4189 </source><target state="final"> 3996 </source><target state="final">
4190 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 3997 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4191 </target> 3998 </target>
4192 3999
4193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" 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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4194 <source>Other instances can follow yours</source><target state="final">Other instances can follow yours</target> 4001 <source>Other instances can follow yours</source><target state="final">Other instances can follow yours</target>
4195 4002
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">411</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">412</context></context-group></trans-unit>
4197 4004
4198 4005
4199 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4006 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4200 <source>Manually approve new instance followers</source><target state="final">Manually approve new instance followers</target> 4007 <source>Manually approve new instance followers</source><target state="final">Manually approve new instance followers</target>
4201 4008
4202 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" 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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4203 <source>Automatically follow back instances</source><target state="final">Automatically follow back instances</target> 4010 <source>Automatically follow back instances</source><target state="final">Automatically follow back instances</target>
4204 4011
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">431</context></context-group></trans-unit> 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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4013 <source>
4014 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4015 </source><target state="final">
4016 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4017 </target>
4018 <context-group purpose="location">
4019 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4020 <context context-type="linenumber">450</context>
4021 </context-group>
4022 </trans-unit>
4206 4023
4207 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4024 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4208 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="final">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4025 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="final">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4209 4026
4210 4027
4211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit> 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">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4212 4029
4213 4030
4214 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4031 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4215 <source>Index URL</source> 4032 <source>Index URL</source>
4216 <target state="final">Index URL</target> 4033 <target state="final">Index URL</target>
4217 4034
4218 <context-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="827523b730c599698d1bdf6a17bcfb500db62c5d" 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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4219 <source>Automatically follow instances of the public index</source><target state="final">Automatically follow instances of the public index</target> 4036 <source>Automatically follow instances of a public index</source><target state="final">Automatically follow instances of a public index</target>
4220 4037 <context-group purpose="location">
4221 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4038 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4039 <context context-type="linenumber">445</context>
4040 </context-group>
4041 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4222 <source>ADMINISTRATORS</source><target state="final">ADMINISTRATORS</target> 4042 <source>ADMINISTRATORS</source><target state="final">ADMINISTRATORS</target>
4223 4043
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">472</context></context-group></trans-unit> 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">477</context></context-group></trans-unit>
4225 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 4045 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
4226 <source>Administrator</source> 4046 <source>Administrator</source>
4227 <target state="final">Administrator</target> 4047 <target state="final">Administrator</target>
@@ -4231,39 +4051,39 @@
4231 <source>Admin email</source> 4051 <source>Admin email</source>
4232 <target state="final">Admin email</target> 4052 <target state="final">Admin email</target>
4233 4053
4234 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group></trans-unit> 4054 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit>
4235 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4055 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4236 <source>Enable contact form</source> 4056 <source>Enable contact form</source>
4237 <target state="final">Enable contact form</target> 4057 <target state="final">Enable contact form</target>
4238 4058
4239 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</context></context-group></trans-unit> 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">494</context></context-group></trans-unit>
4240 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 4060 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
4241 <source>Basic configuration</source> 4061 <source>Basic configuration</source>
4242 <target state="final">Basic configuration</target> 4062 <target state="final">Basic configuration</target>
4243 4063
4244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4245 <source>TWITTER</source><target state="final">TWITTER</target> 4065 <source>TWITTER</source><target state="final">TWITTER</target>
4246 4066
4247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4248 <source> 4068 <source>
4249 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4069 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4250 </source><target state="final"> 4070 </source><target state="final">
4251 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4071 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4252 </target> 4072 </target>
4253 4073
4254 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">507</context></context-group></trans-unit> 4074 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit>
4255 4075
4256 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 4076 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
4257 <source>Your Twitter username</source> 4077 <source>Your Twitter username</source>
4258 <target state="final">Your Twitter username</target> 4078 <target state="final">Your Twitter username</target>
4259 4079
4260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</context></context-group></trans-unit> 4080 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit>
4261 4081
4262 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 4082 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
4263 <source>Instance whitelisted by Twitter</source> 4083 <source>Instance whitelisted by Twitter</source>
4264 <target state="final">Instance whitelisted by Twitter</target> 4084 <target state="final">Instance whitelisted by Twitter</target>
4265 4085
4266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4267 <source> 4087 <source>
4268 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/>"/> 4088 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/>"/>
4269 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/>"/> 4089 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/>"/>
@@ -4278,16 +4098,16 @@
4278 to see if you instance is whitelisted. 4098 to see if you instance is whitelisted.
4279 </target> 4099 </target>
4280 4100
4281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</context></context-group></trans-unit> 4101 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit>
4282 4102
4283 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 4103 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
4284 <source>Services</source> 4104 <source>Services</source>
4285 <target state="final">Services</target> 4105 <target state="final">Services</target>
4286 4106
4287 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4288 <source>TRANSCODING</source><target state="final">TRANSCODING</target> 4108 <source>TRANSCODING</source><target state="final">TRANSCODING</target>
4289 4109
4290 <context-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="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4291 <source> 4111 <source>
4292 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4112 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4293 resources, this is a critical part of PeerTube, so tread carefully. 4113 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4296,42 +4116,36 @@
4296 resources, this is a critical part of PeerTube, so tread carefully. 4116 resources, this is a critical part of PeerTube, so tread carefully.
4297 </target> 4117 </target>
4298 4118
4299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</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">566</context></context-group></trans-unit>
4300 4120
4301 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 4121 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
4302 <source>Transcoding enabled</source> 4122 <source>Transcoding enabled</source>
4303 <target state="final">Transcoding enabled</target> 4123 <target state="final">Transcoding enabled</target>
4304 4124
4305 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></trans-unit> 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">579</context></context-group></trans-unit>
4306 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 4126 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
4307 <source>If you disable transcoding, many videos from your users will not work!</source> 4127 <source>If you disable transcoding, many videos from your users will not work!</source>
4308 <target state="final">If you disable transcoding, many videos from your users will not work!</target> 4128 <target state="final">If you disable transcoding, many videos from your users will not work!</target>
4309 4129
4310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4311 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="final">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4131 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="final">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4312 <context-group purpose="location"> 4132
4313 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">594</context></context-group></trans-unit>
4314 <context context-type="linenumber">589</context>
4315 </context-group>
4316 </trans-unit>
4317 4134
4318 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4135 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4319 <source>Allow additional extensions</source> 4136 <source>Allow additional extensions</source>
4320 <target state="final">Allow additional extensions</target> 4137 <target state="final">Allow additional extensions</target>
4321 4138
4322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4139 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4323 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="final">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4140 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="final">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4324 <context-group purpose="location"> 4141
4325 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">605</context></context-group></trans-unit>
4326 <context context-type="linenumber">600</context>
4327 </context-group>
4328 </trans-unit>
4329 4143
4330 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4144 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4331 <source>Allow audio files upload</source> 4145 <source>Allow audio files upload</source>
4332 <target state="final">Allow audio files upload</target> 4146 <target state="final">Allow audio files upload</target>
4333 4147
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">597</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4148 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4335 <source> 4149 <source>
4336 <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>"/> 4150 <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>"/>
4337 4151
@@ -4349,14 +4163,11 @@
4349 4163
4350 <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>"/> 4164 <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>"/>
4351 </target> 4165 </target>
4352 <context-group purpose="location"> 4166
4353 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4354 <context context-type="linenumber">612</context>
4355 </context-group>
4356 </trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4357 <source>WebTorrent support enabled</source><target state="final">WebTorrent support enabled</target> 4168 <source>WebTorrent support enabled</source><target state="final">WebTorrent support enabled</target>
4358 4169
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">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4360 <source> 4171 <source>
4361 <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>"/> 4172 <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>"/>
4362 4173
@@ -4380,69 +4191,66 @@
4380 4191
4381 <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>"/> 4192 <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>"/>
4382 </target> 4193 </target>
4383 <context-group purpose="location"> 4194
4384 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">638</context></context-group></trans-unit>
4385 <context context-type="linenumber">633</context>
4386 </context-group>
4387 </trans-unit>
4388 4196
4389 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4197 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4390 <source>HLS support enabled</source> 4198 <source>HLS support enabled</source>
4391 <target state="final">HLS support enabled</target> 4199 <target state="final">HLS support enabled</target>
4392 4200
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">630</context></context-group></trans-unit> 4201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
4394 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4202 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4395 <source>Transcoding threads</source> 4203 <source>Transcoding threads</source>
4396 <target state="final">Transcoding threads</target> 4204 <target state="final">Transcoding threads</target>
4397 4205
4398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4206 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4399 <source>Resolutions to generate</source><target state="final">Resolutions to generate</target> 4207 <source>Resolutions to generate</source><target state="final">Resolutions to generate</target>
4400 4208
4401 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group></trans-unit> 4209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
4402 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4210 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4403 <source>CACHE</source><target state="final">CACHE</target> 4211 <source>CACHE</source><target state="final">CACHE</target>
4404 4212
4405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4406 <source> 4214 <source>
4407 Some files are not federated, and fetched when necessary. Define their caching policies. 4215 Some files are not federated, and fetched when necessary. Define their caching policies.
4408 </source><target state="final"> 4216 </source><target state="final">
4409 Some files are not federated, and fetched when necessary. Define their caching policies. 4217 Some files are not federated, and fetched when necessary. Define their caching policies.
4410 </target> 4218 </target>
4411 4219
4412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4220 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4413 <source>Number of previews to keep in cache</source><target state="final">Number of previews to keep in cache</target> 4221 <source>Number of previews to keep in cache</source><target state="final">Number of previews to keep in cache</target>
4414 4222
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">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4416 <source>Number of video captions to keep in cache</source><target state="final">Number of video captions to keep in cache</target> 4224 <source>Number of video captions to keep in cache</source><target state="final">Number of video captions to keep in cache</target>
4417 4225
4418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group></trans-unit> 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">718</context></context-group></trans-unit>
4419 4227
4420 4228
4421 4229
4422 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4230 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4423 <source>CUSTOMIZATIONS</source><target state="final">CUSTOMIZATIONS</target> 4231 <source>CUSTOMIZATIONS</source><target state="final">CUSTOMIZATIONS</target>
4424 4232
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">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4426 <source> 4234 <source>
4427 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4235 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4428 </source><target state="final"> 4236 </source><target state="final">
4429 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4237 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4430 </target> 4238 </target>
4431 4239
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">733</context></context-group></trans-unit> 4240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
4433 4241
4434 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 4242 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4435 <source>JavaScript</source> 4243 <source>JavaScript</source>
4436 <target state="final">JavaScript</target> 4244 <target state="final">JavaScript</target>
4437 4245
4438 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4439 <source> 4247 <source>
4440 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>"/> 4248 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>"/>
4441 </source><target state="final"> 4249 </source><target state="final">
4442 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>"/> 4250 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>"/>
4443 </target> 4251 </target>
4444 4252
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">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4446 <source> 4254 <source>
4447 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/>"/> 4255 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/>"/>
4448 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4256 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4467,24 +4275,24 @@
4467 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4275 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4468 </target> 4276 </target>
4469 4277
4470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group></trans-unit> 4278 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
4471 4279
4472 4280
4473 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4281 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4474 <source>Advanced configuration</source> 4282 <source>Advanced configuration</source>
4475 <target state="final">Advanced configuration</target> 4283 <target state="final">Advanced configuration</target>
4476 4284
4477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group></trans-unit> 4285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit>
4478 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4286 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4479 <source>Update configuration</source> 4287 <source>Update configuration</source>
4480 <target state="final">Update configuration</target> 4288 <target state="final">Update configuration</target>
4481 4289
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">803</context></context-group></trans-unit> 4290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
4483 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4291 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4484 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4292 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4485 <target state="final">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4293 <target state="final">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4486 4294
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">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4295 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4488 <source>PROFILE</source><target state="final">PROFILE</target> 4296 <source>PROFILE</source><target state="final">PROFILE</target>
4489 <context-group purpose="location"> 4297 <context-group purpose="location">
4490 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4298 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4629,19 +4437,23 @@
4629 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4437 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4630 <context context-type="linenumber">6</context> 4438 <context context-type="linenumber">6</context>
4631 </context-group> 4439 </context-group>
4632 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 4440 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
4633 <source>Only display videos in the following languages/subtitles</source><target state="final">Only display videos in the following languages/subtitles</target> 4441 <source>Policy for sensitive videos</source><target state="final">Policy for sensitive videos</target>
4634 <context-group purpose="location"> 4442 <context-group purpose="location">
4635 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4443 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4636 <context context-type="linenumber">22</context> 4444 <context context-type="linenumber">14</context>
4637 </context-group> 4445 </context-group>
4638 </trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
4639 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="final">In Recently added, Trending, Local, Most liked and Search pages</target>
4640 <context-group purpose="location"> 4446 <context-group purpose="location">
4641 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4447 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4642 <context context-type="linenumber">25</context> 4448 <context context-type="linenumber">111</context>
4643 </context-group> 4449 </context-group>
4644 </trans-unit> 4450 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
4451 <source>Only display videos in the following languages/subtitles</source><target state="final">Only display videos in the following languages/subtitles</target>
4452
4453 <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">23</context></context-group></trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
4454 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="final">In Recently added, Trending, Local, Most liked and Search pages</target>
4455
4456 <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">26</context></context-group></trans-unit>
4645 4457
4646 4458
4647 4459
@@ -4704,23 +4516,17 @@
4704 <source>Theme</source> 4516 <source>Theme</source>
4705 <target state="final">Theme</target> 4517 <target state="final">Theme</target>
4706 4518
4707 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 4519 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
4708 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 4520 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
4709 <source>instance default</source> 4521 <source>instance default</source>
4710 <target state="final">instance default</target> 4522 <target state="final">instance default</target>
4711 <context-group purpose="location"> 4523
4712 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4524 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
4713 <context context-type="linenumber">7</context>
4714 </context-group>
4715 </trans-unit>
4716 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 4525 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
4717 <source>peertube default</source> 4526 <source>peertube default</source>
4718 <target state="final">peertube default</target> 4527 <target state="final">peertube default</target>
4719 <context-group purpose="location"> 4528
4720 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4529 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
4721 <context context-type="linenumber">8</context>
4722 </context-group>
4723 </trans-unit>
4724 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html"> 4530 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
4725 <source>Change ownership</source> 4531 <source>Change ownership</source>
4726 <target state="final">Change ownership</target> 4532 <target state="final">Change ownership</target>
@@ -4871,6 +4677,18 @@
4871 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4677 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4872 <context context-type="linenumber">8</context> 4678 <context context-type="linenumber">8</context>
4873 </context-group> 4679 </context-group>
4680 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4681 <source>See the error</source><target state="final">See the error</target>
4682 <context-group purpose="location">
4683 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4684 <context context-type="linenumber">19</context>
4685 </context-group>
4686 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4687 <source>This video was deleted</source><target state="final">This video was deleted</target>
4688 <context-group purpose="location">
4689 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4690 <context context-type="linenumber">36</context>
4691 </context-group>
4874 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 4692 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4875 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="final">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 4693 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="final">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
4876 <context-group purpose="location"> 4694 <context-group purpose="location">
@@ -5228,35 +5046,11 @@
5228 <target state="final">Stats</target> 5046 <target state="final">Stats</target>
5229 5047
5230 5048
5231 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5049 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5232 <source>Creators</source><target state="final">Creators</target>
5233 <context-group purpose="location">
5234 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5235 <context context-type="linenumber">162</context>
5236 </context-group>
5237 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5238 <source>Creator guide</source><target state="final">Creator guide</target>
5239 <context-group purpose="location">
5240 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5241 <context context-type="linenumber">162</context>
5242 </context-group>
5243 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5244 <source>Contributors</source><target state="final">Contributors</target>
5245 <context-group purpose="location">
5246 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5247 <context context-type="linenumber">163</context>
5248 </context-group>
5249 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5250 <source>PeerTube license</source><target state="final">PeerTube license</target> 5050 <source>PeerTube license</source><target state="final">PeerTube license</target>
5251 <context-group purpose="location"> 5051
5252 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5052
5253 <context context-type="linenumber">163</context> 5053 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5254 </context-group>
5255 <context-group purpose="location">
5256 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5257 <context context-type="linenumber">175</context>
5258 </context-group>
5259 </trans-unit>
5260 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html"> 5054 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
5261 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5055 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5262 <target state="final">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5056 <target state="final">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6190,6 +5984,30 @@
6190 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5984 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6191 <context context-type="linenumber">1</context> 5985 <context context-type="linenumber">1</context>
6192 </context-group> 5986 </context-group>
5987 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
5988 <source>Process domains</source><target state="final">Process domains</target>
5989 <context-group purpose="location">
5990 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
5991 <context context-type="linenumber">1</context>
5992 </context-group>
5993 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
5994 <source>Domain is required.</source><target state="final">Domain is required.</target>
5995 <context-group purpose="location">
5996 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5997 <context context-type="linenumber">1</context>
5998 </context-group>
5999 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6000 <source>Domains entered are invalid.</source><target state="final">Domains entered are invalid.</target>
6001 <context-group purpose="location">
6002 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6003 <context context-type="linenumber">1</context>
6004 </context-group>
6005 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6006 <source>Domains entered contain duplicates.</source><target state="final">Domains entered contain duplicates.</target>
6007 <context-group purpose="location">
6008 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6009 <context context-type="linenumber">1</context>
6010 </context-group>
6193 </trans-unit> 6011 </trans-unit>
6194 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html"> 6012 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
6195 <source>Unlimited</source> 6013 <source>Unlimited</source>
@@ -6210,6 +6028,16 @@
6210 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context> 6028 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
6211 <context context-type="linenumber">1</context> 6029 <context context-type="linenumber">1</context>
6212 </context-group> 6030 </context-group>
6031 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6032 <source>None - no upload possible</source><target state="final">None - no upload possible</target>
6033 <context-group purpose="location">
6034 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6035 <context context-type="linenumber">1</context>
6036 </context-group>
6037 <context-group purpose="location">
6038 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6039 <context context-type="linenumber">1</context>
6040 </context-group>
6213 </trans-unit> 6041 </trans-unit>
6214 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html"> 6042 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
6215 <source>100MB</source> 6043 <source>100MB</source>
@@ -6346,51 +6174,17 @@
6346 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html"> 6174 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
6347 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source> 6175 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
6348 <target state="final"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target> 6176 <target state="final"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target>
6349 <context-group purpose="location"> 6177
6350 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6351 <context context-type="linenumber">1</context> 6179
6352 </context-group> 6180
6353 </trans-unit> 6181
6354 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html"> 6182
6355 <source>You need to specify hosts to follow.</source>
6356 <target state="final">You need to specify hosts to follow.</target>
6357 <context-group purpose="location">
6358 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6359 <context context-type="linenumber">1</context>
6360 </context-group>
6361 </trans-unit>
6362 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
6363 <source>Hosts need to be unique.</source>
6364 <target state="final">Hosts need to be unique.</target>
6365 <context-group purpose="location">
6366 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6367 <context context-type="linenumber">1</context>
6368 </context-group>
6369 </trans-unit>
6370 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
6371 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6372 <target state="final">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6373 <context-group purpose="location">
6374 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6375 <context context-type="linenumber">1</context>
6376 </context-group>
6377 </trans-unit>
6378 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409" datatype="html">
6379 <source>Follow new server(s)</source>
6380 <target state="final">Follow new server(s)</target>
6381 <context-group purpose="location">
6382 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6383 <context context-type="linenumber">1</context>
6384 </context-group>
6385 </trans-unit>
6386 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html"> 6183 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
6387 <source>Follow request(s) sent!</source> 6184 <source>Follow request(s) sent!</source>
6388 <target state="final">Follow request(s) sent!</target> 6185 <target state="final">Follow request(s) sent!</target>
6389 <context-group purpose="location"> 6186
6390 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6187 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6391 <context context-type="linenumber">1</context>
6392 </context-group>
6393 </trans-unit>
6394 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html"> 6188 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
6395 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6189 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6396 <target state="final">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 6190 <target state="final">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -6484,6 +6278,12 @@
6484 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 6278 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6485 <context context-type="linenumber">1</context> 6279 <context context-type="linenumber">1</context>
6486 </context-group> 6280 </context-group>
6281 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6282 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="final">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6283 <context-group purpose="location">
6284 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6285 <context context-type="linenumber">1</context>
6286 </context-group>
6487 </trans-unit> 6287 </trans-unit>
6488 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html"> 6288 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
6489 <source>Comment updated.</source> 6289 <source>Comment updated.</source>
@@ -6492,23 +6292,33 @@
6492 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context> 6292 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
6493 <context context-type="linenumber">1</context> 6293 <context context-type="linenumber">1</context>
6494 </context-group> 6294 </context-group>
6495 </trans-unit> 6295 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
6496 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html"> 6296 <source>Internal actions</source><target state="final">Internal actions</target>
6497 <source>Delete this report</source>
6498 <target state="final">Delete this report</target>
6499 <context-group purpose="location"> 6297 <context-group purpose="location">
6500 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6298 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6501 <context context-type="linenumber">1</context> 6299 <context context-type="linenumber">1</context>
6502 </context-group> 6300 </context-group>
6503 </trans-unit> 6301 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
6504 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 6302 <source>Delete report</source><target state="final">Delete report</target>
6505 <source>Update moderation comment</source> 6303 <context-group purpose="location">
6506 <target state="final">Update moderation comment</target> 6304 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6305 <context context-type="linenumber">1</context>
6306 </context-group>
6307 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6308 <source>Add note</source><target state="final">Add note</target>
6309 <context-group purpose="location">
6310 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6311 <context context-type="linenumber">1</context>
6312 </context-group>
6313 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6314 <source>Update note</source><target state="final">Update note</target>
6507 <context-group purpose="location"> 6315 <context-group purpose="location">
6508 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6316 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6509 <context context-type="linenumber">1</context> 6317 <context context-type="linenumber">1</context>
6510 </context-group> 6318 </context-group>
6511 </trans-unit> 6319 </trans-unit>
6320
6321
6512 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html"> 6322 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html">
6513 <source>Mark as accepted</source> 6323 <source>Mark as accepted</source>
6514 <target state="final">Mark as accepted</target> 6324 <target state="final">Mark as accepted</target>
@@ -6524,6 +6334,12 @@
6524 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6334 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6525 <context context-type="linenumber">1</context> 6335 <context context-type="linenumber">1</context>
6526 </context-group> 6336 </context-group>
6337 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
6338 <source>Actions for the video</source><target state="final">Actions for the video</target>
6339 <context-group purpose="location">
6340 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6341 <context context-type="linenumber">1</context>
6342 </context-group>
6527 </trans-unit> 6343 </trans-unit>
6528 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 6344 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
6529 <source>Do you really want to delete this abuse report?</source> 6345 <source>Do you really want to delete this abuse report?</source>
@@ -7464,11 +7280,8 @@
7464 </context-group> 7280 </context-group>
7465 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7281 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7466 <source>max size</source><target state="final">max size</target> 7282 <source>max size</source><target state="final">max size</target>
7467 <context-group purpose="location"> 7283
7468 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7284 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7469 <context context-type="linenumber">1</context>
7470 </context-group>
7471 </trans-unit>
7472 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7285 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
7473 <source>Now please check your emails to verify your account and complete signup.</source> 7286 <source>Now please check your emails to verify your account and complete signup.</source>
7474 <target state="final">Now please check your emails to verify your account and complete signup.</target> 7287 <target state="final">Now please check your emails to verify your account and complete signup.</target>
@@ -7822,6 +7635,12 @@
7822 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7635 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7823 <context context-type="linenumber">1</context> 7636 <context context-type="linenumber">1</context>
7824 </context-group> 7637 </context-group>
7638 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
7639 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
7640 <context-group purpose="location">
7641 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7642 <context context-type="linenumber">1</context>
7643 </context-group>
7825 </trans-unit> 7644 </trans-unit>
7826 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html"> 7645 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
7827 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 7646 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -7894,15 +7713,14 @@
7894 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7713 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7895 <context context-type="linenumber">1</context> 7714 <context context-type="linenumber">1</context>
7896 </context-group> 7715 </context-group>
7897 </trans-unit> 7716 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
7898 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html"> 7717 <source>just now</source><target state="final">just now</target>
7899 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
7900 <target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target>
7901 <context-group purpose="location"> 7718 <context-group purpose="location">
7902 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7719 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7903 <context context-type="linenumber">1</context> 7720 <context context-type="linenumber">1</context>
7904 </context-group> 7721 </context-group>
7905 </trans-unit><trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 7722 </trans-unit>
7723 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
7906 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="final"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 7724 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="final"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
7907 <context-group purpose="location"> 7725 <context-group purpose="location">
7908 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 7726 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
@@ -9615,11 +9433,8 @@
9615 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 9433 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
9616 <source>Video blacklisted.</source> 9434 <source>Video blacklisted.</source>
9617 <target state="final">Video blacklisted.</target> 9435 <target state="final">Video blacklisted.</target>
9618 <context-group purpose="location"> 9436
9619 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context> 9437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9620 <context context-type="linenumber">1</context>
9621 </context-group>
9622 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9623 <source>Encoder</source><target state="final">Encoder</target> 9438 <source>Encoder</source><target state="final">Encoder</target>
9624 <context-group purpose="location"> 9439 <context-group purpose="location">
9625 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 9440 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -9882,16 +9697,15 @@
9882 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context> 9697 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
9883 <context context-type="linenumber">1</context> 9698 <context context-type="linenumber">1</context>
9884 </context-group> 9699 </context-group>
9885 </trans-unit> 9700 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
9886 9701 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="final"> The deletion will be sent to remote instances so they can reflect the change.</target>
9887 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html">
9888 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
9889 <target state="final"> The deletion will be sent to remote instances, so they remove the comment too.</target>
9890 <context-group purpose="location"> 9702 <context-group purpose="location">
9891 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 9703 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
9892 <context context-type="linenumber">1</context> 9704 <context context-type="linenumber">1</context>
9893 </context-group> 9705 </context-group>
9894 </trans-unit> 9706 </trans-unit>
9707
9708
9895 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 9709 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
9896 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 9710 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
9897 <target state="final"> It is a remote comment, so the deletion will only be effective on your instance.</target> 9711 <target state="final"> It is a remote comment, so the deletion will only be effective on your instance.</target>
diff --git a/client/src/locale/angular.eo.xlf b/client/src/locale/angular.eo.xlf
index a97dd319d..c5a08a202 100644
--- a/client/src/locale/angular.eo.xlf
+++ b/client/src/locale/angular.eo.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 }}"/> publikigis novan filmon: <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 }}"/> publikigis novan filmon: <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">Via filmo <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;"/> estis retenita </target> 284 <target state="translated">Via filmo <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>"/> estis retenita </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">Via filmo <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;"/> estis fortenita </target> 289 <target state="translated">Via filmo <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>"/> estis fortenita </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;"/>Nova filma misuzo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> kreiĝis ĉe filmo <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>"/>Nova filma misuzo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> kreiĝis ĉe filmo <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 freŝe aldonita filmo <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;"/> estis <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>memage fortenita<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">La freŝe aldonita filmo <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>"/> estis <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>memage fortenita<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;"/> komentis vian filmon <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>"/> komentis vian filmon <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">Via filmo <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;"/> estis publikigita </target> 320 <target state="translated">Via filmo <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>"/> estis publikigita </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;"/>Via filma enporto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> sukcesis </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Via filma enporto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> sukcesis </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;"/>Via filma enporto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> malsukcesis </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Via filma enporto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> malsukcesis </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">Uzanto <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;"/> registriĝis ĉe via nodo </target> 335 <target state="translated">Uzanto <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>"/> registriĝis ĉe via nodo </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;"/> sekvas <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>vian kanalon <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;"/>vian konton<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>"/> sekvas <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>vian kanalon <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>"/>vian konton<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;"/> vin menciis ĉe <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>filmo <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>"/> vin menciis ĉe <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>filmo <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">Via nodo havas <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>novan abonanton<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;"/> kiu atendas vian aprobon<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">Via nodo havas <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>novan abonanton<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>"/> kiu atendas vian aprobon<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">Via nodo memage abonis <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">Via nodo memage abonis <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">
@@ -535,9 +543,9 @@
535 <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> 543 <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>
536 </trans-unit> 544 </trans-unit>
537 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 545 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
538 <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;"/> and will be forwarded to the video origin (<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> 546 <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>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
539 <target state="new"> 547 <target state="new">
540 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;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. 548 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>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>.
541 </target> 549 </target>
542 <context-group purpose="location"> 550 <context-group purpose="location">
543 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 551 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -600,32 +608,32 @@
600 <context-group name="null"> 608 <context-group name="null">
601 <context context-type="linenumber">6</context> 609 <context context-type="linenumber">6</context>
602 </context-group> 610 </context-group>
603 <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> 611
604 <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
605 </trans-unit> 613 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
606 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 614 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
607 <source>Private</source> 615 <source>Private</source>
608 <target>Privata</target> 616 <target>Privata</target>
609 <context-group name="null"> 617 <context-group name="null">
610 <context context-type="linenumber">7</context> 618 <context context-type="linenumber">7</context>
611 </context-group> 619 </context-group>
612 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</context></context-group> 620
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">33</context></context-group> 621
614 <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
615 </trans-unit> 623 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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>
616 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 624 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
617 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 625 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
618 <target state="translated">{VAR_PLURAL, plural, =1 {1 rigardo} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> rigardoj} }</target> 626 <target state="translated">{VAR_PLURAL, plural, =1 {1 rigardo} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> rigardoj} }</target>
619 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group> 627
620 </trans-unit> 628 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
621 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 629 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
622 <source>Blacklisted</source> 630 <source>Blacklisted</source>
623 <target>Fortenita</target> 631 <target>Fortenita</target>
624 <context-group name="null"> 632 <context-group name="null">
625 <context context-type="linenumber">42</context> 633 <context context-type="linenumber">42</context>
626 </context-group> 634 </context-group>
627 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group> 635
628 </trans-unit> 636 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
629 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 637 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
630 <source>Sensitive</source> 638 <source>Sensitive</source>
631 <target> 639 <target>
@@ -634,8 +642,8 @@
634 <context-group name="null"> 642 <context-group name="null">
635 <context context-type="linenumber">46</context> 643 <context context-type="linenumber">46</context>
636 </context-group> 644 </context-group>
637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group> 645
638 </trans-unit> 646 <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>
639 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 647 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
640 <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>
641 <target>{VAR_PLURAL, plural, =0 {Neniuj filmoj} =1 {1 filmo} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> filmoj} }</target> 649 <target>{VAR_PLURAL, plural, =0 {Neniuj filmoj} =1 {1 filmo} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> filmoj} }</target>
@@ -693,11 +701,11 @@
693 <context-group name="null"> 701 <context-group name="null">
694 <context context-type="linenumber">15</context> 702 <context context-type="linenumber">15</context>
695 </context-group> 703 </context-group>
696 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group> 704
697 <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">73</context></context-group> 705
698 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</context></context-group> 706
699 <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> 707
700 </trans-unit> 708 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
701 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 709 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
702 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 710 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
703 <target>Forigi el <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 711 <target>Forigi el <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -739,19 +747,19 @@
739 <context-group name="null"> 747 <context-group name="null">
740 <context context-type="linenumber">63</context> 748 <context context-type="linenumber">63</context>
741 </context-group> 749 </context-group>
742 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group> 750
743 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group> 751
744 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group> 752
745 <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">41</context></context-group> 753
746 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group> 754
747 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group> 755
748 <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">11</context></context-group> 756
749 <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">87</context></context-group> 757
750 <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">11</context></context-group> 758
751 <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">87</context></context-group> 759
752 <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">11</context></context-group> 760
753 <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">11</context></context-group> 761
754 </trans-unit> 762 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
755 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 763 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
756 <source>Truncated preview</source> 764 <source>Truncated preview</source>
757 <target>Parta antaŭrigardo</target> 765 <target>Parta antaŭrigardo</target>
@@ -833,10 +841,13 @@
833 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 841 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
834 </trans-unit> 842 </trans-unit>
835 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 843 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
836 <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> 844 <source>
845 <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>"/>
846 <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>"/>
847 </source>
837 <target> 848 <target>
838 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Aboni el alia nodo<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 849 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Aboni el alia nodo<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
839 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Interagi el alia nodo<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 850 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Interagi el alia nodo<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
840 </target> 851 </target>
841 <context-group name="null"> 852 <context-group name="null">
842 <context context-type="linenumber">10</context> 853 <context context-type="linenumber">10</context>
@@ -844,9 +855,12 @@
844 <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> 855 <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>
845 </trans-unit> 856 </trans-unit>
846 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963"> 857 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963">
847 <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> 858 <source>
859 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/>"/>
860 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
861 </source>
848 <target> 862 <target>
849 Vi povas aboni la kanalon per ajna nodo de la fediverso kongrua kun ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 863 Vi povas aboni la kanalon per ajna nodo de la fediverso kongrua kun ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
850 Ekzemple en Mastodono aŭ Pleromo, vi povas tajpi la ligilon al la kanalo en la serĉujon, kaj tiel aboni. 864 Ekzemple en Mastodono aŭ Pleromo, vi povas tajpi la ligilon al la kanalo en la serĉujon, kaj tiel aboni.
851 </target> 865 </target>
852 <context-group name="null"> 866 <context-group name="null">
@@ -855,9 +869,12 @@
855 <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> 869 <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>
856 </trans-unit> 870 </trans-unit>
857 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d"> 871 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d">
858 <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> 872 <source>
873 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/>"/>
874 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
875 </source>
859 <target> 876 <target>
860 Vi povas kun ĉi tio interagi per ajna nodo de la fediverso kongrua kun ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 877 Vi povas kun ĉi tio interagi per ajna nodo de la fediverso kongrua kun ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
861 Ekzemple en Mastodono aŭ Pleromo vi povas tajpi la nunan ligilon en la serĉujon kaj interagi kun ĝi tie. 878 Ekzemple en Mastodono aŭ Pleromo vi povas tajpi la nunan ligilon en la serĉujon kaj interagi kun ĝi tie.
862 </target> 879 </target>
863 <context-group name="null"> 880 <context-group name="null">
@@ -874,10 +891,13 @@
874 </context-group> 891 </context-group>
875 </trans-unit> 892 </trans-unit>
876 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f"> 893 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f">
877 <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> 894 <source>
895 <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>"/>
896 <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>"/>
897 </source>
878 <target> 898 <target>
879 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Norma politiko pri konsternaj filmoj<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 899 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Norma politiko pri konsternaj filmoj<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
880 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>povas redifiniĝi de la uzantoj<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 900 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>povas redifiniĝi de la uzantoj<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
881 </target> 901 </target>
882 <context-group name="null"> 902 <context-group name="null">
883 <context context-type="linenumber">5</context> 903 <context context-type="linenumber">5</context>
@@ -936,9 +956,9 @@
936 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 956 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
937 </trans-unit> 957 </trans-unit>
938 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 958 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
939 <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> 959 <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>
940 <target> 960 <target>
941 Senlima <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(po <x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> tage)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 961 Senlima <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(po <x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> tage)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
942 </target> 962 </target>
943 <context-group name="null"> 963 <context-group name="null">
944 <context context-type="linenumber">53</context> 964 <context context-type="linenumber">53</context>
@@ -951,10 +971,10 @@
951 <context-group name="null"> 971 <context-group name="null">
952 <context context-type="linenumber">286</context> 972 <context context-type="linenumber">286</context>
953 </context-group> 973 </context-group>
954 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group> 974
955 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group> 975
956 <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">46</context></context-group> 976
957 </trans-unit> 977 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
958 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 978 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
959 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 979 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
960 <target>Enporto per HTTP (YouTube, Vimeo, rekta URL…)</target> 980 <target>Enporto per HTTP (YouTube, Vimeo, rekta URL…)</target>
@@ -1094,19 +1114,19 @@
1094 <context-group name="null"> 1114 <context-group name="null">
1095 <context context-type="linenumber">23</context> 1115 <context context-type="linenumber">23</context>
1096 </context-group> 1116 </context-group>
1097 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group> 1117
1098 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group> 1118
1099 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group> 1119
1100 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group> 1120
1101 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 1121
1102 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group> 1122
1103 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</context></context-group> 1123
1104 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">47</context></context-group> 1124
1105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group> 1125
1106 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group> 1126
1107 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group> 1127
1108 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group> 1128
1109 </trans-unit> 1129 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1110 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1130 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1111 <source>Ban this user</source> 1131 <source>Ban this user</source>
1112 <target>Forbari ĉi tiun uzanton</target> 1132 <target>Forbari ĉi tiun uzanton</target>
@@ -1123,14 +1143,7 @@
1123 </context-group> 1143 </context-group>
1124 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group> 1144 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group>
1125 </trans-unit> 1145 </trans-unit>
1126 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798"> 1146
1127 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1128 <target>(kromprogramoj: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, maksimuma grando: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1129 <context-group name="null">
1130 <context context-type="linenumber">12</context>
1131 </context-group>
1132 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context><context context-type="linenumber">12</context></context-group>
1133 </trans-unit>
1134 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1147 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1135 <source>Login</source> 1148 <source>Login</source>
1136 <target> 1149 <target>
@@ -1150,8 +1163,15 @@
1150 </context-group> 1163 </context-group>
1151 </trans-unit> 1164 </trans-unit>
1152 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1165 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html">
1153 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1166 <source>
1154 <target state="translated">Nuntempe ĉi tiu nodo ne permesas registradon de novaj uzantoj, sed vi povas serĉi nodon, kiu ebligos al vi registron de konto kaj alŝutadon de filmoj tien. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Trovu la vian inter multaj nodoj en <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1167 Currently this instance doesn't allow for user registration, but you can find an instance
1168 that gives you the possibility to sign up for an account and upload your videos there.
1169
1170 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1171
1172 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1173 </source>
1174 <target state="translated">Nuntempe ĉi tiu nodo ne permesas registradon de novaj uzantoj, sed vi povas serĉi nodon, kiu ebligos al vi registron de konto kaj alŝutadon de filmoj tien. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Trovu la vian inter multaj nodoj en <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1155 <context-group purpose="location"> 1175 <context-group purpose="location">
1156 <context context-type="sourcefile">src/app/login/login.component.html</context> 1176 <context context-type="sourcefile">src/app/login/login.component.html</context>
1157 <context context-type="linenumber">11</context> 1177 <context context-type="linenumber">11</context>
@@ -1249,15 +1269,15 @@
1249 <context-group name="null"> 1269 <context-group name="null">
1250 <context context-type="linenumber">43</context> 1270 <context context-type="linenumber">43</context>
1251 </context-group> 1271 </context-group>
1252 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group> 1272
1253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1273
1254 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1274
1255 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">41</context></context-group> 1275
1256 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group> 1276
1257 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</context></context-group> 1277
1258 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group> 1278
1259 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group> 1279
1260 </trans-unit> 1280 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1261 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1281 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1262 <source>Email address</source> 1282 <source>Email address</source>
1263 <target>Retpoŝtadreso</target> 1283 <target>Retpoŝtadreso</target>
@@ -1318,9 +1338,9 @@
1318 </context-group> 1338 </context-group>
1319 </trans-unit> 1339 </trans-unit>
1320 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1340 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1321 <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> 1341 <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>
1322 <target> 1342 <target>
1323 por <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;"/> 1343 por <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>"/>
1324 </target> 1344 </target>
1325 <context-group name="null"> 1345 <context-group name="null">
1326 <context context-type="linenumber">6</context> 1346 <context context-type="linenumber">6</context>
@@ -1328,10 +1348,13 @@
1328 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1348 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1329 </trans-unit> 1349 </trans-unit>
1330 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1350 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1331 <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> 1351 <source>
1352 Filters
1353 <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>"/>
1354 </source>
1332 <target> 1355 <target>
1333 Filtriloj 1356 Filtriloj
1334 <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;"/> 1357 <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>"/>
1335 </target> 1358 </target>
1336 <context-group name="null"> 1359 <context-group name="null">
1337 <context context-type="linenumber">16</context> 1360 <context context-type="linenumber">16</context>
@@ -1365,7 +1388,8 @@
1365 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group> 1388 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group>
1366 </trans-unit> 1389 </trans-unit>
1367 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c"> 1390 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1368 <source>CLI documentation</source> 1391 <source>CLI
1392 documentation</source>
1369 <target>Konzolo 1393 <target>Konzolo
1370 dokumentaĵo</target> 1394 dokumentaĵo</target>
1371 <context-group name="null"> 1395 <context-group name="null">
@@ -1382,7 +1406,8 @@
1382 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group> 1406 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group>
1383 </trans-unit> 1407 </trans-unit>
1384 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9"> 1408 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1385 <source>Administer documentation</source> 1409 <source>Administer
1410 documentation</source>
1386 <target>Administri 1411 <target>Administri
1387 dokumentaĵo</target> 1412 dokumentaĵo</target>
1388 <context-group name="null"> 1413 <context-group name="null">
@@ -1399,7 +1424,8 @@
1399 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group> 1424 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group>
1400 </trans-unit> 1425 </trans-unit>
1401 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417"> 1426 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1402 <source>Use documentation</source> 1427 <source>Use
1428 documentation</source>
1403 <target>Uzi 1429 <target>Uzi
1404 dokumentaĵo</target> 1430 dokumentaĵo</target>
1405 <context-group name="null"> 1431 <context-group name="null">
@@ -1424,16 +1450,16 @@
1424 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group> 1450 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group>
1425 </trans-unit> 1451 </trans-unit>
1426 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60"> 1452 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60">
1427 <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> 1453 <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>
1428 <target>Oficiala retejo de PeerTube (novaĵoj, subteno, kontribuoj…): <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> 1454 <target>Oficiala retejo de PeerTube (novaĵoj, subteno, kontribuoj…): <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>
1429 <context-group name="null"> 1455 <context-group name="null">
1430 <context context-type="linenumber">44</context> 1456 <context context-type="linenumber">44</context>
1431 </context-group> 1457 </context-group>
1432 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group> 1458 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group>
1433 </trans-unit> 1459 </trans-unit>
1434 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6"> 1460 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1435 <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> 1461 <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>
1436 <target>Metu vian nodon en la publikan indekson 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;"/> 1462 <target>Metu vian nodon en la publikan indekson 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>"/>
1437 </target> 1463 </target>
1438 <context-group name="null"> 1464 <context-group name="null">
1439 <context context-type="linenumber">47</context> 1465 <context context-type="linenumber">47</context>
@@ -1449,10 +1475,14 @@
1449 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group> 1475 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group>
1450 </trans-unit> 1476 </trans-unit>
1451 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6"> 1477 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6">
1452 <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> 1478 <source>
1479 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>"/>,
1480 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>"/>
1481 is very important for visitors to understand on what type of instance they are.
1482 </source>
1453 <target> 1483 <target>
1454 Elekti <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>nomon de via nodo<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;"/>agordi priskribon<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, precizigi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>kiu vi estas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, 1484 Elekti <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>nomon de via nodo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>agordi priskribon<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, precizigi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>kiu vi estas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1455 kial <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>vi kreis vian nodon<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> kaj <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>kiom longe<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> vi planas <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>ĝin bontenadi<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1485 kial <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>vi kreis vian nodon<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> kaj <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>kiom longe<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> vi planas <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>ĝin bontenadi<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1456 estas tre grave, por ke viaj vizitantoj komprenu, kian specon de nodo ili vizitas. 1486 estas tre grave, por ke viaj vizitantoj komprenu, kian specon de nodo ili vizitas.
1457 </target> 1487 </target>
1458 <context-group name="null"> 1488 <context-group name="null">
@@ -1461,12 +1491,18 @@
1461 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group> 1491 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group>
1462 </trans-unit> 1492 </trans-unit>
1463 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c"> 1493 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c">
1464 <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> 1494 <source>
1495 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
1496 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1497 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
1498 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1499 PeerTube instance.
1500 </source>
1465 <target> 1501 <target>
1466 Se vi volas malfermi registradon, bonvolu decidi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>viajn regulojn<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, plenigu la <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>uzokondiĉojn 1502 Se vi volas malfermi registradon, bonvolu decidi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>viajn regulojn<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, plenigu la <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>uzokondiĉojn
1467 de via nodo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1503 de via nodo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1468 kaj precizigu la kategoriojn, kaj la lingvojn, kiujn vi parolas. Tiel vi helpos al uzantoj registriĝi je <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>la 1504 kaj precizigu la kategoriojn, kaj la lingvojn, kiujn vi parolas. Tiel vi helpos al uzantoj registriĝi je <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>la
1469 taŭga<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1505 taŭga<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1470 nodo de PeerTube. 1506 nodo de PeerTube.
1471 </target> 1507 </target>
1472 <context-group name="null"> 1508 <context-group name="null">
@@ -1565,8 +1601,11 @@
1565 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">21</context></context-group> 1601 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">21</context></context-group>
1566 </trans-unit> 1602 </trans-unit>
1567 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1603 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1568 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1604 <source>
1569 <target state="translated">Bonvolu pripensi agordon de ĉi tiuj kampoj, por helpi al homoj elekti <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>la ĝustan nodon<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Sen ili, via nodo ne povas esti montrita sur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>la retpaĝo de JoinPeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1605 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1606 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1607 </source>
1608 <target state="translated">Bonvolu pripensi agordon de ĉi tiuj kampoj, por helpi al homoj elekti <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>la ĝustan nodon<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. Sen ili, via nodo ne povas esti montrita sur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>la retpaĝo de JoinPeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1570 <context-group purpose="location"> 1609 <context-group purpose="location">
1571 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1610 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1572 <context context-type="linenumber">24</context> 1611 <context context-type="linenumber">24</context>
@@ -1641,15 +1680,9 @@
1641 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1680 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1642 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source> 1681 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source>
1643 <target state="translated">Fasado: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1682 <target state="translated">Fasado: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1644 <context-group purpose="location"> 1683
1645 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1684
1646 <context context-type="linenumber">36</context> 1685 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit>
1647 </context-group>
1648 <context-group purpose="location">
1649 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1650 <context context-type="linenumber">158</context>
1651 </context-group>
1652 </trans-unit>
1653 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html"> 1686 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1654 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source> 1687 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source>
1655 <target state="translated">Filmoj: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1688 <target state="translated">Filmoj: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
@@ -1693,48 +1726,33 @@
1693 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1726 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1694 <source>Help</source> 1727 <source>Help</source>
1695 <target state="translated">Helpo</target> 1728 <target state="translated">Helpo</target>
1696 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group> 1729
1697 </trans-unit> 1730 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1698 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1731 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1699 <source>Get help using PeerTube</source> 1732 <source>Get help using PeerTube</source>
1700 <target state="translated">Helpiĝu pri uzo de PeerTube</target> 1733 <target state="translated">Helpiĝu pri uzo de PeerTube</target>
1701 <context-group purpose="location"> 1734
1702 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1735 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1703 <context context-type="linenumber">167</context>
1704 </context-group>
1705 </trans-unit>
1706 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html"> 1736 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1707 <source>Shortcuts</source> 1737 <source>Shortcuts</source>
1708 <target state="translated">Mallongigoj</target> 1738 <target state="translated">Mallongigoj</target>
1709 <context-group purpose="location"> 1739
1710 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1740 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit>
1711 <context context-type="linenumber">168</context>
1712 </context-group>
1713 </trans-unit>
1714 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html"> 1741 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1715 <source>powered by PeerTube</source> 1742 <source>powered by PeerTube</source>
1716 <target state="translated">povigata de PeerTube</target> 1743 <target state="translated">povigata de PeerTube</target>
1717 <context-group purpose="location"> 1744
1718 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1745 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1719 <context context-type="linenumber">172</context>
1720 </context-group>
1721 </trans-unit>
1722 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html"> 1746 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1723 <source>PeerTube website</source> 1747 <source>PeerTube website</source>
1724 <target state="translated">Retejo de PeerTube</target> 1748 <target state="translated">Retejo de PeerTube</target>
1725 <context-group purpose="location"> 1749
1726 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1750 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1727 <context context-type="linenumber">172</context>
1728 </context-group>
1729 </trans-unit>
1730 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html"> 1751 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1731 <source>powered by PeerTube - CopyLeft 2015-2020</source> 1752 <source>powered by PeerTube - CopyLeft 2015-2020</source>
1732 <target state="translated">povigata de PeerTube – Kopilasigo 2015–2020</target> 1753 <target state="translated">povigata de PeerTube – Kopilasigo 2015–2020</target>
1733 <context-group purpose="location"> 1754
1734 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1755 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1735 <context context-type="linenumber">171</context>
1736 </context-group>
1737 </trans-unit>
1738 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1756 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1739 <source>Log out</source> 1757 <source>Log out</source>
1740 <target>Adiaŭi</target> 1758 <target>Adiaŭi</target>
@@ -1858,19 +1876,9 @@
1858 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1876 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1859 <source>Contact</source> 1877 <source>Contact</source>
1860 <target state="translated">Kontakto</target> 1878 <target state="translated">Kontakto</target>
1861 <context-group purpose="location"> 1879
1862 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1880 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1863 <context context-type="linenumber">154</context> 1881
1864 </context-group>
1865 </trans-unit>
1866 <trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1867 <source>Terms of Service</source>
1868 <target state="translated">Uzokondiĉoj</target>
1869 <context-group purpose="location">
1870 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1871 <context context-type="linenumber">155</context>
1872 </context-group>
1873 </trans-unit>
1874 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1882 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1875 <source>View your notifications</source> 1883 <source>View your notifications</source>
1876 <target>Vidi viajn sciigojn</target> 1884 <target>Vidi viajn sciigojn</target>
@@ -2031,8 +2039,11 @@
2031 </context-group> 2039 </context-group>
2032 </trans-unit> 2040 </trans-unit>
2033 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 2041 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
2034 <source>Jump to channel <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;"/> </source> 2042 <source>
2035 <target state="translated">Salti al kanalo <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;"/> </target> 2043 Jump to channel
2044 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2045 </source>
2046 <target state="translated">Salti al kanalo <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2036 <context-group purpose="location"> 2047 <context-group purpose="location">
2037 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2048 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
2038 <context context-type="linenumber">18</context> 2049 <context context-type="linenumber">18</context>
@@ -2270,8 +2281,12 @@
2270 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2281 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2271 </trans-unit> 2282 </trans-unit>
2272 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2283 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2273 <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> 2284 <source>
2274 <target state="translated">Etikedo povas servi proponojn de rilataj rekomendoj. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Maksimuma limo estas 5 etikedoj. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Premu la enigan klavon por aldoni novan. </target> 2285 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2286 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2287 Press Enter to add a new tag.
2288 </source>
2289 <target state="translated">Etikedo povas servi proponojn de rilataj rekomendoj. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Maksimuma limo estas 5 etikedoj. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Premu la enigan klavon por aldoni novan. </target>
2275 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2290 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2276 </trans-unit> 2291 </trans-unit>
2277 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2292 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2329,69 +2344,50 @@
2329 <context-group name="null"> 2344 <context-group name="null">
2330 <context context-type="linenumber">23</context> 2345 <context context-type="linenumber">23</context>
2331 </context-group> 2346 </context-group>
2332 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group> 2347
2333 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group> 2348
2334 <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">12</context></context-group> 2349
2335 <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">28</context></context-group> 2350
2336 <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">70</context></context-group> 2351
2337 <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">70</context></context-group> 2352
2338 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group> 2353
2339 </trans-unit> 2354 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2340 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2355 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2341 <source>Privacy</source> 2356 <source>Privacy</source>
2342 <target>Privateco</target> 2357 <target>Privateco</target>
2343 <context-group name="null"> 2358 <context-group name="null">
2344 <context context-type="linenumber">33</context> 2359 <context context-type="linenumber">33</context>
2345 </context-group> 2360 </context-group>
2346 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group> 2361
2347 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group> 2362
2348 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group> 2363
2349 <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">21</context></context-group> 2364
2350 <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">37</context></context-group> 2365
2351 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">187</context></context-group> 2366
2352 <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">57</context></context-group> 2367
2353 <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">57</context></context-group> 2368
2354 </trans-unit> 2369 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit>
2355 <trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2370
2356 <source>More information about privacy within PeerTube</source>
2357 <target state="translated">Pliaj informoj pri privateco ene de PeerTube</target>
2358 <context-group purpose="location">
2359 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2360 <context context-type="linenumber">164</context>
2361 </context-group>
2362 </trans-unit>
2363 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html"> 2371 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2364 <source>FAQ</source> 2372 <source>FAQ</source>
2365 <target state="translated">Oftaj demandoj</target> 2373 <target state="translated">Oftaj demandoj</target>
2366 <context-group purpose="location"> 2374
2367 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2375 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2368 <context context-type="linenumber">165</context>
2369 </context-group>
2370 </trans-unit>
2371 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html"> 2376 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2372 <source>Frequently asked questions about PeerTube</source> 2377 <source>Frequently asked questions about PeerTube</source>
2373 <target state="translated">Oftaj demandoj pri PeerTube</target> 2378 <target state="translated">Oftaj demandoj pri PeerTube</target>
2374 <context-group purpose="location"> 2379
2375 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2380 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2376 <context context-type="linenumber">165</context>
2377 </context-group>
2378 </trans-unit>
2379 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html"> 2381 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2380 <source>API</source> 2382 <source>API</source>
2381 <target state="translated">API</target> 2383 <target state="translated">API</target>
2382 <context-group purpose="location"> 2384
2383 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2385 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2384 <context context-type="linenumber">166</context>
2385 </context-group>
2386 </trans-unit>
2387 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html"> 2386 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2388 <source>API documentation</source> 2387 <source>API documentation</source>
2389 <target state="translated">Dokumentaĵo de API</target> 2388 <target state="translated">Dokumentaĵo de API</target>
2390 <context-group purpose="location"> 2389
2391 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2390 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2392 <context context-type="linenumber">166</context>
2393 </context-group>
2394 </trans-unit>
2395 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2391 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2396 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2392 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2397 <target>Plani publikigon (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2393 <target>Plani publikigon (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2457,7 +2453,7 @@
2457 <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> 2453 <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>
2458 </trans-unit> 2454 </trans-unit>
2459 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2455 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2460 <source>Already uploaded ✔</source> 2456 <source>Already uploaded ✔</source>
2461 <target>Jam alŝutita ✔</target> 2457 <target>Jam alŝutita ✔</target>
2462 <context-group name="null"> 2458 <context-group name="null">
2463 <context context-type="linenumber">179</context> 2459 <context context-type="linenumber">179</context>
@@ -2588,9 +2584,13 @@
2588 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2584 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2589 </trans-unit> 2585 </trans-unit>
2590 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7"> 2586 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7">
2591 <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> 2587 <source>
2588 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>"/>
2589 or URL that points to a raw MP4 file.
2590 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.
2591 </source>
2592 <target> 2592 <target>
2593 Vi povas enporti iun ajn ligilon <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>subtenatan de youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 2593 Vi povas enporti iun ajn ligilon <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>subtenatan de youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2594 aŭ ligilon, kiu montras al kruda MP4-dosiero. 2594 aŭ ligilon, kiu montras al kruda MP4-dosiero.
2595 Vi certigu, ke vi havas dissendajn rajtojn pri la datumoj, al kiuj ĝi montras, alie ĝi povus kaŭzi leĝajn problemojn al vi kaj via nodo. 2595 Vi certigu, ke vi havas dissendajn rajtojn pri la datumoj, al kiuj ĝi montras, alie ĝi povus kaŭzi leĝajn problemojn al vi kaj via nodo.
2596 </target> 2596 </target>
@@ -2605,10 +2605,10 @@
2605 <context-group name="null"> 2605 <context-group name="null">
2606 <context context-type="linenumber">53</context> 2606 <context context-type="linenumber">53</context>
2607 </context-group> 2607 </context-group>
2608 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group> 2608
2609 <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">64</context></context-group> 2609
2610 <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">53</context></context-group> 2610
2611 </trans-unit> 2611 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2612 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2612 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2613 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2613 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2614 <target> 2614 <target>
@@ -2625,11 +2625,11 @@
2625 <context-group name="null"> 2625 <context-group name="null">
2626 <context context-type="linenumber">17</context> 2626 <context context-type="linenumber">17</context>
2627 </context-group> 2627 </context-group>
2628 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group> 2628
2629 <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">74</context></context-group> 2629
2630 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group> 2630
2631 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group> 2631
2632 </trans-unit> 2632 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2633 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2633 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2634 <source>Select the file to upload</source> 2634 <source>Select the file to upload</source>
2635 <target>Elektu la alŝutotan dosieron</target> 2635 <target>Elektu la alŝutotan dosieron</target>
@@ -2644,48 +2644,43 @@
2644 <context-group name="null"> 2644 <context-group name="null">
2645 <context context-type="linenumber">25</context> 2645 <context context-type="linenumber">25</context>
2646 </context-group> 2646 </context-group>
2647 <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">25</context></context-group> 2647
2648 </trans-unit> 2648 <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">24</context></context-group></trans-unit>
2649 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d"> 2649 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d">
2650 <source>Video background image</source> 2650 <source>Video background image</source>
2651 <target>Fonbildo de filmo</target> 2651 <target>Fonbildo de filmo</target>
2652 <context-group name="null"> 2652 <context-group name="null">
2653 <context context-type="linenumber">32</context> 2653 <context context-type="linenumber">32</context>
2654 </context-group> 2654 </context-group>
2655 <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> 2655
2656 </trans-unit> 2656 <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">31</context></context-group></trans-unit>
2657 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2657 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2658 <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> 2658 <source>
2659 Image that will be merged with your audio file.
2660 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2661 The chosen image will be definitive and cannot be modified.
2662 </source>
2659 <target> 2663 <target>
2660 Bildo kiu unuiĝos kun via sona dosiero. 2664 Bildo kiu unuiĝos kun via sona dosiero.
2661 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2665 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2662 La elektita bildo estos ĉiama kaj ne povos ŝanĝiĝi. 2666 La elektita bildo estos ĉiama kaj ne povos ŝanĝiĝi.
2663 </target> 2667 </target>
2664 <context-group name="null"> 2668 <context-group name="null">
2665 <context context-type="linenumber">34</context> 2669 <context context-type="linenumber">34</context>
2666 </context-group> 2670 </context-group>
2667 <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">34</context></context-group> 2671
2668 </trans-unit> 2672 <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">33</context></context-group></trans-unit>
2669 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2673 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2670 <source>Processing…</source> 2674 <source>Processing…</source>
2671 <target state="translated">Prilaborante…</target> 2675 <target state="translated">Prilaborante…</target>
2672 <context-group purpose="location"> 2676
2673 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2677 <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">55</context></context-group></trans-unit>
2674 <context context-type="linenumber">56</context>
2675 </context-group>
2676 </trans-unit>
2677 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html"> 2678 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2678 <source>Total video quota</source> 2679 <source>Total video quota</source>
2679 <target state="translated">Tuta filma datumlimo</target> 2680 <target state="translated">Tuta filma datumlimo</target>
2680 <context-group purpose="location"> 2681
2681 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2682
2682 <context context-type="linenumber">54</context> 2683 <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">53</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">11</context></context-group></trans-unit>
2683 </context-group>
2684 <context-group purpose="location">
2685 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2686 <context context-type="linenumber">11</context>
2687 </context-group>
2688 </trans-unit>
2689 <trans-unit id="6357683911e256c566259880de43ea9403de00d3"> 2684 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2690 <source>Congratulations! Your video is now available in your private library.</source> 2685 <source>Congratulations! Your video is now available in your private library.</source>
2691 <target> 2686 <target>
@@ -2694,24 +2689,24 @@
2694 <context-group name="null"> 2689 <context-group name="null">
2695 <context context-type="linenumber">66</context> 2690 <context context-type="linenumber">66</context>
2696 </context-group> 2691 </context-group>
2697 <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">68</context></context-group> 2692
2698 </trans-unit> 2693 <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">67</context></context-group></trans-unit>
2699 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2694 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2700 <source>Publish will be available when upload is finished</source> 2695 <source>Publish will be available when upload is finished</source>
2701 <target>Eldono eblos post fino de alŝuto</target> 2696 <target>Eldono eblos post fino de alŝuto</target>
2702 <context-group name="null"> 2697 <context-group name="null">
2703 <context context-type="linenumber">79</context> 2698 <context context-type="linenumber">79</context>
2704 </context-group> 2699 </context-group>
2705 <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">81</context></context-group> 2700
2706 </trans-unit> 2701 <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">80</context></context-group></trans-unit>
2707 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2702 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2708 <source>Publish</source> 2703 <source>Publish</source>
2709 <target>Eldoni</target> 2704 <target>Eldoni</target>
2710 <context-group name="null"> 2705 <context-group name="null">
2711 <context context-type="linenumber">86</context> 2706 <context context-type="linenumber">86</context>
2712 </context-group> 2707 </context-group>
2713 <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">88</context></context-group> 2708
2714 </trans-unit> 2709 <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">87</context></context-group></trans-unit>
2715 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2710 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2716 <source>Select the torrent to import</source> 2711 <source>Select the torrent to import</source>
2717 <target>Elektu la enportotan torenton</target> 2712 <target>Elektu la enportotan torenton</target>
@@ -2719,25 +2714,27 @@
2719 <context context-type="linenumber">6</context> 2714 <context context-type="linenumber">6</context>
2720 </context-group> 2715 </context-group>
2721 <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">6</context></context-group> 2716 <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">6</context></context-group>
2722 </trans-unit> 2717 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2723 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2718 <source>OR</source><target state="new">OR</target>
2724 <source>Or</source> 2719 <context-group purpose="location">
2725 <target>Aŭ</target> 2720 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2726 <context-group name="null"> 2721 <context context-type="linenumber">10</context>
2727 <context context-type="linenumber">11</context>
2728 </context-group> 2722 </context-group>
2729 <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">11</context></context-group>
2730 </trans-unit> 2723 </trans-unit>
2724
2731 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2725 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2732 <source>Paste magnet URI</source> 2726 <source>Paste magnet URI</source>
2733 <target>Algluu magnetan ligilon</target> 2727 <target>Algluu magnetan ligilon</target>
2734 <context-group name="null"> 2728 <context-group name="null">
2735 <context context-type="linenumber">14</context> 2729 <context context-type="linenumber">14</context>
2736 </context-group> 2730 </context-group>
2737 <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> 2731
2738 </trans-unit> 2732 <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">13</context></context-group></trans-unit>
2739 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52"> 2733 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52">
2740 <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> 2734 <source>
2735 You can import any torrent file that points to a mp4 file.
2736 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.
2737 </source>
2741 <target> 2738 <target>
2742 Vi povas enporti ĉiun ajn torentan dosieron, kiu montras al mp4-dosiero. 2739 Vi povas enporti ĉiun ajn torentan dosieron, kiu montras al mp4-dosiero.
2743 Vi certigu, ke vi havas dissendajn rajtojn pri la datumoj, al kiuj ĝi montras; alie ĝi povus kaŭzi leĝajn problemojn por vi kaj via nodo. 2740 Vi certigu, ke vi havas dissendajn rajtojn pri la datumoj, al kiuj ĝi montras; alie ĝi povus kaŭzi leĝajn problemojn por vi kaj via nodo.
@@ -2745,8 +2742,8 @@
2745 <context-group name="null"> 2742 <context-group name="null">
2746 <context context-type="linenumber">17</context> 2743 <context context-type="linenumber">17</context>
2747 </context-group> 2744 </context-group>
2748 <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">17</context></context-group> 2745
2749 </trans-unit> 2746 <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">16</context></context-group></trans-unit>
2750 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2747 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2751 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2748 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2752 <target> 2749 <target>
@@ -2755,11 +2752,15 @@
2755 <context-group name="null"> 2752 <context-group name="null">
2756 <context context-type="linenumber">57</context> 2753 <context context-type="linenumber">57</context>
2757 </context-group> 2754 </context-group>
2758 <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> 2755
2759 </trans-unit> 2756 <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">56</context></context-group></trans-unit>
2760 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2757 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2761 <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> 2758 <source>
2762 <target state="translated">Ni rekomendas, ke vi ne uzu la <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>radikan (root)<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> uzanton por publikigado de viaj filmoj, ĉar ĝi estas la super-administranto de via nodo. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Anstataŭe, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>kreu specialan konton<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> por alŝutoj de viaj filmoj. </target> 2759 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.
2760 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2761 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.
2762 </source>
2763 <target state="translated">Ni rekomendas, ke vi ne uzu la <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>radikan (root)<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> uzanton por publikigado de viaj filmoj, ĉar ĝi estas la super-administranto de via nodo. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Anstataŭe, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>kreu specialan konton<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> por alŝutoj de viaj filmoj. </target>
2763 <context-group purpose="location"> 2764 <context-group purpose="location">
2764 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2765 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2765 <context context-type="linenumber">2</context> 2766 <context context-type="linenumber">2</context>
@@ -3001,16 +3002,16 @@
3001 <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> 3002 <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>
3002 </trans-unit> 3003 </trans-unit>
3003 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 3004 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
3004 <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> 3005 <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>
3005 <target state="translated">Publikigita <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 }}"/> rigardoj<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 3006 <target state="translated">Publikigita <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 }}"/> rigardoj<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
3006 <context-group purpose="location"> 3007 <context-group purpose="location">
3007 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3008 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3008 <context context-type="linenumber">45</context> 3009 <context context-type="linenumber">45</context>
3009 </context-group> 3010 </context-group>
3010 </trans-unit> 3011 </trans-unit>
3011 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 3012 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
3012 <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> 3013 <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>
3013 <target state="translated">Publikigita <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 }}"/> rigardoj<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 3014 <target state="translated">Publikigita <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 }}"/> rigardoj<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
3014 <context-group purpose="location"> 3015 <context-group purpose="location">
3015 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3016 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3016 <context context-type="linenumber">56</context> 3017 <context context-type="linenumber">56</context>
@@ -3087,10 +3088,10 @@
3087 <context-group name="null"> 3088 <context-group name="null">
3088 <context context-type="linenumber">63</context> 3089 <context context-type="linenumber">63</context>
3089 </context-group> 3090 </context-group>
3090 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group> 3091
3091 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group> 3092
3092 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">63</context></context-group> 3093
3093 </trans-unit> 3094 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit>
3094 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 3095 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
3095 <source>Subscribe</source> 3096 <source>Subscribe</source>
3096 <target state="translated">Aboni</target> 3097 <target state="translated">Aboni</target>
@@ -3177,8 +3178,8 @@
3177 <context-group name="null"> 3178 <context-group name="null">
3178 <context context-type="linenumber">215</context> 3179 <context context-type="linenumber">215</context>
3179 </context-group> 3180 </context-group>
3180 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group> 3181
3181 </trans-unit> 3182 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3182 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3183 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3183 <source>Get more information</source> 3184 <source>Get more information</source>
3184 <target>Akiri pliajn informojn</target> 3185 <target>Akiri pliajn informojn</target>
@@ -3254,27 +3255,18 @@
3254 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html"> 3255 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html">
3255 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source> 3256 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source>
3256 <target state="translated">Montri <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> respondojn de <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> kaj aliaj </target> 3257 <target state="translated">Montri <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> respondojn de <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> kaj aliaj </target>
3257 <context-group purpose="location"> 3258
3258 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3259 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3259 <context context-type="linenumber">77</context>
3260 </context-group>
3261 </trans-unit>
3262 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3260 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3263 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3261 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3264 <target state="translated">Montri <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> respondojn de <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target> 3262 <target state="translated">Montri <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> respondojn de <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target>
3265 <context-group purpose="location"> 3263
3266 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3264 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3267 <context context-type="linenumber">80</context>
3268 </context-group>
3269 </trans-unit>
3270 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3265 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3271 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3266 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3272 <target state="translated">Montri <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> respondojn</target> 3267 <target state="translated">Montri <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> respondojn</target>
3273 <context-group purpose="location"> 3268
3274 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3269 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3275 <context context-type="linenumber">84</context>
3276 </context-group>
3277 </trans-unit>
3278 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3270 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3279 <source>Comments are disabled.</source> 3271 <source>Comments are disabled.</source>
3280 <target> 3272 <target>
@@ -3283,8 +3275,8 @@
3283 <context-group name="null"> 3275 <context-group name="null">
3284 <context context-type="linenumber">64</context> 3276 <context context-type="linenumber">64</context>
3285 </context-group> 3277 </context-group>
3286 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 3278
3287 </trans-unit> 3279 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3288 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3280 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3289 <source>Add comment...</source> 3281 <source>Add comment...</source>
3290 <target>Aldoni komenton…</target> 3282 <target>Aldoni komenton…</target>
@@ -3310,7 +3302,11 @@
3310 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3302 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3311 </trans-unit> 3303 </trans-unit>
3312 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3304 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3313 <source>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> 3305 <source>
3306 You can comment using an account on any ActivityPub-compatible instance.
3307 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3308 from within the software's interface.
3309 </source>
3314 <target state="translated">Vi povas komenti per konto de iu ajn nodo akorda kun la normo « ActivityPub ». Sur plej multaj platformoj, vi povas trovi la filmon per entajpo de ĝia URL en la serĉujon, kaj poste ĝin komenti en fasado de la programaro.</target> 3310 <target state="translated">Vi povas komenti per konto de iu ajn nodo akorda kun la normo « ActivityPub ». Sur plej multaj platformoj, vi povas trovi la filmon per entajpo de ĝia URL en la serĉujon, kaj poste ĝin komenti en fasado de la programaro.</target>
3315 <context-group purpose="location"> 3311 <context-group purpose="location">
3316 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3312 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3369,74 +3365,54 @@
3369 </context-group> 3365 </context-group>
3370 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3371 </trans-unit> 3367 </trans-unit>
3372 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 3368
3373 <source>Follow</source>
3374 <target>Aboni</target>
3375 <context-group name="null">
3376 <context context-type="linenumber">7</context>
3377 </context-group>
3378 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3379 </trans-unit>
3380 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3369 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3381 <source>Followers</source> 3370 <source>Followers</source>
3382 <target>Abonantoj</target> 3371 <target>Abonantoj</target>
3383 <context-group name="null"> 3372 <context-group name="null">
3384 <context context-type="linenumber">3</context> 3373 <context context-type="linenumber">3</context>
3385 </context-group> 3374 </context-group>
3386 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 3375
3387 </trans-unit> 3376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3388 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3377 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3389 <source>Video redundancies</source> 3378 <source>Video redundancies</source>
3390 <target state="translated">Filmaj ripetaĵoj</target> 3379 <target state="translated">Filmaj ripetaĵoj</target>
3391 <context-group purpose="location"> 3380
3392 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3381 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3393 <context context-type="linenumber">11</context>
3394 </context-group>
3395 </trans-unit>
3396 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 3382 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
3397 <source>1 host (without "http://") per line</source> 3383 <source>1 host (without "http://") per line</source>
3398 <target>Po 1 gastiganto (sen « http:// ») linie</target> 3384 <target>Po 1 gastiganto (sen « http:// ») linie</target>
3399 <context-group name="null"> 3385 <context-group name="null">
3400 <context context-type="linenumber">5</context> 3386 <context context-type="linenumber">5</context>
3401 </context-group> 3387 </context-group>
3402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">5</context></context-group> 3388
3403 </trans-unit> 3389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3404 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507"> 3390 <source>Follow domain</source><target state="new">Follow domain</target>
3405 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3391 <context-group purpose="location">
3406 <target> 3392 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3407 Ŝajne vi ne uzas servilon kun HTTPS. Por aboni aliajn servilojn, necesas aktiva TLS ĉe via retservilo. 3393 <context context-type="linenumber">15</context>
3408 </target>
3409 <context-group name="null">
3410 <context context-type="linenumber">17</context>
3411 </context-group>
3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">17</context></context-group>
3413 </trans-unit>
3414 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
3415 <source>Add following</source>
3416 <target>Aldoni sekvajn</target>
3417 <context-group name="null">
3418 <context context-type="linenumber">21</context>
3419 </context-group> 3394 </context-group>
3420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group>
3421 </trans-unit> 3395 </trans-unit>
3396
3397
3422 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3398 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3423 <source>Filter...</source> 3399 <source>Filter...</source>
3424 <target>Filtri...</target> 3400 <target>Filtri...</target>
3425 <context-group name="null"> 3401 <context-group name="null">
3426 <context context-type="linenumber">27</context> 3402 <context context-type="linenumber">27</context>
3427 </context-group> 3403 </context-group>
3428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</context></context-group> 3404
3429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">9</context></context-group> 3405
3430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">27</context></context-group> 3406
3431 </trans-unit> 3407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3432 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3408 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3433 <source>ID</source> 3409 <source>ID</source>
3434 <target>Identigilo</target> 3410 <target>Identigilo</target>
3435 <context-group name="null"> 3411 <context-group name="null">
3436 <context context-type="linenumber">18</context> 3412 <context context-type="linenumber">18</context>
3437 </context-group> 3413 </context-group>
3438 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 3414
3439 </trans-unit> 3415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3440 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb"> 3416 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb">
3441 <source>Follower handle</source> 3417 <source>Follower handle</source>
3442 <target>Nomo de abonanto</target> 3418 <target>Nomo de abonanto</target>
@@ -3451,80 +3427,65 @@
3451 <context-group name="null"> 3427 <context-group name="null">
3452 <context context-type="linenumber">10</context> 3428 <context context-type="linenumber">10</context>
3453 </context-group> 3429 </context-group>
3454 <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> 3430
3455 <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> 3431
3456 </trans-unit> 3432 <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>
3457 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3433 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3458 <source>Delayed.</source> 3434 <source>Delayed.</source>
3459 <target state="translated">Prokrastita.</target> 3435 <target state="translated">Prokrastita.</target>
3460 <context-group purpose="location"> 3436
3461 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3462 <context context-type="linenumber">42</context>
3463 </context-group>
3464 </trans-unit>
3465 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3438 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3466 <source>Will start soon...</source> 3439 <source>Will start soon...</source>
3467 <target state="translated">Frue komenciĝos…</target> 3440 <target state="translated">Frue komenciĝos…</target>
3468 <context-group purpose="location"> 3441
3469 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3470 <context context-type="linenumber">43</context>
3471 </context-group>
3472 </trans-unit>
3473 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3443 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3474 <source>Running...</source> 3444 <source>Running...</source>
3475 <target state="translated">Progresanta…</target> 3445 <target state="translated">Progresanta…</target>
3476 <context-group purpose="location"> 3446
3477 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3447 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3478 <context context-type="linenumber">44</context>
3479 </context-group>
3480 </trans-unit>
3481 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3448 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3482 <source>Finished</source> 3449 <source>Finished</source>
3483 <target state="translated">Finita</target> 3450 <target state="translated">Finita</target>
3484 <context-group purpose="location"> 3451
3485 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3486 <context context-type="linenumber">45</context>
3487 </context-group>
3488 </trans-unit>
3489 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3453 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3490 <source>Failed</source> 3454 <source>Failed</source>
3491 <target state="translated">Malskucesinta</target> 3455 <target state="translated">Malskucesinta</target>
3492 <context-group purpose="location"> 3456
3493 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3494 <context context-type="linenumber">46</context>
3495 </context-group>
3496 </trans-unit>
3497 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3458 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3498 <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> 3459 <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>
3499 <target>Kreita <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> 3460 <target>Kreita <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>
3500 <context-group name="null"> 3461 <context-group name="null">
3501 <context context-type="linenumber">11</context> 3462 <context context-type="linenumber">11</context>
3502 </context-group> 3463 </context-group>
3503 <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> 3464
3504 <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> 3465
3505 <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> 3466
3506 <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> 3467
3507 <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> 3468
3508 <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> 3469
3509 </trans-unit> 3470 <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">24</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">46</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">11</context></context-group><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><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>
3510 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3471 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3511 <source>Accepted</source> 3472 <source>Accepted</source>
3512 <target>Aprobita</target> 3473 <target>Aprobita</target>
3513 <context-group name="null"> 3474 <context-group name="null">
3514 <context context-type="linenumber">32</context> 3475 <context context-type="linenumber">32</context>
3515 </context-group> 3476 </context-group>
3516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3477
3517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3478
3518 </trans-unit> 3479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3519 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3480 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3520 <source>Pending</source> 3481 <source>Pending</source>
3521 <target>Traktata</target> 3482 <target>Traktata</target>
3522 <context-group name="null"> 3483 <context-group name="null">
3523 <context context-type="linenumber">33</context> 3484 <context context-type="linenumber">33</context>
3524 </context-group> 3485 </context-group>
3525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3486
3526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3487
3527 </trans-unit> 3488 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3528 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3489 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3529 <source>Accept</source> 3490 <source>Accept</source>
3530 <target>Akcepti</target> 3491 <target>Akcepti</target>
@@ -3542,6 +3503,12 @@
3542 </context-group> 3503 </context-group>
3543 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3544 <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">42</context></context-group> 3505 <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">42</context></context-group>
3506 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3507 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3508 <context-group purpose="location">
3509 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3510 <context context-type="linenumber">3</context>
3511 </context-group>
3545 </trans-unit> 3512 </trans-unit>
3546 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 3513 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3547 <source>Host</source> 3514 <source>Host</source>
@@ -3549,24 +3516,32 @@
3549 <context-group name="null"> 3516 <context-group name="null">
3550 <context context-type="linenumber">19</context> 3517 <context context-type="linenumber">19</context>
3551 </context-group> 3518 </context-group>
3552 <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> 3519
3553 </trans-unit> 3520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3554 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3521 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3555 <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> 3522 <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>
3556 <target state="translated">Ripetaĵo permesita <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> 3523 <target state="translated">Ripetaĵo permesita <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>
3524
3525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3526 <source>Follow domains</source><target state="new">Follow domains</target>
3557 <context-group purpose="location"> 3527 <context-group purpose="location">
3558 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3528 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3559 <context context-type="linenumber">21</context> 3529 <context context-type="linenumber">50</context>
3560 </context-group> 3530 </context-group>
3561 </trans-unit> 3531 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3562 <trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3532 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3563 <source>Video redundancies list</source>
3564 <target state="translated">Listo de filmaj ripetaĵoj</target>
3565 <context-group purpose="location"> 3533 <context-group purpose="location">
3566 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3534 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3567 <context context-type="linenumber">2</context> 3535 <context context-type="linenumber">7</context>
3536 </context-group>
3537 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3538 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3539 <context-group purpose="location">
3540 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3541 <context context-type="linenumber">8</context>
3568 </context-group> 3542 </context-group>
3569 </trans-unit> 3543 </trans-unit>
3544
3570 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 3545 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
3571 <source>Create user</source> 3546 <source>Create user</source>
3572 <target>Krei uzanton</target> 3547 <target>Krei uzanton</target>
@@ -3621,13 +3596,16 @@
3621 <context-group name="null"> 3596 <context-group name="null">
3622 <context context-type="linenumber">43</context> 3597 <context context-type="linenumber">43</context>
3623 </context-group> 3598 </context-group>
3624 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3599
3625 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3600
3626 <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> 3601
3627 </trans-unit> 3602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit>
3628 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3603 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3629 <source>Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3604 <source>
3630 <target state="translated">Transkodado estas ŝaltita. Ĉi tiu datumlimo konsideras <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>originalan<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> grandecon de la filmo. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Plej grande ĉi tiu uzanto povus alŝuti ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target> 3605 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3606 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3607 </source>
3608 <target state="translated">Transkodado estas ŝaltita. Ĉi tiu datumlimo konsideras <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>originalan<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> grandecon de la filmo. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Plej grande ĉi tiu uzanto povus alŝuti ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target>
3631 <context-group purpose="location"> 3609 <context-group purpose="location">
3632 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3610 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3633 <context context-type="linenumber">148</context> 3611 <context context-type="linenumber">148</context>
@@ -3716,31 +3694,41 @@
3716 <context-group name="null"> 3694 <context-group name="null">
3717 <context context-type="linenumber">19</context> 3695 <context context-type="linenumber">19</context>
3718 </context-group> 3696 </context-group>
3719 <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> 3697
3720 </trans-unit> 3698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3721 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3699 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3722 <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> 3700 <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>
3723 <target>Salutnomo <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> 3701 <target>Salutnomo <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>
3724 <context-group name="null"> 3702 <context-group name="null">
3725 <context context-type="linenumber">40</context> 3703 <context context-type="linenumber">40</context>
3726 </context-group> 3704 </context-group>
3727 <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> 3705
3728 </trans-unit> 3706 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3729 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3707 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3730 <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> 3708 <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>
3731 <target>Datumlimo de filmoj <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> 3709 <target>Datumlimo de filmoj <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>
3732 <context-group name="null"> 3710 <context-group name="null">
3733 <context context-type="linenumber">42</context> 3711 <context context-type="linenumber">42</context>
3734 </context-group> 3712 </context-group>
3735 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group> 3713
3736 </trans-unit> 3714 <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></trans-unit>
3737 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3715 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3738 <source>(banned)</source> 3716 <source>(banned)</source>
3739 <target>(forbarita)</target> 3717 <target>(forbarita)</target>
3740 <context-group name="null"> 3718 <context-group name="null">
3741 <context context-type="linenumber">65</context> 3719 <context context-type="linenumber">65</context>
3742 </context-group> 3720 </context-group>
3743 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group> 3721
3722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3723 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3724 <context-group purpose="location">
3725 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3726 <context context-type="linenumber">65</context>
3727 </context-group>
3728 <context-group purpose="location">
3729 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3730 <context context-type="linenumber">27</context>
3731 </context-group>
3744 </trans-unit> 3732 </trans-unit>
3745 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3733 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3746 <source>User's email must be verified to login</source> 3734 <source>User's email must be verified to login</source>
@@ -3748,23 +3736,29 @@
3748 <context-group name="null"> 3736 <context-group name="null">
3749 <context context-type="linenumber">72</context> 3737 <context context-type="linenumber">72</context>
3750 </context-group> 3738 </context-group>
3751 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group> 3739
3752 </trans-unit> 3740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3753 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3741 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3754 <source>User's email is verified / User can login without email verification</source> 3742 <source>User's email is verified / User can login without email verification</source>
3755 <target>Retpoŝtadreso de la uzanto estas konfirmita / Uzanto povas saluti sen konfirmo de retpoŝtadreso</target> 3743 <target>Retpoŝtadreso de la uzanto estas konfirmita / Uzanto povas saluti sen konfirmo de retpoŝtadreso</target>
3756 <context-group name="null"> 3744 <context-group name="null">
3757 <context context-type="linenumber">76</context> 3745 <context context-type="linenumber">76</context>
3758 </context-group> 3746 </context-group>
3759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group> 3747
3760 </trans-unit> 3748 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3761 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3749 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3762 <source>Ban reason:</source> 3750 <source>Ban reason:</source>
3763 <target>Kialo de forbaro:</target> 3751 <target>Kialo de forbaro:</target>
3764 <context-group name="null"> 3752 <context-group name="null">
3765 <context context-type="linenumber">95</context> 3753 <context context-type="linenumber">95</context>
3766 </context-group> 3754 </context-group>
3767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group> 3755
3756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3757 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3758 <context-group purpose="location">
3759 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3760 <context context-type="linenumber">15</context>
3761 </context-group>
3768 </trans-unit> 3762 </trans-unit>
3769 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3763 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
3770 <source>Moderation</source> 3764 <source>Moderation</source>
@@ -3814,98 +3808,104 @@
3814 <context context-type="linenumber">13</context> 3808 <context context-type="linenumber">13</context>
3815 </context-group> 3809 </context-group>
3816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3811 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3812 <source>Video <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">Video <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>
3813 <context-group purpose="location">
3814 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3815 <context context-type="linenumber">10</context>
3816 </context-group>
3817 </trans-unit> 3817 </trans-unit>
3818 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3818 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3819 <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> 3819 <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>
3820 <target>Nomo de filmo <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> 3820 <target>Nomo de filmo <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>
3821 <context-group name="null"> 3821 <context-group name="null">
3822 <context context-type="linenumber">8</context> 3822 <context context-type="linenumber">8</context>
3823 </context-group> 3823 </context-group>
3824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3824
3825 <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">8</context></context-group> 3825
3826 </trans-unit> 3826 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3827 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3827 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3828 <source>Video URL</source> 3828 <source>Video URL</source>
3829 <target state="translated">URL de filmo</target> 3829 <target state="translated">URL de filmo</target>
3830 <context-group purpose="location"> 3830
3831 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3831 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3832 <context context-type="linenumber">24</context>
3833 </context-group>
3834 </trans-unit>
3835 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3832 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3836 <source>Total size</source> 3833 <source>Total size</source>
3837 <target state="translated">Tuta grando</target> 3834 <target state="translated">Tuta grando</target>
3835
3836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3837 <source>List redundancies</source><target state="new">List redundancies</target>
3838 <context-group purpose="location"> 3838 <context-group purpose="location">
3839 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3839 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3840 <context context-type="linenumber">25</context> 3840 <context context-type="linenumber">33</context>
3841 </context-group> 3841 </context-group>
3842 </trans-unit> 3842 </trans-unit>
3843 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3843 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3844 <source>Enabled strategies stats</source> 3844 <source>Enabled strategies stats</source>
3845 <target state="translated">Ŝalti statistikon pri strategioj</target> 3845 <target state="translated">Ŝalti statistikon pri strategioj</target>
3846 <context-group purpose="location"> 3846
3847 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3847 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
3848 <context context-type="linenumber">69</context>
3849 </context-group>
3850 </trans-unit>
3851 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3848 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3852 <source>No redundancy strategy is enabled on your instance.</source> 3849 <source>No redundancy strategy is enabled on your instance.</source>
3853 <target state="translated">Neniu strategio pri ripetaĵoj estas ŝaltita en via nodo.</target> 3850 <target state="translated">Neniu strategio pri ripetaĵoj estas ŝaltita en via nodo.</target>
3854 <context-group purpose="location"> 3851
3855 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3856 <context context-type="linenumber">73</context>
3857 </context-group>
3858 </trans-unit>
3859 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3853 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3860 <source>Sensitive</source> 3854 <source>Sensitive</source>
3861 <target>Konsterna</target> 3855 <target>Konsterna</target>
3862 <context-group name="null"> 3856 <context-group name="null">
3863 <context context-type="linenumber">9</context> 3857 <context context-type="linenumber">9</context>
3864 </context-group> 3858 </context-group>
3865 <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">9</context></context-group> 3859
3866 </trans-unit> 3860 <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">11</context></context-group></trans-unit>
3867 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3861 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3868 <source>Unfederated</source> 3862 <source>Unfederated</source>
3869 <target>Nefedera</target> 3863 <target>Nefedera</target>
3870 <context-group name="null"> 3864 <context-group name="null">
3871 <context context-type="linenumber">10</context> 3865 <context context-type="linenumber">10</context>
3872 </context-group> 3866 </context-group>
3873 <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> 3867
3874 </trans-unit> 3868 <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">12</context></context-group></trans-unit>
3875 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3869 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3876 <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> 3870 <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>
3877 <target>Dato <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> 3871 <target>Dato <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>
3878 <context-group name="null"> 3872 <context-group name="null">
3879 <context context-type="linenumber">11</context> 3873 <context context-type="linenumber">11</context>
3880 </context-group> 3874 </context-group>
3881 <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">11</context></context-group> 3875
3882 </trans-unit> 3876 <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">13</context></context-group></trans-unit>
3883 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3877 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3884 <source>Go to the video</source> 3878 <source>Go to the video</source>
3885 <target>Iri al la filmo</target> 3879 <target>Iri al la filmo</target>
3886 <context-group name="null"> 3880 <context-group name="null">
3887 <context context-type="linenumber">33</context> 3881 <context context-type="linenumber">33</context>
3888 </context-group> 3882 </context-group>
3889 <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">25</context></context-group> 3883
3890 <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">33</context></context-group> 3884
3891 <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">33</context></context-group> 3885
3892 </trans-unit> 3886 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3893 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3887 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3894 <source>Actions</source> 3888 <source>Actions</source>
3895 <target>Agoj</target> 3889 <target>Agoj</target>
3896 <context-group name="null"> 3890 <context-group name="null">
3897 <context context-type="linenumber">44</context> 3891 <context context-type="linenumber">44</context>
3898 </context-group> 3892 </context-group>
3899 <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">35</context></context-group> 3893
3900 <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">44</context></context-group> 3894
3901 </trans-unit> 3895 <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">38</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">57</context></context-group></trans-unit>
3902 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3896 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3903 <source>Blacklist reason:</source> 3897 <source>Blacklist reason:</source>
3904 <target>Kialo de forteno:</target> 3898 <target>Kialo de forteno:</target>
3905 <context-group name="null"> 3899 <context-group name="null">
3906 <context context-type="linenumber">43</context> 3900 <context context-type="linenumber">43</context>
3907 </context-group> 3901 </context-group>
3908 <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">43</context></context-group> 3902
3903 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3904 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3905 <context-group purpose="location">
3906 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3907 <context context-type="linenumber">5</context>
3908 </context-group>
3909 </trans-unit> 3909 </trans-unit>
3910 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 3910 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
3911 <source>Moderation comment</source> 3911 <source>Moderation comment</source>
@@ -3923,47 +3923,53 @@
3923 <context-group name="null"> 3923 <context-group name="null">
3924 <context context-type="linenumber">18</context> 3924 <context context-type="linenumber">18</context>
3925 </context-group> 3925 </context-group>
3926 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">18</context></context-group> 3926
3927 </trans-unit> 3927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3928 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3928 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3929 <source>Update this comment</source> 3929 <source>Update this comment</source>
3930 <target>Ĝisdatigi ĉi tiun komenton</target> 3930 <target>Ĝisdatigi ĉi tiun komenton</target>
3931 <context-group name="null"> 3931 <context-group name="null">
3932 <context context-type="linenumber">26</context> 3932 <context context-type="linenumber">26</context>
3933 </context-group> 3933 </context-group>
3934 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group> 3934
3935 </trans-unit> 3935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3936 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3936 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3937 <source>Reporter</source> 3937 <source>Reporter</source>
3938 <target>Raportinto</target> 3938 <target>Raportinto</target>
3939 <context-group name="null"> 3939 <context-group name="null">
3940 <context context-type="linenumber">8</context> 3940 <context context-type="linenumber">8</context>
3941 </context-group> 3941 </context-group>
3942 <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">8</context></context-group> 3942
3943 </trans-unit> 3943 <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">10</context></context-group></trans-unit>
3944 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3944 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3945 <source>Video</source> 3945 <source>Video</source>
3946 <target>Filmo</target> 3946 <target>Filmo</target>
3947 <context-group name="null"> 3947 <context-group name="null">
3948 <context context-type="linenumber">9</context> 3948 <context context-type="linenumber">9</context>
3949 </context-group> 3949 </context-group>
3950 <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">10</context></context-group> 3950
3951 <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">14</context></context-group> 3951
3952 <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> 3952
3953 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3954 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3955 <context-group purpose="location">
3956 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3957 <context context-type="linenumber">46</context>
3958 </context-group>
3953 </trans-unit> 3959 </trans-unit>
3954 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3960 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3955 <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> 3961 <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>
3956 <target>Stato <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> 3962 <target>Stato <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>
3957 <context-group name="null"> 3963 <context-group name="null">
3958 <context context-type="linenumber">11</context> 3964 <context context-type="linenumber">11</context>
3959 </context-group> 3965 </context-group>
3960 <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> 3966
3961 <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> 3967
3962 <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> 3968
3963 </trans-unit> 3969 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3964 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3970 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3965 <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> 3971 <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>
3966 <target state="translated">Takso <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> 3972 <target state="translated">Takso <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>
3967 <context-group purpose="location"> 3973 <context-group purpose="location">
3968 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3974 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3969 <context context-type="linenumber">18</context> 3975 <context context-type="linenumber">18</context>
@@ -3975,25 +3981,30 @@
3975 <context-group name="null"> 3981 <context-group name="null">
3976 <context context-type="linenumber">27</context> 3982 <context context-type="linenumber">27</context>
3977 </context-group> 3983 </context-group>
3978 <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">25</context></context-group> 3984
3979 <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">27</context></context-group> 3985
3980 </trans-unit> 3986 <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">27</context></context-group></trans-unit>
3981 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3987 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
3982 <source>Reason:</source> 3988 <source>Reason:</source>
3983 <target>Kialo:</target> 3989 <target>Kialo:</target>
3984 <context-group name="null"> 3990 <context-group name="null">
3985 <context context-type="linenumber">53</context> 3991 <context context-type="linenumber">53</context>
3986 </context-group> 3992 </context-group>
3987 <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">53</context></context-group> 3993
3988 </trans-unit> 3994 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3989 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 3995 <source>Note:</source><target state="new">Note:</target>
3990 <source>Moderation comment:</source> 3996 <context-group purpose="location">
3991 <target>Reguliga komento:</target> 3997 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3992 <context-group name="null"> 3998 <context context-type="linenumber">72</context>
3993 <context context-type="linenumber">57</context> 3999 </context-group>
4000 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
4001 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
4002 <context-group purpose="location">
4003 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4004 <context context-type="linenumber">5</context>
3994 </context-group> 4005 </context-group>
3995 <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">57</context></context-group>
3996 </trans-unit> 4006 </trans-unit>
4007
3997 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 4008 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3998 <source>Unblacklist</source> 4009 <source>Unblacklist</source>
3999 <target>Reteni</target> 4010 <target>Reteni</target>
@@ -4002,6 +4013,12 @@
4002 </context-group> 4013 </context-group>
4003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 4014 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
4004 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 4015 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
4016 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
4017 <source>Mute domain</source><target state="new">Mute domain</target>
4018 <context-group purpose="location">
4019 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4020 <context context-type="linenumber">11</context>
4021 </context-group>
4005 </trans-unit> 4022 </trans-unit>
4006 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4023 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
4007 <source>Instance</source> 4024 <source>Instance</source>
@@ -4009,31 +4026,53 @@
4009 <context-group name="null"> 4026 <context-group name="null">
4010 <context context-type="linenumber">5</context> 4027 <context context-type="linenumber">5</context>
4011 </context-group> 4028 </context-group>
4012 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 4029
4013 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 4030
4014 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4031
4015 </trans-unit> 4032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
4016 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4033 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4017 <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> 4034 <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>
4018 <target>Silentigita je <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> 4035 <target>Silentigita je <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>
4019 <context-group name="null"> 4036 <context-group name="null">
4020 <context context-type="linenumber">13</context> 4037 <context context-type="linenumber">13</context>
4021 </context-group> 4038 </context-group>
4022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 4039
4023 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 4040
4024 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 4041
4025 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 4042
4026 </trans-unit> 4043 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
4027 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4044 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
4028 <source>Unmute</source> 4045 <source>Unmute</source>
4029 <target>Malsilentigi</target> 4046 <target>Malsilentigi</target>
4030 <context-group name="null"> 4047 <context-group name="null">
4031 <context context-type="linenumber">23</context> 4048 <context context-type="linenumber">23</context>
4032 </context-group> 4049 </context-group>
4033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group> 4050
4034 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 4051
4035 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group> 4052
4036 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group> 4053
4054 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
4055 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
4056 <context-group purpose="location">
4057 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4058 <context context-type="linenumber">5</context>
4059 </context-group>
4060 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
4061 <source>
4062 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4063 </source><target state="new">
4064 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4065 </target>
4066 <context-group purpose="location">
4067 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4068 <context context-type="linenumber">37</context>
4069 </context-group>
4070 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4071 <source>Mute domains</source><target state="new">Mute domains</target>
4072 <context-group purpose="location">
4073 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4074 <context context-type="linenumber">35</context>
4075 </context-group>
4037 </trans-unit> 4076 </trans-unit>
4038 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4077 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
4039 <source>Account</source> 4078 <source>Account</source>
@@ -4041,8 +4080,14 @@
4041 <context-group name="null"> 4080 <context-group name="null">
4042 <context context-type="linenumber">12</context> 4081 <context context-type="linenumber">12</context>
4043 </context-group> 4082 </context-group>
4044 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 4083
4045 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 4084
4085 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4086 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
4087 <context-group purpose="location">
4088 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4089 <context context-type="linenumber">5</context>
4090 </context-group>
4046 </trans-unit> 4091 </trans-unit>
4047 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5"> 4092 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5">
4048 <source>Plugins/Themes</source> 4093 <source>Plugins/Themes</source>
@@ -4139,7 +4184,7 @@
4139 <trans-unit id="2d336e3fe6d5d0cb687ea6413890930b3d709005"> 4184 <trans-unit id="2d336e3fe6d5d0cb687ea6413890930b3d709005">
4140 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> for "<x id="INTERPOLATION_1" equiv-text="{{ search }}"/>" </source> 4185 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> for "<x id="INTERPOLATION_1" equiv-text="{{ search }}"/>" </source>
4141 <target> 4186 <target>
4142 <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> je "&lt;x id="INTERPOLATION_1" equiv-text="{{ search }}"/&gt;" 4187 <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> je "&lt;x id="INTERPOLATION_1" equiv-text="{{ search }}"/>"
4143 </target> 4188 </target>
4144 <context-group name="null"> 4189 <context-group name="null">
4145 <context context-type="linenumber">22</context> 4190 <context context-type="linenumber">22</context>
@@ -4212,38 +4257,25 @@
4212 </context-group> 4257 </context-group>
4213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group> 4258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group>
4214 </trans-unit> 4259 </trans-unit>
4215 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 4260
4216 <source>Jobs list</source>
4217 <target>Listo de taskoj</target>
4218 <context-group name="null">
4219 <context context-type="linenumber">2</context>
4220 </context-group>
4221 <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>
4222 </trans-unit>
4223 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 4261 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4224 <source>Job type</source> 4262 <source>Job type</source>
4225 <target state="translated">Speco de tasko</target> 4263 <target state="translated">Speco de tasko</target>
4226 <context-group purpose="location"> 4264
4227 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
4228 <context context-type="linenumber">5</context>
4229 </context-group>
4230 </trans-unit>
4231 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 4266 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4232 <source>Job state</source> 4267 <source>Job state</source>
4233 <target state="translated">Stato de tasko</target> 4268 <target state="translated">Stato de tasko</target>
4234 <context-group purpose="location"> 4269
4235 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4236 <context context-type="linenumber">14</context>
4237 </context-group>
4238 </trans-unit>
4239 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4271 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
4240 <source>Type</source> 4272 <source>Type</source>
4241 <target>Speco</target> 4273 <target>Speco</target>
4242 <context-group name="null"> 4274 <context-group name="null">
4243 <context context-type="linenumber">19</context> 4275 <context context-type="linenumber">19</context>
4244 </context-group> 4276 </context-group>
4245 <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> 4277
4246 </trans-unit> 4278 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4247 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 4279 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
4248 <source>Refresh</source> 4280 <source>Refresh</source>
4249 <target>Aktualigi</target> 4281 <target>Aktualigi</target>
@@ -4261,8 +4293,8 @@
4261 </context-group> 4293 </context-group>
4262 </trans-unit> 4294 </trans-unit>
4263 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4295 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4264 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4296 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4265 <target state="translated">De <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4297 <target state="translated">De <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4266 <context-group purpose="location"> 4298 <context-group purpose="location">
4267 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4299 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4268 <context context-type="linenumber">32</context> 4300 <context context-type="linenumber">32</context>
@@ -4305,58 +4337,40 @@
4305 <context-group name="null"> 4337 <context-group name="null">
4306 <context context-type="linenumber">33</context> 4338 <context context-type="linenumber">33</context>
4307 </context-group> 4339 </context-group>
4308 <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">33</context></context-group> 4340
4309 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group> 4341
4310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4342
4311 </trans-unit> 4343 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
4312 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4344 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4313 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4345 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4314 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>La sistemo de kunhavigado<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implicas, ke iuj teĥnikaj informoj pri via sistemo (ekzemple la publika IP-adreso) povas sendiĝi al aliaj samtavolanoj, sed ĝi ankaŭ multe helpas malpliigi la ŝarĝon de la servilo.</target> 4346 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>La sistemo de kunhavigado<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implicas, ke iuj teĥnikaj informoj pri via sistemo (ekzemple la publika IP-adreso) povas sendiĝi al aliaj samtavolanoj, sed ĝi ankaŭ multe helpas malpliigi la ŝarĝon de la servilo.</target>
4315 <context-group purpose="location"> 4347
4316 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4348 <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">47</context></context-group></trans-unit>
4317 <context context-type="linenumber">46</context>
4318 </context-group>
4319 </trans-unit>
4320 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4349 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4321 <source>Help share videos being played</source> 4350 <source>Help share videos being played</source>
4322 <target state="translated">Helpi kunhavigadon de ludataj filmoj</target> 4351 <target state="translated">Helpi kunhavigadon de ludataj filmoj</target>
4323 <context-group purpose="location"> 4352
4324 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4353 <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">44</context></context-group></trans-unit>
4325 <context context-type="linenumber">43</context>
4326 </context-group>
4327 </trans-unit>
4328 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html"> 4354 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4329 <source>When on a video page, directly start playing the video.</source> 4355 <source>When on a video page, directly start playing the video.</source>
4330 <target state="translated">Sur paĝo de filmo, rekte komenci ludadon de la filmo.</target> 4356 <target state="translated">Sur paĝo de filmo, rekte komenci ludadon de la filmo.</target>
4331 <context-group purpose="location"> 4357
4332 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4358 <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">58</context></context-group></trans-unit>
4333 <context context-type="linenumber">57</context>
4334 </context-group>
4335 </trans-unit>
4336 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html"> 4359 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4337 <source>Automatically play videos</source> 4360 <source>Automatically play videos</source>
4338 <target state="translated">Memage ludi filmojn</target> 4361 <target state="translated">Memage ludi filmojn</target>
4339 <context-group purpose="location"> 4362
4340 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4363 <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">55</context></context-group></trans-unit>
4341 <context context-type="linenumber">54</context>
4342 </context-group>
4343 </trans-unit>
4344 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html"> 4364 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4345 <source>When a video ends, follow up with the next suggested video.</source> 4365 <source>When a video ends, follow up with the next suggested video.</source>
4346 <target state="translated">Kiam filmo finiĝas, sekvigi ĝin per la sekva proponata flimo.</target> 4366 <target state="translated">Kiam filmo finiĝas, sekvigi ĝin per la sekva proponata flimo.</target>
4347 <context-group purpose="location"> 4367
4348 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4368 <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">69</context></context-group></trans-unit>
4349 <context context-type="linenumber">68</context>
4350 </context-group>
4351 </trans-unit>
4352 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html"> 4369 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4353 <source>Automatically start playing the next video</source> 4370 <source>Automatically start playing the next video</source>
4354 <target state="translated">Memage ekludi la sekvan filmon</target> 4371 <target state="translated">Memage ekludi la sekvan filmon</target>
4355 <context-group purpose="location"> 4372
4356 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4373 <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">66</context></context-group></trans-unit>
4357 <context context-type="linenumber">65</context>
4358 </context-group>
4359 </trans-unit>
4360 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629"> 4374 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629">
4361 <source>Main languages you/your moderators speak</source> 4375 <source>Main languages you/your moderators speak</source>
4362 <target>La ĉefaj lingvoj, kiujn vi / viaj reguligistoj parolas</target> 4376 <target>La ĉefaj lingvoj, kiujn vi / viaj reguligistoj parolas</target>
@@ -4371,8 +4385,8 @@
4371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4372 </trans-unit> 4386 </trans-unit>
4373 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4387 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4374 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4388 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4375 <target state="translated">Administru <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>uzantojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> por kunigi skipon de reguligistoj. </target> 4389 <target state="translated">Administru <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>uzantojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> por kunigi skipon de reguligistoj. </target>
4376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4377 </trans-unit> 4391 </trans-unit>
4378 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634"> 4392 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634">
@@ -4384,8 +4398,11 @@
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">86</context></context-group> 4398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4385 </trans-unit> 4399 </trans-unit>
4386 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4400 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4387 <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> 4401 <source>
4388 <target state="translated">Ŝaltite, tio sciigos aliajn administrantojn, ke vi federas ĉefe konsternan enhavon.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Plie, la markbutono « konsterna » ĉe alŝuto de filmo estos implice markita. </target> 4402 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/>"/>
4403 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4404 </source>
4405 <target state="translated">Ŝaltite, tio sciigos aliajn administrantojn, ke vi federas ĉefe konsternan enhavon.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Plie, la markbutono « konsterna » ĉe alŝuto de filmo estos implice markita. </target>
4389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 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">90</context></context-group>
4390 </trans-unit> 4407 </trans-unit>
4391 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4408 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
@@ -4397,8 +4414,8 @@
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">99</context></context-group> 4414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4398 </trans-unit> 4415 </trans-unit>
4399 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4416 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4400 <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> 4417 <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>
4401 <target state="translated">Kun <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Ne listigi<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> aŭ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Malklarigi bildetojn<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, oni ricevos peton de konfirmo pri sia volo spekti la filmon. </target> 4418 <target state="translated">Kun <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Ne listigi<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> aŭ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Malklarigi bildetojn<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, oni ricevos peton de konfirmo pri sia volo spekti la filmon. </target>
4402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4403 </trans-unit> 4420 </trans-unit>
4404 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4421 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4407,146 +4424,143 @@
4407 <context-group name="null"> 4424 <context-group name="null">
4408 <context context-type="linenumber">14</context> 4425 <context context-type="linenumber">14</context>
4409 </context-group> 4426 </context-group>
4410 <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">14</context></context-group> 4427
4411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group> 4428
4412 </trans-unit> 4429 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4413 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4430 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4414 <source>Blur thumbnails</source> 4431 <source>Blur thumbnails</source>
4415 <target>Malklarigi miniaturojn</target> 4432 <target>Malklarigi miniaturojn</target>
4416 <context-group name="null"> 4433 <context-group name="null">
4417 <context context-type="linenumber">15</context> 4434 <context context-type="linenumber">15</context>
4418 </context-group> 4435 </context-group>
4419 <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">15</context></context-group> 4436
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">112</context></context-group> 4437
4421 </trans-unit> 4438 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4422 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4439 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4423 <source>Display</source> 4440 <source>Display</source>
4424 <target>Montri</target> 4441 <target>Montri</target>
4425 <context-group name="null"> 4442 <context-group name="null">
4426 <context context-type="linenumber">16</context> 4443 <context context-type="linenumber">16</context>
4427 </context-group> 4444 </context-group>
4428 <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">16</context></context-group> 4445
4429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group> 4446
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">113</context></context-group> 4447
4431 </trans-unit> 4448 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit>
4432 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4449 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4433 <source>Strategy</source> 4450 <source>Strategy</source>
4434 <target state="translated">Strategio</target> 4451 <target state="translated">Strategio</target>
4435 <context-group purpose="location"> 4452
4436 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4453 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4437 <context context-type="linenumber">22</context>
4438 </context-group>
4439 </trans-unit>
4440 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4454 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4441 <source>Terms</source> 4455 <source>Terms</source>
4442 <target>Kondiĉoj</target> 4456 <target>Kondiĉoj</target>
4443 <context-group name="null"> 4457 <context-group name="null">
4444 <context context-type="linenumber">88</context> 4458 <context context-type="linenumber">88</context>
4445 </context-group> 4459 </context-group>
4446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group> 4460
4447 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group> 4461
4448 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group> 4462
4449 </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">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4450 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b"> 4464 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b">
4451 <source>Code of conduct</source> 4465 <source>Code of conduct</source>
4452 <target>Konduta regularo</target> 4466 <target>Konduta regularo</target>
4453 <context-group name="null"> 4467 <context-group name="null">
4454 <context context-type="linenumber">82</context> 4468 <context context-type="linenumber">82</context>
4455 </context-group> 4469 </context-group>
4456 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group> 4470
4457 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group> 4471
4458 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group> 4472
4459 </trans-unit> 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">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4460 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878"> 4474 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878">
4461 <source>Moderation information</source> 4475 <source>Moderation information</source>
4462 <target>Reguligaj informoj</target> 4476 <target>Reguligaj informoj</target>
4463 <context-group name="null"> 4477 <context-group name="null">
4464 <context context-type="linenumber">76</context> 4478 <context context-type="linenumber">76</context>
4465 </context-group> 4479 </context-group>
4466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group> 4480
4467 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group> 4481
4468 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group> 4482
4469 </trans-unit> 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">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
4470 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 4484 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4471 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4485 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4472 <target state="translated">Kiu reguligas la nodon? Kia estas la politiko pri konsternaj filmoj? Politikecaj filmoj? Ktp.</target> 4486 <target state="translated">Kiu reguligas la nodon? Kia estas la politiko pri konsternaj filmoj? Politikecaj filmoj? Ktp.</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">139</context></context-group> 4487
4474 </trans-unit> 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">140</context></context-group></trans-unit>
4475 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4489 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4476 <source>YOU AND YOUR INSTANCE</source> 4490 <source>YOU AND YOUR INSTANCE</source>
4477 <target state="translated">VI KAJ VIA NODO</target> 4491 <target state="translated">VI KAJ VIA NODO</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">153</context></context-group> 4492
4479 </trans-unit> 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">154</context></context-group></trans-unit>
4480 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063"> 4494 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063">
4481 <source>Who is behind the instance?</source> 4495 <source>Who is behind the instance?</source>
4482 <target>Kiu estras ĉi tiun nodon?</target> 4496 <target>Kiu estras ĉi tiun nodon?</target>
4483 <context-group name="null"> 4497 <context-group name="null">
4484 <context context-type="linenumber">133</context> 4498 <context context-type="linenumber">133</context>
4485 </context-group> 4499 </context-group>
4486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group> 4500
4487 </trans-unit> 4501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
4488 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4502 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4489 <source>A single person? A non-profit? A company?</source> 4503 <source>A single person? A non-profit? A company?</source>
4490 <target state="translated">Sola persono? Neprofitcela organizaĵo? Kompanio?</target> 4504 <target state="translated">Sola persono? Neprofitcela organizaĵo? Kompanio?</target>
4491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group> 4505
4492 </trans-unit> 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">161</context></context-group></trans-unit>
4493 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5"> 4507 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5">
4494 <source>Why did you create this instance?</source> 4508 <source>Why did you create this instance?</source>
4495 <target>Kial vi kreis ĉi tiun nodon?</target> 4509 <target>Kial vi kreis ĉi tiun nodon?</target>
4496 <context-group name="null"> 4510 <context-group name="null">
4497 <context context-type="linenumber">145</context> 4511 <context context-type="linenumber">145</context>
4498 </context-group> 4512 </context-group>
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">171</context></context-group> 4513
4500 </trans-unit> 4514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit>
4501 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4515 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4502 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4516 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4503 <target state="translated">Por kunhavigi viajn personajn filmojn? Por ebligi registradon kaj lasi homojn alŝuti kion ajn ili volas?</target> 4517 <target state="translated">Por kunhavigi viajn personajn filmojn? Por ebligi registradon kaj lasi homojn alŝuti kion ajn ili volas?</target>
4504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group> 4518
4505 </trans-unit> 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">173</context></context-group></trans-unit>
4506 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6"> 4520 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6">
4507 <source>How long do you plan to maintain this instance?</source> 4521 <source>How long do you plan to maintain this instance?</source>
4508 <target>Kiom longe vi planas bontenadi ĉi tiun nodon?</target> 4522 <target>Kiom longe vi planas bontenadi ĉi tiun nodon?</target>
4509 <context-group name="null"> 4523 <context-group name="null">
4510 <context context-type="linenumber">156</context> 4524 <context context-type="linenumber">156</context>
4511 </context-group> 4525 </context-group>
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">182</context></context-group> 4526
4513 </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">183</context></context-group></trans-unit>
4514 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4528 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4515 <source>It's important to know for users who want to register on your instance</source> 4529 <source>It's important to know for users who want to register on your instance</source>
4516 <target state="translated">Scii tion gravas por uzantoj, kiuj volas registriĝi ĉe via nodo</target> 4530 <target state="translated">Scii tion gravas por uzantoj, kiuj volas registriĝi ĉe via nodo</target>
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">183</context></context-group> 4531
4518 </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">184</context></context-group></trans-unit>
4519 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d"> 4533 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d">
4520 <source>How will you finance the PeerTube server?</source> 4534 <source>How will you finance the PeerTube server?</source>
4521 <target>Kiel vi financados la PeerTube-servilon?</target> 4535 <target>Kiel vi financados la PeerTube-servilon?</target>
4522 <context-group name="null"> 4536 <context-group name="null">
4523 <context context-type="linenumber">167</context> 4537 <context context-type="linenumber">167</context>
4524 </context-group> 4538 </context-group>
4525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">193</context></context-group> 4539
4526 </trans-unit> 4540 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit>
4527 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4541 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4528 <source>With your own funds? With user donations? Advertising?</source> 4542 <source>With your own funds? With user donations? Advertising?</source>
4529 <target state="translated">Per viaj propraj rimedoj? Per donacoj de uzantoj? Per reklamoj?</target> 4543 <target state="translated">Per viaj propraj rimedoj? Per donacoj de uzantoj? Per reklamoj?</target>
4530 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group> 4544
4531 </trans-unit> 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">195</context></context-group></trans-unit>
4532 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4546 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4533 <source>OTHER INFORMATION</source> 4547 <source>OTHER INFORMATION</source>
4534 <target state="translated">ALIAJ INFORMOJ</target> 4548 <target state="translated">ALIAJ INFORMOJ</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">208</context></context-group> 4549
4536 </trans-unit> 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">209</context></context-group></trans-unit>
4537 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d"> 4551 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d">
4538 <source>What server/hardware does the instance run on?</source> 4552 <source>What server/hardware does the instance run on?</source>
4539 <target>Sur kia aparataro ruliĝas la nodo?</target> 4553 <target>Sur kia aparataro ruliĝas la nodo?</target>
4540 <context-group name="null"> 4554 <context-group name="null">
4541 <context context-type="linenumber">180</context> 4555 <context context-type="linenumber">180</context>
4542 </context-group> 4556 </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">214</context></context-group> 4557
4544 </trans-unit> 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">215</context></context-group></trans-unit>
4545 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 4559 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4546 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source> 4560 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source>
4547 <target state="translated">ekz. 2vCore 2GB RAM, rekta ligilo al la luata servilo, ktp.</target> 4561 <target state="translated">ekz. 2vCore 2GB RAM, rekta ligilo al la luata servilo, ktp.</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">215</context></context-group> 4562
4549 </trans-unit> 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">216</context></context-group></trans-unit>
4550 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a"> 4564 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a">
4551 <source>Instance information</source> 4565 <source>Instance information</source>
4552 <target>Informoj pri la nodo</target> 4566 <target>Informoj pri la nodo</target>
@@ -4558,100 +4572,100 @@
4558 <trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 4572 <trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4559 <source>APPEARANCE</source> 4573 <source>APPEARANCE</source>
4560 <target state="translated">ASPEKTO</target> 4574 <target state="translated">ASPEKTO</target>
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">239</context></context-group> 4575
4562 </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">240</context></context-group></trans-unit>
4563 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4577 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4564 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4578 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4565 <target state="translated">Uzu <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>kromprogramojn kaj haŭtojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> por pli grandaj ŝanĝoj, aŭ <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>aldonu nur etajn adaptojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 4579 <target state="translated">Uzu <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>kromprogramojn kaj haŭtojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> por pli grandaj ŝanĝoj, aŭ <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>aldonu nur etajn adaptojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
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">240</context></context-group> 4580
4567 </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">241</context></context-group></trans-unit>
4568 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb"> 4582 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb">
4569 <source>default</source> 4583 <source>default</source>
4570 <target>implicita</target> 4584 <target>implicita</target>
4571 <context-group name="null"> 4585 <context-group name="null">
4572 <context context-type="linenumber">206</context> 4586 <context context-type="linenumber">206</context>
4573 </context-group> 4587 </context-group>
4574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">253</context></context-group> 4588
4575 </trans-unit> 4589 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
4576 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4590 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4577 <source>Landing page</source> 4591 <source>Landing page</source>
4578 <target state="translated">Bonveniga paĝo</target> 4592 <target state="translated">Bonveniga paĝo</target>
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">262</context></context-group> 4593
4580 </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">263</context></context-group></trans-unit>
4581 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9"> 4595 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9">
4582 <source>Discover videos</source> 4596 <source>Discover videos</source>
4583 <target>Eltrovi filmojn</target> 4597 <target>Eltrovi filmojn</target>
4584 <context-group name="null"> 4598 <context-group name="null">
4585 <context context-type="linenumber">219</context> 4599 <context context-type="linenumber">219</context>
4586 </context-group> 4600 </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">265</context></context-group> 4601
4588 </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">266</context></context-group></trans-unit>
4589 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d"> 4603 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d">
4590 <source>Trending videos</source> 4604 <source>Trending videos</source>
4591 <target>Furoraj filmoj</target> 4605 <target>Furoraj filmoj</target>
4592 <context-group name="null"> 4606 <context-group name="null">
4593 <context context-type="linenumber">220</context> 4607 <context context-type="linenumber">220</context>
4594 </context-group> 4608 </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">266</context></context-group> 4609
4596 </trans-unit> 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">267</context></context-group></trans-unit>
4597 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70"> 4611 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70">
4598 <source>Most liked videos</source> 4612 <source>Most liked videos</source>
4599 <target>Plej ŝatataj filmoj</target> 4613 <target>Plej ŝatataj filmoj</target>
4600 <context-group name="null"> 4614 <context-group name="null">
4601 <context context-type="linenumber">221</context> 4615 <context context-type="linenumber">221</context>
4602 </context-group> 4616 </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">267</context></context-group> 4617
4604 </trans-unit> 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">268</context></context-group></trans-unit>
4605 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8"> 4619 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8">
4606 <source>Recently added videos</source> 4620 <source>Recently added videos</source>
4607 <target>Freŝe aldonitaj filmoj</target> 4621 <target>Freŝe aldonitaj filmoj</target>
4608 <context-group name="null"> 4622 <context-group name="null">
4609 <context context-type="linenumber">222</context> 4623 <context context-type="linenumber">222</context>
4610 </context-group> 4624 </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">268</context></context-group> 4625
4612 </trans-unit> 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">269</context></context-group></trans-unit>
4613 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4627 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4614 <source>Local videos</source> 4628 <source>Local videos</source>
4615 <target>Filmoj lokaj</target> 4629 <target>Filmoj lokaj</target>
4616 <context-group name="null"> 4630 <context-group name="null">
4617 <context context-type="linenumber">223</context> 4631 <context context-type="linenumber">223</context>
4618 </context-group> 4632 </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">269</context></context-group> 4633
4620 </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">270</context></context-group></trans-unit>
4621 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4635 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4622 <source>NEW USERS</source> 4636 <source>NEW USERS</source>
4623 <target state="translated">NOVAJ UZANTOJ</target> 4637 <target state="translated">NOVAJ UZANTOJ</target>
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">280</context></context-group> 4638
4625 </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">281</context></context-group></trans-unit>
4626 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4640 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4627 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4641 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4628 <target state="translated">Administri <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>uzantojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> por agordi iliajn datumlimojn unuope. </target> 4642 <target state="translated">Administri <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>uzantojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> por agordi iliajn datumlimojn unuope. </target>
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">281</context></context-group> 4643
4630 </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">282</context></context-group></trans-unit>
4631 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4645 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4632 <source>Signup enabled</source> 4646 <source>Signup enabled</source>
4633 <target>Registriĝoj ŝaltitaj</target> 4647 <target>Registriĝoj ŝaltitaj</target>
4634 <context-group name="null"> 4648 <context-group name="null">
4635 <context context-type="linenumber">235</context> 4649 <context context-type="linenumber">235</context>
4636 </context-group> 4650 </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">292</context></context-group> 4651
4638 </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">293</context></context-group></trans-unit>
4639 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4653 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4640 <source>Signup requires email verification</source> 4654 <source>Signup requires email verification</source>
4641 <target>Registriĝo bezonas konfirmon de retpoŝtadreso</target> 4655 <target>Registriĝo bezonas konfirmon de retpoŝtadreso</target>
4642 <context-group name="null"> 4656 <context-group name="null">
4643 <context context-type="linenumber">242</context> 4657 <context context-type="linenumber">242</context>
4644 </context-group> 4658 </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">300</context></context-group> 4659
4646 </trans-unit> 4660 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit>
4647 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4661 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4648 <source>Signup limit</source> 4662 <source>Signup limit</source>
4649 <target>Limo de registriĝoj</target> 4663 <target>Limo de registriĝoj</target>
4650 <context-group name="null"> 4664 <context-group name="null">
4651 <context context-type="linenumber">247</context> 4665 <context context-type="linenumber">247</context>
4652 </context-group> 4666 </context-group>
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">304</context></context-group> 4667
4654 </trans-unit> 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">305</context></context-group></trans-unit>
4655 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4669 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4656 <source>Users</source> 4670 <source>Users</source>
4657 <target>Uzantoj</target> 4671 <target>Uzantoj</target>
@@ -4759,91 +4773,103 @@
4759 <context-group name="null"> 4773 <context-group name="null">
4760 <context context-type="linenumber">261</context> 4774 <context context-type="linenumber">261</context>
4761 </context-group> 4775 </context-group>
4762 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">319</context></context-group> 4776
4763 </trans-unit> 4777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">320</context></context-group></trans-unit>
4764 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2"> 4778 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2">
4765 <source>Default daily upload limit per user</source> 4779 <source>Default daily upload limit per user</source>
4766 <target>Norma datumlimo por alŝutoj por ĉiu uzanto</target> 4780 <target>Norma datumlimo por alŝutoj por ĉiu uzanto</target>
4767 <context-group name="null"> 4781 <context-group name="null">
4768 <context context-type="linenumber">273</context> 4782 <context context-type="linenumber">273</context>
4769 </context-group> 4783 </context-group>
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">331</context></context-group> 4784
4771 </trans-unit> 4785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group></trans-unit>
4772 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4786 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4773 <source>NEW VIDEOS</source> 4787 <source>NEW VIDEOS</source>
4774 <target state="translated">NOVAJ FILMOJ</target> 4788 <target state="translated">NOVAJ FILMOJ</target>
4775 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group> 4789
4776 </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">349</context></context-group></trans-unit>
4777 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4791 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4778 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4792 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4779 <target state="translated">Permesi enporton per HTTP-URL (ekz. YouTube)</target> 4793 <target state="translated">Permesi enporton per HTTP-URL (ekz. YouTube)</target>
4780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">359</context></context-group> 4794
4781 </trans-unit> 4795 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group></trans-unit>
4782 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4796 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4783 <source>Allow import with a torrent file or a magnet URI</source> 4797 <source>Allow import with a torrent file or a magnet URI</source>
4784 <target state="translated">Permesi enporton per torenta dosiero aŭ magneta URI</target> 4798 <target state="translated">Permesi enporton per torenta dosiero aŭ magneta URI</target>
4785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">366</context></context-group> 4799
4786 </trans-unit> 4800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">367</context></context-group></trans-unit>
4787 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4801 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4788 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4802 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4789 <target state="translated">Se uzanto ne estas markita fidata, ĝiaj filmoj restos privataj ĝis reguligisto ilin kontrolos.</target> 4803 <target state="translated">Se uzanto ne estas markita fidata, ĝiaj filmoj restos privataj ĝis reguligisto ilin kontrolos.</target>
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">383</context></context-group> 4804
4791 </trans-unit> 4805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit>
4792 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4806 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4793 <source>Blacklist new videos automatically</source> 4807 <source>Blacklist new videos automatically</source>
4794 <target state="translated">Forteni novajn filmojn memage</target> 4808 <target state="translated">Forteni novajn filmojn memage</target>
4795 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">380</context></context-group> 4809
4796 </trans-unit> 4810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group></trans-unit>
4797 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4811 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4798 <source>FEDERATION</source> 4812 <source>FEDERATION</source>
4799 <target state="translated">FEDERADO</target> 4813 <target state="translated">FEDERADO</target>
4800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">397</context></context-group> 4814
4801 </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">398</context></context-group></trans-unit>
4802 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4816 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4803 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 4817 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4804 <target state="translated">Administri <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>rilatojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> kun aliaj nodoj. </target> 4818 <target state="translated">Administri <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>rilatojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> kun aliaj nodoj. </target>
4805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group> 4819
4806 </trans-unit> 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">399</context></context-group></trans-unit>
4807 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4821 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4808 <source>Other instances can follow yours</source> 4822 <source>Other instances can follow yours</source>
4809 <target state="translated">Aliaj nodoj povas aboni la vian</target> 4823 <target state="translated">Aliaj nodoj povas aboni la vian</target>
4810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">411</context></context-group> 4824
4811 </trans-unit> 4825 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit>
4812 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4826 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4813 <source>Manually approve new instance followers</source> 4827 <source>Manually approve new instance followers</source>
4814 <target state="translated">Permane aprobi novajn abonantojn de nodo</target> 4828 <target state="translated">Permane aprobi novajn abonantojn de nodo</target>
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">418</context></context-group> 4829
4816 </trans-unit> 4830 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit>
4817 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4831 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4818 <source>Automatically follow back instances</source> 4832 <source>Automatically follow back instances</source>
4819 <target state="translated">Memage aboni nodojn reciproke</target> 4833 <target state="translated">Memage aboni nodojn reciproke</target>
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">431</context></context-group> 4834
4835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4836 <source>
4837 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4838 </source><target state="new">
4839 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4840 </target>
4841 <context-group purpose="location">
4842 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4843 <context context-type="linenumber">450</context>
4844 </context-group>
4821 </trans-unit> 4845 </trans-unit>
4822 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4846 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4823 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4847 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4824 <target state="translated">⚠️ Ĉi tiu funkcio bezonas multan atenton kaj ekstran reguligadon.</target> 4848 <target state="translated">⚠️ Ĉi tiu funkcio bezonas multan atenton kaj ekstran reguligadon.</target>
4825 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">295</context></context-group> 4849
4826 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group> 4850
4827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group> 4851
4828 </trans-unit> 4852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4829 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0"> 4853 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0">
4830 <source>Index URL</source> 4854 <source>Index URL</source>
4831 <target>URL de indekso</target> 4855 <target>URL de indekso</target>
4832 <context-group name="null"> 4856 <context-group name="null">
4833 <context context-type="linenumber">371</context> 4857 <context context-type="linenumber">371</context>
4834 </context-group> 4858 </context-group>
4835 <context-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> 4859
4836 </trans-unit> 4860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4837 <trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4861 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4838 <source>Automatically follow instances of the public index</source> 4862 <context-group purpose="location">
4839 <target state="translated">Memage aboni nodojn de la publika indekso</target> 4863 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4840 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group> 4864 <context context-type="linenumber">445</context>
4865 </context-group>
4841 </trans-unit> 4866 </trans-unit>
4867
4842 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4868 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4843 <source>ADMINISTRATORS</source> 4869 <source>ADMINISTRATORS</source>
4844 <target state="translated">ADMINISTRANTOJ</target> 4870 <target state="translated">ADMINISTRANTOJ</target>
4845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">472</context></context-group> 4871
4846 </trans-unit> 4872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group></trans-unit>
4847 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4873 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4848 <source>Administrator</source> 4874 <source>Administrator</source>
4849 <target>Administranto</target> 4875 <target>Administranto</target>
@@ -4858,261 +4884,288 @@
4858 <context-group name="null"> 4884 <context-group name="null">
4859 <context context-type="linenumber">387</context> 4885 <context context-type="linenumber">387</context>
4860 </context-group> 4886 </context-group>
4861 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group> 4887
4862 </trans-unit> 4888 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit>
4863 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4889 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4864 <source>Enable contact form</source> 4890 <source>Enable contact form</source>
4865 <target>Ŝalti kontaktan formularon</target> 4891 <target>Ŝalti kontaktan formularon</target>
4866 <context-group name="null"> 4892 <context-group name="null">
4867 <context context-type="linenumber">398</context> 4893 <context context-type="linenumber">398</context>
4868 </context-group> 4894 </context-group>
4869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</context></context-group> 4895
4870 </trans-unit> 4896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit>
4871 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4897 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4872 <source>Basic configuration</source> 4898 <source>Basic configuration</source>
4873 <target>Bazaj agordoj</target> 4899 <target>Bazaj agordoj</target>
4874 <context-group name="null"> 4900 <context-group name="null">
4875 <context context-type="linenumber">195</context> 4901 <context context-type="linenumber">195</context>
4876 </context-group> 4902 </context-group>
4877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group> 4903
4878 </trans-unit> 4904 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit>
4879 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4905 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4880 <source>TWITTER</source> 4906 <source>TWITTER</source>
4881 <target state="translated">TVITERO</target> 4907 <target state="translated">TVITERO</target>
4882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">506</context></context-group> 4908
4883 </trans-unit> 4909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit>
4884 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4910 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4885 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 4911 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4886 <target state="translated">Malnepra. Se iu ekzistas, donu vian Tviter-konton reprezentantan vian nodon por plibonigi ligilajn antaŭrigardojn.</target> 4912 <target state="translated">Malnepra. Se iu ekzistas, donu vian Tviter-konton reprezentantan vian nodon por plibonigi ligilajn antaŭrigardojn.</target>
4887 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">507</context></context-group> 4913
4888 </trans-unit> 4914 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit>
4889 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4915 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4890 <source>Your Twitter username</source> 4916 <source>Your Twitter username</source>
4891 <target>Via Tvitera salutnomo</target> 4917 <target>Via Tvitera salutnomo</target>
4892 <context-group name="null"> 4918 <context-group name="null">
4893 <context context-type="linenumber">413</context> 4919 <context context-type="linenumber">413</context>
4894 </context-group> 4920 </context-group>
4895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</context></context-group> 4921
4896 </trans-unit> 4922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit>
4897 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4923 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4898 <source>Instance whitelisted by Twitter</source> 4924 <source>Instance whitelisted by Twitter</source>
4899 <target>Nodo permesata de Twitter</target> 4925 <target>Nodo permesata de Twitter</target>
4900 <context-group name="null"> 4926 <context-group name="null">
4901 <context context-type="linenumber">431</context> 4927 <context context-type="linenumber">431</context>
4902 </context-group> 4928 </context-group>
4903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group> 4929
4904 </trans-unit> 4930 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit>
4905 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4931 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4906 <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> 4932 <source>
4907 <target state="translated">Se via nodo estas permesata de Tvitero, filmludilo enkorpiĝos en la Tviteran fluon kiam oni kunhavigos filmon de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Se la nodo ne estas permesata, ni uzos bildkarton kun ligilo al via nodo de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Marku la markbutonon, konservu la agordaron, kaj provu per URL al iu filmo de via nodo (https://ekzemplo.net/videos/watch/blabla) en <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;"/>, por vidi ĉu via nodo estas permesata. </target> 4933 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/>"/>
4908 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</context></context-group> 4934 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/>"/>
4909 </trans-unit> 4935 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4936 <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>"/>
4937 to see if you instance is whitelisted.
4938 </source>
4939 <target state="translated">Se via nodo estas permesata de Tvitero, filmludilo enkorpiĝos en la Tviteran fluon kiam oni kunhavigos filmon de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Se la nodo ne estas permesata, ni uzos bildkarton kun ligilo al via nodo de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Marku la markbutonon, konservu la agordaron, kaj provu per URL al iu filmo de via nodo (https://ekzemplo.net/videos/watch/blabla) en <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>"/>, por vidi ĉu via nodo estas permesata. </target>
4940
4941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit>
4910 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4942 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4911 <source>Services</source> 4943 <source>Services</source>
4912 <target>Servoj</target> 4944 <target>Servoj</target>
4913 <context-group name="null"> 4945 <context-group name="null">
4914 <context context-type="linenumber">405</context> 4946 <context context-type="linenumber">405</context>
4915 </context-group> 4947 </context-group>
4916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">500</context></context-group> 4948
4917 </trans-unit> 4949 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit>
4918 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4950 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4919 <source>TRANSCODING</source> 4951 <source>TRANSCODING</source>
4920 <target state="translated">TRANSKODADO</target> 4952 <target state="translated">TRANSKODADO</target>
4921 <context-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> 4953
4922 </trans-unit> 4954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit>
4923 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4955 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4924 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 4956 <source>
4957 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4958 resources, this is a critical part of PeerTube, so tread carefully.
4959 </source>
4925 <target state="translated">Prilabori alŝutitajn filmojn tiel, ke ili havu formon ludeblan por ĉiu aparato. Kvankam tio kostas multajn rimedojn, ĝi estas grava parto de PeerTube; priagu atente.</target> 4960 <target state="translated">Prilabori alŝutitajn filmojn tiel, ke ili havu formon ludeblan por ĉiu aparato. Kvankam tio kostas multajn rimedojn, ĝi estas grava parto de PeerTube; priagu atente.</target>
4926 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group> 4961
4927 </trans-unit> 4962 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit>
4928 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4963 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4929 <source>Transcoding enabled</source> 4964 <source>Transcoding enabled</source>
4930 <target>Transkodado ŝaltita</target> 4965 <target>Transkodado ŝaltita</target>
4931 <context-group name="null"> 4966 <context-group name="null">
4932 <context context-type="linenumber">461</context> 4967 <context context-type="linenumber">461</context>
4933 </context-group> 4968 </context-group>
4934 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group> 4969
4935 </trans-unit> 4970 <context-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>
4936 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4971 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4937 <source>If you disable transcoding, many videos from your users will not work!</source> 4972 <source>If you disable transcoding, many videos from your users will not work!</source>
4938 <target>Se vi malŝaltos transkodadon, multaj filmoj de viaj uzantoj eble ne funkcios!</target> 4973 <target>Se vi malŝaltos transkodadon, multaj filmoj de viaj uzantoj eble ne funkcios!</target>
4939 <context-group name="null"> 4974 <context-group name="null">
4940 <context context-type="linenumber">465</context> 4975 <context context-type="linenumber">465</context>
4941 </context-group> 4976 </context-group>
4942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group> 4977
4943 </trans-unit> 4978 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit>
4944 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4979 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4945 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 4980 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
4946 <target state="translated">Permesas alŝutadon de filmoformoj .mkv, .mov, .avi kaj .flv al uzantoj.</target> 4981 <target state="translated">Permesas alŝutadon de filmoformoj .mkv, .mov, .avi kaj .flv al uzantoj.</target>
4947 <context-group purpose="location"> 4982
4948 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4983 <context-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>
4949 <context context-type="linenumber">589</context>
4950 </context-group>
4951 </trans-unit>
4952 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4984 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4953 <source>Allow additional extensions</source> 4985 <source>Allow additional extensions</source>
4954 <target>Permesi aliajn dosiersufiksojn</target> 4986 <target>Permesi aliajn dosiersufiksojn</target>
4955 <context-group name="null"> 4987 <context-group name="null">
4956 <context context-type="linenumber">475</context> 4988 <context context-type="linenumber">475</context>
4957 </context-group> 4989 </context-group>
4958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group> 4990
4959 </trans-unit> 4991 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit>
4960 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4992 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4961 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 4993 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
4962 <target state="translated">Permesas alŝutadon de sondosieroj, kiuj kuniĝos kun la antaŭrigrada dosiero je alŝuto.</target> 4994 <target state="translated">Permesas alŝutadon de sondosieroj, kiuj kuniĝos kun la antaŭrigrada dosiero je alŝuto.</target>
4963 <context-group purpose="location"> 4995
4964 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4996 <context-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>
4965 <context context-type="linenumber">600</context>
4966 </context-group>
4967 </trans-unit>
4968 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 4997 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
4969 <source>Allow audio files upload</source> 4998 <source>Allow audio files upload</source>
4970 <target>Permesi alŝuton de sonaj dosieroj</target> 4999 <target>Permesi alŝuton de sonaj dosieroj</target>
4971 <context-group name="null"> 5000 <context-group name="null">
4972 <context context-type="linenumber">486</context> 5001 <context context-type="linenumber">486</context>
4973 </context-group> 5002 </context-group>
4974 <context-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> 5003
4975 </trans-unit> 5004 <context-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>
4976 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5005 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4977 <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;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <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;"/> </source> 5006 <source>
4978 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Eksperimenta; ni konsilas, ke vi nun ne malŝaltu subtenon de 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;"/>Se vi ankaŭ ŝaltis subtenon de HLS, tio duobligos deponon de filmoj<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Malŝaltite, ĝi rompas federadon kun nodoj de PeerTube &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </target> 5007 <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>"/>
4979 <context-group purpose="location"> 5008
4980 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5009 <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>"/>
4981 <context context-type="linenumber">612</context> 5010
4982 </context-group> 5011 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4983 </trans-unit> 5012
5013 <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>"/>
5014 </source>
5015 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Eksperimenta; ni konsilas, ke vi nun ne malŝaltu subtenon de WebTorrent<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Se vi ankaŭ ŝaltis subtenon de HLS, tio duobligos deponon de filmoj<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Malŝaltite, ĝi rompas federadon kun nodoj de PeerTube &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> </target>
5016
5017 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit>
4984 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5018 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4985 <source>WebTorrent support enabled</source> 5019 <source>WebTorrent support enabled</source>
4986 <target state="translated">Subteno de WebTorrent estas ŝaltita</target> 5020 <target state="translated">Subteno de WebTorrent estas ŝaltita</target>
4987 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group> 5021
4988 </trans-unit> 5022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit>
4989 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5023 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4990 <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> 5024 <source>
5025 <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>"/>
5026
5027 <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>"/>
5028 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5029 <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>"/>
5030 <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>"/>
5031 <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>"/>
5032 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5033
5034 <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>"/>
5035 </source>
4991 <target state="new"> 5036 <target state="new">
4992 <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;"/> 5037 <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>"/>
4993 5038
4994 <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;"/> 5039 <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>"/>
4995 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 5040 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4996 <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;"/> 5041 <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>"/>
4997 <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;"/> 5042 <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>"/>
4998 <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;"/> 5043 <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>"/>
4999 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 5044 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5000 5045
5001 <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;"/> 5046 <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>"/>
5002 </target> 5047 </target>
5003 <context-group purpose="location"> 5048
5004 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5049 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit>
5005 <context context-type="linenumber">633</context>
5006 </context-group>
5007 </trans-unit>
5008 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202"> 5050 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202">
5009 <source>HLS support enabled</source> 5051 <source>HLS support enabled</source>
5010 <target>Subteno de HLS estas ŝaltita</target> 5052 <target>Subteno de HLS estas ŝaltita</target>
5011 <context-group name="null"> 5053 <context-group name="null">
5012 <context context-type="linenumber">498</context> 5054 <context context-type="linenumber">498</context>
5013 </context-group> 5055 </context-group>
5014 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group> 5056
5015 </trans-unit> 5057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
5016 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5058 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
5017 <source>Transcoding threads</source> 5059 <source>Transcoding threads</source>
5018 <target>Fadenoj por transkodado</target> 5060 <target>Fadenoj por transkodado</target>
5019 <context-group name="null"> 5061 <context-group name="null">
5020 <context context-type="linenumber">517</context> 5062 <context context-type="linenumber">517</context>
5021 </context-group> 5063 </context-group>
5022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group> 5064
5023 </trans-unit> 5065 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit>
5024 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5066 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
5025 <source>Resolutions to generate</source> 5067 <source>Resolutions to generate</source>
5026 <target state="translated">Estigotaj distingumoj</target> 5068 <target state="translated">Estigotaj distingumoj</target>
5027 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group> 5069
5028 </trans-unit> 5070 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
5029 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5071 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5030 <source>CACHE</source> 5072 <source>CACHE</source>
5031 <target state="translated">KAŜMEMORO</target> 5073 <target state="translated">KAŜMEMORO</target>
5032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group> 5074
5033 </trans-unit> 5075 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit>
5034 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5076 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5035 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 5077 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
5036 <target state="new"> 5078 <target state="new">
5037 Some files are not federated, and fetched when necessary. Define their caching policies. 5079 Some files are not federated, and fetched when necessary. Define their caching policies.
5038 </target> 5080 </target>
5039 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group> 5081
5040 </trans-unit> 5082 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit>
5041 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5083 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5042 <source>Number of previews to keep in cache</source> 5084 <source>Number of previews to keep in cache</source>
5043 <target state="translated">Nombro de kaŝmemorotaj antaŭrigardoj</target> 5085 <target state="translated">Nombro de kaŝmemorotaj antaŭrigardoj</target>
5044 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group> 5086
5045 </trans-unit> 5087 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit>
5046 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5088 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5047 <source>Number of video captions to keep in cache</source> 5089 <source>Number of video captions to keep in cache</source>
5048 <target state="translated">Nombro de kaŝmemorotaj filmaj transskriboj</target> 5090 <target state="translated">Nombro de kaŝmemorotaj filmaj transskriboj</target>
5049 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group> 5091
5050 </trans-unit> 5092 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit>
5051 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5093 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5052 <source>CUSTOMIZATIONS</source> 5094 <source>CUSTOMIZATIONS</source>
5053 <target state="new">CUSTOMIZATIONS</target> 5095 <target state="new">CUSTOMIZATIONS</target>
5054 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group> 5096
5055 </trans-unit> 5097 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit>
5056 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5098 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5057 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 5099 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
5058 <target state="new"> 5100 <target state="new">
5059 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5101 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5060 </target> 5102 </target>
5061 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group> 5103
5062 </trans-unit> 5104 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
5063 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5105 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5064 <source>JavaScript</source> 5106 <source>JavaScript</source>
5065 <target>Ĝavoskripto</target> 5107 <target>Ĝavoskripto</target>
5066 <context-group name="null"> 5108 <context-group name="null">
5067 <context context-type="linenumber">575</context> 5109 <context context-type="linenumber">575</context>
5068 </context-group> 5110 </context-group>
5069 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group> 5111
5070 </trans-unit> 5112 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit>
5071 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5113 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5072 <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> 5114 <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>
5073 <target state="translated">Skribu Ĝavoskriptan kodon rekte.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Ekzemple: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('mia nodo mojosas');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5115 <target state="translated">Skribu Ĝavoskriptan kodon rekte.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Ekzemple: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('mia nodo mojosas');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
5074 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group> 5116
5075 </trans-unit> 5117 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit>
5076 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5118 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5077 <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> 5119 <source>
5120 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/>"/>
5121 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5122 color: red;
5123 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5124 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5125 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/>"/>
5126 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5127 color: red;
5128 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5129 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5130 </source>
5078 <target state="new"> 5131 <target state="new">
5079 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;"/> 5132 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/>"/>
5080 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5133 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5081 color: red; 5134 color: red;
5082 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5135 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5083 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5136 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5084 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;"/> 5137 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/>"/>
5085 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5138 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5086 color: red; 5139 color: red;
5087 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5140 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5088 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5141 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5089 </target> 5142 </target>
5090 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group> 5143
5091 </trans-unit> 5144 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
5092 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5145 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
5093 <source>Advanced configuration</source> 5146 <source>Advanced configuration</source>
5094 <target>Specialaj agordoj</target> 5147 <target>Specialaj agordoj</target>
5095 <context-group name="null"> 5148 <context-group name="null">
5096 <context context-type="linenumber">452</context> 5149 <context context-type="linenumber">452</context>
5097 </context-group> 5150 </context-group>
5098 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group> 5151
5099 </trans-unit> 5152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit>
5100 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5153 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5101 <source>Update configuration</source> 5154 <source>Update configuration</source>
5102 <target>Efektivigi agordojn</target> 5155 <target>Efektivigi agordojn</target>
5103 <context-group name="null"> 5156 <context-group name="null">
5104 <context context-type="linenumber">628</context> 5157 <context context-type="linenumber">628</context>
5105 </context-group> 5158 </context-group>
5106 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group> 5159
5107 </trans-unit> 5160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
5108 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83"> 5161 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83">
5109 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5162 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5110 <target>Ŝajnas, ke la agordaro estas nevalida. Bonvolu serĉi eblajn erarojn en ĉiuj langetoj.</target> 5163 <target>Ŝajnas, ke la agordaro estas nevalida. Bonvolu serĉi eblajn erarojn en ĉiuj langetoj.</target>
5111 <context-group name="null"> 5164 <context-group name="null">
5112 <context context-type="linenumber">629</context> 5165 <context context-type="linenumber">629</context>
5113 </context-group> 5166 </context-group>
5114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group> 5167
5115 </trans-unit> 5168 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit>
5116 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5169 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5117 <source>PROFILE</source> 5170 <source>PROFILE</source>
5118 <target state="translated">PROFILO</target> 5171 <target state="translated">PROFILO</target>
@@ -5279,35 +5332,39 @@
5279 <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> 5332 <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>
5280 </trans-unit> 5333 </trans-unit>
5281 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737"> 5334 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737">
5282 <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> 5335 <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>
5283 <target> 5336 <target>
5284 Kun <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Ne listigi<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> aŭ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Malklarigi bildetojn<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, konfirmo al spekto de la filmo estos petita. 5337 Kun <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Ne listigi<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> aŭ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Malklarigi bildetojn<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, konfirmo al spekto de la filmo estos petita.
5285 </target> 5338 </target>
5286 <context-group name="null"> 5339 <context-group name="null">
5287 <context context-type="linenumber">6</context> 5340 <context context-type="linenumber">6</context>
5288 </context-group> 5341 </context-group>
5289 <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">6</context></context-group> 5342 <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">6</context></context-group>
5290 </trans-unit> 5343 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5291 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 5344 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
5292 <source>Only display videos in the following languages/subtitles</source>
5293 <target state="translated">Montri nur fimlojn kun la jenaj lingvoj/subtekstoj</target>
5294 <context-group purpose="location"> 5345 <context-group purpose="location">
5295 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5346 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5296 <context context-type="linenumber">22</context> 5347 <context context-type="linenumber">14</context>
5348 </context-group>
5349 <context-group purpose="location">
5350 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5351 <context context-type="linenumber">111</context>
5297 </context-group> 5352 </context-group>
5298 </trans-unit> 5353 </trans-unit>
5354 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
5355 <source>Only display videos in the following languages/subtitles</source>
5356 <target state="translated">Montri nur fimlojn kun la jenaj lingvoj/subtekstoj</target>
5357
5358 <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">23</context></context-group></trans-unit>
5299 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 5359 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5300 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 5360 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
5301 <target state="translated">En la paĝoj « Freŝe aldonitaj », « Lokaj », « Plej ŝatataj »¸kaj « Serĉado »</target> 5361 <target state="translated">En la paĝoj « Freŝe aldonitaj », « Lokaj », « Plej ŝatataj »¸kaj « Serĉado »</target>
5302 <context-group purpose="location"> 5362
5303 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5363 <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">26</context></context-group></trans-unit>
5304 <context context-type="linenumber">25</context>
5305 </context-group>
5306 </trans-unit>
5307 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 5364 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
5308 <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> 5365 <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>
5309 <target> 5366 <target>
5310 Via nuna retpoŝtadreso estas <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;"/> 5367 Via nuna retpoŝtadreso estas <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>"/>
5311</target> 5368</target>
5312 <context-group name="null"> 5369 <context-group name="null">
5313 <context context-type="linenumber">4</context> 5370 <context context-type="linenumber">4</context>
@@ -5315,9 +5372,9 @@
5315 <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> 5372 <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>
5316 </trans-unit> 5373 </trans-unit>
5317 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 5374 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
5318 <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> 5375 <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>
5319 <target> 5376 <target>
5320 <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;"/> atendas retpoŝtan kontrolon 5377 <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>"/> atendas retpoŝtan kontrolon
5321</target> 5378</target>
5322 <context-group name="null"> 5379 <context-group name="null">
5323 <context context-type="linenumber">8</context> 5380 <context context-type="linenumber">8</context>
@@ -5362,25 +5419,25 @@
5362 <context-group name="null"> 5419 <context-group name="null">
5363 <context context-type="linenumber">3</context> 5420 <context context-type="linenumber">3</context>
5364 </context-group> 5421 </context-group>
5365 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group> 5422
5366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group> 5423
5367 </trans-unit> 5424 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
5368 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808"> 5425 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808">
5369 <source>instance default</source> 5426 <source>instance default</source>
5370 <target>implicita de nodo</target> 5427 <target>implicita de nodo</target>
5371 <context-group name="null"> 5428 <context-group name="null">
5372 <context context-type="linenumber">7</context> 5429 <context context-type="linenumber">7</context>
5373 </context-group> 5430 </context-group>
5374 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">7</context></context-group> 5431
5375 </trans-unit> 5432 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
5376 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d"> 5433 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d">
5377 <source>peertube default</source> 5434 <source>peertube default</source>
5378 <target>implicita de Peertube</target> 5435 <target>implicita de Peertube</target>
5379 <context-group name="null"> 5436 <context-group name="null">
5380 <context context-type="linenumber">8</context> 5437 <context context-type="linenumber">8</context>
5381 </context-group> 5438 </context-group>
5382 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group> 5439
5383 </trans-unit> 5440 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5384 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 5441 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
5385 <source>Change ownership</source> 5442 <source>Change ownership</source>
5386 <target>Ŝanĝi posedon</target> 5443 <target>Ŝanĝi posedon</target>
@@ -5399,8 +5456,8 @@
5399 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5456 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5400 </trans-unit> 5457 </trans-unit>
5401 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5458 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5402 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5459 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5403 <target state="translated">Filmoj <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5460 <target state="translated">Filmoj <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5404 <context-group purpose="location"> 5461 <context-group purpose="location">
5405 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5462 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5406 <context context-type="linenumber">2</context> 5463 <context context-type="linenumber">2</context>
@@ -5436,10 +5493,13 @@
5436 <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> 5493 <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>
5437 </trans-unit> 5494 </trans-unit>
5438 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5495 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5439 <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> 5496 <source>
5497 Created
5498 <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>"/>
5499 </source>
5440 <target> 5500 <target>
5441 Kreita 5501 Kreita
5442 <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;"/> 5502 <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>"/>
5443 </target> 5503 </target>
5444 <context-group name="null"> 5504 <context-group name="null">
5445 <context context-type="linenumber">15</context> 5505 <context context-type="linenumber">15</context>
@@ -5511,8 +5571,9 @@
5511 <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">26</context></context-group> 5571 <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">26</context></context-group>
5512 </trans-unit> 5572 </trans-unit>
5513 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5573 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5514 <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> 5574 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5515 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5575 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5576 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5516 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5577 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5517 <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">77</context></context-group> 5578 <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">77</context></context-group>
5518 <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">77</context></context-group> 5579 <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">77</context></context-group>
@@ -5541,6 +5602,18 @@
5541 <context context-type="linenumber">8</context> 5602 <context context-type="linenumber">8</context>
5542 </context-group> 5603 </context-group>
5543 <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">8</context></context-group> 5604 <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">8</context></context-group>
5605 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5606 <source>See the error</source><target state="new">See the error</target>
5607 <context-group purpose="location">
5608 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5609 <context context-type="linenumber">19</context>
5610 </context-group>
5611 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5612 <source>This video was deleted</source><target state="new">This video was deleted</target>
5613 <context-group purpose="location">
5614 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5615 <context context-type="linenumber">36</context>
5616 </context-group>
5544 </trans-unit> 5617 </trans-unit>
5545 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5618 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5546 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5619 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
@@ -5600,9 +5673,12 @@
5600 </context-group> 5673 </context-group>
5601 </trans-unit> 5674 </trans-unit>
5602 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5675 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5603 <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> 5676 <source>
5677 <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>"/>
5678 Delete history
5679 </source>
5604 <target> 5680 <target>
5605 <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;"/> 5681 <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>"/>
5606 Forigi historion 5682 Forigi historion
5607 </target> 5683 </target>
5608 <context-group name="null"> 5684 <context-group name="null">
@@ -5619,9 +5695,12 @@
5619 </context-group> 5695 </context-group>
5620 </trans-unit> 5696 </trans-unit>
5621 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5697 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5622 <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> 5698 <source>
5699 <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>"/>
5700 Notification preferences
5701 </source>
5623 <target> 5702 <target>
5624 <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;"/> 5703 <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>"/>
5625 Sciigaj agordoj 5704 Sciigaj agordoj
5626 </target> 5705 </target>
5627 <context-group name="null"> 5706 <context-group name="null">
@@ -5701,8 +5780,8 @@
5701 <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">84</context></context-group> 5780 <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">84</context></context-group>
5702 </trans-unit> 5781 </trans-unit>
5703 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5782 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5704 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5783 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5705 <target state="translated">Ludlistoj <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5784 <target state="translated">Ludlistoj <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5706 <context-group purpose="location"> 5785 <context-group purpose="location">
5707 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5786 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5708 <context context-type="linenumber">2</context> 5787 <context context-type="linenumber">2</context>
@@ -5730,9 +5809,9 @@
5730 <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> 5809 <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>
5731 </trans-unit> 5810 </trans-unit>
5732 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0"> 5811 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0">
5733 <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> 5812 <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>
5734 <target> 5813 <target>
5735 Se vi bezonas helpon pri uzado de PeerTube, vi povas rigardi la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>dokumentaĵon<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5814 Se vi bezonas helpon pri uzado de PeerTube, vi povas rigardi la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>dokumentaĵon<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5736 </target> 5815 </target>
5737 <context-group name="null"> 5816 <context-group name="null">
5738 <context context-type="linenumber">13</context> 5817 <context context-type="linenumber">13</context>
@@ -5935,44 +6014,17 @@
5935 <context-group name="null"> 6014 <context-group name="null">
5936 <context context-type="linenumber">16</context> 6015 <context context-type="linenumber">16</context>
5937 </context-group> 6016 </context-group>
5938 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group> 6017
5939 </trans-unit> 6018 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit>
5940 <trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 6019
5941 <source>Creators</source> 6020
5942 <target state="translated">Kreantoj</target> 6021
5943 <context-group purpose="location">
5944 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5945 <context context-type="linenumber">162</context>
5946 </context-group>
5947 </trans-unit>
5948 <trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5949 <source>Creator guide</source>
5950 <target state="translated">Gvidilo por kreantoj</target>
5951 <context-group purpose="location">
5952 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5953 <context context-type="linenumber">162</context>
5954 </context-group>
5955 </trans-unit>
5956 <trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5957 <source>Contributors</source>
5958 <target state="translated">Kontribuantoj</target>
5959 <context-group purpose="location">
5960 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5961 <context context-type="linenumber">163</context>
5962 </context-group>
5963 </trans-unit>
5964 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html"> 6022 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5965 <source>PeerTube license</source> 6023 <source>PeerTube license</source>
5966 <target state="translated">Permesilo de PeerTube</target> 6024 <target state="translated">Permesilo de PeerTube</target>
5967 <context-group purpose="location"> 6025
5968 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 6026
5969 <context context-type="linenumber">163</context> 6027 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5970 </context-group>
5971 <context-group purpose="location">
5972 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5973 <context context-type="linenumber">175</context>
5974 </context-group>
5975 </trans-unit>
5976 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 6028 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5977 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 6029 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5978 <target>Aliĝis je <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 6030 <target>Aliĝis je <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6217,10 +6269,13 @@
6217 </context-group> 6269 </context-group>
6218 </trans-unit> 6270 </trans-unit>
6219 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6271 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6220 <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> 6272 <source>
6273 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6274 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6275 </source>
6221 <target state="new"> 6276 <target state="new">
6222 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 6277 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6223 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 6278 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6224 </target> 6279 </target>
6225 <context-group purpose="location"> 6280 <context-group purpose="location">
6226 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6281 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6228,15 +6283,16 @@
6228 </context-group> 6283 </context-group>
6229 </trans-unit> 6284 </trans-unit>
6230 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6285 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6231 <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> 6286 <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>
6232 <target state="translated">Por pliaj informoj, bonvolu rigardi <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> 6287 <target state="translated">Por pliaj informoj, bonvolu rigardi <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>
6233 <context-group purpose="location"> 6288 <context-group purpose="location">
6234 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6289 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6235 <context context-type="linenumber">18</context> 6290 <context context-type="linenumber">18</context>
6236 </context-group> 6291 </context-group>
6237 </trans-unit> 6292 </trans-unit>
6238 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6293 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6239 <source>Use PeerTube documentation</source> 6294 <source>Use PeerTube
6295 documentation</source>
6240 <target state="translated">Uzu dokumentaĵon de PeerTube</target> 6296 <target state="translated">Uzu dokumentaĵon de PeerTube</target>
6241 <context-group purpose="location"> 6297 <context-group purpose="location">
6242 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6298 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6252,7 +6308,8 @@
6252 </context-group> 6308 </context-group>
6253 </trans-unit> 6309 </trans-unit>
6254 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6310 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6255 <source>PeerTube Applications</source> 6311 <source>PeerTube
6312 Applications</source>
6256 <target state="translated">Aplikaĵoj de PeerTube</target> 6313 <target state="translated">Aplikaĵoj de PeerTube</target>
6257 <context-group purpose="location"> 6314 <context-group purpose="location">
6258 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6315 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6268,7 +6325,8 @@
6268 </context-group> 6325 </context-group>
6269 </trans-unit> 6326 </trans-unit>
6270 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6327 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6271 <source>Contribute on PeerTube</source> 6328 <source>Contribute on
6329 PeerTube</source>
6272 <target state="translated">Kontribui en PeerTube</target> 6330 <target state="translated">Kontribui en PeerTube</target>
6273 <context-group purpose="location"> 6331 <context-group purpose="location">
6274 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6332 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6292,7 +6350,11 @@
6292 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6350 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6293 </trans-unit> 6351 </trans-unit>
6294 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6352 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6295 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6353 <source>
6354 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6355 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6356 follows applies only if you want to keep using the P2P mode of PeerTube.
6357 </source>
6296 <target state="translated">PeerTube uzas la protokolon «BitTorrent» por implice kunhavigi kapaciton inter uzantoj, por malpliigi la ŝarĝon de la servilo, sed fine lasas vin elekti ĉu vi volas anstataŭe uzi la ordinaran elsendadon el la servilo de la filmo. La sekvo nur aplikiĝas se vi volas daŭre uzadi la samtavolan reĝimon de PeerTube.</target> 6358 <target state="translated">PeerTube uzas la protokolon «BitTorrent» por implice kunhavigi kapaciton inter uzantoj, por malpliigi la ŝarĝon de la servilo, sed fine lasas vin elekti ĉu vi volas anstataŭe uzi la ordinaran elsendadon el la servilo de la filmo. La sekvo nur aplikiĝas se vi volas daŭre uzadi la samtavolan reĝimon de PeerTube.</target>
6297 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group> 6359 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group>
6298 </trans-unit> 6360 </trans-unit>
@@ -6305,12 +6367,18 @@
6305 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6367 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6306 </trans-unit> 6368 </trans-unit>
6307 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6369 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6308 <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> 6370 <source>
6371 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6372 In practice, this is much more difficult because:
6373 </source>
6309 <target state="translated">Teorie, iu sufiĉe teĥnike lerta povus krei skripton, kiu spionas, kiu IP-adreso elŝutas kiun filmon. Sed efektive tio multe pli malfacilas, ĉar:</target> 6374 <target state="translated">Teorie, iu sufiĉe teĥnike lerta povus krei skripton, kiu spionas, kiu IP-adreso elŝutas kiun filmon. Sed efektive tio multe pli malfacilas, ĉar:</target>
6310 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6375 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6311 </trans-unit> 6376 </trans-unit>
6312 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6377 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6313 <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> 6378 <source>
6379 An HTTP request has to be sent on each tracker for each video to spy.
6380 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6381 </source>
6314 <target state="new"> 6382 <target state="new">
6315 An HTTP request has to be sent on each tracker for each video to spy. 6383 An HTTP request has to be sent on each tracker for each video to spy.
6316 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 6384 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
@@ -6318,7 +6386,11 @@
6318 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6386 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6319 </trans-unit> 6387 </trans-unit>
6320 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6388 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6321 <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 peer in the swarm</source> 6389 <source>
6390 For each request sent, the tracker returns random peers at a limited number.
6391 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
6392 requests sent to know every peer in the swarm
6393 </source>
6322 <target state="new"> 6394 <target state="new">
6323 For each request sent, the tracker returns random peers at a limited number. 6395 For each request sent, the tracker returns random peers at a limited number.
6324 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 6396 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
@@ -6337,7 +6409,10 @@
6337 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6409 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6338 </trans-unit> 6410 </trans-unit>
6339 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6411 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6340 <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> 6412 <source>
6413 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
6414 video
6415 </source>
6341 <target state="new"> 6416 <target state="new">
6342 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 6417 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
6343 video 6418 video
@@ -6352,12 +6427,21 @@
6352 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6427 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6353 </trans-unit> 6428 </trans-unit>
6354 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6429 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6355 <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> 6430 <source>
6356 <target state="translated">Retaj samtavolanoj ne estas publike alireblaj: ĉar ni uzas la protokolon WebRTC en la foliumilo (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>kun la biblioteko WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), la protokolo malsamas de la normala BitTorrent. Kiam vi uzas retan foliumilon, vi sendas signalon kun via IP-adreso al la kunordiga servilo, kiu hazarde elektos aliajn samtavolanojn, kiu ricevos tiun informon. Vidu pliajn informojn en <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>ĉi tiu dokumento<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 6431 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
6432 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6433 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6434 to forward the information to.
6435 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
6436 </source>
6437 <target state="translated">Retaj samtavolanoj ne estas publike alireblaj: ĉar ni uzas la protokolon WebRTC en la foliumilo (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>kun la biblioteko WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), la protokolo malsamas de la normala BitTorrent. Kiam vi uzas retan foliumilon, vi sendas signalon kun via IP-adreso al la kunordiga servilo, kiu hazarde elektos aliajn samtavolanojn, kiu ricevos tiun informon. Vidu pliajn informojn en <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>ĉi tiu dokumento<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6357 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6438 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6358 </trans-unit> 6439 </trans-unit>
6359 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6440 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6360 <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> 6441 <source>
6442 The worst-case scenario of an average person spying on their friends is quite unlikely.
6443 There are much more effective ways to get that kind of information.
6444 </source>
6361 <target state="translated">La plej malbona okazo de normala persono spionanta siajn amikojn estas tre malprobabla. Ekzistas multe pli efikaj manieroj akiri tiajn informojn.</target> 6445 <target state="translated">La plej malbona okazo de normala persono spionanta siajn amikojn estas tre malprobabla. Ekzistas multe pli efikaj manieroj akiri tiajn informojn.</target>
6362 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group> 6446 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
6363 </trans-unit> 6447 </trans-unit>
@@ -6370,7 +6454,11 @@
6370 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6454 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6371 </trans-unit> 6455 </trans-unit>
6372 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6456 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6373 <source>The threats to privacy with 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> 6457 <source>
6458 The threats to privacy with YouTube are different from PeerTube's.
6459 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6460 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6461 </source>
6374 <target state="translated">La minacoj al privateco malsamas ĉe YouTube de tiuj ĉe PeerTube. Ĉe YouTube, la platformo kolektas grandegajn kvantojn de viaj personaj informoj (ne nur vian IP-adreson) por ilin analizi kaj vin spuri. Plie, YouTube estas posedata de Google/Alphabet, kompanio kiu vin spuras trans multegaj retpaĝoj (per AdSense aŭ Google Analytics).</target> 6462 <target state="translated">La minacoj al privateco malsamas ĉe YouTube de tiuj ĉe PeerTube. Ĉe YouTube, la platformo kolektas grandegajn kvantojn de viaj personaj informoj (ne nur vian IP-adreson) por ilin analizi kaj vin spuri. Plie, YouTube estas posedata de Google/Alphabet, kompanio kiu vin spuras trans multegaj retpaĝoj (per AdSense aŭ Google Analytics).</target>
6375 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group> 6463 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
6376 </trans-unit> 6464 </trans-unit>
@@ -6383,7 +6471,12 @@
6383 <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> 6471 <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>
6384 </trans-unit> 6472 </trans-unit>
6385 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6473 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6386 <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> 6474 <source>
6475 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
6476 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6477 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.
6478 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6479 </source>
6387 <target state="translated">Via IP-adreso estas publika, sekve ĉiufoje, kiam vi vizitas retpaĝon, pluraj partoprenantoj (aldone al la fina retpaĝo) vidas vian IP-adreson en siaj protokoloj de konektoj: provizanto de retservoj, enkursigiloj, spuriloj, provizantoj de enhavo, kaj aliaj. PeerTube ne kaŝas tion: ni avertas vin, ke se vi volas teni vian IP-adreson privata, vi devas uzi virtualan privatan reton (VPN) aŭ foliumilon de Tor (Tor Browser). Pensi, ke forigo de samtavola teĥnikaro de PeerTube sennomigos vin, ne sencas.</target> 6480 <target state="translated">Via IP-adreso estas publika, sekve ĉiufoje, kiam vi vizitas retpaĝon, pluraj partoprenantoj (aldone al la fina retpaĝo) vidas vian IP-adreson en siaj protokoloj de konektoj: provizanto de retservoj, enkursigiloj, spuriloj, provizantoj de enhavo, kaj aliaj. PeerTube ne kaŝas tion: ni avertas vin, ke se vi volas teni vian IP-adreson privata, vi devas uzi virtualan privatan reton (VPN) aŭ foliumilon de Tor (Tor Browser). Pensi, ke forigo de samtavola teĥnikaro de PeerTube sennomigos vin, ne sencas.</target>
6388 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group> 6481 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6389 </trans-unit> 6482 </trans-unit>
@@ -6396,7 +6489,10 @@
6396 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6489 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6397 </trans-unit> 6490 </trans-unit>
6398 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6491 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6399 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6492 <source>
6493 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6494 and render attacks less likely. Here is what we put in place so far:
6495 </source>
6400 <target state="translated">PeerTube volas provizi la plej bonajn kontraŭrimedojn, por doni al vi pliajn elekteblojn kaj malprobabligi atakojn. Jen kion ni efektivigis ĝis nun:</target> 6496 <target state="translated">PeerTube volas provizi la plej bonajn kontraŭrimedojn, por doni al vi pliajn elekteblojn kaj malprobabligi atakojn. Jen kion ni efektivigis ĝis nun:</target>
6401 <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> 6497 <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>
6402 </trans-unit> 6498 </trans-unit>
@@ -6421,7 +6517,10 @@
6421 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6517 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6422 </trans-unit> 6518 </trans-unit>
6423 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6519 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6424 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6520 <source>
6521 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6522 WebRTC in your browser.
6523 </source>
6425 <target state="translated">Finfine memoru, ke vi ĉiam povas malŝalti samtavolan teĥnikaron per baskulo en la filmludilo, aŭ per malŝalto de WebRTC en via foliumilo.</target> 6524 <target state="translated">Finfine memoru, ke vi ĉiam povas malŝalti samtavolan teĥnikaron per baskulo en la filmludilo, aŭ per malŝalto de WebRTC en via foliumilo.</target>
6426 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group> 6525 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6427 </trans-unit> 6526 </trans-unit>
@@ -6458,8 +6557,8 @@
6458 </context-group> 6557 </context-group>
6459 </trans-unit> 6558 </trans-unit>
6460 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6559 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6461 <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> 6560 <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>
6462 <target state="translated">Evoluigita kun ❤ de <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> 6561 <target state="translated">Evoluigita kun ❤ de <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
6463 <context-group purpose="location"> 6562 <context-group purpose="location">
6464 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6563 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6465 <context context-type="linenumber">3</context> 6564 <context context-type="linenumber">3</context>
@@ -6542,9 +6641,12 @@
6542 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group> 6641 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group>
6543 </trans-unit> 6642 </trans-unit>
6544 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6643 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
6545 <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> 6644 <source>
6645 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/>"/>
6646 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.
6647 </source>
6546 <target> 6648 <target>
6547 Al kanalo oni alŝutas siajn filmojn. Havo de kelkaj kanaloj helpas organizi kaj apartigi vian enhavon..<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 6649 Al kanalo oni alŝutas siajn filmojn. Havo de kelkaj kanaloj helpas organizi kaj apartigi vian enhavon..<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6548 Ekzemple, vi povus decidi krei unu kanalon por publikigado de viaj pianaj koncertoj, kaj alian por publikigado de filmoj, kie vi priparolas ekologion. 6650 Ekzemple, vi povus decidi krei unu kanalon por publikigado de viaj pianaj koncertoj, kaj alian por publikigado de filmoj, kie vi priparolas ekologion.
6549 </target> 6651 </target>
6550 <context-group name="null"> 6652 <context-group name="null">
@@ -6621,11 +6723,16 @@
6621 </context-group> 6723 </context-group>
6622 </trans-unit> 6724 </trans-unit>
6623 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c"> 6725 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
6624 <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> 6726 <source>
6727 I am at least 16 years old and agree
6728 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>"/>
6729 <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>"/>
6730 of this instance
6731 </source>
6625 <target> 6732 <target>
6626 Mi aĝas almenaŭ 16 jarojn kaj konsentas 6733 Mi aĝas almenaŭ 16 jarojn kaj konsentas
6627 al la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Uzokondiĉoj<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 6734 al la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Uzokondiĉoj<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6628 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> kaj al la <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Konduta regularo<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;"/> 6735 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> kaj al la <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Konduta regularo<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>"/>
6629 de ĉi tiu nodo 6736 de ĉi tiu nodo
6630 </target> 6737 </target>
6631 <context-group name="null"> 6738 <context-group name="null">
@@ -6730,8 +6837,8 @@
6730 </context-group> 6837 </context-group>
6731 </trans-unit> 6838 </trans-unit>
6732 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6839 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6733 <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> 6840 <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>
6734 <target state="translated"><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;"/> kiu retenas la originalan sonparton, sen filmoparto</target> 6841 <target state="translated"><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>"/> kiu retenas la originalan sonparton, sen filmoparto</target>
6735 <context-group purpose="location"> 6842 <context-group purpose="location">
6736 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6843 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6737 <context context-type="linenumber">1</context> 6844 <context context-type="linenumber">1</context>
@@ -6834,6 +6941,30 @@
6834 <context context-type="linenumber">1</context> 6941 <context context-type="linenumber">1</context>
6835 </context-group> 6942 </context-group>
6836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group> 6943 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group>
6944 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6945 <source>Process domains</source><target state="new">Process domains</target>
6946 <context-group purpose="location">
6947 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6948 <context context-type="linenumber">1</context>
6949 </context-group>
6950 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6951 <source>Domain is required.</source><target state="new">Domain is required.</target>
6952 <context-group purpose="location">
6953 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6954 <context context-type="linenumber">1</context>
6955 </context-group>
6956 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6957 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6958 <context-group purpose="location">
6959 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6960 <context context-type="linenumber">1</context>
6961 </context-group>
6962 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6963 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6964 <context-group purpose="location">
6965 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6966 <context context-type="linenumber">1</context>
6967 </context-group>
6837 </trans-unit> 6968 </trans-unit>
6838 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 6969 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6839 <source>Unlimited</source> 6970 <source>Unlimited</source>
@@ -6845,6 +6976,16 @@
6845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 6976 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6846 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 6977 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6847 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 6978 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
6979 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6980 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6981 <context-group purpose="location">
6982 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6983 <context context-type="linenumber">1</context>
6984 </context-group>
6985 <context-group purpose="location">
6986 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6987 <context context-type="linenumber">1</context>
6988 </context-group>
6848 </trans-unit> 6989 </trans-unit>
6849 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a"> 6990 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
6850 <source>100MB</source> 6991 <source>100MB</source>
@@ -6975,48 +7116,20 @@
6975 <context-group name="null"> 7116 <context-group name="null">
6976 <context context-type="linenumber">1</context> 7117 <context context-type="linenumber">1</context>
6977 </context-group> 7118 </context-group>
6978 <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> 7119
6979 </trans-unit> 7120 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6980 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df"> 7121
6981 <source>You need to specify hosts to follow.</source> 7122
6982 <target>Vi devas specifi abonotajn gastigantojn.</target> 7123
6983 <context-group name="null"> 7124
6984 <context context-type="linenumber">1</context>
6985 </context-group>
6986 <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>
6987 </trans-unit>
6988 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
6989 <source>Hosts need to be unique.</source>
6990 <target>Gastigantoj devas esti unikaj.</target>
6991 <context-group name="null">
6992 <context context-type="linenumber">1</context>
6993 </context-group>
6994 <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>
6995 </trans-unit>
6996 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
6997 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source>
6998 <target>Se vi konfirmos, vi sendos abonpeton al:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </target>
6999 <context-group name="null">
7000 <context context-type="linenumber">1</context>
7001 </context-group>
7002 <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>
7003 </trans-unit>
7004 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
7005 <source>Follow new server(s)</source>
7006 <target>Aboni nova(j)n servilo(j)n</target>
7007 <context-group name="null">
7008 <context context-type="linenumber">1</context>
7009 </context-group>
7010 <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>
7011 </trans-unit>
7012 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 7125 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
7013 <source>Follow request(s) sent!</source> 7126 <source>Follow request(s) sent!</source>
7014 <target>Abonpetoj senditaj!</target> 7127 <target>Abonpetoj senditaj!</target>
7015 <context-group name="null"> 7128 <context-group name="null">
7016 <context context-type="linenumber">1</context> 7129 <context context-type="linenumber">1</context>
7017 </context-group> 7130 </context-group>
7018 <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> 7131
7019 </trans-unit> 7132 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7020 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 7133 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
7021 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 7134 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
7022 <target>Ĉu vi certe volas malaboni <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 7135 <target>Ĉu vi certe volas malaboni <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -7120,6 +7233,12 @@
7120 <context context-type="linenumber">1</context> 7233 <context context-type="linenumber">1</context>
7121 </context-group> 7234 </context-group>
7122 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group> 7235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group>
7236 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
7237 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
7238 <context-group purpose="location">
7239 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
7240 <context context-type="linenumber">1</context>
7241 </context-group>
7123 </trans-unit> 7242 </trans-unit>
7124 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 7243 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
7125 <source>Comment updated.</source> 7244 <source>Comment updated.</source>
@@ -7128,23 +7247,33 @@
7128 <context context-type="linenumber">1</context> 7247 <context context-type="linenumber">1</context>
7129 </context-group> 7248 </context-group>
7130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group> 7249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group>
7131 </trans-unit> 7250 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
7132 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978"> 7251 <source>Internal actions</source><target state="new">Internal actions</target>
7133 <source>Delete this report</source> 7252 <context-group purpose="location">
7134 <target>Forigi ĉi tiun raporton</target> 7253 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7135 <context-group name="null">
7136 <context context-type="linenumber">1</context> 7254 <context context-type="linenumber">1</context>
7137 </context-group> 7255 </context-group>
7138 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7256 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
7139 </trans-unit> 7257 <source>Delete report</source><target state="new">Delete report</target>
7140 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321"> 7258 <context-group purpose="location">
7141 <source>Update moderation comment</source> 7259 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7142 <target>Ĝisdatigi reguligan komenton</target> 7260 <context context-type="linenumber">1</context>
7143 <context-group name="null"> 7261 </context-group>
7262 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
7263 <source>Add note</source><target state="new">Add note</target>
7264 <context-group purpose="location">
7265 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7266 <context context-type="linenumber">1</context>
7267 </context-group>
7268 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
7269 <source>Update note</source><target state="new">Update note</target>
7270 <context-group purpose="location">
7271 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7144 <context context-type="linenumber">1</context> 7272 <context context-type="linenumber">1</context>
7145 </context-group> 7273 </context-group>
7146 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7147 </trans-unit> 7274 </trans-unit>
7275
7276
7148 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3"> 7277 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
7149 <source>Mark as accepted</source> 7278 <source>Mark as accepted</source>
7150 <target>Marki kiel akceptitan</target> 7279 <target>Marki kiel akceptitan</target>
@@ -7160,6 +7289,12 @@
7160 <context context-type="linenumber">1</context> 7289 <context context-type="linenumber">1</context>
7161 </context-group> 7290 </context-group>
7162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7291 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7292 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
7293 <source>Actions for the video</source><target state="new">Actions for the video</target>
7294 <context-group purpose="location">
7295 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7296 <context context-type="linenumber">1</context>
7297 </context-group>
7163 </trans-unit> 7298 </trans-unit>
7164 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599"> 7299 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
7165 <source>Do you really want to delete this abuse report?</source> 7300 <source>Do you really want to delete this abuse report?</source>
@@ -8062,11 +8197,8 @@
8062 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 8197 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
8063 <source>max size</source> 8198 <source>max size</source>
8064 <target state="new">max size</target> 8199 <target state="new">max size</target>
8065 <context-group purpose="location"> 8200
8066 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 8201 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8067 <context context-type="linenumber">1</context>
8068 </context-group>
8069 </trans-unit>
8070 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa"> 8202 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa">
8071 <source>Now please check your emails to verify your account and complete signup.</source> 8203 <source>Now please check your emails to verify your account and complete signup.</source>
8072 <target>Nun bonvolu kontroli vian retpoŝton por kontroli vian konton kaj fini la registriĝon.</target> 8204 <target>Nun bonvolu kontroli vian retpoŝton por kontroli vian konton kaj fini la registriĝon.</target>
@@ -8388,8 +8520,8 @@
8388 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8520 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8389 </trans-unit> 8521 </trans-unit>
8390 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8522 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8391 <source>Long (&gt; 10 min)</source> 8523 <source>Long (> 10 min)</source>
8392 <target>Longa (&gt; 10 min)</target> 8524 <target>Longa (> 10 min)</target>
8393 <context-group name="null"> 8525 <context-group name="null">
8394 <context context-type="linenumber">1</context> 8526 <context context-type="linenumber">1</context>
8395 </context-group> 8527 </context-group>
@@ -8426,6 +8558,12 @@
8426 <context context-type="linenumber">1</context> 8558 <context context-type="linenumber">1</context>
8427 </context-group> 8559 </context-group>
8428 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8560 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8561 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8562 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8563 <context-group purpose="location">
8564 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8565 <context context-type="linenumber">1</context>
8566 </context-group>
8429 </trans-unit> 8567 </trans-unit>
8430 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 8568 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
8431 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 8569 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8498,15 +8636,14 @@
8498 <context context-type="linenumber">1</context> 8636 <context context-type="linenumber">1</context>
8499 </context-group> 8637 </context-group>
8500 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8638 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8501 </trans-unit> 8639 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8502 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 8640 <source>just now</source><target state="new">just now</target>
8503 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 8641 <context-group purpose="location">
8504 <target>antaŭ <x id="INTERPOLATION" equiv-text="{{interval}}"/> sekundoj</target> 8642 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8505 <context-group name="null">
8506 <context context-type="linenumber">1</context> 8643 <context context-type="linenumber">1</context>
8507 </context-group> 8644 </context-group>
8508 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8509 </trans-unit> 8645 </trans-unit>
8646
8510 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8647 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8511 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source> 8648 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source>
8512 <target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 8649 <target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
@@ -9740,8 +9877,8 @@
9740 <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> 9877 <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>
9741 </trans-unit> 9878 </trans-unit>
9742 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 9879 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9743 <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> 9880 <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>
9744 <target>Subtenas « <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;"/> » kaj:</target> 9881 <target>Subtenas « <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> » kaj:</target>
9745 <context-group name="null"> 9882 <context-group name="null">
9746 <context context-type="linenumber">1</context> 9883 <context context-type="linenumber">1</context>
9747 </context-group> 9884 </context-group>
@@ -10211,8 +10348,8 @@
10211 <context-group name="null"> 10348 <context-group name="null">
10212 <context context-type="linenumber">1</context> 10349 <context context-type="linenumber">1</context>
10213 </context-group> 10350 </context-group>
10214 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group> 10351
10215 </trans-unit> 10352 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
10216 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10353 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10217 <source>Encoder</source> 10354 <source>Encoder</source>
10218 <target state="translated">Kodilo</target> 10355 <target state="translated">Kodilo</target>
@@ -10499,15 +10636,14 @@
10499 <context context-type="linenumber">1</context> 10636 <context context-type="linenumber">1</context>
10500 </context-group> 10637 </context-group>
10501 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 10638 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10502 </trans-unit> 10639 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10503 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d"> 10640 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10504 <source>The deletion will be sent to remote instances, so they remove the comment too.</source> 10641 <context-group purpose="location">
10505 <target> La forigo sendiĝos al foraj nodoj, por ke ankaŭ ili forigu la komenton.</target> 10642 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10506 <context-group name="null">
10507 <context context-type="linenumber">1</context> 10643 <context context-type="linenumber">1</context>
10508 </context-group> 10644 </context-group>
10509 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context><context context-type="linenumber">1</context></context-group>
10510 </trans-unit> 10645 </trans-unit>
10646
10511 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d"> 10647 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d">
10512 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10648 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10513 <target> La komento estas fora, via forigo do efektiviĝos nur en via nodo.</target> 10649 <target> La komento estas fora, via forigo do efektiviĝos nur en via nodo.</target>
diff --git a/client/src/locale/angular.es-ES.xlf b/client/src/locale/angular.es-ES.xlf
index 4f60deb0f..e91f675e1 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">
@@ -535,8 +543,8 @@
535 <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> 543 <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>
536 </trans-unit> 544 </trans-unit>
537 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 545 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
538 <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;"/> and will be forwarded to the video origin (<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> 546 <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>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
539 <target state="translated">Su informe será enviado a los moderadores de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>y se reenviará al origen del video (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) también<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </target> 547 <target state="translated">Su informe será enviado a los moderadores de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>y se reenviará al origen del video (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) también<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </target>
540 <context-group purpose="location"> 548 <context-group purpose="location">
541 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 549 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
542 <context context-type="linenumber">9</context> 550 <context context-type="linenumber">9</context>
@@ -598,32 +606,32 @@
598 <context-group name="null"> 606 <context-group name="null">
599 <context context-type="linenumber">6</context> 607 <context context-type="linenumber">6</context>
600 </context-group> 608 </context-group>
601 <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> 609
602 <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
603 </trans-unit> 611 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
604 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 612 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
605 <source>Private</source> 613 <source>Private</source>
606 <target>Privado</target> 614 <target>Privado</target>
607 <context-group name="null"> 615 <context-group name="null">
608 <context context-type="linenumber">7</context> 616 <context context-type="linenumber">7</context>
609 </context-group> 617 </context-group>
610 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</context></context-group> 618
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">33</context></context-group> 619
612 <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
613 </trans-unit> 621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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>
614 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 622 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
615 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 623 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
616 <target state="translated">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 624 <target state="translated">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
617 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group> 625
618 </trans-unit> 626 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
619 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 627 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
620 <source>Blacklisted</source> 628 <source>Blacklisted</source>
621 <target>Bloqueado</target> 629 <target>Bloqueado</target>
622 <context-group name="null"> 630 <context-group name="null">
623 <context context-type="linenumber">42</context> 631 <context context-type="linenumber">42</context>
624 </context-group> 632 </context-group>
625 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group> 633
626 </trans-unit> 634 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
627 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 635 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
628 <source>Sensitive</source> 636 <source>Sensitive</source>
629 <target> 637 <target>
@@ -632,8 +640,8 @@
632 <context-group name="null"> 640 <context-group name="null">
633 <context context-type="linenumber">46</context> 641 <context context-type="linenumber">46</context>
634 </context-group> 642 </context-group>
635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group> 643
636 </trans-unit> 644 <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>
637 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 645 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
638 <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>
639 <target>{VAR_PLURAL, plural, =0 {No vídeos} =1 {1 vídeo} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vídeos} }</target> 647 <target>{VAR_PLURAL, plural, =0 {No vídeos} =1 {1 vídeo} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vídeos} }</target>
@@ -686,11 +694,11 @@
686 <context-group name="null"> 694 <context-group name="null">
687 <context context-type="linenumber">15</context> 695 <context context-type="linenumber">15</context>
688 </context-group> 696 </context-group>
689 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group> 697
690 <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">73</context></context-group> 698
691 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</context></context-group> 699
692 <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> 700
693 </trans-unit> 701 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
694 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 702 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
695 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 703 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
696 <target>Eliminar de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 704 <target>Eliminar de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -732,19 +740,19 @@
732 <context-group name="null"> 740 <context-group name="null">
733 <context context-type="linenumber">63</context> 741 <context context-type="linenumber">63</context>
734 </context-group> 742 </context-group>
735 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group> 743
736 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group> 744
737 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group> 745
738 <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">41</context></context-group> 746
739 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group> 747
740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group> 748
741 <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">11</context></context-group> 749
742 <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">87</context></context-group> 750
743 <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">11</context></context-group> 751
744 <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">87</context></context-group> 752
745 <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">11</context></context-group> 753
746 <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">11</context></context-group> 754
747 </trans-unit> 755 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
748 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 756 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
749 <source>Truncated preview</source> 757 <source>Truncated preview</source>
750 <target>Previsualización truncada</target> 758 <target>Previsualización truncada</target>
@@ -826,10 +834,13 @@
826 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 834 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
827 </trans-unit> 835 </trans-unit>
828 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 836 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
829 <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> 837 <source>
838 <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>"/>
839 <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>"/>
840 </source>
830 <target> 841 <target>
831 <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;"/> 842 <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>"/>
832 <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;"/> 843 <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>"/>
833 </target> 844 </target>
834 <context-group name="null"> 845 <context-group name="null">
835 <context context-type="linenumber">10</context> 846 <context context-type="linenumber">10</context>
@@ -837,16 +848,22 @@
837 <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> 848 <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 </trans-unit> 849 </trans-unit>
839 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 850 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
840 <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> 851 <source>
841 <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> 852 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/>"/>
853 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
854 </source>
855 <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>
842 <context-group purpose="location"> 856 <context-group purpose="location">
843 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 857 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
844 <context context-type="linenumber">17</context> 858 <context context-type="linenumber">17</context>
845 </context-group> 859 </context-group>
846 </trans-unit> 860 </trans-unit>
847 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 861 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
848 <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> 862 <source>
849 <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> 863 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/>"/>
864 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
865 </source>
866 <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>
850 <context-group purpose="location"> 867 <context-group purpose="location">
851 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 868 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
852 <context context-type="linenumber">26</context> 869 <context context-type="linenumber">26</context>
@@ -861,8 +878,11 @@
861 </context-group> 878 </context-group>
862 </trans-unit> 879 </trans-unit>
863 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 880 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
864 <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> 881 <source>
865 <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> 882 <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>"/>
883 <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>"/>
884 </source>
885 <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>
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> 886 <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>
867 </trans-unit> 887 </trans-unit>
868 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html"> 888 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
@@ -908,9 +928,9 @@
908 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 928 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
909 </trans-unit> 929 </trans-unit>
910 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 930 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
911 <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> 931 <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>
912 <target> 932 <target>
913 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;"/> 933 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>"/>
914 </target> 934 </target>
915 <context-group name="null"> 935 <context-group name="null">
916 <context context-type="linenumber">53</context> 936 <context context-type="linenumber">53</context>
@@ -923,10 +943,10 @@
923 <context-group name="null"> 943 <context-group name="null">
924 <context context-type="linenumber">286</context> 944 <context context-type="linenumber">286</context>
925 </context-group> 945 </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">66</context></context-group> 946
927 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group> 947
928 <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">46</context></context-group> 948
929 </trans-unit> 949 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
930 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 950 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
931 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 951 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
932 <target>Importación HTTP (YouTube, Vimeo, URL directo...)</target> 952 <target>Importación HTTP (YouTube, Vimeo, URL directo...)</target>
@@ -1066,19 +1086,19 @@
1066 <context-group name="null"> 1086 <context-group name="null">
1067 <context context-type="linenumber">23</context> 1087 <context context-type="linenumber">23</context>
1068 </context-group> 1088 </context-group>
1069 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group> 1089
1070 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group> 1090
1071 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group> 1091
1072 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group> 1092
1073 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 1093
1074 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group> 1094
1075 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</context></context-group> 1095
1076 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">47</context></context-group> 1096
1077 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group> 1097
1078 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group> 1098
1079 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group> 1099
1080 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group> 1100
1081 </trans-unit> 1101 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1082 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1102 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1083 <source>Ban this user</source> 1103 <source>Ban this user</source>
1084 <target>Expulsar este usuario</target> 1104 <target>Expulsar este usuario</target>
@@ -1095,14 +1115,7 @@
1095 </context-group> 1115 </context-group>
1096 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group> 1116 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group>
1097 </trans-unit> 1117 </trans-unit>
1098 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 1118
1099 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1100 <target state="translated">(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, tamaño máx: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1101 <context-group purpose="location">
1102 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
1103 <context context-type="linenumber">12</context>
1104 </context-group>
1105 </trans-unit>
1106 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1119 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1107 <source>Login</source> 1120 <source>Login</source>
1108 <target> 1121 <target>
@@ -1121,8 +1134,15 @@ Iniciar sesión</target>
1121 </context-group> 1134 </context-group>
1122 </trans-unit> 1135 </trans-unit>
1123 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1136 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html">
1124 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1137 <source>
1125 <target state="translated">Actualmente esta instancia no permite el registro de nuevos usuarios, pero puedes encontrar varias instancias en las que tendrás la posibilidad de crear una cuenta y subir tus videos. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Entre muchas instacias, encuentra la tuya en <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1138 Currently this instance doesn't allow for user registration, but you can find an instance
1139 that gives you the possibility to sign up for an account and upload your videos there.
1140
1141 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1142
1143 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1144 </source>
1145 <target state="translated">Actualmente esta instancia no permite el registro de nuevos usuarios, pero puedes encontrar varias instancias en las que tendrás la posibilidad de crear una cuenta y subir tus videos. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Entre muchas instacias, encuentra la tuya en <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1126 <context-group purpose="location"> 1146 <context-group purpose="location">
1127 <context context-type="sourcefile">src/app/login/login.component.html</context> 1147 <context context-type="sourcefile">src/app/login/login.component.html</context>
1128 <context context-type="linenumber">11</context> 1148 <context context-type="linenumber">11</context>
@@ -1215,15 +1235,15 @@ Iniciar sesión</target>
1215 <context-group name="null"> 1235 <context-group name="null">
1216 <context context-type="linenumber">43</context> 1236 <context context-type="linenumber">43</context>
1217 </context-group> 1237 </context-group>
1218 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group> 1238
1219 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1239
1220 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1240
1221 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">41</context></context-group> 1241
1222 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group> 1242
1223 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</context></context-group> 1243
1224 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group> 1244
1225 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group> 1245
1226 </trans-unit> 1246 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1227 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1247 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1228 <source>Email address</source> 1248 <source>Email address</source>
1229 <target>Correo electrónico </target> 1249 <target>Correo electrónico </target>
@@ -1284,9 +1304,9 @@ Iniciar sesión</target>
1284 </context-group> 1304 </context-group>
1285 </trans-unit> 1305 </trans-unit>
1286 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1306 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
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> 1307 <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> 1308 <target>
1289 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;"/> 1309 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>"/>
1290 </target> 1310 </target>
1291 <context-group name="null"> 1311 <context-group name="null">
1292 <context context-type="linenumber">6</context> 1312 <context context-type="linenumber">6</context>
@@ -1294,10 +1314,13 @@ Iniciar sesión</target>
1294 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1314 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1295 </trans-unit> 1315 </trans-unit>
1296 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1316 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
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> 1317 <source>
1318 Filters
1319 <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>"/>
1320 </source>
1298 <target> 1321 <target>
1299 Filtros 1322 Filtros
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;"/> 1323 <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> 1324 </target>
1302 <context-group name="null"> 1325 <context-group name="null">
1303 <context context-type="linenumber">16</context> 1326 <context context-type="linenumber">16</context>
@@ -1331,7 +1354,8 @@ Iniciar sesión</target>
1331 </context-group> 1354 </context-group>
1332 </trans-unit> 1355 </trans-unit>
1333 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1356 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1334 <source>CLI documentation</source> 1357 <source>CLI
1358 documentation</source>
1335 <target state="translated">documentación de la CLI</target> 1359 <target state="translated">documentación de la CLI</target>
1336 <context-group purpose="location"> 1360 <context-group purpose="location">
1337 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1361 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1347,7 +1371,8 @@ Iniciar sesión</target>
1347 </context-group> 1371 </context-group>
1348 </trans-unit> 1372 </trans-unit>
1349 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1373 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1350 <source>Administer documentation</source> 1374 <source>Administer
1375 documentation</source>
1351 <target state="translated">Administrar documentación</target> 1376 <target state="translated">Administrar documentación</target>
1352 <context-group purpose="location"> 1377 <context-group purpose="location">
1353 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1378 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1363,7 +1388,8 @@ Iniciar sesión</target>
1363 </context-group> 1388 </context-group>
1364 </trans-unit> 1389 </trans-unit>
1365 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1390 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1366 <source>Use documentation</source> 1391 <source>Use
1392 documentation</source>
1367 <target state="translated">Documentación de uso</target> 1393 <target state="translated">Documentación de uso</target>
1368 <context-group purpose="location"> 1394 <context-group purpose="location">
1369 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1395 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1387,16 +1413,16 @@ Iniciar sesión</target>
1387 </context-group> 1413 </context-group>
1388 </trans-unit> 1414 </trans-unit>
1389 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1415 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1390 <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> 1416 <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>
1391 <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> 1417 <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>
1392 <context-group purpose="location"> 1418 <context-group purpose="location">
1393 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1419 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1394 <context context-type="linenumber">44</context> 1420 <context context-type="linenumber">44</context>
1395 </context-group> 1421 </context-group>
1396 </trans-unit> 1422 </trans-unit>
1397 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1423 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1398 <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> 1424 <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>
1399 <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> 1425 <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>
1400 <context-group purpose="location"> 1426 <context-group purpose="location">
1401 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1427 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1402 <context context-type="linenumber">47</context> 1428 <context context-type="linenumber">47</context>
@@ -1411,16 +1437,26 @@ Iniciar sesión</target>
1411 </context-group> 1437 </context-group>
1412 </trans-unit> 1438 </trans-unit>
1413 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1439 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1414 <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> 1440 <source>
1415 <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> 1441 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>"/>,
1442 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>"/>
1443 is very important for visitors to understand on what type of instance they are.
1444 </source>
1445 <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>
1416 <context-group purpose="location"> 1446 <context-group purpose="location">
1417 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1447 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1418 <context context-type="linenumber">61</context> 1448 <context context-type="linenumber">61</context>
1419 </context-group> 1449 </context-group>
1420 </trans-unit> 1450 </trans-unit>
1421 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1451 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1422 <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>
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&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> 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>
1459 <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>
1424 <context-group purpose="location"> 1460 <context-group purpose="location">
1425 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1461 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1426 <context context-type="linenumber">67</context> 1462 <context context-type="linenumber">67</context>
@@ -1509,8 +1545,11 @@ Iniciar sesión</target>
1509 </context-group> 1545 </context-group>
1510 </trans-unit> 1546 </trans-unit>
1511 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1547 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1512 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1548 <source>
1513 <target state="translated">Por favor, configurr estos campos para ayudar a otros en la elección<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>la instancia apropiada<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Sin ellos, su instancia no puede ser referenciada en<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1549 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1550 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1551 </source>
1552 <target state="translated">Por favor, configurr estos campos para ayudar a otros en la elección<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>la instancia apropiada<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. Sin ellos, su instancia no puede ser referenciada en<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1514 <context-group purpose="location"> 1553 <context-group purpose="location">
1515 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1554 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1516 <context context-type="linenumber">24</context> 1555 <context context-type="linenumber">24</context>
@@ -1585,15 +1624,9 @@ Iniciar sesión</target>
1585 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1624 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1586 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source> 1625 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source>
1587 <target state="translated">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1626 <target state="translated">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1588 <context-group purpose="location"> 1627
1589 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1628
1590 <context context-type="linenumber">36</context> 1629 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit>
1591 </context-group>
1592 <context-group purpose="location">
1593 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1594 <context context-type="linenumber">158</context>
1595 </context-group>
1596 </trans-unit>
1597 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html"> 1630 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1598 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source> 1631 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source>
1599 <target state="translated">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1632 <target state="translated">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
@@ -1637,48 +1670,33 @@ Iniciar sesión</target>
1637 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1670 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1638 <source>Help</source> 1671 <source>Help</source>
1639 <target state="translated">Ayuda</target> 1672 <target state="translated">Ayuda</target>
1640 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group> 1673
1641 </trans-unit> 1674 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1642 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1675 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1643 <source>Get help using PeerTube</source> 1676 <source>Get help using PeerTube</source>
1644 <target state="translated">Obtén ayuda para usar PeerTube</target> 1677 <target state="translated">Obtén ayuda para usar PeerTube</target>
1645 <context-group purpose="location"> 1678
1646 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1679 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1647 <context context-type="linenumber">167</context>
1648 </context-group>
1649 </trans-unit>
1650 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html"> 1680 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1651 <source>Shortcuts</source> 1681 <source>Shortcuts</source>
1652 <target state="translated">Atajos</target> 1682 <target state="translated">Atajos</target>
1653 <context-group purpose="location"> 1683
1654 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1684 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit>
1655 <context context-type="linenumber">168</context>
1656 </context-group>
1657 </trans-unit>
1658 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html"> 1685 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1659 <source>powered by PeerTube</source> 1686 <source>powered by PeerTube</source>
1660 <target state="translated">desarrollado por PeerTube</target> 1687 <target state="translated">desarrollado por PeerTube</target>
1661 <context-group purpose="location"> 1688
1662 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1689 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1663 <context context-type="linenumber">172</context>
1664 </context-group>
1665 </trans-unit>
1666 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html"> 1690 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1667 <source>PeerTube website</source> 1691 <source>PeerTube website</source>
1668 <target state="translated">PeerTube website</target> 1692 <target state="translated">PeerTube website</target>
1669 <context-group purpose="location"> 1693
1670 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1694 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1671 <context context-type="linenumber">172</context>
1672 </context-group>
1673 </trans-unit>
1674 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html"> 1695 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1675 <source>powered by PeerTube - CopyLeft 2015-2020</source> 1696 <source>powered by PeerTube - CopyLeft 2015-2020</source>
1676 <target state="translated">desarrollado por PeerTube - CopyLeft 2015-2020</target> 1697 <target state="translated">desarrollado por PeerTube - CopyLeft 2015-2020</target>
1677 <context-group purpose="location"> 1698
1678 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1699 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1679 <context context-type="linenumber">171</context>
1680 </context-group>
1681 </trans-unit>
1682 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1700 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1683 <source>Log out</source> 1701 <source>Log out</source>
1684 <target state="translated">Cerrar la sesión</target> 1702 <target state="translated">Cerrar la sesión</target>
@@ -1787,19 +1805,9 @@ Iniciar sesión</target>
1787 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1805 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1788 <source>Contact</source> 1806 <source>Contact</source>
1789 <target state="translated">Contacto</target> 1807 <target state="translated">Contacto</target>
1790 <context-group purpose="location"> 1808
1791 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1809 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1792 <context context-type="linenumber">154</context> 1810
1793 </context-group>
1794 </trans-unit>
1795 <trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1796 <source>Terms of Service</source>
1797 <target state="translated">Términos de servicio</target>
1798 <context-group purpose="location">
1799 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1800 <context context-type="linenumber">155</context>
1801 </context-group>
1802 </trans-unit>
1803 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1811 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1804 <source>View your notifications</source> 1812 <source>View your notifications</source>
1805 <target>Ver sus notificaciones</target> 1813 <target>Ver sus notificaciones</target>
@@ -1960,8 +1968,11 @@ Iniciar sesión</target>
1960 </context-group> 1968 </context-group>
1961 </trans-unit> 1969 </trans-unit>
1962 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1970 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1963 <source>Jump to channel <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;"/> </source> 1971 <source>
1964 <target state="translated">Salta al canal <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;"/> </target> 1972 Jump to channel
1973 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1974 </source>
1975 <target state="translated">Salta al canal <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
1965 <context-group purpose="location"> 1976 <context-group purpose="location">
1966 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1977 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1967 <context context-type="linenumber">18</context> 1978 <context context-type="linenumber">18</context>
@@ -2190,8 +2201,12 @@ Iniciar sesión</target>
2190 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2201 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2191 </trans-unit> 2202 </trans-unit>
2192 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2203 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2193 <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> 2204 <source>
2194 <target state="translated">Podrían usarse etiquetas para sugerir recomendaciones relevantes<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Hay un máximo de 5 etiquetas. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Presiona Enter para añadir una etiqueta nueva. </target> 2205 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2206 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2207 Press Enter to add a new tag.
2208 </source>
2209 <target state="translated">Podrían usarse etiquetas para sugerir recomendaciones relevantes<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Hay un máximo de 5 etiquetas. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Presiona Enter para añadir una etiqueta nueva. </target>
2195 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2210 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2196 </trans-unit> 2211 </trans-unit>
2197 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2212 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2244,69 +2259,50 @@ Iniciar sesión</target>
2244 <context-group name="null"> 2259 <context-group name="null">
2245 <context context-type="linenumber">23</context> 2260 <context context-type="linenumber">23</context>
2246 </context-group> 2261 </context-group>
2247 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group> 2262
2248 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group> 2263
2249 <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">12</context></context-group> 2264
2250 <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">28</context></context-group> 2265
2251 <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">70</context></context-group> 2266
2252 <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">70</context></context-group> 2267
2253 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group> 2268
2254 </trans-unit> 2269 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2255 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2270 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2256 <source>Privacy</source> 2271 <source>Privacy</source>
2257 <target>Privacidad</target> 2272 <target>Privacidad</target>
2258 <context-group name="null"> 2273 <context-group name="null">
2259 <context context-type="linenumber">33</context> 2274 <context context-type="linenumber">33</context>
2260 </context-group> 2275 </context-group>
2261 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group> 2276
2262 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group> 2277
2263 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group> 2278
2264 <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">21</context></context-group> 2279
2265 <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">37</context></context-group> 2280
2266 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">187</context></context-group> 2281
2267 <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">57</context></context-group> 2282
2268 <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">57</context></context-group> 2283
2269 </trans-unit> 2284 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit>
2270 <trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2285
2271 <source>More information about privacy within PeerTube</source>
2272 <target state="translated">Más información sobre privacidad en PeerTube</target>
2273 <context-group purpose="location">
2274 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2275 <context context-type="linenumber">164</context>
2276 </context-group>
2277 </trans-unit>
2278 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html"> 2286 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2279 <source>FAQ</source> 2287 <source>FAQ</source>
2280 <target state="translated">FAQ</target> 2288 <target state="translated">FAQ</target>
2281 <context-group purpose="location"> 2289
2282 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2290 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2283 <context context-type="linenumber">165</context>
2284 </context-group>
2285 </trans-unit>
2286 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html"> 2291 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2287 <source>Frequently asked questions about PeerTube</source> 2292 <source>Frequently asked questions about PeerTube</source>
2288 <target state="translated">Preguntas frecuentes sobre PeerTube</target> 2293 <target state="translated">Preguntas frecuentes sobre PeerTube</target>
2289 <context-group purpose="location"> 2294
2290 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2295 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2291 <context context-type="linenumber">165</context>
2292 </context-group>
2293 </trans-unit>
2294 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html"> 2296 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2295 <source>API</source> 2297 <source>API</source>
2296 <target state="translated">API</target> 2298 <target state="translated">API</target>
2297 <context-group purpose="location"> 2299
2298 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2300 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2299 <context context-type="linenumber">166</context>
2300 </context-group>
2301 </trans-unit>
2302 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html"> 2301 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2303 <source>API documentation</source> 2302 <source>API documentation</source>
2304 <target state="translated">Documentación del API</target> 2303 <target state="translated">Documentación del API</target>
2305 <context-group purpose="location"> 2304
2306 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2305 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2307 <context context-type="linenumber">166</context>
2308 </context-group>
2309 </trans-unit>
2310 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2306 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2311 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2307 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2312 <target>Programar publicación (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2308 <target>Programar publicación (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2372,7 +2368,7 @@ Iniciar sesión</target>
2372 <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> 2368 <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>
2373 </trans-unit> 2369 </trans-unit>
2374 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2370 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2375 <source>Already uploaded ✔</source> 2371 <source>Already uploaded ✔</source>
2376 <target>Ya ha sido subido ✔</target> 2372 <target>Ya ha sido subido ✔</target>
2377 <context-group name="null"> 2373 <context-group name="null">
2378 <context context-type="linenumber">179</context> 2374 <context context-type="linenumber">179</context>
@@ -2491,8 +2487,12 @@ Iniciar sesión</target>
2491 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2487 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2492 </trans-unit> 2488 </trans-unit>
2493 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2489 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2494 <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> 2490 <source>
2495 <target state="translated">Puedes importar cualquier URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>suportada en youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> o una URL que apunte a un archivo MP4 sin procesar. Debes asegurarte de tener derechos de difusión sobre el contenido al que señala, de lo contrario podría problemas legales. </target> 2491 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>"/>
2492 or URL that points to a raw MP4 file.
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.
2494 </source>
2495 <target state="translated">Puedes importar cualquier URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>suportada en youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> o una URL que apunte a un archivo MP4 sin procesar. Debes asegurarte de tener derechos de difusión sobre el contenido al que señala, de lo contrario podría problemas legales. </target>
2496 <context-group purpose="location"> 2496 <context-group purpose="location">
2497 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2497 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2498 <context context-type="linenumber">10</context> 2498 <context context-type="linenumber">10</context>
@@ -2504,10 +2504,10 @@ Iniciar sesión</target>
2504 <context-group name="null"> 2504 <context-group name="null">
2505 <context context-type="linenumber">53</context> 2505 <context context-type="linenumber">53</context>
2506 </context-group> 2506 </context-group>
2507 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group> 2507
2508 <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">64</context></context-group> 2508
2509 <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">53</context></context-group> 2509
2510 </trans-unit> 2510 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2511 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2511 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2512 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2512 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2513 <target> 2513 <target>
@@ -2524,11 +2524,11 @@ Iniciar sesión</target>
2524 <context-group name="null"> 2524 <context-group name="null">
2525 <context context-type="linenumber">17</context> 2525 <context context-type="linenumber">17</context>
2526 </context-group> 2526 </context-group>
2527 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group> 2527
2528 <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">74</context></context-group> 2528
2529 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group> 2529
2530 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group> 2530
2531 </trans-unit> 2531 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2532 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2532 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2533 <source>Select the file to upload</source> 2533 <source>Select the file to upload</source>
2534 <target>Elige el archivo a subir</target> 2534 <target>Elige el archivo a subir</target>
@@ -2543,65 +2543,54 @@ Iniciar sesión</target>
2543 <context-group name="null"> 2543 <context-group name="null">
2544 <context context-type="linenumber">25</context> 2544 <context context-type="linenumber">25</context>
2545 </context-group> 2545 </context-group>
2546 <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">25</context></context-group> 2546
2547 </trans-unit> 2547 <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">24</context></context-group></trans-unit>
2548 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2548 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2549 <source>Video background image</source> 2549 <source>Video background image</source>
2550 <target state="translated">Imagen de fondo de video</target> 2550 <target state="translated">Imagen de fondo de video</target>
2551 <context-group purpose="location"> 2551
2552 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2552 <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">31</context></context-group></trans-unit>
2553 <context context-type="linenumber">32</context>
2554 </context-group>
2555 </trans-unit>
2556 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2553 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2557 <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> 2554 <source>
2558 <target state="translated">Imagen que se fusionará con tu archivo de audio. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> La imagen elegida será definitiva y no se puede modificar. </target> 2555 Image that will be merged with your audio file.
2559 <context-group purpose="location"> 2556 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2560 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2557 The chosen image will be definitive and cannot be modified.
2561 <context context-type="linenumber">34</context> 2558 </source>
2562 </context-group> 2559 <target state="translated">Imagen que se fusionará con tu archivo de audio. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> La imagen elegida será definitiva y no se puede modificar. </target>
2563 </trans-unit> 2560
2561 <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">33</context></context-group></trans-unit>
2564 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2562 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2565 <source>Processing…</source> 2563 <source>Processing…</source>
2566 <target state="translated">Procesando…</target> 2564 <target state="translated">Procesando…</target>
2567 <context-group purpose="location"> 2565
2568 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2566 <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">55</context></context-group></trans-unit>
2569 <context context-type="linenumber">56</context>
2570 </context-group>
2571 </trans-unit>
2572 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html"> 2567 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2573 <source>Total video quota</source> 2568 <source>Total video quota</source>
2574 <target state="translated">Cuota total de video</target> 2569 <target state="translated">Cuota total de video</target>
2575 <context-group purpose="location"> 2570
2576 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2571
2577 <context context-type="linenumber">54</context> 2572 <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">53</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">11</context></context-group></trans-unit>
2578 </context-group>
2579 <context-group purpose="location">
2580 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2581 <context context-type="linenumber">11</context>
2582 </context-group>
2583 </trans-unit>
2584 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html"> 2573 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2585 <source>Congratulations! Your video is now available in your private library.</source> 2574 <source>Congratulations! Your video is now available in your private library.</source>
2586 <target state="translated">¡Felicidades! Tu video ahora está disponible en tu biblioteca privada.</target> 2575 <target state="translated">¡Felicidades! Tu video ahora está disponible en tu biblioteca privada.</target>
2587 <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">68</context></context-group> 2576
2588 </trans-unit> 2577 <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">67</context></context-group></trans-unit>
2589 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2578 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2590 <source>Publish will be available when upload is finished</source> 2579 <source>Publish will be available when upload is finished</source>
2591 <target>La publicación estará disponible cuando finalice la subida</target> 2580 <target>La publicación estará disponible cuando finalice la subida</target>
2592 <context-group name="null"> 2581 <context-group name="null">
2593 <context context-type="linenumber">79</context> 2582 <context context-type="linenumber">79</context>
2594 </context-group> 2583 </context-group>
2595 <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">81</context></context-group> 2584
2596 </trans-unit> 2585 <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">80</context></context-group></trans-unit>
2597 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2586 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2598 <source>Publish</source> 2587 <source>Publish</source>
2599 <target>Publicar</target> 2588 <target>Publicar</target>
2600 <context-group name="null"> 2589 <context-group name="null">
2601 <context context-type="linenumber">86</context> 2590 <context context-type="linenumber">86</context>
2602 </context-group> 2591 </context-group>
2603 <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">88</context></context-group> 2592
2604 </trans-unit> 2593 <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">87</context></context-group></trans-unit>
2605 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2594 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2606 <source>Select the torrent to import</source> 2595 <source>Select the torrent to import</source>
2607 <target>Seleccionar el torrent a importar</target> 2596 <target>Seleccionar el torrent a importar</target>
@@ -2609,31 +2598,30 @@ Iniciar sesión</target>
2609 <context context-type="linenumber">6</context> 2598 <context context-type="linenumber">6</context>
2610 </context-group> 2599 </context-group>
2611 <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">6</context></context-group> 2600 <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">6</context></context-group>
2612 </trans-unit> 2601 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2613 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2602 <source>OR</source><target state="new">OR</target>
2614 <source>Or</source> 2603 <context-group purpose="location">
2615 <target>O</target> 2604 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2616 <context-group name="null"> 2605 <context context-type="linenumber">10</context>
2617 <context context-type="linenumber">11</context>
2618 </context-group> 2606 </context-group>
2619 <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">11</context></context-group>
2620 </trans-unit> 2607 </trans-unit>
2608
2621 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2609 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2622 <source>Paste magnet URI</source> 2610 <source>Paste magnet URI</source>
2623 <target>Pegar el enlace magnético</target> 2611 <target>Pegar el enlace magnético</target>
2624 <context-group name="null"> 2612 <context-group name="null">
2625 <context context-type="linenumber">14</context> 2613 <context context-type="linenumber">14</context>
2626 </context-group> 2614 </context-group>
2627 <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> 2615
2628 </trans-unit> 2616 <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">13</context></context-group></trans-unit>
2629 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2617 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2630 <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> 2618 <source>
2619 You can import any torrent file that points to a mp4 file.
2620 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.
2621 </source>
2631 <target state="translated">Puedes importar cualquier archivo torrent que apunte a un archivo mp4. Debes asegurarse de tener los derechos de difusión sobre el contenido al que señala, de lo contrario podría causar problemas legales.</target> 2622 <target state="translated">Puedes importar cualquier archivo torrent que apunte a un archivo mp4. Debes asegurarse de tener los derechos de difusión sobre el contenido al que señala, de lo contrario podría causar problemas legales.</target>
2632 <context-group purpose="location"> 2623
2633 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2624 <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">16</context></context-group></trans-unit>
2634 <context context-type="linenumber">17</context>
2635 </context-group>
2636 </trans-unit>
2637 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2625 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2638 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2626 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2639 <target> 2627 <target>
@@ -2642,11 +2630,15 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
2642 <context-group name="null"> 2630 <context-group name="null">
2643 <context context-type="linenumber">57</context> 2631 <context context-type="linenumber">57</context>
2644 </context-group> 2632 </context-group>
2645 <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> 2633
2646 </trans-unit> 2634 <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">56</context></context-group></trans-unit>
2647 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2635 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2648 <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> 2636 <source>
2649 <target state="translated">Te recomendamos que no use el <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;"/>usuario para publicar sus videos, ya que es la cuenta de superadministrador de tu instancia. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>crear una cuenta dedicada<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> para subir tus videos. </target> 2637 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.
2638 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2639 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.
2640 </source>
2641 <target state="translated">Te recomendamos que no use el <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>"/>usuario para publicar sus videos, ya que es la cuenta de superadministrador de tu instancia. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>crear una cuenta dedicada<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> para subir tus videos. </target>
2650 <context-group purpose="location"> 2642 <context-group purpose="location">
2651 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2643 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2652 <context context-type="linenumber">2</context> 2644 <context context-type="linenumber">2</context>
@@ -2864,16 +2856,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
2864 <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>
2865 </trans-unit> 2857 </trans-unit>
2866 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2858 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2867 <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>
2868 <target state="translated">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 }}"/> vistas<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2860 <target state="translated">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 }}"/> vistas<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2869 <context-group purpose="location"> 2861 <context-group purpose="location">
2870 <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>
2871 <context context-type="linenumber">45</context> 2863 <context context-type="linenumber">45</context>
2872 </context-group> 2864 </context-group>
2873 </trans-unit> 2865 </trans-unit>
2874 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2866 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2875 <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>
2876 <target state="translated">Publicado<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">Publicado<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>
2877 <context-group purpose="location"> 2869 <context-group purpose="location">
2878 <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>
2879 <context context-type="linenumber">56</context> 2871 <context context-type="linenumber">56</context>
@@ -2950,10 +2942,10 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
2950 <context-group name="null"> 2942 <context-group name="null">
2951 <context context-type="linenumber">63</context> 2943 <context context-type="linenumber">63</context>
2952 </context-group> 2944 </context-group>
2953 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group> 2945
2954 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group> 2946
2955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">63</context></context-group> 2947
2956 </trans-unit> 2948 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit>
2957 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2949 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2958 <source>Subscribe</source> 2950 <source>Subscribe</source>
2959 <target state="translated">Suscribir</target> 2951 <target state="translated">Suscribir</target>
@@ -3037,8 +3029,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3037 <context-group name="null"> 3029 <context-group name="null">
3038 <context context-type="linenumber">215</context> 3030 <context context-type="linenumber">215</context>
3039 </context-group> 3031 </context-group>
3040 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group> 3032
3041 </trans-unit> 3033 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3042 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3034 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3043 <source>Get more information</source> 3035 <source>Get more information</source>
3044 <target>Ver más información</target> 3036 <target>Ver más información</target>
@@ -3114,27 +3106,18 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3114 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html"> 3106 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html">
3115 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source> 3107 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source>
3116 <target state="translated">Ver<x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/>respuestas<x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> y otros </target> 3108 <target state="translated">Ver<x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/>respuestas<x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> y otros </target>
3117 <context-group purpose="location"> 3109
3118 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3110 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3119 <context context-type="linenumber">77</context>
3120 </context-group>
3121 </trans-unit>
3122 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3111 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3123 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3112 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3124 <target state="translated">Ver<x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> respuestas de <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target> 3113 <target state="translated">Ver<x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> respuestas de <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target>
3125 <context-group purpose="location"> 3114
3126 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3115 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3127 <context context-type="linenumber">80</context>
3128 </context-group>
3129 </trans-unit>
3130 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3116 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3131 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3117 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3132 <target state="translated">Ver<x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> respuestas</target> 3118 <target state="translated">Ver<x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> respuestas</target>
3133 <context-group purpose="location"> 3119
3134 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3120 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3135 <context context-type="linenumber">84</context>
3136 </context-group>
3137 </trans-unit>
3138 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3121 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3139 <source>Comments are disabled.</source> 3122 <source>Comments are disabled.</source>
3140 <target> 3123 <target>
@@ -3143,8 +3126,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3143 <context-group name="null"> 3126 <context-group name="null">
3144 <context context-type="linenumber">64</context> 3127 <context context-type="linenumber">64</context>
3145 </context-group> 3128 </context-group>
3146 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 3129
3147 </trans-unit> 3130 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3148 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3131 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3149 <source>Add comment...</source> 3132 <source>Add comment...</source>
3150 <target>Añadir comentario...</target> 3133 <target>Añadir comentario...</target>
@@ -3170,7 +3153,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3170 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3153 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3171 </trans-unit> 3154 </trans-unit>
3172 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3155 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3173 <source>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> 3156 <source>
3157 You can comment using an account on any ActivityPub-compatible instance.
3158 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3159 from within the software's interface.
3160 </source>
3174 <target state="translated">Puede comentar utilizando una cuenta en cualquier instancia compatible con ActivityPub. En la mayoría de las plataformas, puede encontrar el video escribiendo su URL en la barra de búsqueda y luego comentarlo desde la interfaz del software.</target> 3161 <target state="translated">Puede comentar utilizando una cuenta en cualquier instancia compatible con ActivityPub. En la mayoría de las plataformas, puede encontrar el video escribiendo su URL en la barra de búsqueda y luego comentarlo desde la interfaz del software.</target>
3175 <context-group purpose="location"> 3162 <context-group purpose="location">
3176 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3163 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3229,74 +3216,54 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3229 </context-group> 3216 </context-group>
3230 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3217 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3231 </trans-unit> 3218 </trans-unit>
3232 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 3219
3233 <source>Follow</source>
3234 <target>Seguir</target>
3235 <context-group name="null">
3236 <context context-type="linenumber">7</context>
3237 </context-group>
3238 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3239 </trans-unit>
3240 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3220 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3241 <source>Followers</source> 3221 <source>Followers</source>
3242 <target>Seguidores</target> 3222 <target>Seguidores</target>
3243 <context-group name="null"> 3223 <context-group name="null">
3244 <context context-type="linenumber">3</context> 3224 <context context-type="linenumber">3</context>
3245 </context-group> 3225 </context-group>
3246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 3226
3247 </trans-unit> 3227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3248 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3228 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3249 <source>Video redundancies</source> 3229 <source>Video redundancies</source>
3250 <target state="translated">Redundancias de video</target> 3230 <target state="translated">Redundancias de video</target>
3251 <context-group purpose="location"> 3231
3252 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3253 <context context-type="linenumber">11</context>
3254 </context-group>
3255 </trans-unit>
3256 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 3233 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
3257 <source>1 host (without "http://") per line</source> 3234 <source>1 host (without "http://") per line</source>
3258 <target>1 host (without "http://") por línea</target> 3235 <target>1 host (without "http://") por línea</target>
3259 <context-group name="null"> 3236 <context-group name="null">
3260 <context context-type="linenumber">5</context> 3237 <context context-type="linenumber">5</context>
3261 </context-group> 3238 </context-group>
3262 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">5</context></context-group> 3239
3263 </trans-unit> 3240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3264 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507"> 3241 <source>Follow domain</source><target state="new">Follow domain</target>
3265 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3242 <context-group purpose="location">
3266 <target> 3243 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3267 Parece que no estas en un servidor HTTPS. Tu servidor web ha de tener TLS activador para seguir a otros servidores. 3244 <context context-type="linenumber">15</context>
3268 </target>
3269 <context-group name="null">
3270 <context context-type="linenumber">17</context>
3271 </context-group>
3272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">17</context></context-group>
3273 </trans-unit>
3274 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
3275 <source>Add following</source>
3276 <target>Añadir seguimiento</target>
3277 <context-group name="null">
3278 <context context-type="linenumber">21</context>
3279 </context-group> 3245 </context-group>
3280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group>
3281 </trans-unit> 3246 </trans-unit>
3247
3248
3282 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3249 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3283 <source>Filter...</source> 3250 <source>Filter...</source>
3284 <target>Filtrar...</target> 3251 <target>Filtrar...</target>
3285 <context-group name="null"> 3252 <context-group name="null">
3286 <context context-type="linenumber">27</context> 3253 <context context-type="linenumber">27</context>
3287 </context-group> 3254 </context-group>
3288 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</context></context-group> 3255
3289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">9</context></context-group> 3256
3290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">27</context></context-group> 3257
3291 </trans-unit> 3258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3292 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3259 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3293 <source>ID</source> 3260 <source>ID</source>
3294 <target>ID</target> 3261 <target>ID</target>
3295 <context-group name="null"> 3262 <context-group name="null">
3296 <context context-type="linenumber">18</context> 3263 <context context-type="linenumber">18</context>
3297 </context-group> 3264 </context-group>
3298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 3265
3299 </trans-unit> 3266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3300 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3267 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3301 <source>Follower handle</source> 3268 <source>Follower handle</source>
3302 <target state="translated">Control de seguidor</target> 3269 <target state="translated">Control de seguidor</target>
@@ -3308,80 +3275,65 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3308 <context-group name="null"> 3275 <context-group name="null">
3309 <context context-type="linenumber">10</context> 3276 <context context-type="linenumber">10</context>
3310 </context-group> 3277 </context-group>
3311 <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> 3278
3312 <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> 3279
3313 </trans-unit> 3280 <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>
3314 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3281 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3315 <source>Delayed.</source> 3282 <source>Delayed.</source>
3316 <target state="translated">Retrasado.</target> 3283 <target state="translated">Retrasado.</target>
3317 <context-group purpose="location"> 3284
3318 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3319 <context context-type="linenumber">42</context>
3320 </context-group>
3321 </trans-unit>
3322 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3286 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3323 <source>Will start soon...</source> 3287 <source>Will start soon...</source>
3324 <target state="translated">Empezara pronto...</target> 3288 <target state="translated">Empezara pronto...</target>
3325 <context-group purpose="location"> 3289
3326 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3327 <context context-type="linenumber">43</context>
3328 </context-group>
3329 </trans-unit>
3330 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3291 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3331 <source>Running...</source> 3292 <source>Running...</source>
3332 <target state="translated">Corriendo...</target> 3293 <target state="translated">Corriendo...</target>
3333 <context-group purpose="location"> 3294
3334 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3295 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3335 <context context-type="linenumber">44</context>
3336 </context-group>
3337 </trans-unit>
3338 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3296 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3339 <source>Finished</source> 3297 <source>Finished</source>
3340 <target state="translated">Terminado</target> 3298 <target state="translated">Terminado</target>
3341 <context-group purpose="location"> 3299
3342 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3343 <context context-type="linenumber">45</context>
3344 </context-group>
3345 </trans-unit>
3346 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3301 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3347 <source>Failed</source> 3302 <source>Failed</source>
3348 <target state="translated">fallado</target> 3303 <target state="translated">fallado</target>
3349 <context-group purpose="location"> 3304
3350 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3305 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3351 <context context-type="linenumber">46</context>
3352 </context-group>
3353 </trans-unit>
3354 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3306 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3355 <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> 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>
3356 <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> 3308 <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>
3357 <context-group name="null"> 3309 <context-group name="null">
3358 <context context-type="linenumber">11</context> 3310 <context context-type="linenumber">11</context>
3359 </context-group> 3311 </context-group>
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> 3312
3361 <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
3362 <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
3363 <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
3364 <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> 3316
3365 <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
3366 </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">24</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">46</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">11</context></context-group><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><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>
3367 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3319 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3368 <source>Accepted</source> 3320 <source>Accepted</source>
3369 <target>Aceptado</target> 3321 <target>Aceptado</target>
3370 <context-group name="null"> 3322 <context-group name="null">
3371 <context context-type="linenumber">32</context> 3323 <context context-type="linenumber">32</context>
3372 </context-group> 3324 </context-group>
3373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3325
3374 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3326
3375 </trans-unit> 3327 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3376 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3328 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3377 <source>Pending</source> 3329 <source>Pending</source>
3378 <target>Pendiente</target> 3330 <target>Pendiente</target>
3379 <context-group name="null"> 3331 <context-group name="null">
3380 <context context-type="linenumber">33</context> 3332 <context context-type="linenumber">33</context>
3381 </context-group> 3333 </context-group>
3382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3334
3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3335
3384 </trans-unit> 3336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3385 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3337 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3386 <source>Accept</source> 3338 <source>Accept</source>
3387 <target state="translated">Aceptar</target> 3339 <target state="translated">Aceptar</target>
@@ -3396,6 +3348,12 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3396 </context-group> 3348 </context-group>
3397 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3349 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3398 <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">42</context></context-group> 3350 <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">42</context></context-group>
3351 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3352 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3353 <context-group purpose="location">
3354 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3355 <context context-type="linenumber">3</context>
3356 </context-group>
3399 </trans-unit> 3357 </trans-unit>
3400 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 3358 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3401 <source>Host</source> 3359 <source>Host</source>
@@ -3403,24 +3361,32 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3403 <context-group name="null"> 3361 <context-group name="null">
3404 <context context-type="linenumber">19</context> 3362 <context context-type="linenumber">19</context>
3405 </context-group> 3363 </context-group>
3406 <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> 3364
3407 </trans-unit> 3365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3408 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3366 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3409 <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> 3367 <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>
3410 <target state="translated">Redundancia permitida <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> 3368 <target state="translated">Redundancia permitida <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>
3369
3370 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3371 <source>Follow domains</source><target state="new">Follow domains</target>
3411 <context-group purpose="location"> 3372 <context-group purpose="location">
3412 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3373 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3413 <context context-type="linenumber">21</context> 3374 <context context-type="linenumber">50</context>
3414 </context-group> 3375 </context-group>
3415 </trans-unit> 3376 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3416 <trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3377 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3417 <source>Video redundancies list</source>
3418 <target state="translated">Lista de redundancias de video</target>
3419 <context-group purpose="location"> 3378 <context-group purpose="location">
3420 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3379 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3421 <context context-type="linenumber">2</context> 3380 <context context-type="linenumber">7</context>
3381 </context-group>
3382 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3383 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3384 <context-group purpose="location">
3385 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3386 <context context-type="linenumber">8</context>
3422 </context-group> 3387 </context-group>
3423 </trans-unit> 3388 </trans-unit>
3389
3424 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 3390 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
3425 <source>Create user</source> 3391 <source>Create user</source>
3426 <target>Crear usuario</target> 3392 <target>Crear usuario</target>
@@ -3475,13 +3441,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3475 <context-group name="null"> 3441 <context-group name="null">
3476 <context context-type="linenumber">43</context> 3442 <context context-type="linenumber">43</context>
3477 </context-group> 3443 </context-group>
3478 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3444
3479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3445
3480 <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> 3446
3481 </trans-unit> 3447 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit>
3482 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3448 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3483 <source>Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3449 <source>
3484 <target state="translated">La transcodificación está habilitada. La cuota de video solo tiene en cuenta<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;"/> tamaño de vídeo. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Como máximo, este usuario podría subir ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target> 3450 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3451 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3452 </source>
3453 <target state="translated">La transcodificación está habilitada. La cuota de video solo tiene en cuenta<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>"/> tamaño de vídeo. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Como máximo, este usuario podría subir ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target>
3485 <context-group purpose="location"> 3454 <context-group purpose="location">
3486 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3455 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3487 <context context-type="linenumber">148</context> 3456 <context context-type="linenumber">148</context>
@@ -3561,31 +3530,38 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3561 <context-group name="null"> 3530 <context-group name="null">
3562 <context context-type="linenumber">19</context> 3531 <context context-type="linenumber">19</context>
3563 </context-group> 3532 </context-group>
3564 <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> 3533
3565 </trans-unit> 3534 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3566 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3535 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3567 <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> 3536 <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>
3568 <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> 3537 <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>
3569 <context-group name="null"> 3538 <context-group name="null">
3570 <context context-type="linenumber">40</context> 3539 <context context-type="linenumber">40</context>
3571 </context-group> 3540 </context-group>
3572 <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> 3541
3573 </trans-unit> 3542 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3574 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3543 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3575 <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> 3544 <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>
3576 <target state="translated">Quota de video <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> 3545 <target state="translated">Quota de video <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>
3577 <context-group purpose="location"> 3546
3578 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3547 <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></trans-unit>
3579 <context context-type="linenumber">42</context>
3580 </context-group>
3581 </trans-unit>
3582 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3548 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3583 <source>(banned)</source> 3549 <source>(banned)</source>
3584 <target>(expulsado)</target> 3550 <target>(expulsado)</target>
3585 <context-group name="null"> 3551 <context-group name="null">
3586 <context context-type="linenumber">65</context> 3552 <context context-type="linenumber">65</context>
3587 </context-group> 3553 </context-group>
3588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group> 3554
3555 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3556 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3557 <context-group purpose="location">
3558 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3559 <context context-type="linenumber">65</context>
3560 </context-group>
3561 <context-group purpose="location">
3562 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3563 <context context-type="linenumber">27</context>
3564 </context-group>
3589 </trans-unit> 3565 </trans-unit>
3590 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3566 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3591 <source>User's email must be verified to login</source> 3567 <source>User's email must be verified to login</source>
@@ -3593,23 +3569,29 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3593 <context-group name="null"> 3569 <context-group name="null">
3594 <context context-type="linenumber">72</context> 3570 <context context-type="linenumber">72</context>
3595 </context-group> 3571 </context-group>
3596 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group> 3572
3597 </trans-unit> 3573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3598 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3574 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3599 <source>User's email is verified / User can login without email verification</source> 3575 <source>User's email is verified / User can login without email verification</source>
3600 <target>La dirección de correo electrónico del usuario ha sido verificada / El usuario puede conectarse sin verificación de dirección de correo electrónico</target> 3576 <target>La dirección de correo electrónico del usuario ha sido verificada / El usuario puede conectarse sin verificación de dirección de correo electrónico</target>
3601 <context-group name="null"> 3577 <context-group name="null">
3602 <context context-type="linenumber">76</context> 3578 <context context-type="linenumber">76</context>
3603 </context-group> 3579 </context-group>
3604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group> 3580
3605 </trans-unit> 3581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3606 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3582 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3607 <source>Ban reason:</source> 3583 <source>Ban reason:</source>
3608 <target>Razón de la expulsión:</target> 3584 <target>Razón de la expulsión:</target>
3609 <context-group name="null"> 3585 <context-group name="null">
3610 <context context-type="linenumber">95</context> 3586 <context context-type="linenumber">95</context>
3611 </context-group> 3587 </context-group>
3612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group> 3588
3589 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3590 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3591 <context-group purpose="location">
3592 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3593 <context context-type="linenumber">15</context>
3594 </context-group>
3613 </trans-unit> 3595 </trans-unit>
3614 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3596 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
3615 <source>Moderation</source> 3597 <source>Moderation</source>
@@ -3659,98 +3641,101 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3659 <context context-type="linenumber">13</context> 3641 <context context-type="linenumber">13</context>
3660 </context-group> 3642 </context-group>
3661 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3643 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3644 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3645 <source>Video <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">Video <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>
3646 <context-group purpose="location">
3647 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3648 <context context-type="linenumber">10</context>
3649 </context-group>
3662 </trans-unit> 3650 </trans-unit>
3663 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3651 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3664 <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> 3652 <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>
3665 <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> 3653 <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>
3666 <context-group name="null"> 3654 <context-group name="null">
3667 <context context-type="linenumber">8</context> 3655 <context context-type="linenumber">8</context>
3668 </context-group> 3656 </context-group>
3669 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3657
3670 <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">8</context></context-group> 3658
3671 </trans-unit> 3659 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3672 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3660 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3673 <source>Video URL</source> 3661 <source>Video URL</source>
3674 <target state="translated">Video URL</target> 3662 <target state="translated">Video URL</target>
3675 <context-group purpose="location"> 3663
3676 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3664 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3677 <context context-type="linenumber">24</context>
3678 </context-group>
3679 </trans-unit>
3680 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3665 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3681 <source>Total size</source> 3666 <source>Total size</source>
3682 <target state="translated">Tamaño total</target> 3667 <target state="translated">Tamaño total</target>
3668
3669 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3670 <source>List redundancies</source><target state="new">List redundancies</target>
3683 <context-group purpose="location"> 3671 <context-group purpose="location">
3684 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3672 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3685 <context context-type="linenumber">25</context> 3673 <context context-type="linenumber">33</context>
3686 </context-group> 3674 </context-group>
3687 </trans-unit> 3675 </trans-unit>
3688 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3676 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3689 <source>Enabled strategies stats</source> 3677 <source>Enabled strategies stats</source>
3690 <target state="translated">Estadísticas de estrategias habilitadas</target> 3678 <target state="translated">Estadísticas de estrategias habilitadas</target>
3691 <context-group purpose="location"> 3679
3692 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3680 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
3693 <context context-type="linenumber">69</context>
3694 </context-group>
3695 </trans-unit>
3696 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3681 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3697 <source>No redundancy strategy is enabled on your instance.</source> 3682 <source>No redundancy strategy is enabled on your instance.</source>
3698 <target state="translated">No hay una estrategia de redundancia habilitada en su instancia.</target> 3683 <target state="translated">No hay una estrategia de redundancia habilitada en su instancia.</target>
3699 <context-group purpose="location"> 3684
3700 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3701 <context context-type="linenumber">73</context>
3702 </context-group>
3703 </trans-unit>
3704 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3686 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3705 <source>Sensitive</source> 3687 <source>Sensitive</source>
3706 <target>Sensible</target> 3688 <target>Sensible</target>
3707 <context-group name="null"> 3689 <context-group name="null">
3708 <context context-type="linenumber">9</context> 3690 <context context-type="linenumber">9</context>
3709 </context-group> 3691 </context-group>
3710 <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">9</context></context-group> 3692
3711 </trans-unit> 3693 <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">11</context></context-group></trans-unit>
3712 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3694 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3713 <source>Unfederated</source> 3695 <source>Unfederated</source>
3714 <target state="translated">No federado</target> 3696 <target state="translated">No federado</target>
3715 <context-group purpose="location"> 3697
3716 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3698 <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">12</context></context-group></trans-unit>
3717 <context context-type="linenumber">10</context>
3718 </context-group>
3719 </trans-unit>
3720 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3699 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3721 <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> 3700 <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>
3722 <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> 3701 <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>
3723 <context-group name="null"> 3702 <context-group name="null">
3724 <context context-type="linenumber">11</context> 3703 <context context-type="linenumber">11</context>
3725 </context-group> 3704 </context-group>
3726 <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">11</context></context-group> 3705
3727 </trans-unit> 3706 <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">13</context></context-group></trans-unit>
3728 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3707 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3729 <source>Go to the video</source> 3708 <source>Go to the video</source>
3730 <target>Ir al vídeo</target> 3709 <target>Ir al vídeo</target>
3731 <context-group name="null"> 3710 <context-group name="null">
3732 <context context-type="linenumber">33</context> 3711 <context context-type="linenumber">33</context>
3733 </context-group> 3712 </context-group>
3734 <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">25</context></context-group> 3713
3735 <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">33</context></context-group> 3714
3736 <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">33</context></context-group> 3715
3737 </trans-unit> 3716 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3738 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3717 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3739 <source>Actions</source> 3718 <source>Actions</source>
3740 <target>Acciones</target> 3719 <target>Acciones</target>
3741 <context-group name="null"> 3720 <context-group name="null">
3742 <context context-type="linenumber">44</context> 3721 <context context-type="linenumber">44</context>
3743 </context-group> 3722 </context-group>
3744 <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">35</context></context-group> 3723
3745 <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">44</context></context-group> 3724
3746 </trans-unit> 3725 <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">38</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">57</context></context-group></trans-unit>
3747 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3726 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3748 <source>Blacklist reason:</source> 3727 <source>Blacklist reason:</source>
3749 <target>Razón del bloqueo:</target> 3728 <target>Razón del bloqueo:</target>
3750 <context-group name="null"> 3729 <context-group name="null">
3751 <context context-type="linenumber">43</context> 3730 <context context-type="linenumber">43</context>
3752 </context-group> 3731 </context-group>
3753 <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">43</context></context-group> 3732
3733 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3734 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3735 <context-group purpose="location">
3736 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3737 <context context-type="linenumber">5</context>
3738 </context-group>
3754 </trans-unit> 3739 </trans-unit>
3755 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 3740 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
3756 <source>Moderation comment</source> 3741 <source>Moderation comment</source>
@@ -3768,47 +3753,53 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3768 <context-group name="null"> 3753 <context-group name="null">
3769 <context context-type="linenumber">18</context> 3754 <context context-type="linenumber">18</context>
3770 </context-group> 3755 </context-group>
3771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">18</context></context-group> 3756
3772 </trans-unit> 3757 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3773 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3758 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3774 <source>Update this comment</source> 3759 <source>Update this comment</source>
3775 <target>Actualizar este comentario</target> 3760 <target>Actualizar este comentario</target>
3776 <context-group name="null"> 3761 <context-group name="null">
3777 <context context-type="linenumber">26</context> 3762 <context context-type="linenumber">26</context>
3778 </context-group> 3763 </context-group>
3779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group> 3764
3780 </trans-unit> 3765 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3781 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3766 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3782 <source>Reporter</source> 3767 <source>Reporter</source>
3783 <target>Reportador</target> 3768 <target>Reportador</target>
3784 <context-group name="null"> 3769 <context-group name="null">
3785 <context context-type="linenumber">8</context> 3770 <context context-type="linenumber">8</context>
3786 </context-group> 3771 </context-group>
3787 <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">8</context></context-group> 3772
3788 </trans-unit> 3773 <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">10</context></context-group></trans-unit>
3789 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3774 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3790 <source>Video</source> 3775 <source>Video</source>
3791 <target>Vídeo</target> 3776 <target>Vídeo</target>
3792 <context-group name="null"> 3777 <context-group name="null">
3793 <context context-type="linenumber">9</context> 3778 <context context-type="linenumber">9</context>
3794 </context-group> 3779 </context-group>
3795 <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">10</context></context-group> 3780
3796 <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">14</context></context-group> 3781
3797 <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> 3782
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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3784 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3785 <context-group purpose="location">
3786 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3787 <context context-type="linenumber">46</context>
3788 </context-group>
3798 </trans-unit> 3789 </trans-unit>
3799 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3790 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3800 <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> 3791 <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>
3801 <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> 3792 <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>
3802 <context-group name="null"> 3793 <context-group name="null">
3803 <context context-type="linenumber">11</context> 3794 <context context-type="linenumber">11</context>
3804 </context-group> 3795 </context-group>
3805 <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> 3796
3806 <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> 3797
3807 <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> 3798
3808 </trans-unit> 3799 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3809 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3800 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3810 <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> 3801 <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>
3811 <target state="translated">Puntuación<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> 3802 <target state="translated">Puntuación<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>
3812 <context-group purpose="location"> 3803 <context-group purpose="location">
3813 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3804 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3814 <context context-type="linenumber">18</context> 3805 <context context-type="linenumber">18</context>
@@ -3820,25 +3811,30 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3820 <context-group name="null"> 3811 <context-group name="null">
3821 <context context-type="linenumber">27</context> 3812 <context context-type="linenumber">27</context>
3822 </context-group> 3813 </context-group>
3823 <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">25</context></context-group> 3814
3824 <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">27</context></context-group> 3815
3825 </trans-unit> 3816 <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">27</context></context-group></trans-unit>
3826 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3817 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
3827 <source>Reason:</source> 3818 <source>Reason:</source>
3828 <target>Razón:</target> 3819 <target>Razón:</target>
3829 <context-group name="null"> 3820 <context-group name="null">
3830 <context context-type="linenumber">53</context> 3821 <context context-type="linenumber">53</context>
3831 </context-group> 3822 </context-group>
3832 <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">53</context></context-group> 3823
3833 </trans-unit> 3824 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3834 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 3825 <source>Note:</source><target state="new">Note:</target>
3835 <source>Moderation comment:</source> 3826 <context-group purpose="location">
3836 <target>Comentario de moderación:</target> 3827 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3837 <context-group name="null"> 3828 <context context-type="linenumber">72</context>
3838 <context context-type="linenumber">57</context> 3829 </context-group>
3830 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3831 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3832 <context-group purpose="location">
3833 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3834 <context context-type="linenumber">5</context>
3839 </context-group> 3835 </context-group>
3840 <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">57</context></context-group>
3841 </trans-unit> 3836 </trans-unit>
3837
3842 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3838 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3843 <source>Unblacklist</source> 3839 <source>Unblacklist</source>
3844 <target>Sacar de lista negra</target> 3840 <target>Sacar de lista negra</target>
@@ -3847,6 +3843,12 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3847 </context-group> 3843 </context-group>
3848 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 3844 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
3849 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 3845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3846 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3847 <source>Mute domain</source><target state="new">Mute domain</target>
3848 <context-group purpose="location">
3849 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3850 <context context-type="linenumber">11</context>
3851 </context-group>
3850 </trans-unit> 3852 </trans-unit>
3851 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3853 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3852 <source>Instance</source> 3854 <source>Instance</source>
@@ -3854,31 +3856,53 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3854 <context-group name="null"> 3856 <context-group name="null">
3855 <context context-type="linenumber">5</context> 3857 <context context-type="linenumber">5</context>
3856 </context-group> 3858 </context-group>
3857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 3859
3858 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 3860
3859 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3861
3860 </trans-unit> 3862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3861 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3863 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3862 <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> 3864 <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>
3863 <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> 3865 <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>
3864 <context-group name="null"> 3866 <context-group name="null">
3865 <context context-type="linenumber">13</context> 3867 <context context-type="linenumber">13</context>
3866 </context-group> 3868 </context-group>
3867 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3869
3868 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3870
3869 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3871
3870 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3872
3871 </trans-unit> 3873 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3872 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 3874 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3873 <source>Unmute</source> 3875 <source>Unmute</source>
3874 <target>Dejar de silenciar</target> 3876 <target>Dejar de silenciar</target>
3875 <context-group name="null"> 3877 <context-group name="null">
3876 <context context-type="linenumber">23</context> 3878 <context context-type="linenumber">23</context>
3877 </context-group> 3879 </context-group>
3878 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group> 3880
3879 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 3881
3880 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group> 3882
3881 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group> 3883
3884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3885 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3886 <context-group purpose="location">
3887 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3888 <context context-type="linenumber">5</context>
3889 </context-group>
3890 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3891 <source>
3892 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3893 </source><target state="new">
3894 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3895 </target>
3896 <context-group purpose="location">
3897 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3898 <context context-type="linenumber">37</context>
3899 </context-group>
3900 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3901 <source>Mute domains</source><target state="new">Mute domains</target>
3902 <context-group purpose="location">
3903 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3904 <context context-type="linenumber">35</context>
3905 </context-group>
3882 </trans-unit> 3906 </trans-unit>
3883 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 3907 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3884 <source>Account</source> 3908 <source>Account</source>
@@ -3886,8 +3910,14 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3886 <context-group name="null"> 3910 <context-group name="null">
3887 <context context-type="linenumber">12</context> 3911 <context context-type="linenumber">12</context>
3888 </context-group> 3912 </context-group>
3889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 3913
3890 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 3914
3915 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3916 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3917 <context-group purpose="location">
3918 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3919 <context context-type="linenumber">5</context>
3920 </context-group>
3891 </trans-unit> 3921 </trans-unit>
3892 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3922 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
3893 <source>Plugins/Themes</source> 3923 <source>Plugins/Themes</source>
@@ -4034,38 +4064,25 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4034 <context context-type="linenumber">9</context> 4064 <context context-type="linenumber">9</context>
4035 </context-group> 4065 </context-group>
4036 </trans-unit> 4066 </trans-unit>
4037 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 4067
4038 <source>Jobs list</source>
4039 <target>Lista de tareas</target>
4040 <context-group name="null">
4041 <context context-type="linenumber">2</context>
4042 </context-group>
4043 <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>
4044 </trans-unit>
4045 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 4068 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4046 <source>Job type</source> 4069 <source>Job type</source>
4047 <target state="translated">Tipo de trabajo</target> 4070 <target state="translated">Tipo de trabajo</target>
4048 <context-group purpose="location"> 4071
4049 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4072 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
4050 <context context-type="linenumber">5</context>
4051 </context-group>
4052 </trans-unit>
4053 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 4073 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4054 <source>Job state</source> 4074 <source>Job state</source>
4055 <target state="translated">Estado del trabajo</target> 4075 <target state="translated">Estado del trabajo</target>
4056 <context-group purpose="location"> 4076
4057 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4077 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4058 <context context-type="linenumber">14</context>
4059 </context-group>
4060 </trans-unit>
4061 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4078 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
4062 <source>Type</source> 4079 <source>Type</source>
4063 <target>Tipo</target> 4080 <target>Tipo</target>
4064 <context-group name="null"> 4081 <context-group name="null">
4065 <context context-type="linenumber">19</context> 4082 <context context-type="linenumber">19</context>
4066 </context-group> 4083 </context-group>
4067 <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> 4084
4068 </trans-unit> 4085 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4069 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 4086 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
4070 <source>Refresh</source> 4087 <source>Refresh</source>
4071 <target state="translated">Actualizar</target> 4088 <target state="translated">Actualizar</target>
@@ -4080,8 +4097,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4080 </context-group> 4097 </context-group>
4081 </trans-unit> 4098 </trans-unit>
4082 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4099 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4083 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4100 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4084 <target state="translated">Por <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4101 <target state="translated">Por <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4085 <context-group purpose="location"> 4102 <context-group purpose="location">
4086 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4103 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4087 <context context-type="linenumber">32</context> 4104 <context context-type="linenumber">32</context>
@@ -4118,58 +4135,40 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4118 <trans-unit id="f871b41bfbdb193507cce2cd848c2d02bde77a03" datatype="html"> 4135 <trans-unit id="f871b41bfbdb193507cce2cd848c2d02bde77a03" datatype="html">
4119 <source>No results found</source> 4136 <source>No results found</source>
4120 <target state="translated">No se han encontrado resultados</target> 4137 <target state="translated">No se han encontrado resultados</target>
4121 <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">33</context></context-group> 4138
4122 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group> 4139
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">65</context></context-group> 4140
4124 </trans-unit> 4141 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
4125 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4142 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4126 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4143 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4127 <target state="translated">El<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sistema de intercambio<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implica que cierta información técnica sobre su sistema (como una dirección IP pública) puede enviarse a otros pares, pero ayuda en gran medida a reducir la carga del servidor.</target> 4144 <target state="translated">El<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sistema de intercambio<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implica que cierta información técnica sobre su sistema (como una dirección IP pública) puede enviarse a otros pares, pero ayuda en gran medida a reducir la carga del servidor.</target>
4128 <context-group purpose="location"> 4145
4129 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4146 <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">47</context></context-group></trans-unit>
4130 <context context-type="linenumber">46</context>
4131 </context-group>
4132 </trans-unit>
4133 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4147 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4134 <source>Help share videos being played</source> 4148 <source>Help share videos being played</source>
4135 <target state="translated">Ayuda a compartir videos que se están reproduciendo</target> 4149 <target state="translated">Ayuda a compartir videos que se están reproduciendo</target>
4136 <context-group purpose="location"> 4150
4137 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4151 <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">44</context></context-group></trans-unit>
4138 <context context-type="linenumber">43</context>
4139 </context-group>
4140 </trans-unit>
4141 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html"> 4152 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4142 <source>When on a video page, directly start playing the video.</source> 4153 <source>When on a video page, directly start playing the video.</source>
4143 <target state="translated">Cuando esté en una página de video, comience a reproducir el video directamente.</target> 4154 <target state="translated">Cuando esté en una página de video, comience a reproducir el video directamente.</target>
4144 <context-group purpose="location"> 4155
4145 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4156 <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">58</context></context-group></trans-unit>
4146 <context context-type="linenumber">57</context>
4147 </context-group>
4148 </trans-unit>
4149 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html"> 4157 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4150 <source>Automatically play videos</source> 4158 <source>Automatically play videos</source>
4151 <target state="translated">Reproduce videos automáticamente</target> 4159 <target state="translated">Reproduce videos automáticamente</target>
4152 <context-group purpose="location"> 4160
4153 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4161 <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">55</context></context-group></trans-unit>
4154 <context context-type="linenumber">54</context>
4155 </context-group>
4156 </trans-unit>
4157 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html"> 4162 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4158 <source>When a video ends, follow up with the next suggested video.</source> 4163 <source>When a video ends, follow up with the next suggested video.</source>
4159 <target state="translated">Cuando termina un video, siga con el siguiente video sugerido.</target> 4164 <target state="translated">Cuando termina un video, siga con el siguiente video sugerido.</target>
4160 <context-group purpose="location"> 4165
4161 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4166 <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">69</context></context-group></trans-unit>
4162 <context context-type="linenumber">68</context>
4163 </context-group>
4164 </trans-unit>
4165 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html"> 4167 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4166 <source>Automatically start playing the next video</source> 4168 <source>Automatically start playing the next video</source>
4167 <target state="translated">Comienza a reproducir automáticamente el siguiente video</target> 4169 <target state="translated">Comienza a reproducir automáticamente el siguiente video</target>
4168 <context-group purpose="location"> 4170
4169 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4171 <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">66</context></context-group></trans-unit>
4170 <context context-type="linenumber">65</context>
4171 </context-group>
4172 </trans-unit>
4173 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 4172 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
4174 <source>Main languages you/your moderators speak</source> 4173 <source>Main languages you/your moderators speak</source>
4175 <target state="translated">Principales idiomas que usted/sus moderadores hablan</target> 4174 <target state="translated">Principales idiomas que usted/sus moderadores hablan</target>
@@ -4181,8 +4180,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
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">75</context></context-group> 4180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4182 </trans-unit> 4181 </trans-unit>
4183 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4182 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4184 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4183 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4185 <target state="translated">Gestiona <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>usuarios<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> para establecer un equipo de moderación. </target> 4184 <target state="translated">Gestiona <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>usuarios<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> para establecer un equipo de moderación. </target>
4186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4187 </trans-unit> 4186 </trans-unit>
4188 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html"> 4187 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html">
@@ -4191,8 +4190,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4190 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4192 </trans-unit> 4191 </trans-unit>
4193 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4192 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4194 <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> 4193 <source>
4195 <target state="translated">Habilitarlo permitirá que otros administradores sepan que usted está federando principalmente contenido confidencial.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Además, la casilla de verificación NSFW en la carga de video se marcará automáticamente de forma predeterminada. </target> 4194 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/>"/>
4195 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4196 </source>
4197 <target state="translated">Habilitarlo permitirá que otros administradores sepan que usted está federando principalmente contenido confidencial.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Además, la casilla de verificación NSFW en la carga de video se marcará automáticamente de forma predeterminada. </target>
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">90</context></context-group> 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">90</context></context-group>
4197 </trans-unit> 4199 </trans-unit>
4198 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4200 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
@@ -4204,8 +4206,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4206 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4205 </trans-unit> 4207 </trans-unit>
4206 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4208 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4207 <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> 4209 <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>
4208 <target state="translated">Con<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>No enumerar<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> o <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Difuminar miniaturas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, se solicitará una confirmación para ver el video. </target> 4210 <target state="translated">Con<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>No enumerar<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> o <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Difuminar miniaturas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, se solicitará una confirmación para ver el video. </target>
4209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4210 </trans-unit> 4212 </trans-unit>
4211 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4213 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4214,125 +4216,122 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4214 <context-group name="null"> 4216 <context-group name="null">
4215 <context context-type="linenumber">14</context> 4217 <context context-type="linenumber">14</context>
4216 </context-group> 4218 </context-group>
4217 <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">14</context></context-group> 4219
4218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group> 4220
4219 </trans-unit> 4221 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4220 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4222 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4221 <source>Blur thumbnails</source> 4223 <source>Blur thumbnails</source>
4222 <target>Difuminar miniaturas</target> 4224 <target>Difuminar miniaturas</target>
4223 <context-group name="null"> 4225 <context-group name="null">
4224 <context context-type="linenumber">15</context> 4226 <context context-type="linenumber">15</context>
4225 </context-group> 4227 </context-group>
4226 <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">15</context></context-group> 4228
4227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group> 4229
4228 </trans-unit> 4230 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4229 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4231 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4230 <source>Display</source> 4232 <source>Display</source>
4231 <target>Mostrar</target> 4233 <target>Mostrar</target>
4232 <context-group name="null"> 4234 <context-group name="null">
4233 <context context-type="linenumber">16</context> 4235 <context context-type="linenumber">16</context>
4234 </context-group> 4236 </context-group>
4235 <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">16</context></context-group> 4237
4236 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group> 4238
4237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group> 4239
4238 </trans-unit> 4240 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit>
4239 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4241 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4240 <source>Strategy</source> 4242 <source>Strategy</source>
4241 <target state="translated">Estrategia</target> 4243 <target state="translated">Estrategia</target>
4242 <context-group purpose="location"> 4244
4243 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4245 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4244 <context context-type="linenumber">22</context>
4245 </context-group>
4246 </trans-unit>
4247 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4246 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4248 <source>Terms</source> 4247 <source>Terms</source>
4249 <target>Términos de uso</target> 4248 <target>Términos de uso</target>
4250 <context-group name="null"> 4249 <context-group name="null">
4251 <context context-type="linenumber">88</context> 4250 <context context-type="linenumber">88</context>
4252 </context-group> 4251 </context-group>
4253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group> 4252
4254 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group> 4253
4255 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group> 4254
4256 </trans-unit> 4255 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4257 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 4256 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4258 <source>Code of conduct</source> 4257 <source>Code of conduct</source>
4259 <target state="translated">Código de Conducta</target> 4258 <target state="translated">Código de Conducta</target>
4260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group> 4259
4261 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group> 4260
4262 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group> 4261
4263 </trans-unit> 4262 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4264 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 4263 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4265 <source>Moderation information</source> 4264 <source>Moderation information</source>
4266 <target state="translated">Información de moderación</target> 4265 <target state="translated">Información de moderación</target>
4267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group> 4266
4268 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group> 4267
4269 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group> 4268
4270 </trans-unit> 4269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
4271 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 4270 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4272 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4271 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4273 <target state="translated">¿Quién modera la instancia? ¿Cuál es la política con respecto a los videos NSFW? Videos políticos? etc</target> 4272 <target state="translated">¿Quién modera la instancia? ¿Cuál es la política con respecto a los videos NSFW? Videos políticos? etc</target>
4274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group> 4273
4275 </trans-unit> 4274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit>
4276 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4275 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4277 <source>YOU AND YOUR INSTANCE</source> 4276 <source>YOU AND YOUR INSTANCE</source>
4278 <target state="translated">TU Y SU INSTANCIA</target> 4277 <target state="translated">TU Y SU INSTANCIA</target>
4279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group> 4278
4280 </trans-unit> 4279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit>
4281 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4280 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4282 <source>Who is behind the instance?</source> 4281 <source>Who is behind the instance?</source>
4283 <target state="translated">¿Quién está detrás de la instancia?</target> 4282 <target state="translated">¿Quién está detrás de la instancia?</target>
4284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group> 4283
4285 </trans-unit> 4284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
4286 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4285 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4287 <source>A single person? A non-profit? A company?</source> 4286 <source>A single person? A non-profit? A company?</source>
4288 <target state="translated">¿Una persona soltera? Una sin fines de lucro? ¿Una compañía?</target> 4287 <target state="translated">¿Una persona soltera? Una sin fines de lucro? ¿Una compañía?</target>
4289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group> 4288
4290 </trans-unit> 4289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
4291 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 4290 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4292 <source>Why did you create this instance?</source> 4291 <source>Why did you create this instance?</source>
4293 <target state="translated">¿Por qué creaste esta instancia?</target> 4292 <target state="translated">¿Por qué creaste esta instancia?</target>
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">171</context></context-group> 4293
4295 </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">172</context></context-group></trans-unit>
4296 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4295 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4297 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4296 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4298 <target state="translated">¿Para compartir tus videos personales? ¿Para abrir registros y permitir que las personas carguen lo que quieren?</target> 4297 <target state="translated">¿Para compartir tus videos personales? ¿Para abrir registros y permitir que las personas carguen lo que quieren?</target>
4299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group> 4298
4300 </trans-unit> 4299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit>
4301 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 4300 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4302 <source>How long do you plan to maintain this instance?</source> 4301 <source>How long do you plan to maintain this instance?</source>
4303 <target state="translated">¿Cuánto tiempo planea mantener esta instancia?</target> 4302 <target state="translated">¿Cuánto tiempo planea mantener esta instancia?</target>
4304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">182</context></context-group> 4303
4305 </trans-unit> 4304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit>
4306 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4305 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4307 <source>It's important to know for users who want to register on your instance</source> 4306 <source>It's important to know for users who want to register on your instance</source>
4308 <target state="translated">Es importante saber para los usuarios que desean registrarse en su instancia</target> 4307 <target state="translated">Es importante saber para los usuarios que desean registrarse en su instancia</target>
4309 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group> 4308
4310 </trans-unit> 4309 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit>
4311 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4310 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4312 <source>How will you finance the PeerTube server?</source> 4311 <source>How will you finance the PeerTube server?</source>
4313 <target state="translated">¿Cómo va a financiar el servidor PeerTube?</target> 4312 <target state="translated">¿Cómo va a financiar el servidor PeerTube?</target>
4314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">193</context></context-group> 4313
4315 </trans-unit> 4314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit>
4316 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4315 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4317 <source>With your own funds? With user donations? Advertising?</source> 4316 <source>With your own funds? With user donations? Advertising?</source>
4318 <target state="translated">¿Con tus propios fondos? ¿Con donaciones de usuarios? ¿Publicidad?</target> 4317 <target state="translated">¿Con tus propios fondos? ¿Con donaciones de usuarios? ¿Publicidad?</target>
4319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group> 4318
4320 </trans-unit> 4319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit>
4321 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4320 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4322 <source>OTHER INFORMATION</source> 4321 <source>OTHER INFORMATION</source>
4323 <target state="translated">OTRA INFORMACIÓN</target> 4322 <target state="translated">OTRA INFORMACIÓN</target>
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">208</context></context-group> 4323
4325 </trans-unit> 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">209</context></context-group></trans-unit>
4326 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4325 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4327 <source>What server/hardware does the instance run on?</source> 4326 <source>What server/hardware does the instance run on?</source>
4328 <target state="translated">¿En qué servidor / hardware se ejecuta la instancia?</target> 4327 <target state="translated">¿En qué servidor / hardware se ejecuta la instancia?</target>
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">214</context></context-group> 4328
4330 </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">215</context></context-group></trans-unit>
4331 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 4330 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4332 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source> 4331 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source>
4333 <target state="translated">es decir, 2vCore 2GB RAM, un enlace directo al servidor que alquila, etc.</target> 4332 <target state="translated">es decir, 2vCore 2GB RAM, un enlace directo al servidor que alquila, etc.</target>
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">215</context></context-group> 4333
4335 </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">216</context></context-group></trans-unit>
4336 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 4335 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4337 <source>Instance information</source> 4336 <source>Instance information</source>
4338 <target state="translated">Información de instancia</target> 4337 <target state="translated">Información de instancia</target>
@@ -4341,85 +4340,85 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4341 <trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 4340 <trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4342 <source>APPEARANCE</source> 4341 <source>APPEARANCE</source>
4343 <target state="translated">APARIENCIA</target> 4342 <target state="translated">APARIENCIA</target>
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">239</context></context-group> 4343
4345 </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">240</context></context-group></trans-unit>
4346 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4345 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4347 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4346 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4348 <target state="translated">Utilizar<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; temas<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>para cambios más involucrados, o<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>agregar ligeras personalizaciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 4347 <target state="translated">Utilizar<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; temas<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>para cambios más involucrados, o<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>agregar ligeras personalizaciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
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">240</context></context-group> 4348
4350 </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">241</context></context-group></trans-unit>
4351 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4350 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4352 <source>default</source> 4351 <source>default</source>
4353 <target state="translated">por defecto</target> 4352 <target state="translated">por defecto</target>
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">253</context></context-group> 4353
4355 </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">254</context></context-group></trans-unit>
4356 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4355 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4357 <source>Landing page</source> 4356 <source>Landing page</source>
4358 <target state="translated">Página de destino</target> 4357 <target state="translated">Página de destino</target>
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">262</context></context-group> 4358
4360 </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">263</context></context-group></trans-unit>
4361 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4360 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4362 <source>Discover videos</source> 4361 <source>Discover videos</source>
4363 <target state="translated">Descubre videos</target> 4362 <target state="translated">Descubre videos</target>
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">265</context></context-group> 4363
4365 </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">266</context></context-group></trans-unit>
4366 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4365 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4367 <source>Trending videos</source> 4366 <source>Trending videos</source>
4368 <target state="translated">Videos de tendencia</target> 4367 <target state="translated">Videos de tendencia</target>
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">266</context></context-group> 4368
4370 </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">267</context></context-group></trans-unit>
4371 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4370 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4372 <source>Most liked videos</source> 4371 <source>Most liked videos</source>
4373 <target state="translated">Videos recomendados</target> 4372 <target state="translated">Videos recomendados</target>
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">267</context></context-group> 4373
4375 </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">268</context></context-group></trans-unit>
4376 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4375 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4377 <source>Recently added videos</source> 4376 <source>Recently added videos</source>
4378 <target state="translated">Videos agregados recientemente</target> 4377 <target state="translated">Videos agregados recientemente</target>
4379 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group> 4378
4380 </trans-unit> 4379 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit>
4381 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4380 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4382 <source>Local videos</source> 4381 <source>Local videos</source>
4383 <target>Vídeos locales</target> 4382 <target>Vídeos locales</target>
4384 <context-group name="null"> 4383 <context-group name="null">
4385 <context context-type="linenumber">223</context> 4384 <context context-type="linenumber">223</context>
4386 </context-group> 4385 </context-group>
4387 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group> 4386
4388 </trans-unit> 4387 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit>
4389 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4388 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4390 <source>NEW USERS</source> 4389 <source>NEW USERS</source>
4391 <target state="translated">USUARIOS NUEVOS</target> 4390 <target state="translated">USUARIOS NUEVOS</target>
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">280</context></context-group> 4391
4393 </trans-unit> 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">281</context></context-group></trans-unit>
4394 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4393 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4395 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4394 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4396 <target state="translated">Gestionar<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>usuarios<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>para establecer su cuota individualmente. </target> 4395 <target state="translated">Gestionar<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>usuarios<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>para establecer su cuota individualmente. </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">281</context></context-group> 4396
4398 </trans-unit> 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">282</context></context-group></trans-unit>
4399 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4398 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4400 <source>Signup enabled</source> 4399 <source>Signup enabled</source>
4401 <target>Registro habilitado</target> 4400 <target>Registro habilitado</target>
4402 <context-group name="null"> 4401 <context-group name="null">
4403 <context context-type="linenumber">235</context> 4402 <context context-type="linenumber">235</context>
4404 </context-group> 4403 </context-group>
4405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">292</context></context-group> 4404
4406 </trans-unit> 4405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group></trans-unit>
4407 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4406 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4408 <source>Signup requires email verification</source> 4407 <source>Signup requires email verification</source>
4409 <target>La suscripción requiere una verificación mediante correo electrónico</target> 4408 <target>La suscripción requiere una verificación mediante correo electrónico</target>
4410 <context-group name="null"> 4409 <context-group name="null">
4411 <context context-type="linenumber">242</context> 4410 <context context-type="linenumber">242</context>
4412 </context-group> 4411 </context-group>
4413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">300</context></context-group> 4412
4414 </trans-unit> 4413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit>
4415 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4414 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4416 <source>Signup limit</source> 4415 <source>Signup limit</source>
4417 <target>Límite de registro</target> 4416 <target>Límite de registro</target>
4418 <context-group name="null"> 4417 <context-group name="null">
4419 <context context-type="linenumber">247</context> 4418 <context context-type="linenumber">247</context>
4420 </context-group> 4419 </context-group>
4421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">304</context></context-group> 4420
4422 </trans-unit> 4421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit>
4423 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4422 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4424 <source>Users</source> 4423 <source>Users</source>
4425 <target>Usuarios</target> 4424 <target>Usuarios</target>
@@ -4524,85 +4523,97 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4524 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 4523 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4525 <source>Default video quota per user</source> 4524 <source>Default video quota per user</source>
4526 <target state="translated">Cuota de video predeterminada por usuario</target> 4525 <target state="translated">Cuota de video predeterminada por usuario</target>
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">319</context></context-group> 4526
4528 </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">320</context></context-group></trans-unit>
4529 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4528 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4530 <source>Default daily upload limit per user</source> 4529 <source>Default daily upload limit per user</source>
4531 <target state="translated">Límite de carga diaria predeterminado por usuario</target> 4530 <target state="translated">Límite de carga diaria predeterminado por usuario</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">331</context></context-group> 4531
4533 </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">332</context></context-group></trans-unit>
4534 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4533 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4535 <source>NEW VIDEOS</source> 4534 <source>NEW VIDEOS</source>
4536 <target state="translated">VIDEOS NUEVOS</target> 4535 <target state="translated">VIDEOS NUEVOS</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">348</context></context-group> 4536
4538 </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">349</context></context-group></trans-unit>
4539 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4538 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4540 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4539 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4541 <target state="translated">Permitir importación con URL HTTP (es decir, YouTube)</target> 4540 <target state="translated">Permitir importación con URL HTTP (es decir, YouTube)</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">359</context></context-group> 4541
4543 </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">360</context></context-group></trans-unit>
4544 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4543 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4545 <source>Allow import with a torrent file or a magnet URI</source> 4544 <source>Allow import with a torrent file or a magnet URI</source>
4546 <target state="translated">Permitir importación con un archivo torrent o un URI de imán</target> 4545 <target state="translated">Permitir importación con un archivo torrent o un URI de imán</target>
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">366</context></context-group> 4546
4548 </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">367</context></context-group></trans-unit>
4549 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4548 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4550 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4549 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4551 <target state="translated">A menos que un usuario se marque como de confianza, sus videos permanecerán privados hasta que un moderador los revise.</target> 4550 <target state="translated">A menos que un usuario se marque como de confianza, sus videos permanecerán privados hasta que un moderador los revise.</target>
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">383</context></context-group> 4551
4553 </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">384</context></context-group></trans-unit>
4554 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4553 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4555 <source>Blacklist new videos automatically</source> 4554 <source>Blacklist new videos automatically</source>
4556 <target state="translated">Lista negra nuevos videos automáticamente</target> 4555 <target state="translated">Lista negra nuevos videos automáticamente</target>
4557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">380</context></context-group> 4556
4558 </trans-unit> 4557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group></trans-unit>
4559 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4558 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4560 <source>FEDERATION</source> 4559 <source>FEDERATION</source>
4561 <target state="translated">FEDERACIÓN</target> 4560 <target state="translated">FEDERACIÓN</target>
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">397</context></context-group> 4561
4563 </trans-unit> 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">398</context></context-group></trans-unit>
4564 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4563 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4565 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 4564 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4566 <target state="translated">Gestionar <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relaciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>con otras instancias. </target> 4565 <target state="translated">Gestionar <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relaciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>con otras instancias. </target>
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">398</context></context-group> 4566
4568 </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">399</context></context-group></trans-unit>
4569 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4568 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4570 <source>Other instances can follow yours</source> 4569 <source>Other instances can follow yours</source>
4571 <target state="translated">Otras instancias pueden seguir la tuya</target> 4570 <target state="translated">Otras instancias pueden seguir la tuya</target>
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">411</context></context-group> 4571
4573 </trans-unit> 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">412</context></context-group></trans-unit>
4574 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4573 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4575 <source>Manually approve new instance followers</source> 4574 <source>Manually approve new instance followers</source>
4576 <target state="translated">Aprobar manualmente nuevos seguidores de instancia</target> 4575 <target state="translated">Aprobar manualmente nuevos seguidores de instancia</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">418</context></context-group> 4576
4578 </trans-unit> 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">419</context></context-group></trans-unit>
4579 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4578 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4580 <source>Automatically follow back instances</source> 4579 <source>Automatically follow back instances</source>
4581 <target state="translated">Siga automáticamente las instancias posteriores</target> 4580 <target state="translated">Siga automáticamente las instancias posteriores</target>
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">431</context></context-group> 4581
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4583 <source>
4584 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4585 </source><target state="new">
4586 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4587 </target>
4588 <context-group purpose="location">
4589 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4590 <context context-type="linenumber">450</context>
4591 </context-group>
4583 </trans-unit> 4592 </trans-unit>
4584 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4593 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4585 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4594 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4586 <target state="translated">⚠️ Esta funcionalidad requiere mucha atención y moderación adicional.</target> 4595 <target state="translated">⚠️ Esta funcionalidad requiere mucha atención y moderación adicional.</target>
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">295</context></context-group> 4596
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">434</context></context-group> 4597
4589 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group> 4598
4590 </trans-unit> 4599 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4591 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4600 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4592 <source>Index URL</source> 4601 <source>Index URL</source>
4593 <target state="translated">URL de índice</target> 4602 <target state="translated">URL de índice</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">452</context></context-group> 4603
4595 </trans-unit> 4604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4596 <trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4605 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4597 <source>Automatically follow instances of the public index</source> 4606 <context-group purpose="location">
4598 <target state="translated">Siga automáticamente las instancias del índice público</target> 4607 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4599 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group> 4608 <context context-type="linenumber">445</context>
4609 </context-group>
4600 </trans-unit> 4610 </trans-unit>
4611
4601 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4612 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4602 <source>ADMINISTRATORS</source> 4613 <source>ADMINISTRATORS</source>
4603 <target state="translated">ADMINISTRADORES</target> 4614 <target state="translated">ADMINISTRADORES</target>
4604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">472</context></context-group> 4615
4605 </trans-unit> 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">477</context></context-group></trans-unit>
4606 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4617 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4607 <source>Administrator</source> 4618 <source>Administrator</source>
4608 <target>Administrador</target> 4619 <target>Administrador</target>
@@ -4617,226 +4628,253 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4617 <context-group name="null"> 4628 <context-group name="null">
4618 <context context-type="linenumber">387</context> 4629 <context context-type="linenumber">387</context>
4619 </context-group> 4630 </context-group>
4620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group> 4631
4621 </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">483</context></context-group></trans-unit>
4622 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4633 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4623 <source>Enable contact form</source> 4634 <source>Enable contact form</source>
4624 <target>Habilitar el formulario de contacto</target> 4635 <target>Habilitar el formulario de contacto</target>
4625 <context-group name="null"> 4636 <context-group name="null">
4626 <context context-type="linenumber">398</context> 4637 <context context-type="linenumber">398</context>
4627 </context-group> 4638 </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">489</context></context-group> 4639
4629 </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">494</context></context-group></trans-unit>
4630 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4641 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4631 <source>Basic configuration</source> 4642 <source>Basic configuration</source>
4632 <target>Configuración básica</target> 4643 <target>Configuración básica</target>
4633 <context-group name="null"> 4644 <context-group name="null">
4634 <context context-type="linenumber">195</context> 4645 <context context-type="linenumber">195</context>
4635 </context-group> 4646 </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">233</context></context-group> 4647
4637 </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">234</context></context-group></trans-unit>
4638 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4649 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4639 <source>TWITTER</source> 4650 <source>TWITTER</source>
4640 <target state="translated">TWITTER</target> 4651 <target state="translated">TWITTER</target>
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">506</context></context-group> 4652
4642 </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">511</context></context-group></trans-unit>
4643 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4654 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4644 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 4655 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4645 <target state="translated">Opcional. Si corresponde, proporcione la cuenta de Twitter que representa su instancia para mejorar las vistas previas de los enlaces.</target> 4656 <target state="translated">Opcional. Si corresponde, proporcione la cuenta de Twitter que representa su instancia para mejorar las vistas previas de los enlaces.</target>
4646 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">507</context></context-group> 4657
4647 </trans-unit> 4658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit>
4648 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4659 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4649 <source>Your Twitter username</source> 4660 <source>Your Twitter username</source>
4650 <target>Tu usuario de Twitter</target> 4661 <target>Tu usuario de Twitter</target>
4651 <context-group name="null"> 4662 <context-group name="null">
4652 <context context-type="linenumber">413</context> 4663 <context context-type="linenumber">413</context>
4653 </context-group> 4664 </context-group>
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">518</context></context-group> 4665
4655 </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">523</context></context-group></trans-unit>
4656 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4667 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4657 <source>Instance whitelisted by Twitter</source> 4668 <source>Instance whitelisted by Twitter</source>
4658 <target>Nodo en lista blanca de Twitter</target> 4669 <target>Nodo en lista blanca de Twitter</target>
4659 <context-group name="null"> 4670 <context-group name="null">
4660 <context context-type="linenumber">431</context> 4671 <context context-type="linenumber">431</context>
4661 </context-group> 4672 </context-group>
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">530</context></context-group> 4673
4663 </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">535</context></context-group></trans-unit>
4664 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4675 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4665 <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> 4676 <source>
4666 <target state="translated">Si su instancia está en la lista blanca de Twitter, se insertará un reproductor de video en el feed de Twitter en el video compartido de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Si la instancia no está en la lista blanca, utilizamos una tarjeta de enlace de imagen que redirigirá en su instancia de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Marque esta casilla de verificación, guarde la configuración y pruebe con una URL de video de su instancia (https://example.com/videos/watch/blabla) en<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. </target> 4677 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/>"/>
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">534</context></context-group> 4678 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/>"/>
4668 </trans-unit> 4679 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4680 <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>"/>
4681 to see if you instance is whitelisted.
4682 </source>
4683 <target state="translated">Si su instancia está en la lista blanca de Twitter, se insertará un reproductor de video en el feed de Twitter en el video compartido de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Si la instancia no está en la lista blanca, utilizamos una tarjeta de enlace de imagen que redirigirá en su instancia de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Marque esta casilla de verificación, guarde la configuración y pruebe con una URL de video de su instancia (https://example.com/videos/watch/blabla) en<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>"/> to see if you instance is whitelisted. </target>
4684
4685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit>
4669 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4686 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4670 <source>Services</source> 4687 <source>Services</source>
4671 <target>Servicios</target> 4688 <target>Servicios</target>
4672 <context-group name="null"> 4689 <context-group name="null">
4673 <context context-type="linenumber">405</context> 4690 <context context-type="linenumber">405</context>
4674 </context-group> 4691 </context-group>
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">500</context></context-group> 4692
4676 </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">505</context></context-group></trans-unit>
4677 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4694 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4678 <source>TRANSCODING</source> 4695 <source>TRANSCODING</source>
4679 <target state="translated">TRANSCODIFICACIÓN</target> 4696 <target state="translated">TRANSCODIFICACIÓN</target>
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">560</context></context-group> 4697
4681 </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">565</context></context-group></trans-unit>
4682 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4699 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4683 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 4700 <source>
4701 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4702 resources, this is a critical part of PeerTube, so tread carefully.
4703 </source>
4684 <target state="translated">Procese los videos cargados para que puedan reproducirse de manera que cualquier dispositivo pueda reproducirlos. Aunque es costoso en recursos, esta es una parte crítica de PeerTube, así que pise con cuidado.</target> 4704 <target state="translated">Procese los videos cargados para que puedan reproducirse de manera que cualquier dispositivo pueda reproducirlos. Aunque es costoso en recursos, esta es una parte crítica de PeerTube, así que pise con cuidado.</target>
4685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group> 4705
4686 </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">566</context></context-group></trans-unit>
4687 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4707 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4688 <source>Transcoding enabled</source> 4708 <source>Transcoding enabled</source>
4689 <target>Transcodificación activada</target> 4709 <target>Transcodificación activada</target>
4690 <context-group name="null"> 4710 <context-group name="null">
4691 <context context-type="linenumber">461</context> 4711 <context context-type="linenumber">461</context>
4692 </context-group> 4712 </context-group>
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">574</context></context-group> 4713
4694 </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">579</context></context-group></trans-unit>
4695 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4715 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4696 <source>If you disable transcoding, many videos from your users will not work!</source> 4716 <source>If you disable transcoding, many videos from your users will not work!</source>
4697 <target>¡Si desactivas la transcodificación, muchos vídeos de tus usuarios no funcionarán!</target> 4717 <target>¡Si desactivas la transcodificación, muchos vídeos de tus usuarios no funcionarán!</target>
4698 <context-group name="null"> 4718 <context-group name="null">
4699 <context context-type="linenumber">465</context> 4719 <context context-type="linenumber">465</context>
4700 </context-group> 4720 </context-group>
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">578</context></context-group> 4721
4702 </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">583</context></context-group></trans-unit>
4703 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4723 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4704 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 4724 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
4705 <target state="translated">Permite a los usuarios subir videos .mkv, .mov, .avi y .flv.</target> 4725 <target state="translated">Permite a los usuarios subir videos .mkv, .mov, .avi y .flv.</target>
4706 <context-group purpose="location"> 4726
4707 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4727 <context-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>
4708 <context context-type="linenumber">589</context>
4709 </context-group>
4710 </trans-unit>
4711 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4728 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4712 <source>Allow additional extensions</source> 4729 <source>Allow additional extensions</source>
4713 <target>Autorizar extensiones adicionales</target> 4730 <target>Autorizar extensiones adicionales</target>
4714 <context-group name="null"> 4731 <context-group name="null">
4715 <context context-type="linenumber">475</context> 4732 <context context-type="linenumber">475</context>
4716 </context-group> 4733 </context-group>
4717 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group> 4734
4718 </trans-unit> 4735 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit>
4719 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4736 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4720 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 4737 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
4721 <target state="translated">Permite a los usuarios cargar archivos de audio que se fusionarán con el archivo de vista previa en la carga.</target> 4738 <target state="translated">Permite a los usuarios cargar archivos de audio que se fusionarán con el archivo de vista previa en la carga.</target>
4722 <context-group purpose="location"> 4739
4723 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">605</context></context-group></trans-unit>
4724 <context context-type="linenumber">600</context>
4725 </context-group>
4726 </trans-unit>
4727 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4741 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4728 <source>Allow audio files upload</source> 4742 <source>Allow audio files upload</source>
4729 <target state="translated">Permitir subir archivos de audio</target> 4743 <target state="translated">Permitir subir archivos de audio</target>
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">597</context></context-group> 4744
4731 </trans-unit> 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">602</context></context-group></trans-unit>
4732 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4746 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4733 <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;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <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;"/> </source> 4747 <source>
4734 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, le sugerimos que no desactive el soporte de webtorrent por ahora<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 también habilitó el soporte HLS, multiplicará el almacenamiento de videos por 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Si está deshabilitado, rompe la federación con instancias de PeerTube &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </target> 4748 <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>"/>
4735 <context-group purpose="location"> 4749
4736 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4750 <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>"/>
4737 <context context-type="linenumber">612</context> 4751
4738 </context-group> 4752 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4739 </trans-unit> 4753
4754 <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>"/>
4755 </source>
4756 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, le sugerimos que no desactive el soporte de webtorrent por ahora<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Si también habilitó el soporte HLS, multiplicará el almacenamiento de videos por 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Si está deshabilitado, rompe la federación con instancias de PeerTube &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> </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">617</context></context-group></trans-unit>
4740 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4759 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4741 <source>WebTorrent support enabled</source> 4760 <source>WebTorrent support enabled</source>
4742 <target state="translated">Soporte de WebTorrent habilitado</target> 4761 <target state="translated">Soporte de WebTorrent habilitado</target>
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">609</context></context-group> 4762
4744 </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">614</context></context-group></trans-unit>
4745 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4764 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4746 <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> 4765 <source>
4747 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requiere 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;"/>Genera listas de reproducción HLS y archivos MP4 fragmentados que resulten en una mejor reproducción que con el reproductor predeterminado actual:<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;"/>El cambio de resolución es más suave<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;"/>Reproducción más rápida en particular con videos largos<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;"/>Reproducción más estable (menos errores / carga infinita)<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 también habilitaste el soporte de WebTorrent, multiplicará el almacenamiento de videos por 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target> 4766 <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>"/>
4748 <context-group purpose="location"> 4767
4749 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4768 <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>"/>
4750 <context context-type="linenumber">633</context> 4769 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4751 </context-group> 4770 <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>"/>
4752 </trans-unit> 4771 <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>"/>
4772 <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>"/>
4773 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4774
4775 <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>"/>
4776 </source>
4777 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requiere 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>"/>Genera listas de reproducción HLS y archivos MP4 fragmentados que resulten en una mejor reproducción que con el reproductor predeterminado actual:<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>"/>El cambio de resolución es más suave<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Reproducción más rápida en particular con videos largos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Reproducción más estable (menos errores / carga infinita)<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 también habilitaste el soporte de WebTorrent, multiplicará el almacenamiento de videos por 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target>
4778
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">638</context></context-group></trans-unit>
4753 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4780 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4754 <source>HLS support enabled</source> 4781 <source>HLS support enabled</source>
4755 <target state="translated">Soporte HLS habilitado</target> 4782 <target state="translated">Soporte HLS habilitado</target>
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">630</context></context-group> 4783
4757 </trans-unit> 4784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
4758 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4785 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4759 <source>Transcoding threads</source> 4786 <source>Transcoding threads</source>
4760 <target>Hilos de transcodificaciones</target> 4787 <target>Hilos de transcodificaciones</target>
4761 <context-group name="null"> 4788 <context-group name="null">
4762 <context context-type="linenumber">517</context> 4789 <context context-type="linenumber">517</context>
4763 </context-group> 4790 </context-group>
4764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group> 4791
4765 </trans-unit> 4792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit>
4766 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4793 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4767 <source>Resolutions to generate</source> 4794 <source>Resolutions to generate</source>
4768 <target state="translated">Resoluciones para generar</target> 4795 <target state="translated">Resoluciones para generar</target>
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">672</context></context-group> 4796
4770 </trans-unit> 4797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
4771 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4798 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4772 <source>CACHE</source> 4799 <source>CACHE</source>
4773 <target state="translated">CACHE</target> 4800 <target state="translated">CACHE</target>
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">698</context></context-group> 4801
4775 </trans-unit> 4802 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit>
4776 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4803 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4777 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 4804 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
4778 <target state="translated">Algunos archivos no están federados y se obtienen cuando es necesario. Definir sus políticas de almacenamiento en caché.</target> 4805 <target state="translated">Algunos archivos no están federados y se obtienen cuando es necesario. Definir sus políticas de almacenamiento en caché.</target>
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">699</context></context-group> 4806
4780 </trans-unit> 4807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit>
4781 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4808 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4782 <source>Number of previews to keep in cache</source> 4809 <source>Number of previews to keep in cache</source>
4783 <target state="translated">Número de vistas previas para mantener en caché</target> 4810 <target state="translated">Número de vistas previas para mantener en caché</target>
4784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group> 4811
4785 </trans-unit> 4812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit>
4786 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4813 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4787 <source>Number of video captions to keep in cache</source> 4814 <source>Number of video captions to keep in cache</source>
4788 <target state="translated">Número de subtítulos de video para guardar en caché</target> 4815 <target state="translated">Número de subtítulos de video para guardar en caché</target>
4789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group> 4816
4790 </trans-unit> 4817 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit>
4791 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4818 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4792 <source>CUSTOMIZATIONS</source> 4819 <source>CUSTOMIZATIONS</source>
4793 <target state="translated">PERSONALIZACIONES</target> 4820 <target state="translated">PERSONALIZACIONES</target>
4794 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group> 4821
4795 </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">733</context></context-group></trans-unit>
4796 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4823 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4797 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 4824 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
4798 <target state="translated">Ligeras modificaciones a su instancia de PeerTube para cuando crear un complemento o tema es excesivo.</target> 4825 <target state="translated">Ligeras modificaciones a su instancia de PeerTube para cuando crear un complemento o tema es excesivo.</target>
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">733</context></context-group> 4826
4800 </trans-unit> 4827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
4801 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4828 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4802 <source>JavaScript</source> 4829 <source>JavaScript</source>
4803 <target>Javascript</target> 4830 <target>Javascript</target>
4804 <context-group name="null"> 4831 <context-group name="null">
4805 <context context-type="linenumber">575</context> 4832 <context context-type="linenumber">575</context>
4806 </context-group> 4833 </context-group>
4807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group> 4834
4808 </trans-unit> 4835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit>
4809 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4836 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4810 <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> 4837 <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>
4811 <target state="translated">Escribir código JavaScript directamente.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Ejemplo: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log ('mi instancia es asombrosa');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 4838 <target state="translated">Escribir código JavaScript directamente.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Ejemplo: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log ('mi instancia es asombrosa');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
4812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group> 4839
4813 </trans-unit> 4840 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit>
4814 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4841 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4815 <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> 4842 <source>
4816 <target state="translated">Escribir código CSS directamente. Ejemplo:<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: rojo; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Anteponer con <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;"/>para anular estilos. Ejemplo::<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: rojo; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 4843 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/>"/>
4817 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group> 4844 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4818 </trans-unit> 4845 color: red;
4846 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4847 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4848 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/>"/>
4849 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4850 color: red;
4851 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4852 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4853 </source>
4854 <target state="translated">Escribir código CSS directamente. Ejemplo:<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: rojo; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> Anteponer con <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>"/>para anular estilos. Ejemplo::<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: rojo; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
4855
4856 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
4819 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4857 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4820 <source>Advanced configuration</source> 4858 <source>Advanced configuration</source>
4821 <target>Configuración avanzada</target> 4859 <target>Configuración avanzada</target>
4822 <context-group name="null"> 4860 <context-group name="null">
4823 <context context-type="linenumber">452</context> 4861 <context context-type="linenumber">452</context>
4824 </context-group> 4862 </context-group>
4825 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group> 4863
4826 </trans-unit> 4864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit>
4827 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 4865 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
4828 <source>Update configuration</source> 4866 <source>Update configuration</source>
4829 <target>Actualizar configuración</target> 4867 <target>Actualizar configuración</target>
4830 <context-group name="null"> 4868 <context-group name="null">
4831 <context context-type="linenumber">628</context> 4869 <context context-type="linenumber">628</context>
4832 </context-group> 4870 </context-group>
4833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group> 4871
4834 </trans-unit> 4872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
4835 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4873 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4836 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4874 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4837 <target state="translated">Parece que la configuración no es válida. Busque posibles errores en las diferentes pestañas.</target> 4875 <target state="translated">Parece que la configuración no es válida. Busque posibles errores en las diferentes pestañas.</target>
4838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group> 4876
4839 </trans-unit> 4877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit>
4840 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4878 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4841 <source>PROFILE</source> 4879 <source>PROFILE</source>
4842 <target state="translated">PERFIL</target> 4880 <target state="translated">PERFIL</target>
@@ -5003,40 +5041,44 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5003 <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> 5041 <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>
5004 </trans-unit> 5042 </trans-unit>
5005 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5043 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5006 <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> 5044 <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>
5007 <target state="translated">Con <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>No enumerar<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> o <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/> difuminar miniaturas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, se solicitará una confirmación para ver el video. </target> 5045 <target state="translated">Con <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>No enumerar<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> o <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/> difuminar miniaturas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, se solicitará una confirmación para ver el video. </target>
5008 <context-group purpose="location"> 5046 <context-group purpose="location">
5009 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5047 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5010 <context context-type="linenumber">6</context> 5048 <context context-type="linenumber">6</context>
5011 </context-group> 5049 </context-group>
5012 </trans-unit> 5050 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5013 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 5051 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
5014 <source>Only display videos in the following languages/subtitles</source>
5015 <target state="translated">Solo muestra videos en los siguientes idiomas / subtítulos</target>
5016 <context-group purpose="location"> 5052 <context-group purpose="location">
5017 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5053 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5018 <context context-type="linenumber">22</context> 5054 <context context-type="linenumber">14</context>
5055 </context-group>
5056 <context-group purpose="location">
5057 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5058 <context context-type="linenumber">111</context>
5019 </context-group> 5059 </context-group>
5020 </trans-unit> 5060 </trans-unit>
5061 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
5062 <source>Only display videos in the following languages/subtitles</source>
5063 <target state="translated">Solo muestra videos en los siguientes idiomas / subtítulos</target>
5064
5065 <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">23</context></context-group></trans-unit>
5021 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 5066 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5022 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 5067 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
5023 <target state="translated">En las páginas Agregado recientemente, Tendencias, Local, Me gusta y Búsqueda</target> 5068 <target state="translated">En las páginas Agregado recientemente, Tendencias, Local, Me gusta y Búsqueda</target>
5024 <context-group purpose="location"> 5069
5025 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5070 <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">26</context></context-group></trans-unit>
5026 <context context-type="linenumber">25</context>
5027 </context-group>
5028 </trans-unit>
5029 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 5071 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
5030 <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> 5072 <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>
5031 <target state="translated">Tu correo electrónico actual es<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> 5073 <target state="translated">Tu correo electrónico actual es<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>
5032 <context-group purpose="location"> 5074 <context-group purpose="location">
5033 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5075 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5034 <context context-type="linenumber">4</context> 5076 <context context-type="linenumber">4</context>
5035 </context-group> 5077 </context-group>
5036 </trans-unit> 5078 </trans-unit>
5037 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 5079 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
5038 <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> 5080 <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>
5039 <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;"/> está esperando la verificación por correo electrónico </target> 5081 <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>"/> está esperando la verificación por correo electrónico </target>
5040 <context-group purpose="location"> 5082 <context-group purpose="location">
5041 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5083 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5042 <context context-type="linenumber">8</context> 5084 <context context-type="linenumber">8</context>
@@ -5077,25 +5119,19 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5077 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5119 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5078 <source>Theme</source> 5120 <source>Theme</source>
5079 <target state="translated">Tema</target> 5121 <target state="translated">Tema</target>
5080 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group> 5122
5081 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group> 5123
5082 </trans-unit> 5124 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
5083 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 5125 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
5084 <source>instance default</source> 5126 <source>instance default</source>
5085 <target state="translated">instancia predeterminada</target> 5127 <target state="translated">instancia predeterminada</target>
5086 <context-group purpose="location"> 5128
5087 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5129 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
5088 <context context-type="linenumber">7</context>
5089 </context-group>
5090 </trans-unit>
5091 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 5130 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
5092 <source>peertube default</source> 5131 <source>peertube default</source>
5093 <target state="translated">peertube por defecto</target> 5132 <target state="translated">peertube por defecto</target>
5094 <context-group purpose="location"> 5133
5095 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5134 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5096 <context context-type="linenumber">8</context>
5097 </context-group>
5098 </trans-unit>
5099 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 5135 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
5100 <source>Change ownership</source> 5136 <source>Change ownership</source>
5101 <target>Cambiar el titular</target> 5137 <target>Cambiar el titular</target>
@@ -5114,8 +5150,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5114 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5150 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5115 </trans-unit> 5151 </trans-unit>
5116 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5152 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5117 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5153 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5118 <target state="translated">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5154 <target state="translated">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5119 <context-group purpose="location"> 5155 <context-group purpose="location">
5120 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5156 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5121 <context context-type="linenumber">2</context> 5157 <context context-type="linenumber">2</context>
@@ -5151,10 +5187,13 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5151 <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> 5187 <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>
5152 </trans-unit> 5188 </trans-unit>
5153 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5189 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5154 <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> 5190 <source>
5191 Created
5192 <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>"/>
5193 </source>
5155 <target> 5194 <target>
5156 Creado 5195 Creado
5157 <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;"/> 5196 <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>"/>
5158 </target> 5197 </target>
5159 <context-group name="null"> 5198 <context-group name="null">
5160 <context context-type="linenumber">15</context> 5199 <context context-type="linenumber">15</context>
@@ -5226,8 +5265,9 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5226 <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">26</context></context-group> 5265 <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">26</context></context-group>
5227 </trans-unit> 5266 </trans-unit>
5228 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5267 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5229 <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> 5268 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5230 <target state="translated">Texto breve para decirle a las personas cómo pueden apoyar su canal (plataforma de membresía ...).&lt;br /&gt;&lt;br /&gt; Cuando cargue un video en este canal, el campo de soporte de video se completará automáticamente con este texto.</target> 5269 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5270 <target state="translated">Texto breve para decirle a las personas cómo pueden apoyar su canal (plataforma de membresía ...).&lt;br />&lt;br /> Cuando cargue un video en este canal, el campo de soporte de video se completará automáticamente con este texto.</target>
5231 <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">77</context></context-group> 5271 <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">77</context></context-group>
5232 <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">77</context></context-group> 5272 <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">77</context></context-group>
5233 </trans-unit> 5273 </trans-unit>
@@ -5252,6 +5292,18 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5252 <context context-type="linenumber">8</context> 5292 <context context-type="linenumber">8</context>
5253 </context-group> 5293 </context-group>
5254 <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">8</context></context-group> 5294 <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">8</context></context-group>
5295 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5296 <source>See the error</source><target state="new">See the error</target>
5297 <context-group purpose="location">
5298 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5299 <context context-type="linenumber">19</context>
5300 </context-group>
5301 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5302 <source>This video was deleted</source><target state="new">This video was deleted</target>
5303 <context-group purpose="location">
5304 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5305 <context context-type="linenumber">36</context>
5306 </context-group>
5255 </trans-unit> 5307 </trans-unit>
5256 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5308 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5257 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5309 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
@@ -5311,8 +5363,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5311 </context-group> 5363 </context-group>
5312 </trans-unit> 5364 </trans-unit>
5313 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5365 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
5314 <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> 5366 <source>
5315 <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;"/>Borrar historial </target> 5367 <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>"/>
5368 Delete history
5369 </source>
5370 <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>"/>Borrar historial </target>
5316 <context-group purpose="location"> 5371 <context-group purpose="location">
5317 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context> 5372 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
5318 <context context-type="linenumber">7</context> 5373 <context context-type="linenumber">7</context>
@@ -5327,8 +5382,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5327 </context-group> 5382 </context-group>
5328 </trans-unit> 5383 </trans-unit>
5329 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5384 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
5330 <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> 5385 <source>
5331 <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;"/>Preferencias de notificación </target> 5386 <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>"/>
5387 Notification preferences
5388 </source>
5389 <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>"/>Preferencias de notificación </target>
5332 <context-group purpose="location"> 5390 <context-group purpose="location">
5333 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5391 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
5334 <context context-type="linenumber">2</context> 5392 <context context-type="linenumber">2</context>
@@ -5403,8 +5461,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5403 <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">84</context></context-group> 5461 <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">84</context></context-group>
5404 </trans-unit> 5462 </trans-unit>
5405 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5463 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5406 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5464 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5407 <target state="translated">Listas de reproducción <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5465 <target state="translated">Listas de reproducción <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5408 <context-group purpose="location"> 5466 <context-group purpose="location">
5409 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5467 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5410 <context context-type="linenumber">2</context> 5468 <context context-type="linenumber">2</context>
@@ -5432,8 +5490,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5432 </context-group> 5490 </context-group>
5433 </trans-unit> 5491 </trans-unit>
5434 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5492 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5435 <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> 5493 <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>
5436 <target state="translated">Si necesita ayuda para usar PeerTube, puede echar un vistazo a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentación<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 5494 <target state="translated">Si necesita ayuda para usar PeerTube, puede echar un vistazo a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentación<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5437 <context-group purpose="location"> 5495 <context-group purpose="location">
5438 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5496 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
5439 <context context-type="linenumber">13</context> 5497 <context context-type="linenumber">13</context>
@@ -5633,44 +5691,17 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5633 <context-group name="null"> 5691 <context-group name="null">
5634 <context context-type="linenumber">16</context> 5692 <context context-type="linenumber">16</context>
5635 </context-group> 5693 </context-group>
5636 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group> 5694
5637 </trans-unit> 5695 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit>
5638 <trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5696
5639 <source>Creators</source> 5697
5640 <target state="translated">Creadores</target> 5698
5641 <context-group purpose="location">
5642 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5643 <context context-type="linenumber">162</context>
5644 </context-group>
5645 </trans-unit>
5646 <trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5647 <source>Creator guide</source>
5648 <target state="translated">Guía del creador</target>
5649 <context-group purpose="location">
5650 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5651 <context context-type="linenumber">162</context>
5652 </context-group>
5653 </trans-unit>
5654 <trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5655 <source>Contributors</source>
5656 <target state="translated">Colaboradores</target>
5657 <context-group purpose="location">
5658 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5659 <context context-type="linenumber">163</context>
5660 </context-group>
5661 </trans-unit>
5662 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html"> 5699 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5663 <source>PeerTube license</source> 5700 <source>PeerTube license</source>
5664 <target state="translated">Licencia de PeerTube</target> 5701 <target state="translated">Licencia de PeerTube</target>
5665 <context-group purpose="location"> 5702
5666 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5703
5667 <context context-type="linenumber">163</context> 5704 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5668 </context-group>
5669 <context-group purpose="location">
5670 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5671 <context context-type="linenumber">175</context>
5672 </context-group>
5673 </trans-unit>
5674 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 5705 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5675 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5706 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5676 <target>Se unió el <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5707 <target>Se unió el <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -5913,23 +5944,27 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5913 </context-group> 5944 </context-group>
5914 </trans-unit> 5945 </trans-unit>
5915 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 5946 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5916 <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> 5947 <source>
5917 <target state="translated">Es un software gratuito y de código abierto, bajo el <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/> licencia AGPLv3 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 5948 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
5949 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5950 </source>
5951 <target state="translated">Es un software gratuito y de código abierto, bajo el <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/> licencia AGPLv3 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5918 <context-group purpose="location"> 5952 <context-group purpose="location">
5919 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5953 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5920 <context context-type="linenumber">13</context> 5954 <context context-type="linenumber">13</context>
5921 </context-group> 5955 </context-group>
5922 </trans-unit> 5956 </trans-unit>
5923 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 5957 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
5924 <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> 5958 <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>
5925 <target state="translated">Para mayor información por favor visite <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> 5959 <target state="translated">Para mayor información por favor visite <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>
5926 <context-group purpose="location"> 5960 <context-group purpose="location">
5927 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5961 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5928 <context context-type="linenumber">18</context> 5962 <context context-type="linenumber">18</context>
5929 </context-group> 5963 </context-group>
5930 </trans-unit> 5964 </trans-unit>
5931 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 5965 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
5932 <source>Use PeerTube documentation</source> 5966 <source>Use PeerTube
5967 documentation</source>
5933 <target state="translated">Use la documentación de PeerTube</target> 5968 <target state="translated">Use la documentación de PeerTube</target>
5934 <context-group purpose="location"> 5969 <context-group purpose="location">
5935 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5970 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5945,7 +5980,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5945 </context-group> 5980 </context-group>
5946 </trans-unit> 5981 </trans-unit>
5947 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 5982 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
5948 <source>PeerTube Applications</source> 5983 <source>PeerTube
5984 Applications</source>
5949 <target state="translated">Aplicaciones de PeerTube</target> 5985 <target state="translated">Aplicaciones de PeerTube</target>
5950 <context-group purpose="location"> 5986 <context-group purpose="location">
5951 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5987 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5961,7 +5997,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5961 </context-group> 5997 </context-group>
5962 </trans-unit> 5998 </trans-unit>
5963 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 5999 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
5964 <source>Contribute on PeerTube</source> 6000 <source>Contribute on
6001 PeerTube</source>
5965 <target state="translated">Contribuir en PeerTube</target> 6002 <target state="translated">Contribuir en PeerTube</target>
5966 <context-group purpose="location"> 6003 <context-group purpose="location">
5967 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6004 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5985,7 +6022,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5985 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</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">71</context></context-group>
5986 </trans-unit> 6023 </trans-unit>
5987 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6024 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
5988 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6025 <source>
6026 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6027 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6028 follows applies only if you want to keep using the P2P mode of PeerTube.
6029 </source>
5989 <target state="translated">PeerTube usa el protocolo BitTorrent para compartir el ancho de banda entre los usuarios de manera predeterminada para ayudar a reducir la carga en el servidor, pero finalmente le deja la opción de volver a la transmisión regular exclusivamente desde el servidor del video. Lo que sigue se aplica solo si desea seguir usando el modo P2P de PeerTube.</target> 6030 <target state="translated">PeerTube usa el protocolo BitTorrent para compartir el ancho de banda entre los usuarios de manera predeterminada para ayudar a reducir la carga en el servidor, pero finalmente le deja la opción de volver a la transmisión regular exclusivamente desde el servidor del video. Lo que sigue se aplica solo si desea seguir usando el modo P2P de PeerTube.</target>
5990 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group> 6031 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group>
5991 </trans-unit> 6032 </trans-unit>
@@ -5998,17 +6039,27 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5998 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6039 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
5999 </trans-unit> 6040 </trans-unit>
6000 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6041 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6001 <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> 6042 <source>
6043 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6044 In practice, this is much more difficult because:
6045 </source>
6002 <target state="translated">En teoría, alguien con suficientes habilidades técnicas podría crear un script que rastree qué IP está descargando qué video. En la práctica, esto es mucho más difícil porque:</target> 6046 <target state="translated">En teoría, alguien con suficientes habilidades técnicas podría crear un script que rastree qué IP está descargando qué video. En la práctica, esto es mucho más difícil porque:</target>
6003 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6047 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6004 </trans-unit> 6048 </trans-unit>
6005 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6049 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6006 <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> 6050 <source>
6051 An HTTP request has to be sent on each tracker for each video to spy.
6052 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6053 </source>
6007 <target state="translated">Se debe enviar una solicitud HTTP en cada rastreador para cada video para espiar. Si queremos espiar todos los videos de PeerTube, tenemos que enviar tantas solicitudes como haya videos (potencialmente mucho)</target> 6054 <target state="translated">Se debe enviar una solicitud HTTP en cada rastreador para cada video para espiar. Si queremos espiar todos los videos de PeerTube, tenemos que enviar tantas solicitudes como haya videos (potencialmente mucho)</target>
6008 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6055 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6009 </trans-unit> 6056 </trans-unit>
6010 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6057 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6011 <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 peer in the swarm</source> 6058 <source>
6059 For each request sent, the tracker returns random peers at a limited number.
6060 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
6061 requests sent to know every peer in the swarm
6062 </source>
6012 <target state="translated">Por cada solicitud enviada, el rastreador devuelve pares aleatorios en un número limitado. Por ejemplo, si hay 1000 pares en el enjambre y el rastreador envía solo 20 pares por cada solicitud, debe haber al menos 50 solicitudes enviadas para conocer a todos los pares en el enjambre</target> 6063 <target state="translated">Por cada solicitud enviada, el rastreador devuelve pares aleatorios en un número limitado. Por ejemplo, si hay 1000 pares en el enjambre y el rastreador envía solo 20 pares por cada solicitud, debe haber al menos 50 solicitudes enviadas para conocer a todos los pares en el enjambre</target>
6013 <context-group purpose="location"> 6064 <context-group purpose="location">
6014 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6065 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6021,7 +6072,10 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6021 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6072 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6022 </trans-unit> 6073 </trans-unit>
6023 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6074 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6024 <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> 6075 <source>
6076 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
6077 video
6078 </source>
6025 <target state="translated">Si se almacena una dirección IP en el rastreador, no significa que la persona detrás de la IP (si existe) haya visto el video</target> 6079 <target state="translated">Si se almacena una dirección IP en el rastreador, no significa que la persona detrás de la IP (si existe) haya visto el video</target>
6026 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group> 6080 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group>
6027 </trans-unit> 6081 </trans-unit>
@@ -6031,12 +6085,21 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6031 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6085 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6032 </trans-unit> 6086 </trans-unit>
6033 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6087 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6034 <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> 6088 <source>
6035 <target state="translated">Los pares web no son de acceso público: porque usamos WebRTC dentro del navegador web (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>con la biblioteca WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), el protocolo es diferente del clásico BitTorrent. Cuando está en un navegador web, envía una señal que contiene su dirección IP al rastreador que elegirá aleatoriamente a otros pares para reenviar la información. Ver<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>este documento<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>para más información </target> 6089 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
6090 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6091 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6092 to forward the information to.
6093 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
6094 </source>
6095 <target state="translated">Los pares web no son de acceso público: porque usamos WebRTC dentro del navegador web (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>con la biblioteca WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), el protocolo es diferente del clásico BitTorrent. Cuando está en un navegador web, envía una señal que contiene su dirección IP al rastreador que elegirá aleatoriamente a otros pares para reenviar la información. Ver<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>este documento<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>para más información </target>
6036 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6096 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6037 </trans-unit> 6097 </trans-unit>
6038 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6098 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6039 <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> 6099 <source>
6100 The worst-case scenario of an average person spying on their friends is quite unlikely.
6101 There are much more effective ways to get that kind of information.
6102 </source>
6040 <target state="translated">El peor de los casos de una persona promedio espiando a sus amigos es bastante improbable. Hay formas mucho más efectivas de obtener ese tipo de información.</target> 6103 <target state="translated">El peor de los casos de una persona promedio espiando a sus amigos es bastante improbable. Hay formas mucho más efectivas de obtener ese tipo de información.</target>
6041 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group> 6104 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
6042 </trans-unit> 6105 </trans-unit>
@@ -6049,7 +6112,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6049 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6112 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6050 </trans-unit> 6113 </trans-unit>
6051 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6114 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6052 <source>The threats to privacy with 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> 6115 <source>
6116 The threats to privacy with YouTube are different from PeerTube's.
6117 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6118 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6119 </source>
6053 <target state="translated">Las amenazas a la privacidad con YouTube son diferentes a las de PeerTube. En el caso de YouTube, la plataforma recopila una gran cantidad de su información personal (no solo su IP) para analizarlos y rastrearlo. Además, YouTube es propiedad de Google / Alphabet, una compañía que lo rastrea en muchos sitios web (a través de AdSense o Google Analytics).</target> 6120 <target state="translated">Las amenazas a la privacidad con YouTube son diferentes a las de PeerTube. En el caso de YouTube, la plataforma recopila una gran cantidad de su información personal (no solo su IP) para analizarlos y rastrearlo. Además, YouTube es propiedad de Google / Alphabet, una compañía que lo rastrea en muchos sitios web (a través de AdSense o Google Analytics).</target>
6054 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group> 6121 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
6055 </trans-unit> 6122 </trans-unit>
@@ -6062,7 +6129,12 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6062 <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> 6129 <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>
6063 </trans-unit> 6130 </trans-unit>
6064 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6131 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6065 <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> 6132 <source>
6133 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
6134 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6135 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.
6136 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6137 </source>
6066 <target state="translated">Su dirección IP es pública, por lo que cada vez que consulta un sitio web, hay una serie de actores (además del sitio web final) que ven su IP en sus registros de conexión: ISP / enrutadores / rastreadores / CDN y más. PeerTube es transparente al respecto: le advertimos que si desea mantener su IP privada, debe usar una VPN o un navegador Tor. Pensar que eliminar P2P de PeerTube te devolverá el anonimato no tiene sentido.</target> 6138 <target state="translated">Su dirección IP es pública, por lo que cada vez que consulta un sitio web, hay una serie de actores (además del sitio web final) que ven su IP en sus registros de conexión: ISP / enrutadores / rastreadores / CDN y más. PeerTube es transparente al respecto: le advertimos que si desea mantener su IP privada, debe usar una VPN o un navegador Tor. Pensar que eliminar P2P de PeerTube te devolverá el anonimato no tiene sentido.</target>
6067 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group> 6139 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6068 </trans-unit> 6140 </trans-unit>
@@ -6075,7 +6147,10 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6075 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6147 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6076 </trans-unit> 6148 </trans-unit>
6077 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6149 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6078 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6150 <source>
6151 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6152 and render attacks less likely. Here is what we put in place so far:
6153 </source>
6079 <target state="translated">PeerTube quiere ofrecer las mejores contramedidas posibles, para darle más opciones y hacer que los ataques sean menos probables. Esto es lo que hemos implementado hasta ahora:</target> 6154 <target state="translated">PeerTube quiere ofrecer las mejores contramedidas posibles, para darle más opciones y hacer que los ataques sean menos probables. Esto es lo que hemos implementado hasta ahora:</target>
6080 <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> 6155 <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>
6081 </trans-unit> 6156 </trans-unit>
@@ -6100,7 +6175,10 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6100 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6175 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6101 </trans-unit> 6176 </trans-unit>
6102 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6177 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6103 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6178 <source>
6179 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6180 WebRTC in your browser.
6181 </source>
6104 <target state="translated">En última instancia, recuerde que siempre puede deshabilitar P2P al alternarlo en el reproductor de video o simplemente deshabilitando WebRTC en su navegador.</target> 6182 <target state="translated">En última instancia, recuerde que siempre puede deshabilitar P2P al alternarlo en el reproductor de video o simplemente deshabilitando WebRTC en su navegador.</target>
6105 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group> 6183 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6106 </trans-unit> 6184 </trans-unit>
@@ -6137,8 +6215,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6137 </context-group> 6215 </context-group>
6138 </trans-unit> 6216 </trans-unit>
6139 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6217 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6140 <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> 6218 <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>
6141 <target state="translated">Desarrollado con ❤ por <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> 6219 <target state="translated">Desarrollado con ❤ por <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
6142 <context-group purpose="location"> 6220 <context-group purpose="location">
6143 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6221 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6144 <context context-type="linenumber">3</context> 6222 <context context-type="linenumber">3</context>
@@ -6217,8 +6295,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6217 </context-group> 6295 </context-group>
6218 </trans-unit> 6296 </trans-unit>
6219 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6297 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6220 <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> 6298 <source>
6221 <target state="translated">Un canal es una entidad en la que subes tus videos. Crear varios de ellos te ayuda a organizar y separar tu contenido<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Por ejemplo, podría decidir tener un canal para publicar sus conciertos de piano y otro canal en el que publique sus videos hablando de ecología. </target> 6299 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/>"/>
6300 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.
6301 </source>
6302 <target state="translated">Un canal es una entidad en la que subes tus videos. Crear varios de ellos te ayuda a organizar y separar tu contenido<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Por ejemplo, podría decidir tener un canal para publicar sus conciertos de piano y otro canal en el que publique sus videos hablando de ecología. </target>
6222 <context-group purpose="location"> 6303 <context-group purpose="location">
6223 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context> 6304 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
6224 <context context-type="linenumber">4</context> 6305 <context context-type="linenumber">4</context>
@@ -6289,8 +6370,13 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6289 </context-group> 6370 </context-group>
6290 </trans-unit> 6371 </trans-unit>
6291 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6372 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6292 <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> 6373 <source>
6293 <target state="translated">Tengo al menos 16 años y estoy de acuerdo con<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Condiciones<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;"/>y a la<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Código de Conducta<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;"/>de esta instancia </target> 6374 I am at least 16 years old and agree
6375 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>"/>
6376 <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>"/>
6377 of this instance
6378 </source>
6379 <target state="translated">Tengo al menos 16 años y estoy de acuerdo con<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Condiciones<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>"/>y a la<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Código de Conducta<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>"/>de esta instancia </target>
6294 <context-group purpose="location"> 6380 <context-group purpose="location">
6295 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 6381 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
6296 <context context-type="linenumber">65</context> 6382 <context context-type="linenumber">65</context>
@@ -6385,8 +6471,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6385 </context-group> 6471 </context-group>
6386 </trans-unit> 6472 </trans-unit>
6387 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6473 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6388 <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> 6474 <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>
6389 <target state="translated">Un <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;"/> que mantiene la pista de audio original, sin video</target> 6475 <target state="translated">Un <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>"/> que mantiene la pista de audio original, sin video</target>
6390 <context-group purpose="location"> 6476 <context-group purpose="location">
6391 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6477 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6392 <context context-type="linenumber">1</context> 6478 <context context-type="linenumber">1</context>
@@ -6495,6 +6581,30 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6495 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6581 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6496 <context context-type="linenumber">1</context> 6582 <context context-type="linenumber">1</context>
6497 </context-group> 6583 </context-group>
6584 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6585 <source>Process domains</source><target state="new">Process domains</target>
6586 <context-group purpose="location">
6587 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6588 <context context-type="linenumber">1</context>
6589 </context-group>
6590 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6591 <source>Domain is required.</source><target state="new">Domain is required.</target>
6592 <context-group purpose="location">
6593 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6594 <context context-type="linenumber">1</context>
6595 </context-group>
6596 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6597 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6598 <context-group purpose="location">
6599 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6600 <context context-type="linenumber">1</context>
6601 </context-group>
6602 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6603 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6604 <context-group purpose="location">
6605 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6606 <context context-type="linenumber">1</context>
6607 </context-group>
6498 </trans-unit> 6608 </trans-unit>
6499 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 6609 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6500 <source>Unlimited</source> 6610 <source>Unlimited</source>
@@ -6506,6 +6616,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6506 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 6616 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6507 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 6617 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6508 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 6618 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
6619 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6620 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6621 <context-group purpose="location">
6622 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6623 <context context-type="linenumber">1</context>
6624 </context-group>
6625 <context-group purpose="location">
6626 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6627 <context context-type="linenumber">1</context>
6628 </context-group>
6509 </trans-unit> 6629 </trans-unit>
6510 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a"> 6630 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
6511 <source>100MB</source> 6631 <source>100MB</source>
@@ -6636,48 +6756,20 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6636 <context-group name="null"> 6756 <context-group name="null">
6637 <context context-type="linenumber">1</context> 6757 <context context-type="linenumber">1</context>
6638 </context-group> 6758 </context-group>
6639 <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> 6759
6640 </trans-unit> 6760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6641 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df"> 6761
6642 <source>You need to specify hosts to follow.</source> 6762
6643 <target>Tienes que especificar hosts a los que seguir.</target> 6763
6644 <context-group name="null"> 6764
6645 <context context-type="linenumber">1</context>
6646 </context-group>
6647 <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>
6648 </trans-unit>
6649 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
6650 <source>Hosts need to be unique.</source>
6651 <target>Los hosts tienen que ser únicos.</target>
6652 <context-group name="null">
6653 <context context-type="linenumber">1</context>
6654 </context-group>
6655 <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>
6656 </trans-unit>
6657 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
6658 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source>
6659 <target>Si confirmas, enviaras una petición de seguimiento a:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </target>
6660 <context-group name="null">
6661 <context context-type="linenumber">1</context>
6662 </context-group>
6663 <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>
6664 </trans-unit>
6665 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
6666 <source>Follow new server(s)</source>
6667 <target>Seguir nuevo(s) servidor(es)</target>
6668 <context-group name="null">
6669 <context context-type="linenumber">1</context>
6670 </context-group>
6671 <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>
6672 </trans-unit>
6673 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 6765 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
6674 <source>Follow request(s) sent!</source> 6766 <source>Follow request(s) sent!</source>
6675 <target>¡Petición(es) de seguimiento enviada(s)!</target> 6767 <target>¡Petición(es) de seguimiento enviada(s)!</target>
6676 <context-group name="null"> 6768 <context-group name="null">
6677 <context context-type="linenumber">1</context> 6769 <context context-type="linenumber">1</context>
6678 </context-group> 6770 </context-group>
6679 <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> 6771
6680 </trans-unit> 6772 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6681 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 6773 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
6682 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6774 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6683 <target>¿De verdad quieres dejar de seguir a <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 6775 <target>¿De verdad quieres dejar de seguir a <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -6781,6 +6873,12 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6781 <context context-type="linenumber">1</context> 6873 <context context-type="linenumber">1</context>
6782 </context-group> 6874 </context-group>
6783 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group> 6875 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group>
6876 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6877 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6878 <context-group purpose="location">
6879 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6880 <context context-type="linenumber">1</context>
6881 </context-group>
6784 </trans-unit> 6882 </trans-unit>
6785 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 6883 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
6786 <source>Comment updated.</source> 6884 <source>Comment updated.</source>
@@ -6789,23 +6887,33 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6789 <context context-type="linenumber">1</context> 6887 <context context-type="linenumber">1</context>
6790 </context-group> 6888 </context-group>
6791 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group> 6889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group>
6792 </trans-unit> 6890 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
6793 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978"> 6891 <source>Internal actions</source><target state="new">Internal actions</target>
6794 <source>Delete this report</source> 6892 <context-group purpose="location">
6795 <target>Eliminar este reporte</target> 6893 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6796 <context-group name="null">
6797 <context context-type="linenumber">1</context> 6894 <context context-type="linenumber">1</context>
6798 </context-group> 6895 </context-group>
6799 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 6896 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
6800 </trans-unit> 6897 <source>Delete report</source><target state="new">Delete report</target>
6801 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321"> 6898 <context-group purpose="location">
6802 <source>Update moderation comment</source> 6899 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6803 <target>Actualizar el comentario de moderación</target> 6900 <context context-type="linenumber">1</context>
6804 <context-group name="null"> 6901 </context-group>
6902 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6903 <source>Add note</source><target state="new">Add note</target>
6904 <context-group purpose="location">
6905 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6906 <context context-type="linenumber">1</context>
6907 </context-group>
6908 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6909 <source>Update note</source><target state="new">Update note</target>
6910 <context-group purpose="location">
6911 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6805 <context context-type="linenumber">1</context> 6912 <context context-type="linenumber">1</context>
6806 </context-group> 6913 </context-group>
6807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
6808 </trans-unit> 6914 </trans-unit>
6915
6916
6809 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3"> 6917 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
6810 <source>Mark as accepted</source> 6918 <source>Mark as accepted</source>
6811 <target>Marcar como aceptado</target> 6919 <target>Marcar como aceptado</target>
@@ -6821,6 +6929,12 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6821 <context context-type="linenumber">1</context> 6929 <context context-type="linenumber">1</context>
6822 </context-group> 6930 </context-group>
6823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 6931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
6932 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
6933 <source>Actions for the video</source><target state="new">Actions for the video</target>
6934 <context-group purpose="location">
6935 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6936 <context context-type="linenumber">1</context>
6937 </context-group>
6824 </trans-unit> 6938 </trans-unit>
6825 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599"> 6939 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
6826 <source>Do you really want to delete this abuse report?</source> 6940 <source>Do you really want to delete this abuse report?</source>
@@ -7723,11 +7837,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
7723 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7837 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7724 <source>max size</source> 7838 <source>max size</source>
7725 <target state="translated">tamaño máximo</target> 7839 <target state="translated">tamaño máximo</target>
7726 <context-group purpose="location"> 7840
7727 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7841 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7728 <context context-type="linenumber">1</context>
7729 </context-group>
7730 </trans-unit>
7731 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7842 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
7732 <source>Now please check your emails to verify your account and complete signup.</source> 7843 <source>Now please check your emails to verify your account and complete signup.</source>
7733 <target state="translated">Ahora revise sus correos electrónicos para verificar su cuenta y completar el registro.</target> 7844 <target state="translated">Ahora revise sus correos electrónicos para verificar su cuenta y completar el registro.</target>
@@ -8049,8 +8160,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
8049 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8160 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8050 </trans-unit> 8161 </trans-unit>
8051 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8162 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8052 <source>Long (&gt; 10 min)</source> 8163 <source>Long (> 10 min)</source>
8053 <target>Largo (&gt; 10 min)</target> 8164 <target>Largo (> 10 min)</target>
8054 <context-group name="null"> 8165 <context-group name="null">
8055 <context context-type="linenumber">1</context> 8166 <context context-type="linenumber">1</context>
8056 </context-group> 8167 </context-group>
@@ -8087,6 +8198,12 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
8087 <context context-type="linenumber">1</context> 8198 <context context-type="linenumber">1</context>
8088 </context-group> 8199 </context-group>
8089 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8200 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8201 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8202 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8203 <context-group purpose="location">
8204 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8205 <context context-type="linenumber">1</context>
8206 </context-group>
8090 </trans-unit> 8207 </trans-unit>
8091 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 8208 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
8092 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 8209 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8159,15 +8276,14 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
8159 <context context-type="linenumber">1</context> 8276 <context context-type="linenumber">1</context>
8160 </context-group> 8277 </context-group>
8161 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8278 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8162 </trans-unit> 8279 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8163 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 8280 <source>just now</source><target state="new">just now</target>
8164 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 8281 <context-group purpose="location">
8165 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> seg</target> 8282 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8166 <context-group name="null">
8167 <context context-type="linenumber">1</context> 8283 <context context-type="linenumber">1</context>
8168 </context-group> 8284 </context-group>
8169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8170 </trans-unit> 8285 </trans-unit>
8286
8171 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8287 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8172 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source> 8288 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source>
8173 <target state="translated"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> seg</target> 8289 <target state="translated"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> seg</target>
@@ -9401,8 +9517,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
9401 <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> 9517 <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>
9402 </trans-unit> 9518 </trans-unit>
9403 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 9519 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9404 <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> 9520 <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>
9405 <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> 9521 <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>
9406 <context-group name="null"> 9522 <context-group name="null">
9407 <context context-type="linenumber">1</context> 9523 <context context-type="linenumber">1</context>
9408 </context-group> 9524 </context-group>
@@ -9878,8 +9994,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
9878 <context-group name="null"> 9994 <context-group name="null">
9879 <context context-type="linenumber">1</context> 9995 <context context-type="linenumber">1</context>
9880 </context-group> 9996 </context-group>
9881 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group> 9997
9882 </trans-unit> 9998 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
9883 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 9999 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9884 <source>Encoder</source> 10000 <source>Encoder</source>
9885 <target state="translated">Codificador</target> 10001 <target state="translated">Codificador</target>
@@ -10163,15 +10279,14 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
10163 <context context-type="linenumber">1</context> 10279 <context context-type="linenumber">1</context>
10164 </context-group> 10280 </context-group>
10165 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 10281 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10166 </trans-unit> 10282 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10167 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 10283 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10168 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
10169 <target state="translated">La eliminación se enviará a instancias remotas, por lo que también eliminarán el comentario.</target>
10170 <context-group purpose="location"> 10284 <context-group purpose="location">
10171 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10285 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10172 <context context-type="linenumber">1</context> 10286 <context context-type="linenumber">1</context>
10173 </context-group> 10287 </context-group>
10174 </trans-unit> 10288 </trans-unit>
10289
10175 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 10290 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
10176 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10291 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10177 <target state="translated">Es un comentario remoto, por lo que la eliminación solo será efectiva en su instancia.</target> 10292 <target state="translated">Es un comentario remoto, por lo que la eliminación solo será efectiva en su instancia.</target>
diff --git a/client/src/locale/angular.eu-ES.xlf b/client/src/locale/angular.eu-ES.xlf
index 0f31426ca..1c2625a8a 100644
--- a/client/src/locale/angular.eu-ES.xlf
+++ b/client/src/locale/angular.eu-ES.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 }}"/>(e)k bideo berria argitaratu du: <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 }}"/>(e)k bideo berria argitaratu du: <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,32 +282,32 @@
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="translated">Zure <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;"/> bideoa zerrenda beltzetik kendua izan da. </target> 286 <target state="translated">Zure <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>"/> bideoa zerrenda beltzetik kendua izan da. </target>
287 <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> 287 <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>
288 </trans-unit> 288 </trans-unit>
289 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 289 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
290 <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> 290 <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>
291 <target state="translated">Zure <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;"/> bideoa zerrenda beltzean sartua izan da </target> 291 <target state="translated">Zure <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>"/> bideoa zerrenda beltzean sartua izan da </target>
292 <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> 292 <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>
293 </trans-unit> 293 </trans-unit>
294 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 294 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
295 <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> 295 <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>
296 <target state="new"> 296 <target state="new">
297 <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;"/> 297 <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>"/>
298 </target> 298 </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="new"> 303 <target state="new">
304 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;"/> 304 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>"/>
305 </target> 305 </target>
306 <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> 306 <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>
307 </trans-unit> 307 </trans-unit>
308 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 308 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
309 <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> 309 <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>
310 <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;"/>(e)k zure <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;"/> bideoa iruzkindu du </target> 310 <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>"/>(e)k zure <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>"/> bideoa iruzkindu du </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>
313 <context context-type="linenumber">69</context> 313 <context context-type="linenumber">69</context>
@@ -324,47 +324,55 @@
324 </context-group> 324 </context-group>
325 </trans-unit> 325 </trans-unit>
326 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 326 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
327 <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> 327 <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>
328 <target state="translated">Zure <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;"/> bideoa argitaratua izan da </target> 328 <target state="translated">Zure <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>"/> bideoa argitaratua izan da </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="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Zure bideoaren inportazioa<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> ongi burutu da </target> 333 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Zure bideoaren inportazioa<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> ongi burutu da </target>
334 <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> 334 <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>
335 </trans-unit> 335 </trans-unit>
336 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 336 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
337 <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> 337 <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>
338 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Zure bideoren inportazioak<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> huts egin du </target> 338 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Zure bideoren inportazioak<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> huts egin du </target>
339 <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> 339 <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>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 341 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
342 <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> 342 <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>
343 <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;"/> erabiltzaileak izena eman du zure zerbitzarian </target> 343 <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>"/> erabiltzaileak izena eman du zure zerbitzarian </target>
344 <context-group purpose="location"> 344 <context-group purpose="location">
345 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 345 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
346 <context context-type="linenumber">110</context> 346 <context context-type="linenumber">110</context>
347 </context-group> 347 </context-group>
348 </trans-unit> 348 </trans-unit>
349 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 349 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
350 <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> 350 <source>
351 <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;"/> erabiltzaileak <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>zure kanala <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;"/>zure kontua<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> jarraitzen ditu </target> 351 <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
352
353 <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>"/>
354 <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>"/>
355 </source>
356 <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>"/> erabiltzaileak <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>zure kanala <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>"/>zure kontua<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> jarraitzen ditu </target>
352 <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> 357 <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>
353 </trans-unit> 358 </trans-unit>
354 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 359 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
355 <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> 360 <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>
356 <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;"/>(e)k aipatu zaitu <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;"/> </target> 361 <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>"/>(e)k aipatu zaitu <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>"/> </target>
357 <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> 362 <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>
358 </trans-unit> 363 </trans-unit>
359 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 364 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
360 <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> 365 <source>
361 <target state="translated">Zure zerbitzariak <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>jarratzaile berria du<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;"/> zure onartzearen zain<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 366 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 }}"/>)
367 <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>"/>
368 </source>
369 <target state="translated">Zure zerbitzariak <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>jarratzaile berria du<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>"/> zure onartzearen zain<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
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> 370 <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>
363 </trans-unit> 371 </trans-unit>
364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 372 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
365 <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> 373 <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>
366 <target state="new"> 374 <target state="new">
367 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;"/> 375 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>"/>
368 </target> 376 </target>
369 <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> 377 <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>
370 </trans-unit> 378 </trans-unit>
@@ -538,9 +546,9 @@
538 <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> 546 <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>
539 </trans-unit> 547 </trans-unit>
540 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 548 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
541 <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;"/> and will be forwarded to the video origin (<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> 549 <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>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
542 <target state="new"> 550 <target state="new">
543 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;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. 551 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>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>.
544 </target> 552 </target>
545 <context-group purpose="location"> 553 <context-group purpose="location">
546 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 554 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -603,37 +611,37 @@
603 <context-group name="null"> 611 <context-group name="null">
604 <context context-type="linenumber">6</context> 612 <context context-type="linenumber">6</context>
605 </context-group> 613 </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> 614
607 <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> 615
608 </trans-unit> 616 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
609 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 617 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
610 <source>Private</source> 618 <source>Private</source>
611 <target>Pribatua</target> 619 <target>Pribatua</target>
612 <context-group name="null"> 620 <context-group name="null">
613 <context context-type="linenumber">7</context> 621 <context context-type="linenumber">7</context>
614 </context-group> 622 </context-group>
615 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</context></context-group> 623
616 <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> 624
617 <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> 625
618 </trans-unit> 626 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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>
619 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 627 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
620 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 628 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
621 <target state="translated">{VAR_PLURAL, plural, =1 {bistaratze 1} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> bistaratze} }</target> 629 <target state="translated">{VAR_PLURAL, plural, =1 {bistaratze 1} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> bistaratze} }</target>
622 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group> 630
623 </trans-unit> 631 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
624 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 632 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
625 <source>Blacklisted</source> 633 <source>Blacklisted</source>
626 <target>Zerrenda beltzean</target> 634 <target>Zerrenda beltzean</target>
627 <context-group name="null"> 635 <context-group name="null">
628 <context context-type="linenumber">42</context> 636 <context context-type="linenumber">42</context>
629 </context-group> 637 </context-group>
630 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group> 638
631 </trans-unit> 639 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
632 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 640 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
633 <source>Sensitive</source> 641 <source>Sensitive</source>
634 <target state="translated">Hunkigarria</target> 642 <target state="translated">Hunkigarria</target>
635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group> 643
636 </trans-unit> 644 <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>
637 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 645 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
638 <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>
639 <target state="translated">{VAR_PLURAL, plural, =0 {Bideorik ez} =1 {Bideo 1} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> bideo} }</target> 647 <target state="translated">{VAR_PLURAL, plural, =0 {Bideorik ez} =1 {Bideo 1} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> bideo} }</target>
@@ -686,11 +694,11 @@
686 <context-group name="null"> 694 <context-group name="null">
687 <context context-type="linenumber">15</context> 695 <context context-type="linenumber">15</context>
688 </context-group> 696 </context-group>
689 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group> 697
690 <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">73</context></context-group> 698
691 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</context></context-group> 699
692 <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> 700
693 </trans-unit> 701 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
694 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 702 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
695 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 703 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
696 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/>tik ezabatu</target> 704 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/>tik ezabatu</target>
@@ -732,19 +740,19 @@
732 <context-group name="null"> 740 <context-group name="null">
733 <context context-type="linenumber">63</context> 741 <context context-type="linenumber">63</context>
734 </context-group> 742 </context-group>
735 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group> 743
736 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group> 744
737 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group> 745
738 <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">41</context></context-group> 746
739 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group> 747
740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group> 748
741 <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">11</context></context-group> 749
742 <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">87</context></context-group> 750
743 <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">11</context></context-group> 751
744 <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">87</context></context-group> 752
745 <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">11</context></context-group> 753
746 <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">11</context></context-group> 754
747 </trans-unit> 755 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
748 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 756 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
749 <source>Truncated preview</source> 757 <source>Truncated preview</source>
750 <target>Moztutako aurrebista</target> 758 <target>Moztutako aurrebista</target>
@@ -826,10 +834,13 @@
826 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 834 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
827 </trans-unit> 835 </trans-unit>
828 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 836 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
829 <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> 837 <source>
838 <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>"/>
839 <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>"/>
840 </source>
830 <target> 841 <target>
831 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Urruneko harpidetza<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 842 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Urruneko harpidetza<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
832 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Urruneko interakzioa<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 843 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Urruneko interakzioa<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
833 </target> 844 </target>
834 <context-group name="null"> 845 <context-group name="null">
835 <context context-type="linenumber">10</context> 846 <context context-type="linenumber">10</context>
@@ -837,16 +848,22 @@
837 <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> 848 <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 </trans-unit> 849 </trans-unit>
839 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 850 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
840 <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> 851 <source>
841 <target state="translated">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. </target> 852 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/>"/>
853 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
854 </source>
855 <target state="translated">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/>"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </target>
842 <context-group purpose="location"> 856 <context-group purpose="location">
843 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 857 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
844 <context context-type="linenumber">17</context> 858 <context context-type="linenumber">17</context>
845 </context-group> 859 </context-group>
846 </trans-unit> 860 </trans-unit>
847 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 861 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
848 <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> 862 <source>
849 <target state="translated">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. </target> 863 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/>"/>
864 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
865 </source>
866 <target state="translated">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/>"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </target>
850 <context-group purpose="location"> 867 <context-group purpose="location">
851 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 868 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
852 <context context-type="linenumber">26</context> 869 <context context-type="linenumber">26</context>
@@ -861,8 +878,11 @@
861 </context-group> 878 </context-group>
862 </trans-unit> 879 </trans-unit>
863 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 880 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
864 <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> 881 <source>
865 <target state="translated"><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;"/> </target> 882 <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>"/>
883 <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>"/>
884 </source>
885 <target state="translated"><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>"/> <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>
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> 886 <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>
867 </trans-unit> 887 </trans-unit>
868 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html"> 888 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
@@ -908,9 +928,9 @@
908 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 928 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
909 </trans-unit> 929 </trans-unit>
910 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 930 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
911 <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> 931 <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>
912 <target> 932 <target>
913 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 }}"/> eguneko)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 933 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> eguneko)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
914 </target> 934 </target>
915 <context-group name="null"> 935 <context-group name="null">
916 <context context-type="linenumber">53</context> 936 <context context-type="linenumber">53</context>
@@ -923,10 +943,10 @@
923 <context-group name="null"> 943 <context-group name="null">
924 <context context-type="linenumber">286</context> 944 <context context-type="linenumber">286</context>
925 </context-group> 945 </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">66</context></context-group> 946
927 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group> 947
928 <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">46</context></context-group> 948
929 </trans-unit> 949 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
930 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 950 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
931 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 951 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
932 <target>HTTP inportazioa (YouTube, Vimeo, URL zuzena...)</target> 952 <target>HTTP inportazioa (YouTube, Vimeo, URL zuzena...)</target>
@@ -1066,19 +1086,19 @@
1066 <context-group name="null"> 1086 <context-group name="null">
1067 <context context-type="linenumber">23</context> 1087 <context context-type="linenumber">23</context>
1068 </context-group> 1088 </context-group>
1069 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group> 1089
1070 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group> 1090
1071 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group> 1091
1072 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group> 1092
1073 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 1093
1074 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group> 1094
1075 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</context></context-group> 1095
1076 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">47</context></context-group> 1096
1077 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group> 1097
1078 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group> 1098
1079 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group> 1099
1080 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group> 1100
1081 </trans-unit> 1101 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1082 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1102 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1083 <source>Ban this user</source> 1103 <source>Ban this user</source>
1084 <target>Debekatu erabiltzaile hau</target> 1104 <target>Debekatu erabiltzaile hau</target>
@@ -1095,14 +1115,7 @@
1095 <context context-type="linenumber">11</context> 1115 <context context-type="linenumber">11</context>
1096 </context-group> 1116 </context-group>
1097 </trans-unit> 1117 </trans-unit>
1098 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 1118
1099 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1100 <target state="new">(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1101 <context-group purpose="location">
1102 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
1103 <context context-type="linenumber">12</context>
1104 </context-group>
1105 </trans-unit>
1106 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1119 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1107 <source>Login</source> 1120 <source>Login</source>
1108 <target> 1121 <target>
@@ -1124,14 +1137,21 @@
1124 </context-group> 1137 </context-group>
1125 </trans-unit> 1138 </trans-unit>
1126 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1139 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html">
1127 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1140 <source>
1141 Currently this instance doesn't allow for user registration, but you can find an instance
1142 that gives you the possibility to sign up for an account and upload your videos there.
1143
1144 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1145
1146 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1147 </source>
1128 <target state="new"> 1148 <target state="new">
1129 Currently this instance doesn't allow for user registration, but you can find an instance 1149 Currently this instance doesn't allow for user registration, but you can find an instance
1130 that gives you the possibility to sign up for an account and upload your videos there. 1150 that gives you the possibility to sign up for an account and upload your videos there.
1131 1151
1132 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 1152 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1133 1153
1134 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1154 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1135 </target> 1155 </target>
1136 <context-group purpose="location"> 1156 <context-group purpose="location">
1137 <context context-type="sourcefile">src/app/login/login.component.html</context> 1157 <context context-type="sourcefile">src/app/login/login.component.html</context>
@@ -1225,15 +1245,15 @@
1225 <context-group name="null"> 1245 <context-group name="null">
1226 <context context-type="linenumber">43</context> 1246 <context context-type="linenumber">43</context>
1227 </context-group> 1247 </context-group>
1228 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group> 1248
1229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1249
1230 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1250
1231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">41</context></context-group> 1251
1232 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group> 1252
1233 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</context></context-group> 1253
1234 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group> 1254
1235 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group> 1255
1236 </trans-unit> 1256 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1237 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1257 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1238 <source>Email address</source> 1258 <source>Email address</source>
1239 <target>E-mail helbidea</target> 1259 <target>E-mail helbidea</target>
@@ -1294,9 +1314,9 @@
1294 </context-group> 1314 </context-group>
1295 </trans-unit> 1315 </trans-unit>
1296 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1316 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1297 <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> 1317 <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>
1298 <target> 1318 <target>
1299 <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;"/> bilaketarako 1319 <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>"/> bilaketarako
1300 </target> 1320 </target>
1301 <context-group name="null"> 1321 <context-group name="null">
1302 <context context-type="linenumber">6</context> 1322 <context context-type="linenumber">6</context>
@@ -1304,10 +1324,13 @@
1304 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1324 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1305 </trans-unit> 1325 </trans-unit>
1306 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1326 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1307 <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> 1327 <source>
1328 Filters
1329 <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>"/>
1330 </source>
1308 <target> 1331 <target>
1309 Iragazkiak 1332 Iragazkiak
1310 <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;"/> 1333 <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>"/>
1311 </target> 1334 </target>
1312 <context-group name="null"> 1335 <context-group name="null">
1313 <context context-type="linenumber">16</context> 1336 <context context-type="linenumber">16</context>
@@ -1341,7 +1364,8 @@
1341 </context-group> 1364 </context-group>
1342 </trans-unit> 1365 </trans-unit>
1343 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1366 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1344 <source>CLI documentation</source> 1367 <source>CLI
1368 documentation</source>
1345 <target state="translated">Komando lerroko interfazearen dokumentazioa</target> 1369 <target state="translated">Komando lerroko interfazearen dokumentazioa</target>
1346 <context-group purpose="location"> 1370 <context-group purpose="location">
1347 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1371 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1357,7 +1381,8 @@
1357 </context-group> 1381 </context-group>
1358 </trans-unit> 1382 </trans-unit>
1359 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1383 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1360 <source>Administer documentation</source> 1384 <source>Administer
1385 documentation</source>
1361 <target state="translated">Administer documentation</target> 1386 <target state="translated">Administer documentation</target>
1362 <context-group purpose="location"> 1387 <context-group purpose="location">
1363 <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>
@@ -1373,7 +1398,8 @@
1373 </context-group> 1398 </context-group>
1374 </trans-unit> 1399 </trans-unit>
1375 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1400 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1376 <source>Use documentation</source> 1401 <source>Use
1402 documentation</source>
1377 <target state="new"/> 1403 <target state="new"/>
1378 <context-group purpose="location"> 1404 <context-group purpose="location">
1379 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1405 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1397,16 +1423,16 @@
1397 </context-group> 1423 </context-group>
1398 </trans-unit> 1424 </trans-unit>
1399 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1425 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1400 <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> 1426 <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>
1401 <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> 1427 <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>
1402 <context-group purpose="location"> 1428 <context-group purpose="location">
1403 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1429 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1404 <context context-type="linenumber">44</context> 1430 <context context-type="linenumber">44</context>
1405 </context-group> 1431 </context-group>
1406 </trans-unit> 1432 </trans-unit>
1407 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1433 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1408 <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> 1434 <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>
1409 <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;"/> </target> 1435 <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>"/> </target>
1410 <context-group purpose="location"> 1436 <context-group purpose="location">
1411 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1437 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1412 <context context-type="linenumber">47</context> 1438 <context context-type="linenumber">47</context>
@@ -1421,7 +1447,11 @@
1421 </context-group> 1447 </context-group>
1422 </trans-unit> 1448 </trans-unit>
1423 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1449 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1424 <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> 1450 <source>
1451 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>"/>,
1452 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>"/>
1453 is very important for visitors to understand on what type of instance they are.
1454 </source>
1425 <target state="new"/> 1455 <target state="new"/>
1426 <context-group purpose="location"> 1456 <context-group purpose="location">
1427 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1457 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1429,7 +1459,13 @@
1429 </context-group> 1459 </context-group>
1430 </trans-unit> 1460 </trans-unit>
1431 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1461 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1432 <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> 1462 <source>
1463 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
1464 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1465 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
1466 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1467 PeerTube instance.
1468 </source>
1433 <target state="new"/> 1469 <target state="new"/>
1434 <context-group purpose="location"> 1470 <context-group purpose="location">
1435 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1471 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1519,10 +1555,13 @@
1519 </context-group> 1555 </context-group>
1520 </trans-unit> 1556 </trans-unit>
1521 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1557 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1522 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1558 <source>
1559 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1560 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1561 </source>
1523 <target state="new"> 1562 <target state="new">
1524 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. 1563 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1525 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1564 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1526 </target> 1565 </target>
1527 <context-group purpose="location"> 1566 <context-group purpose="location">
1528 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1567 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1596,15 +1635,9 @@
1596 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1635 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1597 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source> 1636 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source>
1598 <target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1637 <target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1599 <context-group purpose="location"> 1638
1600 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1639
1601 <context context-type="linenumber">36</context> 1640 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit>
1602 </context-group>
1603 <context-group purpose="location">
1604 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1605 <context context-type="linenumber">158</context>
1606 </context-group>
1607 </trans-unit>
1608 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html"> 1641 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1609 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source> 1642 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source>
1610 <target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1643 <target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
@@ -1648,50 +1681,35 @@
1648 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1681 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1649 <source>Help</source> 1682 <source>Help</source>
1650 <target state="new">Help</target> 1683 <target state="new">Help</target>
1651 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group> 1684
1652 </trans-unit> 1685 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1653 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1686 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1654 <source>Get help using PeerTube</source> 1687 <source>Get help using PeerTube</source>
1655 <target state="new">Get help using PeerTube</target> 1688 <target state="new">Get help using PeerTube</target>
1656 <context-group purpose="location"> 1689
1657 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1690 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1658 <context context-type="linenumber">167</context>
1659 </context-group>
1660 </trans-unit>
1661 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html"> 1691 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1662 <source>Shortcuts</source> 1692 <source>Shortcuts</source>
1663 <target state="new">Shortcuts</target> 1693 <target state="new">Shortcuts</target>
1664 <context-group purpose="location"> 1694
1665 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1695 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit>
1666 <context context-type="linenumber">168</context>
1667 </context-group>
1668 </trans-unit>
1669 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html"> 1696 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1670 <source>powered by PeerTube</source> 1697 <source>powered by PeerTube</source>
1671 <target state="new"> 1698 <target state="new">
1672 powered by PeerTube 1699 powered by PeerTube
1673 </target> 1700 </target>
1674 <context-group purpose="location"> 1701
1675 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1702 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1676 <context context-type="linenumber">172</context>
1677 </context-group>
1678 </trans-unit>
1679 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html"> 1703 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1680 <source>PeerTube website</source> 1704 <source>PeerTube website</source>
1681 <target state="new">PeerTube website</target> 1705 <target state="new">PeerTube website</target>
1682 <context-group purpose="location"> 1706
1683 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1707 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1684 <context context-type="linenumber">172</context>
1685 </context-group>
1686 </trans-unit>
1687 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html"> 1708 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1688 <source>powered by PeerTube - CopyLeft 2015-2020</source> 1709 <source>powered by PeerTube - CopyLeft 2015-2020</source>
1689 <target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1710 <target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1690 <context-group purpose="location"> 1711
1691 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1712 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1692 <context context-type="linenumber">171</context>
1693 </context-group>
1694 </trans-unit>
1695 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1713 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1696 <source>Log out</source> 1714 <source>Log out</source>
1697 <target state="new">Log out</target> 1715 <target state="new">Log out</target>
@@ -1800,19 +1818,9 @@
1800 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1818 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1801 <source>Contact</source> 1819 <source>Contact</source>
1802 <target state="new">Contact</target> 1820 <target state="new">Contact</target>
1803 <context-group purpose="location"> 1821
1804 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1822 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1805 <context context-type="linenumber">154</context> 1823
1806 </context-group>
1807 </trans-unit>
1808 <trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1809 <source>Terms of Service</source>
1810 <target state="new">Terms of Service</target>
1811 <context-group purpose="location">
1812 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1813 <context context-type="linenumber">155</context>
1814 </context-group>
1815 </trans-unit>
1816 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1824 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1817 <source>View your notifications</source> 1825 <source>View your notifications</source>
1818 <target state="new">View your notifications</target> 1826 <target state="new">View your notifications</target>
@@ -1964,10 +1972,13 @@
1964 </context-group> 1972 </context-group>
1965 </trans-unit> 1973 </trans-unit>
1966 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1974 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1967 <source>Jump to channel <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;"/> </source> 1975 <source>
1976 Jump to channel
1977 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1978 </source>
1968 <target state="new"> 1979 <target state="new">
1969 Jump to channel 1980 Jump to channel
1970 <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;"/> 1981 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1971 </target> 1982 </target>
1972 <context-group purpose="location"> 1983 <context-group purpose="location">
1973 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1984 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
@@ -2203,10 +2214,14 @@
2203 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2214 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2204 </trans-unit> 2215 </trans-unit>
2205 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2216 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2206 <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> 2217 <source>
2218 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2219 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2220 Press Enter to add a new tag.
2221 </source>
2207 <target state="new"> 2222 <target state="new">
2208 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2223 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2209 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2224 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2210 Press Enter to add a new tag. 2225 Press Enter to add a new tag.
2211 </target> 2226 </target>
2212 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2227 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
@@ -2261,69 +2276,50 @@
2261 <context-group name="null"> 2276 <context-group name="null">
2262 <context context-type="linenumber">23</context> 2277 <context context-type="linenumber">23</context>
2263 </context-group> 2278 </context-group>
2264 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group> 2279
2265 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group> 2280
2266 <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">12</context></context-group> 2281
2267 <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">28</context></context-group> 2282
2268 <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">70</context></context-group> 2283
2269 <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">70</context></context-group> 2284
2270 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group> 2285
2271 </trans-unit> 2286 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2272 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2287 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2273 <source>Privacy</source> 2288 <source>Privacy</source>
2274 <target>Pribatutasuna</target> 2289 <target>Pribatutasuna</target>
2275 <context-group name="null"> 2290 <context-group name="null">
2276 <context context-type="linenumber">33</context> 2291 <context context-type="linenumber">33</context>
2277 </context-group> 2292 </context-group>
2278 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group> 2293
2279 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group> 2294
2280 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group> 2295
2281 <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">21</context></context-group> 2296
2282 <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">37</context></context-group> 2297
2283 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">187</context></context-group> 2298
2284 <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">57</context></context-group> 2299
2285 <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">57</context></context-group> 2300
2286 </trans-unit> 2301 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit>
2287 <trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2302
2288 <source>More information about privacy within PeerTube</source>
2289 <target state="new">More information about privacy within PeerTube</target>
2290 <context-group purpose="location">
2291 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2292 <context context-type="linenumber">164</context>
2293 </context-group>
2294 </trans-unit>
2295 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html"> 2303 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2296 <source>FAQ</source> 2304 <source>FAQ</source>
2297 <target state="new">FAQ</target> 2305 <target state="new">FAQ</target>
2298 <context-group purpose="location"> 2306
2299 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2307 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2300 <context context-type="linenumber">165</context>
2301 </context-group>
2302 </trans-unit>
2303 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html"> 2308 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2304 <source>Frequently asked questions about PeerTube</source> 2309 <source>Frequently asked questions about PeerTube</source>
2305 <target state="new">Frequently asked questions about PeerTube</target> 2310 <target state="new">Frequently asked questions about PeerTube</target>
2306 <context-group purpose="location"> 2311
2307 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2312 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2308 <context context-type="linenumber">165</context>
2309 </context-group>
2310 </trans-unit>
2311 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html"> 2313 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2312 <source>API</source> 2314 <source>API</source>
2313 <target state="new">API</target> 2315 <target state="new">API</target>
2314 <context-group purpose="location"> 2316
2315 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2317 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2316 <context context-type="linenumber">166</context>
2317 </context-group>
2318 </trans-unit>
2319 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html"> 2318 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2320 <source>API documentation</source> 2319 <source>API documentation</source>
2321 <target state="new">API documentation</target> 2320 <target state="new">API documentation</target>
2322 <context-group purpose="location"> 2321
2323 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2322 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2324 <context context-type="linenumber">166</context>
2325 </context-group>
2326 </trans-unit>
2327 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2323 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2328 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2324 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2329 <target>Programatutako argitaratzea (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2325 <target>Programatutako argitaratzea (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2389,7 +2385,7 @@
2389 <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> 2385 <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>
2390 </trans-unit> 2386 </trans-unit>
2391 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2387 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2392 <source>Already uploaded ✔</source> 2388 <source>Already uploaded ✔</source>
2393 <target>Jadanik igota ✔</target> 2389 <target>Jadanik igota ✔</target>
2394 <context-group name="null"> 2390 <context-group name="null">
2395 <context context-type="linenumber">179</context> 2391 <context context-type="linenumber">179</context>
@@ -2508,7 +2504,11 @@
2508 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2504 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2509 </trans-unit> 2505 </trans-unit>
2510 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2506 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2511 <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> 2507 <source>
2508 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>"/>
2509 or URL that points to a raw MP4 file.
2510 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.
2511 </source>
2512 <target state="new"/> 2512 <target state="new"/>
2513 <context-group purpose="location"> 2513 <context-group purpose="location">
2514 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2514 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
@@ -2521,10 +2521,10 @@
2521 <context-group name="null"> 2521 <context-group name="null">
2522 <context context-type="linenumber">53</context> 2522 <context context-type="linenumber">53</context>
2523 </context-group> 2523 </context-group>
2524 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group> 2524
2525 <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">64</context></context-group> 2525
2526 <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">53</context></context-group> 2526
2527 </trans-unit> 2527 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2528 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2528 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2529 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2529 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2530 <target> 2530 <target>
@@ -2541,11 +2541,11 @@
2541 <context-group name="null"> 2541 <context-group name="null">
2542 <context context-type="linenumber">17</context> 2542 <context context-type="linenumber">17</context>
2543 </context-group> 2543 </context-group>
2544 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group> 2544
2545 <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">74</context></context-group> 2545
2546 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group> 2546
2547 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group> 2547
2548 </trans-unit> 2548 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2549 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2549 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2550 <source>Select the file to upload</source> 2550 <source>Select the file to upload</source>
2551 <target>Hautatu igo beharreko bideoa</target> 2551 <target>Hautatu igo beharreko bideoa</target>
@@ -2560,65 +2560,54 @@
2560 <context-group name="null"> 2560 <context-group name="null">
2561 <context context-type="linenumber">25</context> 2561 <context context-type="linenumber">25</context>
2562 </context-group> 2562 </context-group>
2563 <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">25</context></context-group> 2563
2564 </trans-unit> 2564 <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">24</context></context-group></trans-unit>
2565 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2565 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2566 <source>Video background image</source> 2566 <source>Video background image</source>
2567 <target state="new">Video background image</target> 2567 <target state="new">Video background image</target>
2568 <context-group purpose="location"> 2568
2569 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2569 <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">31</context></context-group></trans-unit>
2570 <context context-type="linenumber">32</context>
2571 </context-group>
2572 </trans-unit>
2573 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2570 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2574 <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> 2571 <source>
2572 Image that will be merged with your audio file.
2573 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2574 The chosen image will be definitive and cannot be modified.
2575 </source>
2575 <target state="new"/> 2576 <target state="new"/>
2576 <context-group purpose="location"> 2577
2577 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2578 <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">33</context></context-group></trans-unit>
2578 <context context-type="linenumber">34</context>
2579 </context-group>
2580 </trans-unit>
2581 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2579 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2582 <source>Processing…</source> 2580 <source>Processing…</source>
2583 <target state="new">Processing…</target> 2581 <target state="new">Processing…</target>
2584 <context-group purpose="location"> 2582
2585 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2583 <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">55</context></context-group></trans-unit>
2586 <context context-type="linenumber">56</context>
2587 </context-group>
2588 </trans-unit>
2589 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html"> 2584 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2590 <source>Total video quota</source> 2585 <source>Total video quota</source>
2591 <target state="new">Total video quota</target> 2586 <target state="new">Total video quota</target>
2592 <context-group purpose="location"> 2587
2593 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2588
2594 <context context-type="linenumber">54</context> 2589 <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">53</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">11</context></context-group></trans-unit>
2595 </context-group>
2596 <context-group purpose="location">
2597 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2598 <context context-type="linenumber">11</context>
2599 </context-group>
2600 </trans-unit>
2601 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html"> 2590 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2602 <source>Congratulations! Your video is now available in your private library.</source> 2591 <source>Congratulations! Your video is now available in your private library.</source>
2603 <target state="new">Congratulations! Your video is now available in your private library.</target> 2592 <target state="new">Congratulations! Your video is now available in your private library.</target>
2604 <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">68</context></context-group> 2593
2605 </trans-unit> 2594 <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">67</context></context-group></trans-unit>
2606 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2595 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2607 <source>Publish will be available when upload is finished</source> 2596 <source>Publish will be available when upload is finished</source>
2608 <target>Argitaratzea behin igoera bukatzean egongo da erabilgarri</target> 2597 <target>Argitaratzea behin igoera bukatzean egongo da erabilgarri</target>
2609 <context-group name="null"> 2598 <context-group name="null">
2610 <context context-type="linenumber">79</context> 2599 <context context-type="linenumber">79</context>
2611 </context-group> 2600 </context-group>
2612 <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">81</context></context-group> 2601
2613 </trans-unit> 2602 <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">80</context></context-group></trans-unit>
2614 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2603 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2615 <source>Publish</source> 2604 <source>Publish</source>
2616 <target>Argitaratu</target> 2605 <target>Argitaratu</target>
2617 <context-group name="null"> 2606 <context-group name="null">
2618 <context context-type="linenumber">86</context> 2607 <context context-type="linenumber">86</context>
2619 </context-group> 2608 </context-group>
2620 <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">88</context></context-group> 2609
2621 </trans-unit> 2610 <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">87</context></context-group></trans-unit>
2622 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2611 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2623 <source>Select the torrent to import</source> 2612 <source>Select the torrent to import</source>
2624 <target>Hautatu torrenta inportatzeko</target> 2613 <target>Hautatu torrenta inportatzeko</target>
@@ -2626,31 +2615,30 @@
2626 <context context-type="linenumber">6</context> 2615 <context context-type="linenumber">6</context>
2627 </context-group> 2616 </context-group>
2628 <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">6</context></context-group> 2617 <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">6</context></context-group>
2629 </trans-unit> 2618 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2630 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2619 <source>OR</source><target state="new">OR</target>
2631 <source>Or</source> 2620 <context-group purpose="location">
2632 <target>Edo</target> 2621 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2633 <context-group name="null"> 2622 <context context-type="linenumber">10</context>
2634 <context context-type="linenumber">11</context>
2635 </context-group> 2623 </context-group>
2636 <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">11</context></context-group>
2637 </trans-unit> 2624 </trans-unit>
2625
2638 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2626 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2639 <source>Paste magnet URI</source> 2627 <source>Paste magnet URI</source>
2640 <target>Itsatsi magnet URLa</target> 2628 <target>Itsatsi magnet URLa</target>
2641 <context-group name="null"> 2629 <context-group name="null">
2642 <context context-type="linenumber">14</context> 2630 <context context-type="linenumber">14</context>
2643 </context-group> 2631 </context-group>
2644 <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> 2632
2645 </trans-unit> 2633 <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">13</context></context-group></trans-unit>
2646 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2634 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2647 <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> 2635 <source>
2636 You can import any torrent file that points to a mp4 file.
2637 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.
2638 </source>
2648 <target state="new"/> 2639 <target state="new"/>
2649 <context-group purpose="location"> 2640
2650 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2641 <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">16</context></context-group></trans-unit>
2651 <context context-type="linenumber">17</context>
2652 </context-group>
2653 </trans-unit>
2654 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2642 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2655 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2643 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2656 <target> 2644 <target>
@@ -2659,14 +2647,18 @@
2659 <context-group name="null"> 2647 <context-group name="null">
2660 <context context-type="linenumber">57</context> 2648 <context context-type="linenumber">57</context>
2661 </context-group> 2649 </context-group>
2662 <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> 2650
2663 </trans-unit> 2651 <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">56</context></context-group></trans-unit>
2664 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2652 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2665 <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> 2653 <source>
2654 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.
2655 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2656 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.
2657 </source>
2666 <target state="new"> 2658 <target state="new">
2667 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. 2659 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.
2668 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2660 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2669 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. 2661 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.
2670 </target> 2662 </target>
2671 <context-group purpose="location"> 2663 <context-group purpose="location">
2672 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2664 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
@@ -2893,9 +2885,9 @@
2893 <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> 2885 <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>
2894 </trans-unit> 2886 </trans-unit>
2895 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2887 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2896 <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> 2888 <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>
2897 <target state="new"> 2889 <target state="new">
2898 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;"/> 2890 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>"/>
2899 </target> 2891 </target>
2900 <context-group purpose="location"> 2892 <context-group purpose="location">
2901 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2893 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2903,9 +2895,9 @@
2903 </context-group> 2895 </context-group>
2904 </trans-unit> 2896 </trans-unit>
2905 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2897 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2906 <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> 2898 <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>
2907 <target state="new"> 2899 <target state="new">
2908 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;"/> 2900 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>"/>
2909 </target> 2901 </target>
2910 <context-group purpose="location"> 2902 <context-group purpose="location">
2911 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2903 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2983,10 +2975,10 @@
2983 <context-group name="null"> 2975 <context-group name="null">
2984 <context context-type="linenumber">63</context> 2976 <context context-type="linenumber">63</context>
2985 </context-group> 2977 </context-group>
2986 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group> 2978
2987 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group> 2979
2988 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">63</context></context-group> 2980
2989 </trans-unit> 2981 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit>
2990 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2982 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2991 <source>Subscribe</source> 2983 <source>Subscribe</source>
2992 <target state="new">Subscribe</target> 2984 <target state="new">Subscribe</target>
@@ -3072,8 +3064,8 @@
3072 <context-group name="null"> 3064 <context-group name="null">
3073 <context context-type="linenumber">215</context> 3065 <context context-type="linenumber">215</context>
3074 </context-group> 3066 </context-group>
3075 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group> 3067
3076 </trans-unit> 3068 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3077 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3069 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3078 <source>Get more information</source> 3070 <source>Get more information</source>
3079 <target>Lortu informazio gehiago</target> 3071 <target>Lortu informazio gehiago</target>
@@ -3155,29 +3147,20 @@
3155 <target state="new"> 3147 <target state="new">
3156 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 3148 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
3157 </target> 3149 </target>
3158 <context-group purpose="location"> 3150
3159 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3151 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3160 <context context-type="linenumber">77</context>
3161 </context-group>
3162 </trans-unit>
3163 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3152 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3164 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3153 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3165 <target state="new"> 3154 <target state="new">
3166 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 3155 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
3167 </target> 3156 </target>
3168 <context-group purpose="location"> 3157
3169 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3158 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3170 <context context-type="linenumber">80</context>
3171 </context-group>
3172 </trans-unit>
3173 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3159 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3174 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3160 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3175 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 3161 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
3176 <context-group purpose="location"> 3162
3177 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3163 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3178 <context context-type="linenumber">84</context>
3179 </context-group>
3180 </trans-unit>
3181 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3164 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3182 <source>Comments are disabled.</source> 3165 <source>Comments are disabled.</source>
3183 <target> 3166 <target>
@@ -3186,8 +3169,8 @@
3186 <context-group name="null"> 3169 <context-group name="null">
3187 <context context-type="linenumber">64</context> 3170 <context context-type="linenumber">64</context>
3188 </context-group> 3171 </context-group>
3189 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 3172
3190 </trans-unit> 3173 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3191 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3174 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3192 <source>Add comment...</source> 3175 <source>Add comment...</source>
3193 <target>Gehitu iruzkina...</target> 3176 <target>Gehitu iruzkina...</target>
@@ -3215,7 +3198,11 @@
3215 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3198 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3216 </trans-unit> 3199 </trans-unit>
3217 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3200 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3218 <source>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> 3201 <source>
3202 You can comment using an account on any ActivityPub-compatible instance.
3203 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3204 from within the software's interface.
3205 </source>
3219 <target state="new"> 3206 <target state="new">
3220 You can comment using an account on any ActivityPub-compatible instance. 3207 You can comment using an account on any ActivityPub-compatible instance.
3221 On most platforms, you can find the video by typing its URL in the search bar and then comment it 3208 On most platforms, you can find the video by typing its URL in the search bar and then comment it
@@ -3276,74 +3263,54 @@
3276 </context-group> 3263 </context-group>
3277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3264 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3278 </trans-unit> 3265 </trans-unit>
3279 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 3266
3280 <source>Follow</source>
3281 <target>Jarraitu</target>
3282 <context-group name="null">
3283 <context context-type="linenumber">7</context>
3284 </context-group>
3285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3286 </trans-unit>
3287 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3267 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3288 <source>Followers</source> 3268 <source>Followers</source>
3289 <target>Jarraitzaileak</target> 3269 <target>Jarraitzaileak</target>
3290 <context-group name="null"> 3270 <context-group name="null">
3291 <context context-type="linenumber">3</context> 3271 <context context-type="linenumber">3</context>
3292 </context-group> 3272 </context-group>
3293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 3273
3294 </trans-unit> 3274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3295 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3275 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3296 <source>Video redundancies</source> 3276 <source>Video redundancies</source>
3297 <target state="new">Video redundancies</target> 3277 <target state="new">Video redundancies</target>
3298 <context-group purpose="location"> 3278
3299 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3300 <context context-type="linenumber">11</context>
3301 </context-group>
3302 </trans-unit>
3303 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 3280 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
3304 <source>1 host (without "http://") per line</source> 3281 <source>1 host (without "http://") per line</source>
3305 <target>Ostalari 1 lerroko ("http://" gabe)</target> 3282 <target>Ostalari 1 lerroko ("http://" gabe)</target>
3306 <context-group name="null"> 3283 <context-group name="null">
3307 <context context-type="linenumber">5</context> 3284 <context context-type="linenumber">5</context>
3308 </context-group> 3285 </context-group>
3309 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">5</context></context-group> 3286
3310 </trans-unit> 3287 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3311 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507"> 3288 <source>Follow domain</source><target state="new">Follow domain</target>
3312 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3289 <context-group purpose="location">
3313 <target> 3290 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3314 Badirudi ez zaudela HTTPS zerbitzari batean. Zure web zerbitzaria TLS aktibatuta izan behar du zerbitzariak jarraitu ahal izateko. 3291 <context context-type="linenumber">15</context>
3315 </target>
3316 <context-group name="null">
3317 <context context-type="linenumber">17</context>
3318 </context-group>
3319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">17</context></context-group>
3320 </trans-unit>
3321 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
3322 <source>Add following</source>
3323 <target>Gehitu jarraipena</target>
3324 <context-group name="null">
3325 <context context-type="linenumber">21</context>
3326 </context-group> 3292 </context-group>
3327 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group>
3328 </trans-unit> 3293 </trans-unit>
3294
3295
3329 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3296 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3330 <source>Filter...</source> 3297 <source>Filter...</source>
3331 <target>Iragazkia...</target> 3298 <target>Iragazkia...</target>
3332 <context-group name="null"> 3299 <context-group name="null">
3333 <context context-type="linenumber">27</context> 3300 <context context-type="linenumber">27</context>
3334 </context-group> 3301 </context-group>
3335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</context></context-group> 3302
3336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">9</context></context-group> 3303
3337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">27</context></context-group> 3304
3338 </trans-unit> 3305 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3339 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3306 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3340 <source>ID</source> 3307 <source>ID</source>
3341 <target>ID-a</target> 3308 <target>ID-a</target>
3342 <context-group name="null"> 3309 <context-group name="null">
3343 <context context-type="linenumber">18</context> 3310 <context context-type="linenumber">18</context>
3344 </context-group> 3311 </context-group>
3345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 3312
3346 </trans-unit> 3313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3347 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3314 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3348 <source>Follower handle</source> 3315 <source>Follower handle</source>
3349 <target state="new">Follower handle</target> 3316 <target state="new">Follower handle</target>
@@ -3355,80 +3322,65 @@
3355 <context-group name="null"> 3322 <context-group name="null">
3356 <context context-type="linenumber">10</context> 3323 <context context-type="linenumber">10</context>
3357 </context-group> 3324 </context-group>
3358 <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> 3325
3359 <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> 3326
3360 </trans-unit> 3327 <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>
3361 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3328 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3362 <source>Delayed.</source> 3329 <source>Delayed.</source>
3363 <target state="new">Delayed.</target> 3330 <target state="new">Delayed.</target>
3364 <context-group purpose="location"> 3331
3365 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3366 <context context-type="linenumber">42</context>
3367 </context-group>
3368 </trans-unit>
3369 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3333 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3370 <source>Will start soon...</source> 3334 <source>Will start soon...</source>
3371 <target state="new">Will start soon...</target> 3335 <target state="new">Will start soon...</target>
3372 <context-group purpose="location"> 3336
3373 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3374 <context context-type="linenumber">43</context>
3375 </context-group>
3376 </trans-unit>
3377 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3338 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3378 <source>Running...</source> 3339 <source>Running...</source>
3379 <target state="new">Running...</target> 3340 <target state="new">Running...</target>
3380 <context-group purpose="location"> 3341
3381 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3382 <context context-type="linenumber">44</context>
3383 </context-group>
3384 </trans-unit>
3385 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3343 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3386 <source>Finished</source> 3344 <source>Finished</source>
3387 <target state="new">Finished</target> 3345 <target state="new">Finished</target>
3388 <context-group purpose="location"> 3346
3389 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3390 <context context-type="linenumber">45</context>
3391 </context-group>
3392 </trans-unit>
3393 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3348 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3394 <source>Failed</source> 3349 <source>Failed</source>
3395 <target state="new">Failed</target> 3350 <target state="new">Failed</target>
3396 <context-group purpose="location"> 3351
3397 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3352 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3398 <context context-type="linenumber">46</context>
3399 </context-group>
3400 </trans-unit>
3401 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3353 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3402 <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> 3354 <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>
3403 <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;"/>(e)an sortuta</target> 3355 <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>"/>(e)an sortuta</target>
3404 <context-group name="null"> 3356 <context-group name="null">
3405 <context context-type="linenumber">11</context> 3357 <context context-type="linenumber">11</context>
3406 </context-group> 3358 </context-group>
3407 <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> 3359
3408 <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> 3360
3409 <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> 3361
3410 <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> 3362
3411 <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> 3363
3412 <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> 3364
3413 </trans-unit> 3365 <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">24</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">46</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">11</context></context-group><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><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>
3414 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3366 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3415 <source>Accepted</source> 3367 <source>Accepted</source>
3416 <target>Onartua</target> 3368 <target>Onartua</target>
3417 <context-group name="null"> 3369 <context-group name="null">
3418 <context context-type="linenumber">32</context> 3370 <context context-type="linenumber">32</context>
3419 </context-group> 3371 </context-group>
3420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3372
3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3373
3422 </trans-unit> 3374 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3423 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3375 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3424 <source>Pending</source> 3376 <source>Pending</source>
3425 <target>Zain</target> 3377 <target>Zain</target>
3426 <context-group name="null"> 3378 <context-group name="null">
3427 <context context-type="linenumber">33</context> 3379 <context context-type="linenumber">33</context>
3428 </context-group> 3380 </context-group>
3429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3381
3430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3382
3431 </trans-unit> 3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3432 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3384 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3433 <source>Accept</source> 3385 <source>Accept</source>
3434 <target state="new">Accept</target> 3386 <target state="new">Accept</target>
@@ -3443,6 +3395,12 @@
3443 </context-group> 3395 </context-group>
3444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3445 <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">42</context></context-group> 3397 <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">42</context></context-group>
3398 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3399 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3400 <context-group purpose="location">
3401 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3402 <context context-type="linenumber">3</context>
3403 </context-group>
3446 </trans-unit> 3404 </trans-unit>
3447 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 3405 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3448 <source>Host</source> 3406 <source>Host</source>
@@ -3450,24 +3408,32 @@
3450 <context-group name="null"> 3408 <context-group name="null">
3451 <context context-type="linenumber">19</context> 3409 <context context-type="linenumber">19</context>
3452 </context-group> 3410 </context-group>
3453 <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> 3411
3454 </trans-unit> 3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3455 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3413 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3456 <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> 3414 <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>
3457 <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> 3415 <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>
3416
3417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3418 <source>Follow domains</source><target state="new">Follow domains</target>
3458 <context-group purpose="location"> 3419 <context-group purpose="location">
3459 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3420 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3460 <context context-type="linenumber">21</context> 3421 <context context-type="linenumber">50</context>
3461 </context-group> 3422 </context-group>
3462 </trans-unit> 3423 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3463 <trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3424 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3464 <source>Video redundancies list</source>
3465 <target state="new">Video redundancies list</target>
3466 <context-group purpose="location"> 3425 <context-group purpose="location">
3467 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3426 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3468 <context context-type="linenumber">2</context> 3427 <context context-type="linenumber">7</context>
3428 </context-group>
3429 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3430 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3431 <context-group purpose="location">
3432 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3433 <context context-type="linenumber">8</context>
3469 </context-group> 3434 </context-group>
3470 </trans-unit> 3435 </trans-unit>
3436
3471 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 3437 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
3472 <source>Create user</source> 3438 <source>Create user</source>
3473 <target>Sortu erabiltzailea</target> 3439 <target>Sortu erabiltzailea</target>
@@ -3524,14 +3490,17 @@
3524 <context-group name="null"> 3490 <context-group name="null">
3525 <context context-type="linenumber">43</context> 3491 <context context-type="linenumber">43</context>
3526 </context-group> 3492 </context-group>
3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3493
3528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3494
3529 <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> 3495
3530 </trans-unit> 3496 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit>
3531 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3497 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3532 <source>Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3498 <source>
3499 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3500 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3501 </source>
3533 <target state="new"> 3502 <target state="new">
3534 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 3503 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3535 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3504 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3536 </target> 3505 </target>
3537 <context-group purpose="location"> 3506 <context-group purpose="location">
@@ -3610,34 +3579,38 @@
3610 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 3579 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3611 <source>Batch actions</source> 3580 <source>Batch actions</source>
3612 <target state="new">Batch actions</target> 3581 <target state="new">Batch actions</target>
3613 <context-group purpose="location"> 3582
3614 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3615 <context context-type="linenumber">19</context>
3616 </context-group>
3617 </trans-unit>
3618 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3584 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3619 <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> 3585 <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>
3620 <target>Erabiltzaile-izena <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> 3586 <target>Erabiltzaile-izena <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>
3621 <context-group name="null"> 3587 <context-group name="null">
3622 <context context-type="linenumber">40</context> 3588 <context context-type="linenumber">40</context>
3623 </context-group> 3589 </context-group>
3624 <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> 3590
3625 </trans-unit> 3591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3626 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3592 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3627 <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> 3593 <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>
3628 <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> 3594 <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>
3629 <context-group purpose="location"> 3595
3630 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3596 <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></trans-unit>
3631 <context context-type="linenumber">42</context>
3632 </context-group>
3633 </trans-unit>
3634 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3597 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3635 <source>(banned)</source> 3598 <source>(banned)</source>
3636 <target>(debekatua)</target> 3599 <target>(debekatua)</target>
3637 <context-group name="null"> 3600 <context-group name="null">
3638 <context context-type="linenumber">65</context> 3601 <context context-type="linenumber">65</context>
3639 </context-group> 3602 </context-group>
3640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group> 3603
3604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3605 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3606 <context-group purpose="location">
3607 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3608 <context context-type="linenumber">65</context>
3609 </context-group>
3610 <context-group purpose="location">
3611 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3612 <context context-type="linenumber">27</context>
3613 </context-group>
3641 </trans-unit> 3614 </trans-unit>
3642 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3615 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3643 <source>User's email must be verified to login</source> 3616 <source>User's email must be verified to login</source>
@@ -3645,23 +3618,29 @@
3645 <context-group name="null"> 3618 <context-group name="null">
3646 <context context-type="linenumber">72</context> 3619 <context context-type="linenumber">72</context>
3647 </context-group> 3620 </context-group>
3648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group> 3621
3649 </trans-unit> 3622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3650 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3623 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3651 <source>User's email is verified / User can login without email verification</source> 3624 <source>User's email is verified / User can login without email verification</source>
3652 <target>Erabiltzailearen e-mail helbidea baieztatuta dago / Erabiltzaileak e-mail helbidea baieztatu gabe saioa hasi dezake</target> 3625 <target>Erabiltzailearen e-mail helbidea baieztatuta dago / Erabiltzaileak e-mail helbidea baieztatu gabe saioa hasi dezake</target>
3653 <context-group name="null"> 3626 <context-group name="null">
3654 <context context-type="linenumber">76</context> 3627 <context context-type="linenumber">76</context>
3655 </context-group> 3628 </context-group>
3656 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group> 3629
3657 </trans-unit> 3630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3658 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3631 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3659 <source>Ban reason:</source> 3632 <source>Ban reason:</source>
3660 <target>Debekatzeko arrazoia:</target> 3633 <target>Debekatzeko arrazoia:</target>
3661 <context-group name="null"> 3634 <context-group name="null">
3662 <context context-type="linenumber">95</context> 3635 <context context-type="linenumber">95</context>
3663 </context-group> 3636 </context-group>
3664 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group> 3637
3638 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3639 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3640 <context-group purpose="location">
3641 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3642 <context context-type="linenumber">15</context>
3643 </context-group>
3665 </trans-unit> 3644 </trans-unit>
3666 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3645 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
3667 <source>Moderation</source> 3646 <source>Moderation</source>
@@ -3711,100 +3690,103 @@
3711 <context context-type="linenumber">13</context> 3690 <context context-type="linenumber">13</context>
3712 </context-group> 3691 </context-group>
3713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3693 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3694 <source>Video <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">Video <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>
3695 <context-group purpose="location">
3696 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3697 <context context-type="linenumber">10</context>
3698 </context-group>
3714 </trans-unit> 3699 </trans-unit>
3715 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3700 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3716 <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> 3701 <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>
3717 <target>Bideoaren izena <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> 3702 <target>Bideoaren izena <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>
3718 <context-group name="null"> 3703 <context-group name="null">
3719 <context context-type="linenumber">8</context> 3704 <context context-type="linenumber">8</context>
3720 </context-group> 3705 </context-group>
3721 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3706
3722 <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">8</context></context-group> 3707
3723 </trans-unit> 3708 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3724 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3709 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3725 <source>Video URL</source> 3710 <source>Video URL</source>
3726 <target state="new">Video URL</target> 3711 <target state="new">Video URL</target>
3727 <context-group purpose="location"> 3712
3728 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3729 <context context-type="linenumber">24</context>
3730 </context-group>
3731 </trans-unit>
3732 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3714 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3733 <source>Total size</source> 3715 <source>Total size</source>
3734 <target state="new">Total size</target> 3716 <target state="new">Total size</target>
3717
3718 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3719 <source>List redundancies</source><target state="new">List redundancies</target>
3735 <context-group purpose="location"> 3720 <context-group purpose="location">
3736 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3721 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3737 <context context-type="linenumber">25</context> 3722 <context context-type="linenumber">33</context>
3738 </context-group> 3723 </context-group>
3739 </trans-unit> 3724 </trans-unit>
3740 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3725 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3741 <source>Enabled strategies stats</source> 3726 <source>Enabled strategies stats</source>
3742 <target state="new">Enabled strategies stats</target> 3727 <target state="new">Enabled strategies stats</target>
3743 <context-group purpose="location"> 3728
3744 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3729 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
3745 <context context-type="linenumber">69</context>
3746 </context-group>
3747 </trans-unit>
3748 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3730 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3749 <source>No redundancy strategy is enabled on your instance.</source> 3731 <source>No redundancy strategy is enabled on your instance.</source>
3750 <target state="new"> 3732 <target state="new">
3751 No redundancy strategy is enabled on your instance. 3733 No redundancy strategy is enabled on your instance.
3752 </target> 3734 </target>
3753 <context-group purpose="location"> 3735
3754 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3736 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3755 <context context-type="linenumber">73</context>
3756 </context-group>
3757 </trans-unit>
3758 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3737 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3759 <source>Sensitive</source> 3738 <source>Sensitive</source>
3760 <target>Hunkigarria</target> 3739 <target>Hunkigarria</target>
3761 <context-group name="null"> 3740 <context-group name="null">
3762 <context context-type="linenumber">9</context> 3741 <context context-type="linenumber">9</context>
3763 </context-group> 3742 </context-group>
3764 <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">9</context></context-group> 3743
3765 </trans-unit> 3744 <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">11</context></context-group></trans-unit>
3766 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3745 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3767 <source>Unfederated</source> 3746 <source>Unfederated</source>
3768 <target state="new">Unfederated</target> 3747 <target state="new">Unfederated</target>
3769 <context-group purpose="location"> 3748
3770 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3749 <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">12</context></context-group></trans-unit>
3771 <context context-type="linenumber">10</context>
3772 </context-group>
3773 </trans-unit>
3774 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3750 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3775 <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> 3751 <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>
3776 <target>Data <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> 3752 <target>Data <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>
3777 <context-group name="null"> 3753 <context-group name="null">
3778 <context context-type="linenumber">11</context> 3754 <context context-type="linenumber">11</context>
3779 </context-group> 3755 </context-group>
3780 <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">11</context></context-group> 3756
3781 </trans-unit> 3757 <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">13</context></context-group></trans-unit>
3782 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3758 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3783 <source>Go to the video</source> 3759 <source>Go to the video</source>
3784 <target>Joan bideora</target> 3760 <target>Joan bideora</target>
3785 <context-group name="null"> 3761 <context-group name="null">
3786 <context context-type="linenumber">33</context> 3762 <context context-type="linenumber">33</context>
3787 </context-group> 3763 </context-group>
3788 <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">25</context></context-group> 3764
3789 <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">33</context></context-group> 3765
3790 <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">33</context></context-group> 3766
3791 </trans-unit> 3767 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3792 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3768 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3793 <source>Actions</source> 3769 <source>Actions</source>
3794 <target>Ekintzak</target> 3770 <target>Ekintzak</target>
3795 <context-group name="null"> 3771 <context-group name="null">
3796 <context context-type="linenumber">44</context> 3772 <context context-type="linenumber">44</context>
3797 </context-group> 3773 </context-group>
3798 <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">35</context></context-group> 3774
3799 <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">44</context></context-group> 3775
3800 </trans-unit> 3776 <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">38</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">57</context></context-group></trans-unit>
3801 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3777 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3802 <source>Blacklist reason:</source> 3778 <source>Blacklist reason:</source>
3803 <target>Zerrenda beltzean sartzeko arrazoia:</target> 3779 <target>Zerrenda beltzean sartzeko arrazoia:</target>
3804 <context-group name="null"> 3780 <context-group name="null">
3805 <context context-type="linenumber">43</context> 3781 <context context-type="linenumber">43</context>
3806 </context-group> 3782 </context-group>
3807 <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">43</context></context-group> 3783
3784 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3785 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3786 <context-group purpose="location">
3787 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3788 <context context-type="linenumber">5</context>
3789 </context-group>
3808 </trans-unit> 3790 </trans-unit>
3809 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 3791 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
3810 <source>Moderation comment</source> 3792 <source>Moderation comment</source>
@@ -3822,47 +3804,53 @@
3822 <context-group name="null"> 3804 <context-group name="null">
3823 <context context-type="linenumber">18</context> 3805 <context context-type="linenumber">18</context>
3824 </context-group> 3806 </context-group>
3825 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">18</context></context-group> 3807
3826 </trans-unit> 3808 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3827 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3809 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3828 <source>Update this comment</source> 3810 <source>Update this comment</source>
3829 <target>Eguneratu iruzkin hau</target> 3811 <target>Eguneratu iruzkin hau</target>
3830 <context-group name="null"> 3812 <context-group name="null">
3831 <context context-type="linenumber">26</context> 3813 <context context-type="linenumber">26</context>
3832 </context-group> 3814 </context-group>
3833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group> 3815
3834 </trans-unit> 3816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3835 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3817 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3836 <source>Reporter</source> 3818 <source>Reporter</source>
3837 <target>Salatzailea</target> 3819 <target>Salatzailea</target>
3838 <context-group name="null"> 3820 <context-group name="null">
3839 <context context-type="linenumber">8</context> 3821 <context context-type="linenumber">8</context>
3840 </context-group> 3822 </context-group>
3841 <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">8</context></context-group> 3823
3842 </trans-unit> 3824 <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">10</context></context-group></trans-unit>
3843 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3825 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3844 <source>Video</source> 3826 <source>Video</source>
3845 <target>Bideoa</target> 3827 <target>Bideoa</target>
3846 <context-group name="null"> 3828 <context-group name="null">
3847 <context context-type="linenumber">9</context> 3829 <context context-type="linenumber">9</context>
3848 </context-group> 3830 </context-group>
3849 <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">10</context></context-group> 3831
3850 <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">14</context></context-group> 3832
3851 <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> 3833
3834 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3835 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3836 <context-group purpose="location">
3837 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3838 <context context-type="linenumber">46</context>
3839 </context-group>
3852 </trans-unit> 3840 </trans-unit>
3853 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3841 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3854 <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> 3842 <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>
3855 <target>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> 3843 <target>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>
3856 <context-group name="null"> 3844 <context-group name="null">
3857 <context context-type="linenumber">11</context> 3845 <context context-type="linenumber">11</context>
3858 </context-group> 3846 </context-group>
3859 <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> 3847
3860 <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> 3848
3861 <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> 3849
3862 </trans-unit> 3850 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3863 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3851 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3864 <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> 3852 <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>
3865 <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> 3853 <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>
3866 <context-group purpose="location"> 3854 <context-group purpose="location">
3867 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3855 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3868 <context context-type="linenumber">18</context> 3856 <context context-type="linenumber">18</context>
@@ -3874,25 +3862,30 @@
3874 <context-group name="null"> 3862 <context-group name="null">
3875 <context context-type="linenumber">27</context> 3863 <context context-type="linenumber">27</context>
3876 </context-group> 3864 </context-group>
3877 <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">25</context></context-group> 3865
3878 <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">27</context></context-group> 3866
3879 </trans-unit> 3867 <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">27</context></context-group></trans-unit>
3880 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3868 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
3881 <source>Reason:</source> 3869 <source>Reason:</source>
3882 <target>Arrazoia:</target> 3870 <target>Arrazoia:</target>
3883 <context-group name="null"> 3871 <context-group name="null">
3884 <context context-type="linenumber">53</context> 3872 <context context-type="linenumber">53</context>
3885 </context-group> 3873 </context-group>
3886 <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">53</context></context-group> 3874
3887 </trans-unit> 3875 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3888 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 3876 <source>Note:</source><target state="new">Note:</target>
3889 <source>Moderation comment:</source> 3877 <context-group purpose="location">
3890 <target>Moderazio iruzkina:</target> 3878 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3891 <context-group name="null"> 3879 <context context-type="linenumber">72</context>
3892 <context context-type="linenumber">57</context> 3880 </context-group>
3881 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3882 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3883 <context-group purpose="location">
3884 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3885 <context context-type="linenumber">5</context>
3893 </context-group> 3886 </context-group>
3894 <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">57</context></context-group>
3895 </trans-unit> 3887 </trans-unit>
3888
3896 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3889 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3897 <source>Unblacklist</source> 3890 <source>Unblacklist</source>
3898 <target>Atera zerrenda beltzetik</target> 3891 <target>Atera zerrenda beltzetik</target>
@@ -3901,6 +3894,12 @@
3901 </context-group> 3894 </context-group>
3902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 3895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
3903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 3896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3897 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3898 <source>Mute domain</source><target state="new">Mute domain</target>
3899 <context-group purpose="location">
3900 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3901 <context context-type="linenumber">11</context>
3902 </context-group>
3904 </trans-unit> 3903 </trans-unit>
3905 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3904 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3906 <source>Instance</source> 3905 <source>Instance</source>
@@ -3908,40 +3907,50 @@
3908 <context-group name="null"> 3907 <context-group name="null">
3909 <context context-type="linenumber">5</context> 3908 <context context-type="linenumber">5</context>
3910 </context-group> 3909 </context-group>
3911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 3910
3912 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 3911
3913 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3912
3914 </trans-unit> 3913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3915 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3914 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3916 <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> 3915 <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>
3917 <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> 3916 <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>
3918 <context-group purpose="location"> 3917
3919 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3918
3920 <context context-type="linenumber">9</context> 3919
3920
3921 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3922 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3923 <source>Unmute</source>
3924 <target>Desmututu</target>
3925 <context-group name="null">
3926 <context context-type="linenumber">23</context>
3921 </context-group> 3927 </context-group>
3928
3929
3930
3931
3932 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3933 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3922 <context-group purpose="location"> 3934 <context-group purpose="location">
3923 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3935 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3924 <context context-type="linenumber">9</context> 3936 <context context-type="linenumber">5</context>
3925 </context-group> 3937 </context-group>
3938 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3939 <source>
3940 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3941 </source><target state="new">
3942 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3943 </target>
3926 <context-group purpose="location"> 3944 <context-group purpose="location">
3927 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 3945 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3928 <context context-type="linenumber">13</context> 3946 <context context-type="linenumber">37</context>
3929 </context-group> 3947 </context-group>
3948 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3949 <source>Mute domains</source><target state="new">Mute domains</target>
3930 <context-group purpose="location"> 3950 <context-group purpose="location">
3931 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 3951 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3932 <context context-type="linenumber">13</context> 3952 <context context-type="linenumber">35</context>
3933 </context-group>
3934 </trans-unit>
3935 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3936 <source>Unmute</source>
3937 <target>Desmututu</target>
3938 <context-group name="null">
3939 <context context-type="linenumber">23</context>
3940 </context-group> 3953 </context-group>
3941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group>
3942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">18</context></context-group>
3943 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group>
3944 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group>
3945 </trans-unit> 3954 </trans-unit>
3946 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 3955 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3947 <source>Account</source> 3956 <source>Account</source>
@@ -3949,8 +3958,14 @@
3949 <context-group name="null"> 3958 <context-group name="null">
3950 <context context-type="linenumber">12</context> 3959 <context context-type="linenumber">12</context>
3951 </context-group> 3960 </context-group>
3952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 3961
3953 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 3962
3963 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3964 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3965 <context-group purpose="location">
3966 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3967 <context context-type="linenumber">5</context>
3968 </context-group>
3954 </trans-unit> 3969 </trans-unit>
3955 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3970 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
3956 <source>Plugins/Themes</source> 3971 <source>Plugins/Themes</source>
@@ -4097,38 +4112,25 @@
4097 <context context-type="linenumber">9</context> 4112 <context context-type="linenumber">9</context>
4098 </context-group> 4113 </context-group>
4099 </trans-unit> 4114 </trans-unit>
4100 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 4115
4101 <source>Jobs list</source>
4102 <target>Lanen zerrenda</target>
4103 <context-group name="null">
4104 <context context-type="linenumber">2</context>
4105 </context-group>
4106 <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>
4107 </trans-unit>
4108 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 4116 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4109 <source>Job type</source> 4117 <source>Job type</source>
4110 <target state="new">Job type</target> 4118 <target state="new">Job type</target>
4111 <context-group purpose="location"> 4119
4112 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4120 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
4113 <context context-type="linenumber">5</context>
4114 </context-group>
4115 </trans-unit>
4116 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 4121 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4117 <source>Job state</source> 4122 <source>Job state</source>
4118 <target state="new">Job state</target> 4123 <target state="new">Job state</target>
4119 <context-group purpose="location"> 4124
4120 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4125 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4121 <context context-type="linenumber">14</context>
4122 </context-group>
4123 </trans-unit>
4124 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4126 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
4125 <source>Type</source> 4127 <source>Type</source>
4126 <target>Mota</target> 4128 <target>Mota</target>
4127 <context-group name="null"> 4129 <context-group name="null">
4128 <context context-type="linenumber">19</context> 4130 <context context-type="linenumber">19</context>
4129 </context-group> 4131 </context-group>
4130 <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> 4132
4131 </trans-unit> 4133 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4132 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 4134 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
4133 <source>Refresh</source> 4135 <source>Refresh</source>
4134 <target state="new">Refresh</target> 4136 <target state="new">Refresh</target>
@@ -4143,8 +4145,8 @@
4143 </context-group> 4145 </context-group>
4144 </trans-unit> 4146 </trans-unit>
4145 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4147 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4146 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4148 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4147 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4149 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4148 <context-group purpose="location"> 4150 <context-group purpose="location">
4149 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4151 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4150 <context context-type="linenumber">32</context> 4152 <context context-type="linenumber">32</context>
@@ -4181,58 +4183,40 @@
4181 <trans-unit id="f871b41bfbdb193507cce2cd848c2d02bde77a03" datatype="html"> 4183 <trans-unit id="f871b41bfbdb193507cce2cd848c2d02bde77a03" datatype="html">
4182 <source>No results found</source> 4184 <source>No results found</source>
4183 <target state="new">No results found</target> 4185 <target state="new">No results found</target>
4184 <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">33</context></context-group> 4186
4185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group> 4187
4186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4188
4187 </trans-unit> 4189 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
4188 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4190 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4189 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4191 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4190 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4192 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4191 <context-group purpose="location"> 4193
4192 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4194 <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">47</context></context-group></trans-unit>
4193 <context context-type="linenumber">46</context>
4194 </context-group>
4195 </trans-unit>
4196 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4195 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4197 <source>Help share videos being played</source> 4196 <source>Help share videos being played</source>
4198 <target state="new">Help share videos being played</target> 4197 <target state="new">Help share videos being played</target>
4199 <context-group purpose="location"> 4198
4200 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4199 <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">44</context></context-group></trans-unit>
4201 <context context-type="linenumber">43</context>
4202 </context-group>
4203 </trans-unit>
4204 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html"> 4200 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4205 <source>When on a video page, directly start playing the video.</source> 4201 <source>When on a video page, directly start playing the video.</source>
4206 <target state="new">When on a video page, directly start playing the video.</target> 4202 <target state="new">When on a video page, directly start playing the video.</target>
4207 <context-group purpose="location"> 4203
4208 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4204 <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">58</context></context-group></trans-unit>
4209 <context context-type="linenumber">57</context>
4210 </context-group>
4211 </trans-unit>
4212 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html"> 4205 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4213 <source>Automatically play videos</source> 4206 <source>Automatically play videos</source>
4214 <target state="new">Automatically play videos</target> 4207 <target state="new">Automatically play videos</target>
4215 <context-group purpose="location"> 4208
4216 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4209 <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">55</context></context-group></trans-unit>
4217 <context context-type="linenumber">54</context>
4218 </context-group>
4219 </trans-unit>
4220 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html"> 4210 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4221 <source>When a video ends, follow up with the next suggested video.</source> 4211 <source>When a video ends, follow up with the next suggested video.</source>
4222 <target state="new">When a video ends, follow up with the next suggested video.</target> 4212 <target state="new">When a video ends, follow up with the next suggested video.</target>
4223 <context-group purpose="location"> 4213
4224 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4214 <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">69</context></context-group></trans-unit>
4225 <context context-type="linenumber">68</context>
4226 </context-group>
4227 </trans-unit>
4228 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html"> 4215 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4229 <source>Automatically start playing the next video</source> 4216 <source>Automatically start playing the next video</source>
4230 <target state="new">Automatically start playing the next video</target> 4217 <target state="new">Automatically start playing the next video</target>
4231 <context-group purpose="location"> 4218
4232 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4219 <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">66</context></context-group></trans-unit>
4233 <context context-type="linenumber">65</context>
4234 </context-group>
4235 </trans-unit>
4236 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 4220 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
4237 <source>Main languages you/your moderators speak</source> 4221 <source>Main languages you/your moderators speak</source>
4238 <target state="new">Main languages you/your moderators speak</target> 4222 <target state="new">Main languages you/your moderators speak</target>
@@ -4244,9 +4228,9 @@
4244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4228 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4245 </trans-unit> 4229 </trans-unit>
4246 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4230 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4247 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4231 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4248 <target state="new"> 4232 <target state="new">
4249 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. 4233 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team.
4250 </target> 4234 </target>
4251 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4252 </trans-unit> 4236 </trans-unit>
@@ -4256,9 +4240,12 @@
4256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4257 </trans-unit> 4241 </trans-unit>
4258 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4242 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4259 <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> 4243 <source>
4244 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/>"/>
4245 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4246 </source>
4260 <target state="new"> 4247 <target state="new">
4261 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;"/> 4248 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/>"/>
4262 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4249 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4263 </target> 4250 </target>
4264 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4251 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
@@ -4272,9 +4259,9 @@
4272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4273 </trans-unit> 4260 </trans-unit>
4274 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4261 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4275 <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> 4262 <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>
4276 <target state="new"> 4263 <target state="new">
4277 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. 4264 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.
4278 </target> 4265 </target>
4279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4280 </trans-unit> 4267 </trans-unit>
@@ -4284,125 +4271,122 @@
4284 <context-group name="null"> 4271 <context-group name="null">
4285 <context context-type="linenumber">14</context> 4272 <context context-type="linenumber">14</context>
4286 </context-group> 4273 </context-group>
4287 <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">14</context></context-group> 4274
4288 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group> 4275
4289 </trans-unit> 4276 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4290 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4277 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4291 <source>Blur thumbnails</source> 4278 <source>Blur thumbnails</source>
4292 <target>Lausotu irudiak</target> 4279 <target>Lausotu irudiak</target>
4293 <context-group name="null"> 4280 <context-group name="null">
4294 <context context-type="linenumber">15</context> 4281 <context context-type="linenumber">15</context>
4295 </context-group> 4282 </context-group>
4296 <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">15</context></context-group> 4283
4297 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group> 4284
4298 </trans-unit> 4285 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4299 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4286 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4300 <source>Display</source> 4287 <source>Display</source>
4301 <target>Bistaratu</target> 4288 <target>Bistaratu</target>
4302 <context-group name="null"> 4289 <context-group name="null">
4303 <context context-type="linenumber">16</context> 4290 <context context-type="linenumber">16</context>
4304 </context-group> 4291 </context-group>
4305 <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">16</context></context-group> 4292
4306 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group> 4293
4307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group> 4294
4308 </trans-unit> 4295 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit>
4309 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4296 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4310 <source>Strategy</source> 4297 <source>Strategy</source>
4311 <target state="new">Strategy</target> 4298 <target state="new">Strategy</target>
4312 <context-group purpose="location"> 4299
4313 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4314 <context context-type="linenumber">22</context>
4315 </context-group>
4316 </trans-unit>
4317 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4301 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4318 <source>Terms</source> 4302 <source>Terms</source>
4319 <target>Baldintzak</target> 4303 <target>Baldintzak</target>
4320 <context-group name="null"> 4304 <context-group name="null">
4321 <context context-type="linenumber">88</context> 4305 <context context-type="linenumber">88</context>
4322 </context-group> 4306 </context-group>
4323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group> 4307
4324 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group> 4308
4325 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group> 4309
4326 </trans-unit> 4310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4327 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 4311 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4328 <source>Code of conduct</source> 4312 <source>Code of conduct</source>
4329 <target state="new">Code of conduct</target> 4313 <target state="new">Code of conduct</target>
4330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group> 4314
4331 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group> 4315
4332 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group> 4316
4333 </trans-unit> 4317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4334 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 4318 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4335 <source>Moderation information</source> 4319 <source>Moderation information</source>
4336 <target state="new">Moderation information</target> 4320 <target state="new">Moderation information</target>
4337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group> 4321
4338 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group> 4322
4339 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group> 4323
4340 </trans-unit> 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">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
4341 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 4325 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4342 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4326 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4343 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 4327 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
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">139</context></context-group> 4328
4345 </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">140</context></context-group></trans-unit>
4346 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4330 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4347 <source>YOU AND YOUR INSTANCE</source> 4331 <source>YOU AND YOUR INSTANCE</source>
4348 <target state="new">YOU AND YOUR INSTANCE</target> 4332 <target state="new">YOU AND YOUR INSTANCE</target>
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">153</context></context-group> 4333
4350 </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">154</context></context-group></trans-unit>
4351 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4335 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4352 <source>Who is behind the instance?</source> 4336 <source>Who is behind the instance?</source>
4353 <target state="new">Who is behind the instance?</target> 4337 <target state="new">Who is behind the instance?</target>
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">159</context></context-group> 4338
4355 </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">160</context></context-group></trans-unit>
4356 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4340 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4357 <source>A single person? A non-profit? A company?</source> 4341 <source>A single person? A non-profit? A company?</source>
4358 <target state="new">A single person? A non-profit? A company?</target> 4342 <target state="new">A single person? A non-profit? A company?</target>
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">160</context></context-group> 4343
4360 </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">161</context></context-group></trans-unit>
4361 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 4345 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4362 <source>Why did you create this instance?</source> 4346 <source>Why did you create this instance?</source>
4363 <target state="new">Why did you create this instance?</target> 4347 <target state="new">Why did you create this instance?</target>
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">171</context></context-group> 4348
4365 </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">172</context></context-group></trans-unit>
4366 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4350 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4367 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4351 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4368 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 4352 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
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">172</context></context-group> 4353
4370 </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">173</context></context-group></trans-unit>
4371 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 4355 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4372 <source>How long do you plan to maintain this instance?</source> 4356 <source>How long do you plan to maintain this instance?</source>
4373 <target state="new">How long do you plan to maintain this instance?</target> 4357 <target state="new">How long do you plan to maintain this instance?</target>
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">182</context></context-group> 4358
4375 </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">183</context></context-group></trans-unit>
4376 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4360 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4377 <source>It's important to know for users who want to register on your instance</source> 4361 <source>It's important to know for users who want to register on your instance</source>
4378 <target state="new">It's important to know for users who want to register on your instance</target> 4362 <target state="new">It's important to know for users who want to register on your instance</target>
4379 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group> 4363
4380 </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">184</context></context-group></trans-unit>
4381 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4365 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4382 <source>How will you finance the PeerTube server?</source> 4366 <source>How will you finance the PeerTube server?</source>
4383 <target state="new">How will you finance the PeerTube server?</target> 4367 <target state="new">How will you finance the PeerTube server?</target>
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">193</context></context-group> 4368
4385 </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">194</context></context-group></trans-unit>
4386 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4370 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4387 <source>With your own funds? With user donations? Advertising?</source> 4371 <source>With your own funds? With user donations? Advertising?</source>
4388 <target state="new">With your own funds? With user donations? Advertising?</target> 4372 <target state="new">With your own funds? With user donations? Advertising?</target>
4389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group> 4373
4390 </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">195</context></context-group></trans-unit>
4391 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4375 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4392 <source>OTHER INFORMATION</source> 4376 <source>OTHER INFORMATION</source>
4393 <target state="new">OTHER INFORMATION</target> 4377 <target state="new">OTHER INFORMATION</target>
4394 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group> 4378
4395 </trans-unit> 4379 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit>
4396 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4380 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4397 <source>What server/hardware does the instance run on?</source> 4381 <source>What server/hardware does the instance run on?</source>
4398 <target state="new">What server/hardware does the instance run on?</target> 4382 <target state="new">What server/hardware does the instance run on?</target>
4399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">214</context></context-group> 4383
4400 </trans-unit> 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">215</context></context-group></trans-unit>
4401 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 4385 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4402 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source> 4386 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source>
4403 <target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4387 <target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
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">215</context></context-group> 4388
4405 </trans-unit> 4389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit>
4406 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 4390 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4407 <source>Instance information</source> 4391 <source>Instance information</source>
4408 <target state="new">Instance information</target> 4392 <target state="new">Instance information</target>
@@ -4411,89 +4395,89 @@
4411 <trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 4395 <trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4412 <source>APPEARANCE</source> 4396 <source>APPEARANCE</source>
4413 <target state="new">APPEARANCE</target> 4397 <target state="new">APPEARANCE</target>
4414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group> 4398
4415 </trans-unit> 4399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit>
4416 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4400 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4417 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4401 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4418 <target state="new"> 4402 <target state="new">
4419 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 4403 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4420 </target> 4404 </target>
4421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4405
4422 </trans-unit> 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">241</context></context-group></trans-unit>
4423 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4407 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4424 <source>default</source> 4408 <source>default</source>
4425 <target state="new">default</target> 4409 <target state="new">default</target>
4426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">253</context></context-group> 4410
4427 </trans-unit> 4411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
4428 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4412 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4429 <source>Landing page</source> 4413 <source>Landing page</source>
4430 <target state="new">Landing page</target> 4414 <target state="new">Landing page</target>
4431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">262</context></context-group> 4415
4432 </trans-unit> 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">263</context></context-group></trans-unit>
4433 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4417 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4434 <source>Discover videos</source> 4418 <source>Discover videos</source>
4435 <target state="new">Discover videos</target> 4419 <target state="new">Discover videos</target>
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">265</context></context-group> 4420
4437 </trans-unit> 4421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit>
4438 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4422 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4439 <source>Trending videos</source> 4423 <source>Trending videos</source>
4440 <target state="new">Trending videos</target> 4424 <target state="new">Trending videos</target>
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">266</context></context-group> 4425
4442 </trans-unit> 4426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit>
4443 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4427 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4444 <source>Most liked videos</source> 4428 <source>Most liked videos</source>
4445 <target state="new">Most liked videos</target> 4429 <target state="new">Most liked videos</target>
4446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group> 4430
4447 </trans-unit> 4431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit>
4448 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4432 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4449 <source>Recently added videos</source> 4433 <source>Recently added videos</source>
4450 <target state="new">Recently added videos</target> 4434 <target state="new">Recently added videos</target>
4451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group> 4435
4452 </trans-unit> 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">269</context></context-group></trans-unit>
4453 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4437 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4454 <source>Local videos</source> 4438 <source>Local videos</source>
4455 <target>Tokiko bideoak</target> 4439 <target>Tokiko bideoak</target>
4456 <context-group name="null"> 4440 <context-group name="null">
4457 <context context-type="linenumber">223</context> 4441 <context context-type="linenumber">223</context>
4458 </context-group> 4442 </context-group>
4459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group> 4443
4460 </trans-unit> 4444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit>
4461 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4445 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4462 <source>NEW USERS</source> 4446 <source>NEW USERS</source>
4463 <target state="new">NEW USERS</target> 4447 <target state="new">NEW USERS</target>
4464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">280</context></context-group> 4448
4465 </trans-unit> 4449 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit>
4466 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4450 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4467 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4451 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4468 <target state="new"> 4452 <target state="new">
4469 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. 4453 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4470 </target> 4454 </target>
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">281</context></context-group> 4455
4472 </trans-unit> 4456 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit>
4473 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4457 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4474 <source>Signup enabled</source> 4458 <source>Signup enabled</source>
4475 <target>Izena ematea gaituta</target> 4459 <target>Izena ematea gaituta</target>
4476 <context-group name="null"> 4460 <context-group name="null">
4477 <context context-type="linenumber">235</context> 4461 <context context-type="linenumber">235</context>
4478 </context-group> 4462 </context-group>
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">292</context></context-group> 4463
4480 </trans-unit> 4464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group></trans-unit>
4481 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4465 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4482 <source>Signup requires email verification</source> 4466 <source>Signup requires email verification</source>
4483 <target>Izena emateko e-mail helbidea baieztatu behar da</target> 4467 <target>Izena emateko e-mail helbidea baieztatu behar da</target>
4484 <context-group name="null"> 4468 <context-group name="null">
4485 <context context-type="linenumber">242</context> 4469 <context context-type="linenumber">242</context>
4486 </context-group> 4470 </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">300</context></context-group> 4471
4488 </trans-unit> 4472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit>
4489 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4473 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4490 <source>Signup limit</source> 4474 <source>Signup limit</source>
4491 <target>Izena emateko muga</target> 4475 <target>Izena emateko muga</target>
4492 <context-group name="null"> 4476 <context-group name="null">
4493 <context context-type="linenumber">247</context> 4477 <context context-type="linenumber">247</context>
4494 </context-group> 4478 </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">304</context></context-group> 4479
4496 </trans-unit> 4480 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit>
4497 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4481 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4498 <source>Users</source> 4482 <source>Users</source>
4499 <target>Erabiltzaileak</target> 4483 <target>Erabiltzaileak</target>
@@ -4598,87 +4582,99 @@
4598 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 4582 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4599 <source>Default video quota per user</source> 4583 <source>Default video quota per user</source>
4600 <target state="new">Default video quota per user</target> 4584 <target state="new">Default video quota per user</target>
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">319</context></context-group> 4585
4602 </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">320</context></context-group></trans-unit>
4603 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4587 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4604 <source>Default daily upload limit per user</source> 4588 <source>Default daily upload limit per user</source>
4605 <target state="new">Default daily upload limit per user</target> 4589 <target state="new">Default daily upload limit per user</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">331</context></context-group> 4590
4607 </trans-unit> 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">332</context></context-group></trans-unit>
4608 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4592 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4609 <source>NEW VIDEOS</source> 4593 <source>NEW VIDEOS</source>
4610 <target state="new">NEW VIDEOS</target> 4594 <target state="new">NEW VIDEOS</target>
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">348</context></context-group> 4595
4612 </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">349</context></context-group></trans-unit>
4613 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4597 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4614 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4598 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4615 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4599 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
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">359</context></context-group> 4600
4617 </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">360</context></context-group></trans-unit>
4618 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4602 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4619 <source>Allow import with a torrent file or a magnet URI</source> 4603 <source>Allow import with a torrent file or a magnet URI</source>
4620 <target state="new">Allow import with a torrent file or a magnet URI</target> 4604 <target state="new">Allow import with a torrent file or a magnet URI</target>
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">366</context></context-group> 4605
4622 </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">367</context></context-group></trans-unit>
4623 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4607 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4624 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4608 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4625 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4609 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
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">383</context></context-group> 4610
4627 </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">384</context></context-group></trans-unit>
4628 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4612 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4629 <source>Blacklist new videos automatically</source> 4613 <source>Blacklist new videos automatically</source>
4630 <target state="new">Blacklist new videos automatically</target> 4614 <target state="new">Blacklist new videos automatically</target>
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">380</context></context-group> 4615
4632 </trans-unit> 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">381</context></context-group></trans-unit>
4633 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4617 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4634 <source>FEDERATION</source> 4618 <source>FEDERATION</source>
4635 <target state="new">FEDERATION</target> 4619 <target state="new">FEDERATION</target>
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">397</context></context-group> 4620
4637 </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">398</context></context-group></trans-unit>
4638 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4622 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4639 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 4623 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4640 <target state="new"> 4624 <target state="new">
4641 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. 4625 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4642 </target> 4626 </target>
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">398</context></context-group> 4627
4644 </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">399</context></context-group></trans-unit>
4645 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4629 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4646 <source>Other instances can follow yours</source> 4630 <source>Other instances can follow yours</source>
4647 <target state="new">Other instances can follow yours</target> 4631 <target state="new">Other instances can follow yours</target>
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">411</context></context-group> 4632
4649 </trans-unit> 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">412</context></context-group></trans-unit>
4650 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4634 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4651 <source>Manually approve new instance followers</source> 4635 <source>Manually approve new instance followers</source>
4652 <target state="new">Manually approve new instance followers</target> 4636 <target state="new">Manually approve new instance followers</target>
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">418</context></context-group> 4637
4654 </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">419</context></context-group></trans-unit>
4655 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4639 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4656 <source>Automatically follow back instances</source> 4640 <source>Automatically follow back instances</source>
4657 <target state="new">Automatically follow back instances</target> 4641 <target state="new">Automatically follow back instances</target>
4658 <context-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> 4642
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4644 <source>
4645 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4646 </source><target state="new">
4647 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4648 </target>
4649 <context-group purpose="location">
4650 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4651 <context context-type="linenumber">450</context>
4652 </context-group>
4659 </trans-unit> 4653 </trans-unit>
4660 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4654 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4661 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4655 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4662 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4656 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
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">295</context></context-group> 4657
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">434</context></context-group> 4658
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">447</context></context-group> 4659
4666 </trans-unit> 4660 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4667 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4661 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4668 <source>Index URL</source> 4662 <source>Index URL</source>
4669 <target state="new">Index URL</target> 4663 <target state="new">Index URL</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">452</context></context-group> 4664
4671 </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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4672 <trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4666 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4673 <source>Automatically follow instances of the public index</source> 4667 <context-group purpose="location">
4674 <target state="new">Automatically follow instances of the public index</target> 4668 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
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">444</context></context-group> 4669 <context context-type="linenumber">445</context>
4670 </context-group>
4676 </trans-unit> 4671 </trans-unit>
4672
4677 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4673 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4678 <source>ADMINISTRATORS</source> 4674 <source>ADMINISTRATORS</source>
4679 <target state="new">ADMINISTRATORS</target> 4675 <target state="new">ADMINISTRATORS</target>
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">472</context></context-group> 4676
4681 </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">477</context></context-group></trans-unit>
4682 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4678 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4683 <source>Administrator</source> 4679 <source>Administrator</source>
4684 <target>Administratzailea</target> 4680 <target>Administratzailea</target>
@@ -4693,267 +4689,294 @@
4693 <context-group name="null"> 4689 <context-group name="null">
4694 <context context-type="linenumber">387</context> 4690 <context context-type="linenumber">387</context>
4695 </context-group> 4691 </context-group>
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">478</context></context-group> 4692
4697 </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">483</context></context-group></trans-unit>
4698 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4694 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4699 <source>Enable contact form</source> 4695 <source>Enable contact form</source>
4700 <target state="new">Enable contact form</target> 4696 <target state="new">Enable contact form</target>
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">489</context></context-group> 4697
4702 </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">494</context></context-group></trans-unit>
4703 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4699 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4704 <source>Basic configuration</source> 4700 <source>Basic configuration</source>
4705 <target>Oinarrizko konfigurazioa</target> 4701 <target>Oinarrizko konfigurazioa</target>
4706 <context-group name="null"> 4702 <context-group name="null">
4707 <context context-type="linenumber">195</context> 4703 <context context-type="linenumber">195</context>
4708 </context-group> 4704 </context-group>
4709 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group> 4705
4710 </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">234</context></context-group></trans-unit>
4711 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4707 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4712 <source>TWITTER</source> 4708 <source>TWITTER</source>
4713 <target state="new">TWITTER</target> 4709 <target state="new">TWITTER</target>
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">506</context></context-group> 4710
4715 </trans-unit> 4711 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit>
4716 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4712 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4717 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 4713 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4718 <target state="new"> 4714 <target state="new">
4719 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4715 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4720 </target> 4716 </target>
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">507</context></context-group> 4717
4722 </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">512</context></context-group></trans-unit>
4723 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4719 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4724 <source>Your Twitter username</source> 4720 <source>Your Twitter username</source>
4725 <target>Zure Twitter erabiltzaile-izena</target> 4721 <target>Zure Twitter erabiltzaile-izena</target>
4726 <context-group name="null"> 4722 <context-group name="null">
4727 <context context-type="linenumber">413</context> 4723 <context context-type="linenumber">413</context>
4728 </context-group> 4724 </context-group>
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">518</context></context-group> 4725
4730 </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">523</context></context-group></trans-unit>
4731 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4727 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4732 <source>Instance whitelisted by Twitter</source> 4728 <source>Instance whitelisted by Twitter</source>
4733 <target>Twitter-ek onartutako instantzia</target> 4729 <target>Twitter-ek onartutako instantzia</target>
4734 <context-group name="null"> 4730 <context-group name="null">
4735 <context context-type="linenumber">431</context> 4731 <context context-type="linenumber">431</context>
4736 </context-group> 4732 </context-group>
4737 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group> 4733
4738 </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">535</context></context-group></trans-unit>
4739 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4735 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4740 <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> 4736 <source>
4737 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/>"/>
4738 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/>"/>
4739 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4740 <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>"/>
4741 to see if you instance is whitelisted.
4742 </source>
4741 <target state="new"> 4743 <target state="new">
4742 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;"/> 4744 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/>"/>
4743 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;"/> 4745 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/>"/>
4744 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 4746 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4745 <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;"/> 4747 <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>"/>
4746 to see if you instance is whitelisted. 4748 to see if you instance is whitelisted.
4747 </target> 4749 </target>
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">534</context></context-group> 4750
4749 </trans-unit> 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">539</context></context-group></trans-unit>
4750 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4752 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4751 <source>Services</source> 4753 <source>Services</source>
4752 <target>Zerbitzuak</target> 4754 <target>Zerbitzuak</target>
4753 <context-group name="null"> 4755 <context-group name="null">
4754 <context context-type="linenumber">405</context> 4756 <context context-type="linenumber">405</context>
4755 </context-group> 4757 </context-group>
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">500</context></context-group> 4758
4757 </trans-unit> 4759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit>
4758 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4760 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4759 <source>TRANSCODING</source> 4761 <source>TRANSCODING</source>
4760 <target state="new">TRANSCODING</target> 4762 <target state="new">TRANSCODING</target>
4761 <context-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> 4763
4762 </trans-unit> 4764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit>
4763 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4765 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4764 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 4766 <source>
4767 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4768 resources, this is a critical part of PeerTube, so tread carefully.
4769 </source>
4765 <target state="new"> 4770 <target state="new">
4766 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4771 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4767 resources, this is a critical part of PeerTube, so tread carefully. 4772 resources, this is a critical part of PeerTube, so tread carefully.
4768 </target> 4773 </target>
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">561</context></context-group> 4774
4770 </trans-unit> 4775 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit>
4771 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4776 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4772 <source>Transcoding enabled</source> 4777 <source>Transcoding enabled</source>
4773 <target>Transkodeketa gaituta</target> 4778 <target>Transkodeketa gaituta</target>
4774 <context-group name="null"> 4779 <context-group name="null">
4775 <context context-type="linenumber">461</context> 4780 <context context-type="linenumber">461</context>
4776 </context-group> 4781 </context-group>
4777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group> 4782
4778 </trans-unit> 4783 <context-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>
4779 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4784 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4780 <source>If you disable transcoding, many videos from your users will not work!</source> 4785 <source>If you disable transcoding, many videos from your users will not work!</source>
4781 <target>Transkodeketa desgaitzen baduzu, erabiltzaileen bideo askok ez dute funtzionatuko!</target> 4786 <target>Transkodeketa desgaitzen baduzu, erabiltzaileen bideo askok ez dute funtzionatuko!</target>
4782 <context-group name="null"> 4787 <context-group name="null">
4783 <context context-type="linenumber">465</context> 4788 <context context-type="linenumber">465</context>
4784 </context-group> 4789 </context-group>
4785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group> 4790
4786 </trans-unit> 4791 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit>
4787 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4792 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4788 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 4793 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
4789 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4794 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4790 <context-group purpose="location"> 4795
4791 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4796 <context-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>
4792 <context context-type="linenumber">589</context>
4793 </context-group>
4794 </trans-unit>
4795 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4797 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4796 <source>Allow additional extensions</source> 4798 <source>Allow additional extensions</source>
4797 <target state="new">Allow additional extensions</target> 4799 <target state="new">Allow additional extensions</target>
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">586</context></context-group> 4800
4799 </trans-unit> 4801 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit>
4800 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4802 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4801 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 4803 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
4802 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4804 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4803 <context-group purpose="location"> 4805
4804 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">605</context></context-group></trans-unit>
4805 <context context-type="linenumber">600</context>
4806 </context-group>
4807 </trans-unit>
4808 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4807 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4809 <source>Allow audio files upload</source> 4808 <source>Allow audio files upload</source>
4810 <target state="new">Allow audio files upload</target> 4809 <target state="new">Allow audio files upload</target>
4811 <context-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> 4810
4812 </trans-unit> 4811 <context-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>
4813 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4812 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4814 <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;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <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;"/> </source> 4813 <source>
4814 <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>"/>
4815
4816 <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>"/>
4817
4818 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4819
4820 <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>"/>
4821 </source>
4815 <target state="new"> 4822 <target state="new">
4816 <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;"/> 4823 <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>"/>
4817 4824
4818 <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;"/> 4825 <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>"/>
4819 4826
4820 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4827 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4821 4828
4822 <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;"/> 4829 <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>"/>
4823 </target> 4830 </target>
4824 <context-group purpose="location"> 4831
4825 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit>
4826 <context context-type="linenumber">612</context>
4827 </context-group>
4828 </trans-unit>
4829 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4833 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4830 <source>WebTorrent support enabled</source> 4834 <source>WebTorrent support enabled</source>
4831 <target state="new">WebTorrent support enabled</target> 4835 <target state="new">WebTorrent support enabled</target>
4832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group> 4836
4833 </trans-unit> 4837 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit>
4834 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4838 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4835 <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> 4839 <source>
4840 <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>"/>
4841
4842 <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>"/>
4843 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4844 <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>"/>
4845 <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>"/>
4846 <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>"/>
4847 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4848
4849 <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>"/>
4850 </source>
4836 <target state="new"> 4851 <target state="new">
4837 <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;"/> 4852 <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>"/>
4838 4853
4839 <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;"/> 4854 <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>"/>
4840 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 4855 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4841 <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;"/> 4856 <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>"/>
4842 <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;"/> 4857 <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>"/>
4843 <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;"/> 4858 <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>"/>
4844 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 4859 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4845 4860
4846 <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;"/> 4861 <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>"/>
4847 </target> 4862 </target>
4848 <context-group purpose="location"> 4863
4849 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit>
4850 <context context-type="linenumber">633</context>
4851 </context-group>
4852 </trans-unit>
4853 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4865 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4854 <source>HLS support enabled</source> 4866 <source>HLS support enabled</source>
4855 <target state="new">HLS support enabled</target> 4867 <target state="new">HLS support enabled</target>
4856 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group> 4868
4857 </trans-unit> 4869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
4858 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4870 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4859 <source>Transcoding threads</source> 4871 <source>Transcoding threads</source>
4860 <target>Transkodetze hariak</target> 4872 <target>Transkodetze hariak</target>
4861 <context-group name="null"> 4873 <context-group name="null">
4862 <context context-type="linenumber">517</context> 4874 <context context-type="linenumber">517</context>
4863 </context-group> 4875 </context-group>
4864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group> 4876
4865 </trans-unit> 4877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit>
4866 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4878 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4867 <source>Resolutions to generate</source> 4879 <source>Resolutions to generate</source>
4868 <target state="new">Resolutions to generate</target> 4880 <target state="new">Resolutions to generate</target>
4869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group> 4881
4870 </trans-unit> 4882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
4871 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4883 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4872 <source>CACHE</source> 4884 <source>CACHE</source>
4873 <target state="new">CACHE</target> 4885 <target state="new">CACHE</target>
4874 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group> 4886
4875 </trans-unit> 4887 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit>
4876 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4888 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4877 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 4889 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
4878 <target state="new"> 4890 <target state="new">
4879 Some files are not federated, and fetched when necessary. Define their caching policies. 4891 Some files are not federated, and fetched when necessary. Define their caching policies.
4880 </target> 4892 </target>
4881 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group> 4893
4882 </trans-unit> 4894 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit>
4883 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4895 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4884 <source>Number of previews to keep in cache</source> 4896 <source>Number of previews to keep in cache</source>
4885 <target state="new">Number of previews to keep in cache</target> 4897 <target state="new">Number of previews to keep in cache</target>
4886 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group> 4898
4887 </trans-unit> 4899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit>
4888 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4900 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4889 <source>Number of video captions to keep in cache</source> 4901 <source>Number of video captions to keep in cache</source>
4890 <target state="new">Number of video captions to keep in cache</target> 4902 <target state="new">Number of video captions to keep in cache</target>
4891 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group> 4903
4892 </trans-unit> 4904 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit>
4893 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4905 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4894 <source>CUSTOMIZATIONS</source> 4906 <source>CUSTOMIZATIONS</source>
4895 <target state="new">CUSTOMIZATIONS</target> 4907 <target state="new">CUSTOMIZATIONS</target>
4896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group> 4908
4897 </trans-unit> 4909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit>
4898 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4910 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4899 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 4911 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
4900 <target state="new"> 4912 <target state="new">
4901 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4913 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4902 </target> 4914 </target>
4903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group> 4915
4904 </trans-unit> 4916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
4905 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4917 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4906 <source>JavaScript</source> 4918 <source>JavaScript</source>
4907 <target>JavaScript</target> 4919 <target>JavaScript</target>
4908 <context-group name="null"> 4920 <context-group name="null">
4909 <context context-type="linenumber">575</context> 4921 <context context-type="linenumber">575</context>
4910 </context-group> 4922 </context-group>
4911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group> 4923
4912 </trans-unit> 4924 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit>
4913 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4925 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4914 <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> 4926 <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>
4915 <target state="new"> 4927 <target state="new">
4916 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;"/> 4928 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>"/>
4917 </target> 4929 </target>
4918 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group> 4930
4919 </trans-unit> 4931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit>
4920 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4932 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4921 <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> 4933 <source>
4934 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/>"/>
4935 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4936 color: red;
4937 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4938 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4939 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/>"/>
4940 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4941 color: red;
4942 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4943 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4944 </source>
4922 <target state="new"> 4945 <target state="new">
4923 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;"/> 4946 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/>"/>
4924 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4947 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4925 color: red; 4948 color: red;
4926 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4949 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4927 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4950 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4928 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;"/> 4951 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/>"/>
4929 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4952 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4930 color: red; 4953 color: red;
4931 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4954 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4932 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4955 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4933 </target> 4956 </target>
4934 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group> 4957
4935 </trans-unit> 4958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
4936 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4959 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4937 <source>Advanced configuration</source> 4960 <source>Advanced configuration</source>
4938 <target>Konfigurazio aurreratua</target> 4961 <target>Konfigurazio aurreratua</target>
4939 <context-group name="null"> 4962 <context-group name="null">
4940 <context context-type="linenumber">452</context> 4963 <context context-type="linenumber">452</context>
4941 </context-group> 4964 </context-group>
4942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group> 4965
4943 </trans-unit> 4966 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit>
4944 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 4967 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
4945 <source>Update configuration</source> 4968 <source>Update configuration</source>
4946 <target>Eguneratu konfigurazioa</target> 4969 <target>Eguneratu konfigurazioa</target>
4947 <context-group name="null"> 4970 <context-group name="null">
4948 <context context-type="linenumber">628</context> 4971 <context context-type="linenumber">628</context>
4949 </context-group> 4972 </context-group>
4950 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group> 4973
4951 </trans-unit> 4974 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
4952 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4975 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4953 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4976 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4954 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4977 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group> 4978
4956 </trans-unit> 4979 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit>
4957 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4980 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4958 <source>PROFILE</source> 4981 <source>PROFILE</source>
4959 <target state="new">PROFILE</target> 4982 <target state="new">PROFILE</target>
@@ -5120,40 +5143,44 @@
5120 <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> 5143 <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>
5121 </trans-unit> 5144 </trans-unit>
5122 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5145 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5123 <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> 5146 <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>
5124 <target state="new">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. </target> 5147 <target state="new">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. </target>
5125 <context-group purpose="location"> 5148 <context-group purpose="location">
5126 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5149 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5127 <context context-type="linenumber">6</context> 5150 <context context-type="linenumber">6</context>
5128 </context-group> 5151 </context-group>
5129 </trans-unit> 5152 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5130 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 5153 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
5131 <source>Only display videos in the following languages/subtitles</source>
5132 <target state="new">Only display videos in the following languages/subtitles</target>
5133 <context-group purpose="location"> 5154 <context-group purpose="location">
5134 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5155 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5135 <context context-type="linenumber">22</context> 5156 <context context-type="linenumber">14</context>
5157 </context-group>
5158 <context-group purpose="location">
5159 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5160 <context context-type="linenumber">111</context>
5136 </context-group> 5161 </context-group>
5137 </trans-unit> 5162 </trans-unit>
5163 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
5164 <source>Only display videos in the following languages/subtitles</source>
5165 <target state="new">Only display videos in the following languages/subtitles</target>
5166
5167 <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">23</context></context-group></trans-unit>
5138 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 5168 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5139 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 5169 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
5140 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target> 5170 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
5141 <context-group purpose="location"> 5171
5142 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5172 <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">26</context></context-group></trans-unit>
5143 <context context-type="linenumber">25</context>
5144 </context-group>
5145 </trans-unit>
5146 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 5173 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
5147 <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> 5174 <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>
5148 <target state="new">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;"/> </target> 5175 <target state="new">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>"/> </target>
5149 <context-group purpose="location"> 5176 <context-group purpose="location">
5150 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5177 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5151 <context context-type="linenumber">4</context> 5178 <context context-type="linenumber">4</context>
5152 </context-group> 5179 </context-group>
5153 </trans-unit> 5180 </trans-unit>
5154 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 5181 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
5155 <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> 5182 <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>
5156 <target state="new"><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 </target> 5183 <target state="new"><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 </target>
5157 <context-group purpose="location"> 5184 <context-group purpose="location">
5158 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5185 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5159 <context context-type="linenumber">8</context> 5186 <context context-type="linenumber">8</context>
@@ -5194,25 +5221,19 @@
5194 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5221 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5195 <source>Theme</source> 5222 <source>Theme</source>
5196 <target state="new">Theme</target> 5223 <target state="new">Theme</target>
5197 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group> 5224
5198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group> 5225
5199 </trans-unit> 5226 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
5200 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 5227 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
5201 <source>instance default</source> 5228 <source>instance default</source>
5202 <target state="new">instance default</target> 5229 <target state="new">instance default</target>
5203 <context-group purpose="location"> 5230
5204 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5231 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
5205 <context context-type="linenumber">7</context>
5206 </context-group>
5207 </trans-unit>
5208 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 5232 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
5209 <source>peertube default</source> 5233 <source>peertube default</source>
5210 <target state="new">peertube default</target> 5234 <target state="new">peertube default</target>
5211 <context-group purpose="location"> 5235
5212 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5236 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5213 <context context-type="linenumber">8</context>
5214 </context-group>
5215 </trans-unit>
5216 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 5237 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
5217 <source>Change ownership</source> 5238 <source>Change ownership</source>
5218 <target>Aldatu jabetza</target> 5239 <target>Aldatu jabetza</target>
@@ -5231,8 +5252,8 @@
5231 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5252 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5232 </trans-unit> 5253 </trans-unit>
5233 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5254 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5234 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5255 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5235 <target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5256 <target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5236 <context-group purpose="location"> 5257 <context-group purpose="location">
5237 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5258 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5238 <context context-type="linenumber">2</context> 5259 <context context-type="linenumber">2</context>
@@ -5268,9 +5289,12 @@
5268 <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> 5289 <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>
5269 </trans-unit> 5290 </trans-unit>
5270 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5291 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5271 <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> 5292 <source>
5293 Created
5294 <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>"/>
5295 </source>
5272 <target> 5296 <target>
5273 <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;"/> sortua 5297 <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>"/> sortua
5274 </target> 5298 </target>
5275 <context-group name="null"> 5299 <context-group name="null">
5276 <context context-type="linenumber">15</context> 5300 <context context-type="linenumber">15</context>
@@ -5342,8 +5366,9 @@
5342 <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">26</context></context-group> 5366 <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">26</context></context-group>
5343 </trans-unit> 5367 </trans-unit>
5344 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5368 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5345 <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> 5369 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5346 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5370 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5371 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5347 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5372 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5348 <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">77</context></context-group> 5373 <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">77</context></context-group>
5349 <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">77</context></context-group> 5374 <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">77</context></context-group>
@@ -5369,6 +5394,18 @@
5369 <context context-type="linenumber">8</context> 5394 <context context-type="linenumber">8</context>
5370 </context-group> 5395 </context-group>
5371 <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">8</context></context-group> 5396 <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">8</context></context-group>
5397 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5398 <source>See the error</source><target state="new">See the error</target>
5399 <context-group purpose="location">
5400 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5401 <context context-type="linenumber">19</context>
5402 </context-group>
5403 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5404 <source>This video was deleted</source><target state="new">This video was deleted</target>
5405 <context-group purpose="location">
5406 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5407 <context context-type="linenumber">36</context>
5408 </context-group>
5372 </trans-unit> 5409 </trans-unit>
5373 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5410 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5374 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5411 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
@@ -5428,7 +5465,10 @@
5428 </context-group> 5465 </context-group>
5429 </trans-unit> 5466 </trans-unit>
5430 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5467 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
5431 <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> 5468 <source>
5469 <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>"/>
5470 Delete history
5471 </source>
5432 <target state="new"/> 5472 <target state="new"/>
5433 <context-group purpose="location"> 5473 <context-group purpose="location">
5434 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context> 5474 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
@@ -5444,7 +5484,10 @@
5444 </context-group> 5484 </context-group>
5445 </trans-unit> 5485 </trans-unit>
5446 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5486 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
5447 <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> 5487 <source>
5488 <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>"/>
5489 Notification preferences
5490 </source>
5448 <target state="new"/> 5491 <target state="new"/>
5449 <context-group purpose="location"> 5492 <context-group purpose="location">
5450 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5493 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
@@ -5520,8 +5563,8 @@
5520 <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">84</context></context-group> 5563 <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">84</context></context-group>
5521 </trans-unit> 5564 </trans-unit>
5522 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5565 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5523 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5566 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5524 <target state="new">Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5567 <target state="new">Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5525 <context-group purpose="location"> 5568 <context-group purpose="location">
5526 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5569 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5527 <context context-type="linenumber">2</context> 5570 <context context-type="linenumber">2</context>
@@ -5549,8 +5592,8 @@
5549 </context-group> 5592 </context-group>
5550 </trans-unit> 5593 </trans-unit>
5551 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5594 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5552 <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> 5595 <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>
5553 <target state="new">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;"/>. </target> 5596 <target state="new">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>"/>. </target>
5554 <context-group purpose="location"> 5597 <context-group purpose="location">
5555 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5598 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
5556 <context context-type="linenumber">13</context> 5599 <context context-type="linenumber">13</context>
@@ -5751,44 +5794,17 @@
5751 <context-group name="null"> 5794 <context-group name="null">
5752 <context context-type="linenumber">16</context> 5795 <context context-type="linenumber">16</context>
5753 </context-group> 5796 </context-group>
5754 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group> 5797
5755 </trans-unit> 5798 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit>
5756 <trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5799
5757 <source>Creators</source> 5800
5758 <target state="new">Creators</target> 5801
5759 <context-group purpose="location">
5760 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5761 <context context-type="linenumber">162</context>
5762 </context-group>
5763 </trans-unit>
5764 <trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5765 <source>Creator guide</source>
5766 <target state="new">Creator guide</target>
5767 <context-group purpose="location">
5768 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5769 <context context-type="linenumber">162</context>
5770 </context-group>
5771 </trans-unit>
5772 <trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5773 <source>Contributors</source>
5774 <target state="new">Contributors</target>
5775 <context-group purpose="location">
5776 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5777 <context context-type="linenumber">163</context>
5778 </context-group>
5779 </trans-unit>
5780 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html"> 5802 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5781 <source>PeerTube license</source> 5803 <source>PeerTube license</source>
5782 <target state="new">PeerTube license</target> 5804 <target state="new">PeerTube license</target>
5783 <context-group purpose="location"> 5805
5784 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5806
5785 <context context-type="linenumber">163</context> 5807 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5786 </context-group>
5787 <context-group purpose="location">
5788 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5789 <context context-type="linenumber">175</context>
5790 </context-group>
5791 </trans-unit>
5792 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 5808 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5793 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5809 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5794 <target><x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/>(e)an elkartuta</target> 5810 <target><x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/>(e)an elkartuta</target>
@@ -6045,10 +6061,13 @@
6045 </context-group> 6061 </context-group>
6046 </trans-unit> 6062 </trans-unit>
6047 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6063 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6048 <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> 6064 <source>
6065 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6066 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6067 </source>
6049 <target state="new"> 6068 <target state="new">
6050 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 6069 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6051 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 6070 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6052 </target> 6071 </target>
6053 <context-group purpose="location"> 6072 <context-group purpose="location">
6054 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6073 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6056,9 +6075,9 @@
6056 </context-group> 6075 </context-group>
6057 </trans-unit> 6076 </trans-unit>
6058 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6077 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6059 <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> 6078 <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>
6060 <target state="new"> 6079 <target state="new">
6061 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;"/>. 6080 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>"/>.
6062 </target> 6081 </target>
6063 <context-group purpose="location"> 6082 <context-group purpose="location">
6064 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6083 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6066,7 +6085,8 @@
6066 </context-group> 6085 </context-group>
6067 </trans-unit> 6086 </trans-unit>
6068 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6087 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6069 <source>Use PeerTube documentation</source> 6088 <source>Use PeerTube
6089 documentation</source>
6070 <target state="new">Use PeerTube 6090 <target state="new">Use PeerTube
6071 documentation</target> 6091 documentation</target>
6072 <context-group purpose="location"> 6092 <context-group purpose="location">
@@ -6085,7 +6105,8 @@
6085 </context-group> 6105 </context-group>
6086 </trans-unit> 6106 </trans-unit>
6087 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6107 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6088 <source>PeerTube Applications</source> 6108 <source>PeerTube
6109 Applications</source>
6089 <target state="new">PeerTube 6110 <target state="new">PeerTube
6090 Applications</target> 6111 Applications</target>
6091 <context-group purpose="location"> 6112 <context-group purpose="location">
@@ -6104,7 +6125,8 @@
6104 </context-group> 6125 </context-group>
6105 </trans-unit> 6126 </trans-unit>
6106 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6127 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6107 <source>Contribute on PeerTube</source> 6128 <source>Contribute on
6129 PeerTube</source>
6108 <target state="new">Contribute on 6130 <target state="new">Contribute on
6109 PeerTube</target> 6131 PeerTube</target>
6110 <context-group purpose="location"> 6132 <context-group purpose="location">
@@ -6131,7 +6153,11 @@
6131 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6153 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6132 </trans-unit> 6154 </trans-unit>
6133 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6155 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6134 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6156 <source>
6157 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6158 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6159 follows applies only if you want to keep using the P2P mode of PeerTube.
6160 </source>
6135 <target state="new"> 6161 <target state="new">
6136 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, 6162 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6137 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What 6163 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
@@ -6148,7 +6174,10 @@
6148 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6174 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6149 </trans-unit> 6175 </trans-unit>
6150 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6176 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6151 <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> 6177 <source>
6178 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6179 In practice, this is much more difficult because:
6180 </source>
6152 <target state="new"> 6181 <target state="new">
6153 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 6182 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6154 In practice, this is much more difficult because: 6183 In practice, this is much more difficult because:
@@ -6156,7 +6185,10 @@
6156 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6185 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6157 </trans-unit> 6186 </trans-unit>
6158 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6187 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6159 <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> 6188 <source>
6189 An HTTP request has to be sent on each tracker for each video to spy.
6190 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6191 </source>
6160 <target state="new"> 6192 <target state="new">
6161 An HTTP request has to be sent on each tracker for each video to spy. 6193 An HTTP request has to be sent on each tracker for each video to spy.
6162 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 6194 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
@@ -6164,7 +6196,11 @@
6164 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6196 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6165 </trans-unit> 6197 </trans-unit>
6166 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6198 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6167 <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 peer in the swarm</source> 6199 <source>
6200 For each request sent, the tracker returns random peers at a limited number.
6201 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
6202 requests sent to know every peer in the swarm
6203 </source>
6168 <target state="new"> 6204 <target state="new">
6169 For each request sent, the tracker returns random peers at a limited number. 6205 For each request sent, the tracker returns random peers at a limited number.
6170 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 6206 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
@@ -6183,7 +6219,10 @@
6183 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6219 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6184 </trans-unit> 6220 </trans-unit>
6185 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6221 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6186 <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> 6222 <source>
6223 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
6224 video
6225 </source>
6187 <target state="new"> 6226 <target state="new">
6188 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 6227 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
6189 video 6228 video
@@ -6198,18 +6237,27 @@
6198 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6237 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6199 </trans-unit> 6238 </trans-unit>
6200 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6239 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6201 <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> 6240 <source>
6241 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
6242 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6243 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6244 to forward the information to.
6245 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
6246 </source>
6202 <target state="new"> 6247 <target state="new">
6203 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 6248 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
6204 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. 6249 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6205 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 6250 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6206 to forward the information to. 6251 to forward the information to.
6207 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 6252 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
6208 </target> 6253 </target>
6209 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6254 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6210 </trans-unit> 6255 </trans-unit>
6211 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6256 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6212 <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> 6257 <source>
6258 The worst-case scenario of an average person spying on their friends is quite unlikely.
6259 There are much more effective ways to get that kind of information.
6260 </source>
6213 <target state="new"> 6261 <target state="new">
6214 The worst-case scenario of an average person spying on their friends is quite unlikely. 6262 The worst-case scenario of an average person spying on their friends is quite unlikely.
6215 There are much more effective ways to get that kind of information. 6263 There are much more effective ways to get that kind of information.
@@ -6225,7 +6273,11 @@
6225 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6273 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6226 </trans-unit> 6274 </trans-unit>
6227 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6275 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6228 <source>The threats to privacy with 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> 6276 <source>
6277 The threats to privacy with YouTube are different from PeerTube's.
6278 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6279 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6280 </source>
6229 <target state="new"> 6281 <target state="new">
6230 The threats to privacy with YouTube are different from PeerTube's. 6282 The threats to privacy with YouTube are different from PeerTube's.
6231 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 6283 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
@@ -6242,7 +6294,12 @@
6242 <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> 6294 <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>
6243 </trans-unit> 6295 </trans-unit>
6244 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6296 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6245 <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> 6297 <source>
6298 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
6299 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6300 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.
6301 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6302 </source>
6246 <target state="new"> 6303 <target state="new">
6247 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 6304 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
6248 your IP in their connection logs: ISP/routers/trackers/CDN and more. 6305 your IP in their connection logs: ISP/routers/trackers/CDN and more.
@@ -6260,7 +6317,10 @@
6260 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6317 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6261 </trans-unit> 6318 </trans-unit>
6262 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6319 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6263 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6320 <source>
6321 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6322 and render attacks less likely. Here is what we put in place so far:
6323 </source>
6264 <target state="new"> 6324 <target state="new">
6265 PeerTube wants to deliver the best countermeasures possible, to give you more choice 6325 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6266 and render attacks less likely. Here is what we put in place so far: 6326 and render attacks less likely. Here is what we put in place so far:
@@ -6288,7 +6348,10 @@
6288 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6348 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6289 </trans-unit> 6349 </trans-unit>
6290 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6350 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6291 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6351 <source>
6352 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6353 WebRTC in your browser.
6354 </source>
6292 <target state="new"> 6355 <target state="new">
6293 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling 6356 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6294 WebRTC in your browser. 6357 WebRTC in your browser.
@@ -6328,8 +6391,8 @@
6328 </context-group> 6391 </context-group>
6329 </trans-unit> 6392 </trans-unit>
6330 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6393 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6331 <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> 6394 <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>
6332 <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> 6395 <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>
6333 <context-group purpose="location"> 6396 <context-group purpose="location">
6334 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6397 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6335 <context context-type="linenumber">3</context> 6398 <context context-type="linenumber">3</context>
@@ -6410,7 +6473,10 @@
6410 </context-group> 6473 </context-group>
6411 </trans-unit> 6474 </trans-unit>
6412 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6475 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6413 <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> 6476 <source>
6477 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/>"/>
6478 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.
6479 </source>
6414 <target state="new"/> 6480 <target state="new"/>
6415 <context-group purpose="location"> 6481 <context-group purpose="location">
6416 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context> 6482 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
@@ -6486,7 +6552,12 @@
6486 </context-group> 6552 </context-group>
6487 </trans-unit> 6553 </trans-unit>
6488 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6554 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6489 <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> 6555 <source>
6556 I am at least 16 years old and agree
6557 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>"/>
6558 <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>"/>
6559 of this instance
6560 </source>
6490 <target state="new"/> 6561 <target state="new"/>
6491 <context-group purpose="location"> 6562 <context-group purpose="location">
6492 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 6563 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
@@ -6582,8 +6653,8 @@
6582 </context-group> 6653 </context-group>
6583 </trans-unit> 6654 </trans-unit>
6584 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6655 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6585 <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> 6656 <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>
6586 <target state="new">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</target> 6657 <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>
6587 <context-group purpose="location"> 6658 <context-group purpose="location">
6588 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6659 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6589 <context context-type="linenumber">1</context> 6660 <context context-type="linenumber">1</context>
@@ -6692,6 +6763,30 @@
6692 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6763 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6693 <context context-type="linenumber">1</context> 6764 <context context-type="linenumber">1</context>
6694 </context-group> 6765 </context-group>
6766 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6767 <source>Process domains</source><target state="new">Process domains</target>
6768 <context-group purpose="location">
6769 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6770 <context context-type="linenumber">1</context>
6771 </context-group>
6772 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6773 <source>Domain is required.</source><target state="new">Domain is required.</target>
6774 <context-group purpose="location">
6775 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6776 <context context-type="linenumber">1</context>
6777 </context-group>
6778 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6779 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6780 <context-group purpose="location">
6781 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6782 <context context-type="linenumber">1</context>
6783 </context-group>
6784 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6785 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6786 <context-group purpose="location">
6787 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6788 <context context-type="linenumber">1</context>
6789 </context-group>
6695 </trans-unit> 6790 </trans-unit>
6696 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 6791 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6697 <source>Unlimited</source> 6792 <source>Unlimited</source>
@@ -6703,6 +6798,16 @@
6703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 6798 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6704 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 6799 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6705 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 6800 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
6801 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6802 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6803 <context-group purpose="location">
6804 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6805 <context context-type="linenumber">1</context>
6806 </context-group>
6807 <context-group purpose="location">
6808 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6809 <context context-type="linenumber">1</context>
6810 </context-group>
6706 </trans-unit> 6811 </trans-unit>
6707 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a"> 6812 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
6708 <source>100MB</source> 6813 <source>100MB</source>
@@ -6833,48 +6938,20 @@
6833 <context-group name="null"> 6938 <context-group name="null">
6834 <context context-type="linenumber">1</context> 6939 <context context-type="linenumber">1</context>
6835 </context-group> 6940 </context-group>
6836 <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> 6941
6837 </trans-unit> 6942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6838 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df"> 6943
6839 <source>You need to specify hosts to follow.</source> 6944
6840 <target>Jarraitu beharreko ostalariak zehaztu behar dituzu.</target> 6945
6841 <context-group name="null"> 6946
6842 <context context-type="linenumber">1</context>
6843 </context-group>
6844 <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>
6845 </trans-unit>
6846 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
6847 <source>Hosts need to be unique.</source>
6848 <target>Ostalariak ezin dira errepikatu.</target>
6849 <context-group name="null">
6850 <context context-type="linenumber">1</context>
6851 </context-group>
6852 <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>
6853 </trans-unit>
6854 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
6855 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source>
6856 <target>Berresten baduzu, jarraitzeko eskari bat bidaliko duzu hona:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </target>
6857 <context-group name="null">
6858 <context context-type="linenumber">1</context>
6859 </context-group>
6860 <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>
6861 </trans-unit>
6862 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
6863 <source>Follow new server(s)</source>
6864 <target>Jarraitu zerbitzari berria(k)</target>
6865 <context-group name="null">
6866 <context context-type="linenumber">1</context>
6867 </context-group>
6868 <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>
6869 </trans-unit>
6870 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 6947 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
6871 <source>Follow request(s) sent!</source> 6948 <source>Follow request(s) sent!</source>
6872 <target>Jarraitzeko eskaria(k) bidalita!</target> 6949 <target>Jarraitzeko eskaria(k) bidalita!</target>
6873 <context-group name="null"> 6950 <context-group name="null">
6874 <context context-type="linenumber">1</context> 6951 <context context-type="linenumber">1</context>
6875 </context-group> 6952 </context-group>
6876 <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> 6953
6877 </trans-unit> 6954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6878 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 6955 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
6879 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6956 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6880 <target>Ziur<x id="INTERPOLATION" equiv-text="{{host}}"/> jarraitzeari utzi nahi diozula?</target> 6957 <target>Ziur<x id="INTERPOLATION" equiv-text="{{host}}"/> jarraitzeari utzi nahi diozula?</target>
@@ -6978,6 +7055,12 @@
6978 <context context-type="linenumber">1</context> 7055 <context context-type="linenumber">1</context>
6979 </context-group> 7056 </context-group>
6980 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group> 7057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group>
7058 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
7059 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
7060 <context-group purpose="location">
7061 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
7062 <context context-type="linenumber">1</context>
7063 </context-group>
6981 </trans-unit> 7064 </trans-unit>
6982 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 7065 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
6983 <source>Comment updated.</source> 7066 <source>Comment updated.</source>
@@ -6986,23 +7069,33 @@
6986 <context context-type="linenumber">1</context> 7069 <context context-type="linenumber">1</context>
6987 </context-group> 7070 </context-group>
6988 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group> 7071 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group>
6989 </trans-unit> 7072 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
6990 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978"> 7073 <source>Internal actions</source><target state="new">Internal actions</target>
6991 <source>Delete this report</source> 7074 <context-group purpose="location">
6992 <target>Ezabatu salaketa hau</target> 7075 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6993 <context-group name="null">
6994 <context context-type="linenumber">1</context> 7076 <context context-type="linenumber">1</context>
6995 </context-group> 7077 </context-group>
6996 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7078 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
6997 </trans-unit> 7079 <source>Delete report</source><target state="new">Delete report</target>
6998 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321"> 7080 <context-group purpose="location">
6999 <source>Update moderation comment</source> 7081 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7000 <target>Eguneratu moderazio iruzkina</target> 7082 <context context-type="linenumber">1</context>
7001 <context-group name="null"> 7083 </context-group>
7084 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
7085 <source>Add note</source><target state="new">Add note</target>
7086 <context-group purpose="location">
7087 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7088 <context context-type="linenumber">1</context>
7089 </context-group>
7090 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
7091 <source>Update note</source><target state="new">Update note</target>
7092 <context-group purpose="location">
7093 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7002 <context context-type="linenumber">1</context> 7094 <context context-type="linenumber">1</context>
7003 </context-group> 7095 </context-group>
7004 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7005 </trans-unit> 7096 </trans-unit>
7097
7098
7006 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3"> 7099 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
7007 <source>Mark as accepted</source> 7100 <source>Mark as accepted</source>
7008 <target>Markatu onartutako gisa</target> 7101 <target>Markatu onartutako gisa</target>
@@ -7018,6 +7111,12 @@
7018 <context context-type="linenumber">1</context> 7111 <context context-type="linenumber">1</context>
7019 </context-group> 7112 </context-group>
7020 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7113 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7114 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
7115 <source>Actions for the video</source><target state="new">Actions for the video</target>
7116 <context-group purpose="location">
7117 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7118 <context context-type="linenumber">1</context>
7119 </context-group>
7021 </trans-unit> 7120 </trans-unit>
7022 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599"> 7121 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
7023 <source>Do you really want to delete this abuse report?</source> 7122 <source>Do you really want to delete this abuse report?</source>
@@ -7920,11 +8019,8 @@
7920 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 8019 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7921 <source>max size</source> 8020 <source>max size</source>
7922 <target state="new">max size</target> 8021 <target state="new">max size</target>
7923 <context-group purpose="location"> 8022
7924 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 8023 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7925 <context context-type="linenumber">1</context>
7926 </context-group>
7927 </trans-unit>
7928 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 8024 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
7929 <source>Now please check your emails to verify your account and complete signup.</source> 8025 <source>Now please check your emails to verify your account and complete signup.</source>
7930 <target state="new">Now please check your emails to verify your account and complete signup.</target> 8026 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8246,8 +8342,8 @@
8246 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8342 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8247 </trans-unit> 8343 </trans-unit>
8248 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8344 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8249 <source>Long (&gt; 10 min)</source> 8345 <source>Long (> 10 min)</source>
8250 <target>Luzea (&gt; 10 min)</target> 8346 <target>Luzea (> 10 min)</target>
8251 <context-group name="null"> 8347 <context-group name="null">
8252 <context context-type="linenumber">1</context> 8348 <context context-type="linenumber">1</context>
8253 </context-group> 8349 </context-group>
@@ -8284,6 +8380,12 @@
8284 <context context-type="linenumber">1</context> 8380 <context context-type="linenumber">1</context>
8285 </context-group> 8381 </context-group>
8286 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8382 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8383 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8384 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8385 <context-group purpose="location">
8386 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8387 <context context-type="linenumber">1</context>
8388 </context-group>
8287 </trans-unit> 8389 </trans-unit>
8288 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 8390 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
8289 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 8391 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8356,15 +8458,14 @@
8356 <context context-type="linenumber">1</context> 8458 <context context-type="linenumber">1</context>
8357 </context-group> 8459 </context-group>
8358 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8460 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8359 </trans-unit> 8461 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8360 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 8462 <source>just now</source><target state="new">just now</target>
8361 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 8463 <context-group purpose="location">
8362 <target>duela <x id="INTERPOLATION" equiv-text="{{interval}}"/> segundo</target> 8464 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8363 <context-group name="null">
8364 <context context-type="linenumber">1</context> 8465 <context context-type="linenumber">1</context>
8365 </context-group> 8466 </context-group>
8366 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8367 </trans-unit> 8467 </trans-unit>
8468
8368 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8469 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8369 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source> 8470 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source>
8370 <target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 8471 <target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
@@ -9607,8 +9708,8 @@
9607 <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> 9708 <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>
9608 </trans-unit> 9709 </trans-unit>
9609 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 9710 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9610 <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> 9711 <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>
9611 <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;"/> bateragarria, hau onartzen du:</target> 9712 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> bateragarria, hau onartzen du:</target>
9612 <context-group name="null"> 9713 <context-group name="null">
9613 <context context-type="linenumber">1</context> 9714 <context context-type="linenumber">1</context>
9614 </context-group> 9715 </context-group>
@@ -10084,8 +10185,8 @@
10084 <context-group name="null"> 10185 <context-group name="null">
10085 <context context-type="linenumber">1</context> 10186 <context context-type="linenumber">1</context>
10086 </context-group> 10187 </context-group>
10087 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group> 10188
10088 </trans-unit> 10189 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
10089 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10190 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10090 <source>Encoder</source> 10191 <source>Encoder</source>
10091 <target state="new">Encoder</target> 10192 <target state="new">Encoder</target>
@@ -10369,15 +10470,14 @@
10369 <context context-type="linenumber">1</context> 10470 <context context-type="linenumber">1</context>
10370 </context-group> 10471 </context-group>
10371 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 10472 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10372 </trans-unit> 10473 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10373 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 10474 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10374 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
10375 <target state="new">The deletion will be sent to remote instances, so they remove the comment too.</target>
10376 <context-group purpose="location"> 10475 <context-group purpose="location">
10377 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10476 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10378 <context context-type="linenumber">1</context> 10477 <context context-type="linenumber">1</context>
10379 </context-group> 10478 </context-group>
10380 </trans-unit> 10479 </trans-unit>
10480
10381 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 10481 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
10382 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10482 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10383 <target state="new">It is a remote comment, so the deletion will only be effective on your instance.</target> 10483 <target state="new">It is a remote comment, so the deletion will only be effective on your instance.</target>
diff --git a/client/src/locale/angular.fa-IR.xlf b/client/src/locale/angular.fa-IR.xlf
index ec2a8a9b9..91640da08 100644
--- a/client/src/locale/angular.fa-IR.xlf
+++ b/client/src/locale/angular.fa-IR.xlf
@@ -577,30 +577,30 @@
577 <target state="new">Unlisted</target> 577 <target state="new">Unlisted</target>
578 578
579 579
580 <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><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> 580 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
581 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html"> 581 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
582 <source>Private</source> 582 <source>Private</source>
583 <target state="new">Private</target> 583 <target state="new">Private</target>
584 584
585 585
586 586
587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
588 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 588 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
589 589
590 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 590 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
591 591
592 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 592 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
593 <source>Blacklisted</source> 593 <source>Blacklisted</source>
594 <target state="new">Blacklisted</target> 594 <target state="new">Blacklisted</target>
595 595
596 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 596 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
597 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 597 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
598 <source>Sensitive</source> 598 <source>Sensitive</source>
599 <target state="new"> 599 <target state="new">
600 Sensitive 600 Sensitive
601 </target> 601 </target>
602 602
603 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group></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>
604 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 604 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
605 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 605 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
606 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 606 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -656,7 +656,7 @@
656 656
657 657
658 658
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">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</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">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
660 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 660 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
661 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 661 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
662 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 662 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -704,7 +704,7 @@
704 704
705 705
706 706
707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
708 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d" datatype="html"> 708 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d" datatype="html">
709 <source>Truncated preview</source> 709 <source>Truncated preview</source>
710 <target state="new">Truncated preview</target> 710 <target state="new">Truncated preview</target>
@@ -880,7 +880,7 @@
880 880
881 881
882 882
883 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit> 883 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
884 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 884 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
885 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 885 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
886 <target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target> 886 <target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target>
@@ -1015,7 +1015,7 @@
1015 1015
1016 1016
1017 1017
1018 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1018 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1019 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 1019 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
1020 <source>Ban this user</source> 1020 <source>Ban this user</source>
1021 <target state="new">Ban this user</target> 1021 <target state="new">Ban this user</target>
@@ -1029,14 +1029,7 @@
1029 <context context-type="linenumber">11</context> 1029 <context context-type="linenumber">11</context>
1030 </context-group> 1030 </context-group>
1031 </trans-unit> 1031 </trans-unit>
1032 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 1032
1033 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1034 <target state="new">(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1035 <context-group purpose="location">
1036 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
1037 <context context-type="linenumber">12</context>
1038 </context-group>
1039 </trans-unit>
1040 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1033 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1041 <source>Login</source> 1034 <source>Login</source>
1042 <target> 1035 <target>
@@ -1174,7 +1167,7 @@
1174 1167
1175 1168
1176 1169
1177 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1170 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1178 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1171 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1179 <source>Email address</source> 1172 <source>Email address</source>
1180 <target>آدرس رایانامه</target> 1173 <target>آدرس رایانامه</target>
@@ -1569,15 +1562,9 @@
1569 </context-group> 1562 </context-group>
1570 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1563 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1571 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1564 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1572 <context-group purpose="location"> 1565
1573 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1566
1574 <context context-type="linenumber">36</context> 1567 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1575 </context-group>
1576 <context-group purpose="location">
1577 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1578 <context context-type="linenumber">158</context>
1579 </context-group>
1580 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1581 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1568 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1582 <context-group purpose="location"> 1569 <context-group purpose="location">
1583 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1570 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1610,41 +1597,26 @@
1610 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1597 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1611 <source>Help</source><target state="new">Help</target> 1598 <source>Help</source><target state="new">Help</target>
1612 1599
1613 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1600 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1614 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1601 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1615 <context-group purpose="location"> 1602
1616 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1603 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1617 <context context-type="linenumber">167</context>
1618 </context-group>
1619 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1620 <source>Shortcuts</source><target state="new">Shortcuts</target> 1604 <source>Shortcuts</source><target state="new">Shortcuts</target>
1621 <context-group purpose="location"> 1605
1622 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1606 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1623 <context context-type="linenumber">168</context>
1624 </context-group>
1625 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1626 <source> 1607 <source>
1627 powered by PeerTube 1608 powered by PeerTube
1628 </source><target state="new"> 1609 </source><target state="new">
1629 powered by PeerTube 1610 powered by PeerTube
1630 </target> 1611 </target>
1631 <context-group purpose="location"> 1612
1632 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1613 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1633 <context context-type="linenumber">172</context>
1634 </context-group>
1635 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1636 <source>PeerTube website</source><target state="new">PeerTube website</target> 1614 <source>PeerTube website</source><target state="new">PeerTube website</target>
1637 <context-group purpose="location"> 1615
1638 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1616 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1639 <context context-type="linenumber">172</context>
1640 </context-group>
1641 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1642 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1617 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1643 <context-group purpose="location"> 1618
1644 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1619 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1645 <context context-type="linenumber">171</context>
1646 </context-group>
1647 </trans-unit>
1648 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1620 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1649 <source>Log out</source> 1621 <source>Log out</source>
1650 <target state="new">Log out</target> 1622 <target state="new">Log out</target>
@@ -1750,17 +1722,8 @@
1750 1722
1751 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1723 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1752 <source>Contact</source><target state="new">Contact</target> 1724 <source>Contact</source><target state="new">Contact</target>
1753 <context-group purpose="location"> 1725
1754 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1726 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1755 <context context-type="linenumber">154</context>
1756 </context-group>
1757 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1758 <source>Terms of Service</source><target state="new">Terms of Service</target>
1759 <context-group purpose="location">
1760 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1761 <context context-type="linenumber">155</context>
1762 </context-group>
1763 </trans-unit>
1764 1727
1765 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1728 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1766 <source>View your notifications</source> 1729 <source>View your notifications</source>
@@ -2170,7 +2133,7 @@
2170 2133
2171 2134
2172 2135
2173 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2136 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2174 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html"> 2137 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html">
2175 <source>Privacy</source> 2138 <source>Privacy</source>
2176 <target state="new">Privacy</target> 2139 <target state="new">Privacy</target>
@@ -2181,37 +2144,19 @@
2181 2144
2182 2145
2183 2146
2184 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2147 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2185 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
2186 <context-group purpose="location">
2187 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2188 <context context-type="linenumber">164</context>
2189 </context-group>
2190 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2191 <source>FAQ</source><target state="new">FAQ</target> 2148 <source>FAQ</source><target state="new">FAQ</target>
2192 <context-group purpose="location"> 2149
2193 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2150 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2194 <context context-type="linenumber">165</context>
2195 </context-group>
2196 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2197 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 2151 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
2198 <context-group purpose="location"> 2152
2199 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2153 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2200 <context context-type="linenumber">165</context>
2201 </context-group>
2202 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2203 <source>API</source><target state="new">API</target> 2154 <source>API</source><target state="new">API</target>
2204 <context-group purpose="location"> 2155
2205 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2156 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2206 <context context-type="linenumber">166</context>
2207 </context-group>
2208 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2209 <source>API documentation</source><target state="new">API documentation</target> 2157 <source>API documentation</source><target state="new">API documentation</target>
2210 <context-group purpose="location"> 2158
2211 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2159 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2212 <context context-type="linenumber">166</context>
2213 </context-group>
2214 </trans-unit>
2215 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html"> 2160 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
2216 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2161 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2217 <target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2162 <target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2358,7 +2303,7 @@
2358 2303
2359 2304
2360 2305
2361 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit> 2306 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2362 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 2307 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
2363 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2308 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2364 <target state="new"> 2309 <target state="new">
@@ -2375,7 +2320,7 @@
2375 2320
2376 2321
2377 2322
2378 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 2323 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2379 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html"> 2324 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html">
2380 <source>Select the file to upload</source> 2325 <source>Select the file to upload</source>
2381 <target state="new">Select the file to upload</target> 2326 <target state="new">Select the file to upload</target>
@@ -2387,19 +2332,13 @@
2387 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html"> 2332 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html">
2388 <source>Scheduled</source> 2333 <source>Scheduled</source>
2389 <target state="new">Scheduled</target> 2334 <target state="new">Scheduled</target>
2390 <context-group purpose="location"> 2335
2391 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2336 <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">24</context></context-group></trans-unit>
2392 <context context-type="linenumber">25</context>
2393 </context-group>
2394 </trans-unit>
2395 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2337 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2396 <source>Video background image</source> 2338 <source>Video background image</source>
2397 <target state="new">Video background image</target> 2339 <target state="new">Video background image</target>
2398 <context-group purpose="location"> 2340
2399 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2341 <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">31</context></context-group></trans-unit>
2400 <context context-type="linenumber">32</context>
2401 </context-group>
2402 </trans-unit>
2403 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2342 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2404 <source> 2343 <source>
2405 Image that will be merged with your audio file. 2344 Image that will be merged with your audio file.
@@ -2411,44 +2350,32 @@
2411 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2350 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2412 The chosen image will be definitive and cannot be modified. 2351 The chosen image will be definitive and cannot be modified.
2413 </target> 2352 </target>
2414 <context-group purpose="location"> 2353
2415 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2354 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2416 <context context-type="linenumber">34</context>
2417 </context-group>
2418 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2419 <source>Processing…</source><target state="new">Processing…</target> 2355 <source>Processing…</source><target state="new">Processing…</target>
2420 <context-group purpose="location"> 2356
2421 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2357 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2422 <context context-type="linenumber">56</context>
2423 </context-group>
2424 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2425 <source>Total video quota</source><target state="new">Total video quota</target> 2358 <source>Total video quota</source><target state="new">Total video quota</target>
2426 <context-group purpose="location"> 2359
2427 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2360
2428 <context context-type="linenumber">54</context> 2361 <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">53</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">11</context></context-group></trans-unit>
2429 </context-group>
2430 <context-group purpose="location">
2431 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2432 <context context-type="linenumber">11</context>
2433 </context-group>
2434 </trans-unit>
2435 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html"> 2362 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2436 <source>Congratulations! Your video is now available in your private library.</source> 2363 <source>Congratulations! Your video is now available in your private library.</source>
2437 <target state="new"> 2364 <target state="new">
2438 Congratulations! Your video is now available in your private library. 2365 Congratulations! Your video is now available in your private library.
2439</target> 2366</target>
2440 2367
2441 <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">68</context></context-group></trans-unit> 2368 <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">67</context></context-group></trans-unit>
2442 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html"> 2369 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
2443 <source>Publish will be available when upload is finished</source> 2370 <source>Publish will be available when upload is finished</source>
2444 <target state="new">Publish will be available when upload is finished</target> 2371 <target state="new">Publish will be available when upload is finished</target>
2445 2372
2446 <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">81</context></context-group></trans-unit> 2373 <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">80</context></context-group></trans-unit>
2447 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html"> 2374 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html">
2448 <source>Publish</source> 2375 <source>Publish</source>
2449 <target state="new">Publish</target> 2376 <target state="new">Publish</target>
2450 2377
2451 <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">88</context></context-group></trans-unit> 2378 <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">87</context></context-group></trans-unit>
2452 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html"> 2379 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
2453 <source>Select the torrent to import</source> 2380 <source>Select the torrent to import</source>
2454 <target state="new">Select the torrent to import</target> 2381 <target state="new">Select the torrent to import</target>
@@ -2456,23 +2383,19 @@
2456 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2383 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2457 <context context-type="linenumber">6</context> 2384 <context context-type="linenumber">6</context>
2458 </context-group> 2385 </context-group>
2459 </trans-unit> 2386 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2460 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc" datatype="html"> 2387 <source>OR</source><target state="new">OR</target>
2461 <source>Or</source>
2462 <target state="new">Or</target>
2463 <context-group purpose="location"> 2388 <context-group purpose="location">
2464 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2389 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2465 <context context-type="linenumber">11</context> 2390 <context context-type="linenumber">10</context>
2466 </context-group> 2391 </context-group>
2467 </trans-unit> 2392 </trans-unit>
2393
2468 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html"> 2394 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
2469 <source>Paste magnet URI</source> 2395 <source>Paste magnet URI</source>
2470 <target state="new">Paste magnet URI</target> 2396 <target state="new">Paste magnet URI</target>
2471 <context-group purpose="location"> 2397
2472 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2398 <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">13</context></context-group></trans-unit>
2473 <context context-type="linenumber">14</context>
2474 </context-group>
2475 </trans-unit>
2476 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2399 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2477 <source> 2400 <source>
2478 You can import any torrent file that points to a mp4 file. 2401 You can import any torrent file that points to a mp4 file.
@@ -2482,21 +2405,15 @@
2482 You can import any torrent file that points to a mp4 file. 2405 You can import any torrent file that points to a mp4 file.
2483 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. 2406 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.
2484 </target> 2407 </target>
2485 <context-group purpose="location"> 2408
2486 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 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">16</context></context-group></trans-unit>
2487 <context context-type="linenumber">17</context>
2488 </context-group>
2489 </trans-unit>
2490 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html"> 2410 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2491 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2411 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2492 <target state="new"> 2412 <target state="new">
2493 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 2413 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2494</target> 2414</target>
2495 <context-group purpose="location"> 2415
2496 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2416 <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">56</context></context-group></trans-unit>
2497 <context context-type="linenumber">57</context>
2498 </context-group>
2499 </trans-unit>
2500 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2417 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2501 <source> 2418 <source>
2502 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. 2419 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.
@@ -2785,7 +2702,7 @@
2785 2702
2786 2703
2787 2704
2788 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</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">63</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2705 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2789 <source>Subscribe</source><target state="new">Subscribe</target> 2706 <source>Subscribe</source><target state="new">Subscribe</target>
2790 <context-group purpose="location"> 2707 <context-group purpose="location">
2791 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2708 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
@@ -2853,7 +2770,7 @@
2853 <source>More information</source> 2770 <source>More information</source>
2854 <target state="new">More information</target> 2771 <target state="new">More information</target>
2855 2772
2856 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 2773 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2857 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2774 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2858 <source>Get more information</source> 2775 <source>Get more information</source>
2859 <target state="new">Get more information</target> 2776 <target state="new">Get more information</target>
@@ -2930,36 +2847,27 @@
2930 <target state="new"> 2847 <target state="new">
2931 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 2848 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
2932 </target> 2849 </target>
2933 <context-group purpose="location"> 2850
2934 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2851 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
2935 <context context-type="linenumber">77</context>
2936 </context-group>
2937 </trans-unit>
2938 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 2852 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2939 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 2853 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
2940 <target state="new"> 2854 <target state="new">
2941 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2855 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2942 </target> 2856 </target>
2943 <context-group purpose="location"> 2857
2944 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2858 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
2945 <context context-type="linenumber">80</context>
2946 </context-group>
2947 </trans-unit>
2948 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 2859 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2949 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 2860 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
2950 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 2861 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
2951 <context-group purpose="location"> 2862
2952 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2863 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
2953 <context context-type="linenumber">84</context>
2954 </context-group>
2955 </trans-unit>
2956 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html"> 2864 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
2957 <source>Comments are disabled.</source> 2865 <source>Comments are disabled.</source>
2958 <target state="new"> 2866 <target state="new">
2959 Comments are disabled. 2867 Comments are disabled.
2960 </target> 2868 </target>
2961 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 2869
2962 </trans-unit> 2870 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
2963 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html"> 2871 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html">
2964 <source>Add comment...</source> 2872 <source>Add comment...</source>
2965 <target state="new">Add comment...</target> 2873 <target state="new">Add comment...</target>
@@ -3046,75 +2954,43 @@
3046 <context context-type="linenumber">5</context> 2954 <context context-type="linenumber">5</context>
3047 </context-group> 2955 </context-group>
3048 </trans-unit> 2956 </trans-unit>
3049 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 2957
3050 <source>Follow</source>
3051 <target state="new">Follow</target>
3052 <context-group name="null">
3053 <context context-type="linenumber">7</context>
3054 </context-group>
3055 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3056 </trans-unit>
3057 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 2958 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3058 <source>Followers</source> 2959 <source>Followers</source>
3059 <target>دنبال‌کننده‌ها</target> 2960 <target>دنبال‌کننده‌ها</target>
3060 <context-group name="null"> 2961 <context-group name="null">
3061 <context context-type="linenumber">3</context> 2962 <context context-type="linenumber">3</context>
3062 </context-group> 2963 </context-group>
3063 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 2964
3064 </trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 2965 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3065 <source>Video redundancies</source><target state="new">Video redundancies</target> 2966 <source>Video redundancies</source><target state="new">Video redundancies</target>
3066 <context-group purpose="location"> 2967
3067 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2968 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3068 <context context-type="linenumber">11</context>
3069 </context-group>
3070 </trans-unit>
3071 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html"> 2969 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
3072 <source>1 host (without "http://") per line</source> 2970 <source>1 host (without "http://") per line</source>
3073 <target state="new">1 host (without "http://") per line</target> 2971 <target state="new">1 host (without "http://") per line</target>
2972
2973 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2974 <source>Follow domain</source><target state="new">Follow domain</target>
3074 <context-group purpose="location"> 2975 <context-group purpose="location">
3075 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context> 2976 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3076 <context context-type="linenumber">5</context> 2977 <context context-type="linenumber">15</context>
3077 </context-group>
3078 </trans-unit>
3079 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507" datatype="html">
3080 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3081 <target state="new">
3082 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3083 </target>
3084 <context-group purpose="location">
3085 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
3086 <context context-type="linenumber">17</context>
3087 </context-group>
3088 </trans-unit>
3089 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437" datatype="html">
3090 <source>Add following</source>
3091 <target state="new">Add following</target>
3092 <context-group purpose="location">
3093 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
3094 <context context-type="linenumber">21</context>
3095 </context-group> 2978 </context-group>
3096 </trans-unit> 2979 </trans-unit>
2980
2981
3097 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 2982 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
3098 <source>Filter...</source> 2983 <source>Filter...</source>
3099 <target state="new">Filter...</target> 2984 <target state="new">Filter...</target>
3100 <context-group purpose="location"> 2985
3101 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2986
3102 <context context-type="linenumber">8</context> 2987
3103 </context-group> 2988 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3104 <context-group purpose="location">
3105 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3106 <context context-type="linenumber">9</context>
3107 </context-group>
3108 <context-group purpose="location">
3109 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3110 <context context-type="linenumber">27</context>
3111 </context-group>
3112 </trans-unit>
3113 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 2989 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
3114 <source>ID</source> 2990 <source>ID</source>
3115 <target state="new">ID</target> 2991 <target state="new">ID</target>
3116 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 2992
3117 </trans-unit> 2993 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3118 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2994 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3119 <source>Follower handle</source> 2995 <source>Follower handle</source>
3120 <target state="new">Follower handle</target> 2996 <target state="new">Follower handle</target>
@@ -3128,37 +3004,22 @@
3128 </context-group> 3004 </context-group>
3129 3005
3130 3006
3131 <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"> 3007 <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="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3132 <source>Delayed.</source><target state="new">Delayed.</target> 3008 <source>Delayed.</source><target state="new">Delayed.</target>
3133 <context-group purpose="location"> 3009
3134 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3010 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3135 <context context-type="linenumber">42</context>
3136 </context-group>
3137 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3138 <source>Will start soon...</source><target state="new">Will start soon...</target> 3011 <source>Will start soon...</source><target state="new">Will start soon...</target>
3139 <context-group purpose="location"> 3012
3140 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3141 <context context-type="linenumber">43</context>
3142 </context-group>
3143 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3144 <source>Running...</source><target state="new">Running...</target> 3014 <source>Running...</source><target state="new">Running...</target>
3145 <context-group purpose="location"> 3015
3146 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3016 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3147 <context context-type="linenumber">44</context>
3148 </context-group>
3149 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3150 <source>Finished</source><target state="new">Finished</target> 3017 <source>Finished</source><target state="new">Finished</target>
3151 <context-group purpose="location"> 3018
3152 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3019 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3153 <context context-type="linenumber">45</context>
3154 </context-group>
3155 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3156 <source>Failed</source><target state="new">Failed</target> 3020 <source>Failed</source><target state="new">Failed</target>
3157 <context-group purpose="location"> 3021
3158 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3159 <context context-type="linenumber">46</context>
3160 </context-group>
3161 </trans-unit>
3162 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 3023 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3163 <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> 3024 <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>
3164 <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> 3025 <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>
@@ -3168,19 +3029,19 @@
3168 3029
3169 3030
3170 3031
3171 <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> 3032 <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">24</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">46</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">11</context></context-group><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><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>
3172 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3033 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3173 <source>Accepted</source> 3034 <source>Accepted</source>
3174 <target state="new">Accepted</target> 3035 <target state="new">Accepted</target>
3175 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3036
3176 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3037
3177 </trans-unit> 3038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3178 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3039 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3179 <source>Pending</source> 3040 <source>Pending</source>
3180 <target state="new">Pending</target> 3041 <target state="new">Pending</target>
3181 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3042
3182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3043
3183 </trans-unit> 3044 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3184 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3045 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3185 <source>Accept</source> 3046 <source>Accept</source>
3186 <target state="new">Accept</target> 3047 <target state="new">Accept</target>
@@ -3192,6 +3053,12 @@
3192 <target state="new">Refuse</target> 3053 <target state="new">Refuse</target>
3193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3054 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3194 <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">42</context></context-group> 3055 <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">42</context></context-group>
3056 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3057 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3058 <context-group purpose="location">
3059 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3060 <context context-type="linenumber">3</context>
3061 </context-group>
3195 </trans-unit> 3062 </trans-unit>
3196 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 3063 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3197 <source>Host</source> 3064 <source>Host</source>
@@ -3199,20 +3066,29 @@
3199 <context-group name="null"> 3066 <context-group name="null">
3200 <context context-type="linenumber">19</context> 3067 <context context-type="linenumber">19</context>
3201 </context-group> 3068 </context-group>
3202 <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> 3069
3203 </trans-unit> 3070 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3204 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3071 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3205 <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> 3072 <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>
3206 <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> 3073 <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>
3074
3075 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3076 <source>Follow domains</source><target state="new">Follow domains</target>
3207 <context-group purpose="location"> 3077 <context-group purpose="location">
3208 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3078 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3209 <context context-type="linenumber">21</context> 3079 <context context-type="linenumber">50</context>
3210 </context-group> 3080 </context-group>
3211 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3081 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3212 <source>Video redundancies list</source><target state="new">Video redundancies list</target> 3082 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3213 <context-group purpose="location"> 3083 <context-group purpose="location">
3214 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3084 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3215 <context context-type="linenumber">2</context> 3085 <context context-type="linenumber">7</context>
3086 </context-group>
3087 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3088 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3089 <context-group purpose="location">
3090 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3091 <context context-type="linenumber">8</context>
3216 </context-group> 3092 </context-group>
3217 </trans-unit> 3093 </trans-unit>
3218 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 3094 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
@@ -3274,7 +3150,7 @@
3274 3150
3275 3151
3276 3152
3277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3153 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3278 <source> 3154 <source>
3279 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3155 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3280 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3156 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3355,57 +3231,52 @@
3355 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 3231 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3356 <source>Batch actions</source> 3232 <source>Batch actions</source>
3357 <target state="new">Batch actions</target> 3233 <target state="new">Batch actions</target>
3358 <context-group purpose="location"> 3234
3359 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3360 <context context-type="linenumber">19</context>
3361 </context-group>
3362 </trans-unit>
3363 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3236 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3364 <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> 3237 <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>
3365 <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> 3238 <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>
3366 <context-group purpose="location"> 3239
3367 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3368 <context context-type="linenumber">40</context>
3369 </context-group>
3370 </trans-unit>
3371 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3241 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3372 <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> 3242 <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>
3373 <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> 3243 <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>
3374 <context-group purpose="location"> 3244
3375 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 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></trans-unit>
3376 <context context-type="linenumber">42</context>
3377 </context-group>
3378 </trans-unit>
3379 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3246 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3380 <source>(banned)</source> 3247 <source>(banned)</source>
3381 <target state="new">(banned)</target> 3248 <target state="new">(banned)</target>
3249
3250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3251 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3382 <context-group purpose="location"> 3252 <context-group purpose="location">
3383 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3253 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3384 <context context-type="linenumber">65</context> 3254 <context context-type="linenumber">65</context>
3385 </context-group> 3255 </context-group>
3256 <context-group purpose="location">
3257 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3258 <context context-type="linenumber">27</context>
3259 </context-group>
3386 </trans-unit> 3260 </trans-unit>
3387 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3261 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3388 <source>User's email must be verified to login</source> 3262 <source>User's email must be verified to login</source>
3389 <target state="new">User's email must be verified to login</target> 3263 <target state="new">User's email must be verified to login</target>
3390 <context-group purpose="location"> 3264
3391 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3392 <context context-type="linenumber">72</context>
3393 </context-group>
3394 </trans-unit>
3395 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3266 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3396 <source>User's email is verified / User can login without email verification</source> 3267 <source>User's email is verified / User can login without email verification</source>
3397 <target state="new">User's email is verified / User can login without email verification</target> 3268 <target state="new">User's email is verified / User can login without email verification</target>
3398 <context-group purpose="location"> 3269
3399 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3400 <context context-type="linenumber">76</context>
3401 </context-group>
3402 </trans-unit>
3403 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3271 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3404 <source>Ban reason:</source> 3272 <source>Ban reason:</source>
3405 <target state="new">Ban reason:</target> 3273 <target state="new">Ban reason:</target>
3274
3275 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3276 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3406 <context-group purpose="location"> 3277 <context-group purpose="location">
3407 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3278 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3408 <context context-type="linenumber">95</context> 3279 <context context-type="linenumber">15</context>
3409 </context-group> 3280 </context-group>
3410 </trans-unit> 3281 </trans-unit>
3411 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html"> 3282 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
@@ -3459,98 +3330,77 @@
3459 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 3330 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
3460 <context context-type="linenumber">13</context> 3331 <context context-type="linenumber">13</context>
3461 </context-group> 3332 </context-group>
3333 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3334 <source>Video <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">Video <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>
3335 <context-group purpose="location">
3336 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3337 <context context-type="linenumber">10</context>
3338 </context-group>
3462 </trans-unit> 3339 </trans-unit>
3463 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3340 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3464 <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> 3341 <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>
3465 <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> 3342 <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>
3466 3343
3467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><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">8</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3468 <source>Video URL</source><target state="new">Video URL</target> 3345 <source>Video URL</source><target state="new">Video URL</target>
3469 <context-group purpose="location"> 3346
3470 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3471 <context context-type="linenumber">24</context>
3472 </context-group>
3473 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3474 <source>Total size</source><target state="new">Total size</target> 3348 <source>Total size</source><target state="new">Total size</target>
3349
3350 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3351 <source>List redundancies</source><target state="new">List redundancies</target>
3475 <context-group purpose="location"> 3352 <context-group purpose="location">
3476 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3353 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3477 <context context-type="linenumber">25</context> 3354 <context context-type="linenumber">33</context>
3478 </context-group> 3355 </context-group>
3479 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3356 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3480 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3357 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3481 <context-group purpose="location"> 3358
3482 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3483 <context context-type="linenumber">69</context>
3484 </context-group>
3485 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3486 <source> 3360 <source>
3487 No redundancy strategy is enabled on your instance. 3361 No redundancy strategy is enabled on your instance.
3488 </source><target state="new"> 3362 </source><target state="new">
3489 No redundancy strategy is enabled on your instance. 3363 No redundancy strategy is enabled on your instance.
3490 </target> 3364 </target>
3491 <context-group purpose="location"> 3365
3492 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3493 <context context-type="linenumber">73</context>
3494 </context-group>
3495 </trans-unit>
3496 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3367 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3497 <source>Sensitive</source> 3368 <source>Sensitive</source>
3498 <target state="new">Sensitive</target> 3369 <target state="new">Sensitive</target>
3499 <context-group purpose="location"> 3370
3500 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3371 <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">11</context></context-group></trans-unit>
3501 <context context-type="linenumber">9</context>
3502 </context-group>
3503 </trans-unit>
3504 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3372 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3505 <source>Unfederated</source> 3373 <source>Unfederated</source>
3506 <target state="new">Unfederated</target> 3374 <target state="new">Unfederated</target>
3507 <context-group purpose="location"> 3375
3508 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3376 <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">12</context></context-group></trans-unit>
3509 <context context-type="linenumber">10</context>
3510 </context-group>
3511 </trans-unit>
3512 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3377 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3513 <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> 3378 <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>
3514 <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> 3379 <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>
3515 <context-group purpose="location"> 3380
3516 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3381 <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">13</context></context-group></trans-unit>
3517 <context context-type="linenumber">11</context>
3518 </context-group>
3519 </trans-unit>
3520 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 3382 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
3521 <source>Go to the video</source> 3383 <source>Go to the video</source>
3522 <target state="new">Go to the video</target> 3384 <target state="new">Go to the video</target>
3523 <context-group purpose="location"> 3385
3524 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3386
3525 <context context-type="linenumber">25</context> 3387
3526 </context-group> 3388 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3527 <context-group purpose="location">
3528 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3529 <context context-type="linenumber">33</context>
3530 </context-group>
3531 <context-group purpose="location">
3532 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3533 <context context-type="linenumber">33</context>
3534 </context-group>
3535 </trans-unit>
3536 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 3389 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3537 <source>Actions</source> 3390 <source>Actions</source>
3538 <target state="new">Actions</target> 3391 <target state="new">Actions</target>
3539 <context-group purpose="location"> 3392
3540 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3393
3541 <context context-type="linenumber">35</context> 3394 <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">38</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">57</context></context-group></trans-unit>
3542 </context-group>
3543 <context-group purpose="location">
3544 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3545 <context context-type="linenumber">44</context>
3546 </context-group>
3547 </trans-unit>
3548 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3395 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3549 <source>Blacklist reason:</source> 3396 <source>Blacklist reason:</source>
3550 <target state="new">Blacklist reason:</target> 3397 <target state="new">Blacklist reason:</target>
3398
3399 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3400 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3551 <context-group purpose="location"> 3401 <context-group purpose="location">
3552 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3402 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3553 <context context-type="linenumber">43</context> 3403 <context context-type="linenumber">5</context>
3554 </context-group> 3404 </context-group>
3555 </trans-unit> 3405 </trans-unit>
3556 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html"> 3406 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
@@ -3566,41 +3416,41 @@
3566 <target state="new"> 3416 <target state="new">
3567 This comment can only be seen by you or the other moderators. 3417 This comment can only be seen by you or the other moderators.
3568 </target> 3418 </target>
3569 <context-group purpose="location"> 3419
3570 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 3420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3571 <context context-type="linenumber">18</context>
3572 </context-group>
3573 </trans-unit>
3574 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html"> 3421 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
3575 <source>Update this comment</source> 3422 <source>Update this comment</source>
3576 <target state="new">Update this comment</target> 3423 <target state="new">Update this comment</target>
3577 3424
3578 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3425 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3579 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 3426 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3580 <source>Reporter</source> 3427 <source>Reporter</source>
3581 <target state="new">Reporter</target> 3428 <target state="new">Reporter</target>
3582 <context-group purpose="location"> 3429
3583 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3430 <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">10</context></context-group></trans-unit>
3584 <context context-type="linenumber">8</context>
3585 </context-group>
3586 </trans-unit>
3587 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3431 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3588 <source>Video</source> 3432 <source>Video</source>
3589 <target>ویدئو</target> 3433 <target>ویدئو</target>
3590 <context-group name="null"> 3434 <context-group name="null">
3591 <context context-type="linenumber">9</context> 3435 <context context-type="linenumber">9</context>
3592 </context-group> 3436 </context-group>
3593 <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">10</context></context-group> 3437
3594 <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">14</context></context-group> 3438
3595 <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> 3439
3440 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3441 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3442 <context-group purpose="location">
3443 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3444 <context context-type="linenumber">46</context>
3445 </context-group>
3596 </trans-unit> 3446 </trans-unit>
3597 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3447 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3598 <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> 3448 <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>
3599 <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> 3449 <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>
3600 <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> 3450
3601 <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> 3451
3602 <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> 3452
3603 </trans-unit> 3453 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3604 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3454 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3605 <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> 3455 <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>
3606 <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> 3456 <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>
@@ -3612,31 +3462,27 @@
3612 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 3462 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3613 <source>Go to the account</source> 3463 <source>Go to the account</source>
3614 <target state="new">Go to the account</target> 3464 <target state="new">Go to the account</target>
3615 <context-group purpose="location"> 3465
3616 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3466
3617 <context context-type="linenumber">25</context> 3467 <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">27</context></context-group></trans-unit>
3618 </context-group>
3619 <context-group purpose="location">
3620 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3621 <context context-type="linenumber">27</context>
3622 </context-group>
3623 </trans-unit>
3624 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 3468 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
3625 <source>Reason:</source> 3469 <source>Reason:</source>
3626 <target state="new">Reason:</target> 3470 <target state="new">Reason:</target>
3471
3472 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3473 <source>Note:</source><target state="new">Note:</target>
3627 <context-group purpose="location"> 3474 <context-group purpose="location">
3628 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3475 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3629 <context context-type="linenumber">53</context> 3476 <context context-type="linenumber">72</context>
3630 </context-group> 3477 </context-group>
3631 </trans-unit> 3478 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3632 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638" datatype="html"> 3479 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3633 <source>Moderation comment:</source>
3634 <target state="new">Moderation comment:</target>
3635 <context-group purpose="location"> 3480 <context-group purpose="location">
3636 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3481 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3637 <context context-type="linenumber">57</context> 3482 <context context-type="linenumber">5</context>
3638 </context-group> 3483 </context-group>
3639 </trans-unit> 3484 </trans-unit>
3485
3640 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3486 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
3641 <source>Unblacklist</source> 3487 <source>Unblacklist</source>
3642 <target state="new">Unblacklist</target> 3488 <target state="new">Unblacklist</target>
@@ -3648,6 +3494,12 @@
3648 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context> 3494 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
3649 <context context-type="linenumber">17</context> 3495 <context context-type="linenumber">17</context>
3650 </context-group> 3496 </context-group>
3497 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3498 <source>Mute domain</source><target state="new">Mute domain</target>
3499 <context-group purpose="location">
3500 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3501 <context context-type="linenumber">11</context>
3502 </context-group>
3651 </trans-unit> 3503 </trans-unit>
3652 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 3504 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
3653 <source>Instance</source> 3505 <source>Instance</source>
@@ -3656,57 +3508,55 @@
3656 3508
3657 3509
3658 3510
3659 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3660 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3512 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3661 <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> 3513 <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>
3662 <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> 3514 <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>
3663 <context-group purpose="location"> 3515
3664 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3516
3665 <context context-type="linenumber">9</context> 3517
3666 </context-group> 3518
3667 <context-group purpose="location"> 3519 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3668 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3669 <context context-type="linenumber">9</context>
3670 </context-group>
3671 <context-group purpose="location">
3672 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3673 <context context-type="linenumber">13</context>
3674 </context-group>
3675 <context-group purpose="location">
3676 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
3677 <context context-type="linenumber">13</context>
3678 </context-group>
3679 </trans-unit>
3680 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3520 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3681 <source>Unmute</source> 3521 <source>Unmute</source>
3682 <target state="new">Unmute</target> 3522 <target state="new">Unmute</target>
3523
3524
3525
3526
3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3528 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3683 <context-group purpose="location"> 3529 <context-group purpose="location">
3684 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3530 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3685 <context context-type="linenumber">19</context> 3531 <context context-type="linenumber">5</context>
3686 </context-group>
3687 <context-group purpose="location">
3688 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3689 <context context-type="linenumber">18</context>
3690 </context-group> 3532 </context-group>
3533 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3534 <source>
3535 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3536 </source><target state="new">
3537 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3538 </target>
3691 <context-group purpose="location"> 3539 <context-group purpose="location">
3692 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 3540 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3693 <context context-type="linenumber">22</context> 3541 <context context-type="linenumber">37</context>
3694 </context-group> 3542 </context-group>
3543 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3544 <source>Mute domains</source><target state="new">Mute domains</target>
3695 <context-group purpose="location"> 3545 <context-group purpose="location">
3696 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 3546 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3697 <context context-type="linenumber">23</context> 3547 <context context-type="linenumber">35</context>
3698 </context-group> 3548 </context-group>
3699 </trans-unit> 3549 </trans-unit>
3700 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3550 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3701 <source>Account</source> 3551 <source>Account</source>
3702 <target state="new">Account</target> 3552 <target state="new">Account</target>
3553
3554
3555 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3556 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3703 <context-group purpose="location"> 3557 <context-group purpose="location">
3704 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3558 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3705 <context context-type="linenumber">8</context> 3559 <context context-type="linenumber">5</context>
3706 </context-group>
3707 <context-group purpose="location">
3708 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3709 <context context-type="linenumber">12</context>
3710 </context-group> 3560 </context-group>
3711 </trans-unit> 3561 </trans-unit>
3712 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3562 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
@@ -3849,31 +3699,18 @@
3849 <context context-type="linenumber">9</context> 3699 <context context-type="linenumber">9</context>
3850 </context-group> 3700 </context-group>
3851 </trans-unit> 3701 </trans-unit>
3852 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f" datatype="html"> 3702 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3853 <source>Jobs list</source>
3854 <target state="new">Jobs list</target>
3855 <context-group purpose="location">
3856 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3857 <context context-type="linenumber">2</context>
3858 </context-group>
3859 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3860 <source>Job type</source><target state="new">Job type</target> 3703 <source>Job type</source><target state="new">Job type</target>
3861 <context-group purpose="location"> 3704
3862 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3863 <context context-type="linenumber">5</context>
3864 </context-group>
3865 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3866 <source>Job state</source><target state="new">Job state</target> 3706 <source>Job state</source><target state="new">Job state</target>
3867 <context-group purpose="location"> 3707
3868 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3708 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3869 <context context-type="linenumber">14</context>
3870 </context-group>
3871 </trans-unit>
3872 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3709 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3873 <source>Type</source> 3710 <source>Type</source>
3874 <target state="new">Type</target> 3711 <target state="new">Type</target>
3875 <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> 3712
3876 </trans-unit> 3713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
3877 3714
3878 3715
3879 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3716 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
@@ -3924,43 +3761,25 @@
3924 3761
3925 3762
3926 3763
3927 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 3764 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
3928 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 3765 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
3929 <context-group purpose="location"> 3766
3930 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3767 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3931 <context context-type="linenumber">46</context>
3932 </context-group>
3933 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3934 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 3768 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
3935 <context-group purpose="location"> 3769
3936 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3770 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3937 <context context-type="linenumber">43</context>
3938 </context-group>
3939 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3940 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 3771 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
3941 <context-group purpose="location"> 3772
3942 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3773 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3943 <context context-type="linenumber">57</context>
3944 </context-group>
3945 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3946 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 3774 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
3947 <context-group purpose="location"> 3775
3948 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3776 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3949 <context context-type="linenumber">54</context>
3950 </context-group>
3951 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3952 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 3777 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
3953 <context-group purpose="location"> 3778
3954 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3779 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3955 <context context-type="linenumber">68</context>
3956 </context-group>
3957 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3958 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 3780 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
3959 <context-group purpose="location"> 3781
3960 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3782 <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">66</context></context-group></trans-unit>
3961 <context context-type="linenumber">65</context>
3962 </context-group>
3963 </trans-unit>
3964 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 3783 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3965 <source>Main languages you/your moderators speak</source> 3784 <source>Main languages you/your moderators speak</source>
3966 <target state="new">Main languages you/your moderators speak</target> 3785 <target state="new">Main languages you/your moderators speak</target>
@@ -4010,13 +3829,13 @@
4010 <target state="new">Do not list</target> 3829 <target state="new">Do not list</target>
4011 3830
4012 3831
4013 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 3832 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4014 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html"> 3833 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html">
4015 <source>Blur thumbnails</source> 3834 <source>Blur thumbnails</source>
4016 <target state="new">Blur thumbnails</target> 3835 <target state="new">Blur thumbnails</target>
4017 3836
4018 3837
4019 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 3838 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4020 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 3839 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4021 <source>Display</source> 3840 <source>Display</source>
4022 <target>نمایش</target> 3841 <target>نمایش</target>
@@ -4025,85 +3844,82 @@
4025 </context-group> 3844 </context-group>
4026 3845
4027 3846
4028 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3847 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4029 <source>Strategy</source><target state="new">Strategy</target> 3848 <source>Strategy</source><target state="new">Strategy</target>
4030 <context-group purpose="location"> 3849
4031 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4032 <context context-type="linenumber">22</context>
4033 </context-group>
4034 </trans-unit>
4035 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html"> 3851 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
4036 <source>Terms</source> 3852 <source>Terms</source>
4037 <target state="new">Terms</target> 3853 <target state="new">Terms</target>
4038 3854
4039 3855
4040 3856
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">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4042 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 3858 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4043 <source>Code of conduct</source> 3859 <source>Code of conduct</source>
4044 <target state="new">Code of conduct</target> 3860 <target state="new">Code of conduct</target>
4045 3861
4046 3862
4047 3863
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">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 3864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4049 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 3865 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4050 <source>Moderation information</source> 3866 <source>Moderation information</source>
4051 <target state="new">Moderation information</target> 3867 <target state="new">Moderation information</target>
4052 3868
4053 3869
4054 3870
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">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 3871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4056 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 3872 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4057 3873
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">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 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">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4059 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 3875 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
4060 3876
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">153</context></context-group></trans-unit> 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">154</context></context-group></trans-unit>
4062 3878
4063 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 3879 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4064 <source>Who is behind the instance?</source> 3880 <source>Who is behind the instance?</source>
4065 <target state="new">Who is behind the instance?</target> 3881 <target state="new">Who is behind the instance?</target>
4066 3882
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">159</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 3883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4068 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 3884 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target>
4069 3885
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">160</context></context-group></trans-unit> 3886 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
4071 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 3887 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4072 <source>Why did you create this instance?</source> 3888 <source>Why did you create this instance?</source>
4073 <target state="new">Why did you create this instance?</target> 3889 <target state="new">Why did you create this instance?</target>
4074 3890
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">171</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 3891 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4076 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 3892 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4077 3893
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">172</context></context-group></trans-unit> 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">173</context></context-group></trans-unit>
4079 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 3895 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4080 <source>How long do you plan to maintain this instance?</source> 3896 <source>How long do you plan to maintain this instance?</source>
4081 <target state="new">How long do you plan to maintain this instance?</target> 3897 <target state="new">How long do you plan to maintain this instance?</target>
4082 3898
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">182</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 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">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4084 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 3900 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target>
4085 3901
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">183</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">184</context></context-group></trans-unit>
4087 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 3903 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4088 <source>How will you finance the PeerTube server?</source> 3904 <source>How will you finance the PeerTube server?</source>
4089 <target state="new">How will you finance the PeerTube server?</target> 3905 <target state="new">How will you finance the PeerTube server?</target>
4090 3906
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">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 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">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4092 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 3908 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
4093 3909
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">194</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 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">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4095 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 3911 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
4096 3912
4097 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit> 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">209</context></context-group></trans-unit>
4098 3914
4099 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 3915 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4100 <source>What server/hardware does the instance run on?</source> 3916 <source>What server/hardware does the instance run on?</source>
4101 <target state="new">What server/hardware does the instance run on?</target> 3917 <target state="new">What server/hardware does the instance run on?</target>
4102 3918
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">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 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">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4104 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 3920 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4105 3921
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">215</context></context-group></trans-unit> 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">216</context></context-group></trans-unit>
4107 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 3923 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4108 <source>Instance information</source> 3924 <source>Instance information</source>
4109 <target state="new">Instance information</target> 3925 <target state="new">Instance information</target>
@@ -4111,45 +3927,45 @@
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">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" 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">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4112 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 3928 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
4113 3929
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">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" 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">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4115 <source> 3931 <source>
4116 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3932 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4117 </source><target state="new"> 3933 </source><target state="new">
4118 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3934 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4119 </target> 3935 </target>
4120 3936
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">240</context></context-group></trans-unit> 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">241</context></context-group></trans-unit>
4122 3938
4123 3939
4124 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 3940 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4125 <source>default</source> 3941 <source>default</source>
4126 <target state="new">default</target> 3942 <target state="new">default</target>
4127 3943
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">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 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">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4129 <source>Landing page</source><target state="new">Landing page</target> 3945 <source>Landing page</source><target state="new">Landing page</target>
4130 3946
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">262</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">263</context></context-group></trans-unit>
4132 3948
4133 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 3949 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4134 <source>Discover videos</source> 3950 <source>Discover videos</source>
4135 <target state="new">Discover videos</target> 3951 <target state="new">Discover videos</target>
4136 3952
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">265</context></context-group></trans-unit> 3953 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit>
4138 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 3954 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4139 <source>Trending videos</source> 3955 <source>Trending videos</source>
4140 <target state="new">Trending videos</target> 3956 <target state="new">Trending videos</target>
4141 3957
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">266</context></context-group></trans-unit> 3958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit>
4143 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 3959 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4144 <source>Most liked videos</source> 3960 <source>Most liked videos</source>
4145 <target state="new">Most liked videos</target> 3961 <target state="new">Most liked videos</target>
4146 3962
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">267</context></context-group></trans-unit> 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">268</context></context-group></trans-unit>
4148 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 3964 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4149 <source>Recently added videos</source> 3965 <source>Recently added videos</source>
4150 <target state="new">Recently added videos</target> 3966 <target state="new">Recently added videos</target>
4151 3967
4152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit> 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">269</context></context-group></trans-unit>
4153 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 3969 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4154 <source>Local videos</source> 3970 <source>Local videos</source>
4155 <target>ویدئو‌های محلی</target> 3971 <target>ویدئو‌های محلی</target>
@@ -4157,17 +3973,17 @@
4157 <context context-type="linenumber">223</context> 3973 <context context-type="linenumber">223</context>
4158 </context-group> 3974 </context-group>
4159 3975
4160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 3976 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4161 <source>NEW USERS</source><target state="new">NEW USERS</target> 3977 <source>NEW USERS</source><target state="new">NEW USERS</target>
4162 3978
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">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4164 <source> 3980 <source>
4165 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3981 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4166 </source><target state="new"> 3982 </source><target state="new">
4167 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3983 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4168 </target> 3984 </target>
4169 3985
4170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit> 3986 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit>
4171 3987
4172 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 3988 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4173 <source>Signup enabled</source> 3989 <source>Signup enabled</source>
@@ -4176,17 +3992,17 @@
4176 <context context-type="linenumber">235</context> 3992 <context context-type="linenumber">235</context>
4177 </context-group> 3993 </context-group>
4178 3994
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">292</context></context-group></trans-unit> 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">293</context></context-group></trans-unit>
4180 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 3996 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
4181 <source>Signup requires email verification</source> 3997 <source>Signup requires email verification</source>
4182 <target state="new">Signup requires email verification</target> 3998 <target state="new">Signup requires email verification</target>
4183 3999
4184 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">300</context></context-group></trans-unit> 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">301</context></context-group></trans-unit>
4185 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 4001 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
4186 <source>Signup limit</source> 4002 <source>Signup limit</source>
4187 <target state="new">Signup limit</target> 4003 <target state="new">Signup limit</target>
4188 4004
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">304</context></context-group></trans-unit> 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">305</context></context-group></trans-unit>
4190 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4006 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4191 <source>Users</source> 4007 <source>Users</source>
4192 <target>کاربران</target> 4008 <target>کاربران</target>
@@ -4275,71 +4091,84 @@
4275 <source>Default video quota per user</source> 4091 <source>Default video quota per user</source>
4276 <target state="new">Default video quota per user</target> 4092 <target state="new">Default video quota per user</target>
4277 4093
4278 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">319</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">320</context></context-group></trans-unit>
4279 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4095 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4280 <source>Default daily upload limit per user</source> 4096 <source>Default daily upload limit per user</source>
4281 <target state="new">Default daily upload limit per user</target> 4097 <target state="new">Default daily upload limit per user</target>
4282 4098
4283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4284 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4100 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4285 4101
4286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4287 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4103 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4288 4104
4289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">359</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 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">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4290 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target> 4106 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target>
4291 4107
4292 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">366</context></context-group></trans-unit> 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">367</context></context-group></trans-unit>
4293 4109
4294 4110
4295 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4111 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4296 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4112 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4297 4113
4298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">383</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 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">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4299 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 4115 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
4300 4116
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">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4302 <source>FEDERATION</source><target state="new">FEDERATION</target> 4118 <source>FEDERATION</source><target state="new">FEDERATION</target>
4303 4119
4304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4305 <source> 4121 <source>
4306 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4122 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4307 </source><target state="new"> 4123 </source><target state="new">
4308 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4124 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4309 </target> 4125 </target>
4310 4126
4311 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4312 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4128 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4313 4129
4314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">411</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">412</context></context-group></trans-unit>
4315 4131
4316 4132
4317 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4133 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4318 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 4134 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
4319 4135
4320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4136 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4321 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4137 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4322 4138
4323 <context-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></trans-unit> 4139 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4140 <source>
4141 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4142 </source><target state="new">
4143 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4144 </target>
4145 <context-group purpose="location">
4146 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4147 <context context-type="linenumber">450</context>
4148 </context-group>
4149 </trans-unit>
4324 4150
4325 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4151 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4326 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4152 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4327 4153
4328 4154
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">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit> 4155 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4330 4156
4331 4157
4332 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4158 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4333 <source>Index URL</source> 4159 <source>Index URL</source>
4334 <target state="new">Index URL</target> 4160 <target state="new">Index URL</target>
4335 4161
4336 <context-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="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4337 <source>Automatically follow instances of the public index</source><target state="new">Automatically follow instances of the public index</target> 4163 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4338 4164 <context-group purpose="location">
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">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4165 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4166 <context context-type="linenumber">445</context>
4167 </context-group>
4168 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4340 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4169 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4341 4170
4342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">472</context></context-group></trans-unit> 4171 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group></trans-unit>
4343 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4172 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4344 <source>Administrator</source> 4173 <source>Administrator</source>
4345 <target>مدیر</target> 4174 <target>مدیر</target>
@@ -4352,27 +4181,27 @@
4352 <source>Admin email</source> 4181 <source>Admin email</source>
4353 <target state="new">Admin email</target> 4182 <target state="new">Admin email</target>
4354 4183
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">478</context></context-group></trans-unit> 4184 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit>
4356 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4185 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4357 <source>Enable contact form</source> 4186 <source>Enable contact form</source>
4358 <target state="new">Enable contact form</target> 4187 <target state="new">Enable contact form</target>
4359 4188
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">489</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">494</context></context-group></trans-unit>
4361 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 4190 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
4362 <source>Basic configuration</source> 4191 <source>Basic configuration</source>
4363 <target state="new">Basic configuration</target> 4192 <target state="new">Basic configuration</target>
4364 4193
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">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4194 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4366 <source>TWITTER</source><target state="new">TWITTER</target> 4195 <source>TWITTER</source><target state="new">TWITTER</target>
4367 4196
4368 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4197 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4369 <source> 4198 <source>
4370 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4199 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4371 </source><target state="new"> 4200 </source><target state="new">
4372 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4201 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4373 </target> 4202 </target>
4374 4203
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">507</context></context-group></trans-unit> 4204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit>
4376 4205
4377 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4206 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4378 <source>Your Twitter username</source> 4207 <source>Your Twitter username</source>
@@ -4381,13 +4210,13 @@
4381 <context context-type="linenumber">413</context> 4210 <context context-type="linenumber">413</context>
4382 </context-group> 4211 </context-group>
4383 4212
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">518</context></context-group></trans-unit> 4213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit>
4385 4214
4386 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 4215 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
4387 <source>Instance whitelisted by Twitter</source> 4216 <source>Instance whitelisted by Twitter</source>
4388 <target state="new">Instance whitelisted by Twitter</target> 4217 <target state="new">Instance whitelisted by Twitter</target>
4389 4218
4390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4391 <source> 4220 <source>
4392 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/>"/> 4221 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/>"/>
4393 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/>"/> 4222 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/>"/>
@@ -4402,16 +4231,16 @@
4402 to see if you instance is whitelisted. 4231 to see if you instance is whitelisted.
4403 </target> 4232 </target>
4404 4233
4405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</context></context-group></trans-unit> 4234 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit>
4406 4235
4407 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 4236 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
4408 <source>Services</source> 4237 <source>Services</source>
4409 <target state="new">Services</target> 4238 <target state="new">Services</target>
4410 4239
4411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4412 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4241 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4413 4242
4414 <context-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="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4243 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4415 <source> 4244 <source>
4416 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4245 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4417 resources, this is a critical part of PeerTube, so tread carefully. 4246 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4420,42 +4249,36 @@
4420 resources, this is a critical part of PeerTube, so tread carefully. 4249 resources, this is a critical part of PeerTube, so tread carefully.
4421 </target> 4250 </target>
4422 4251
4423 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group></trans-unit> 4252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit>
4424 4253
4425 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 4254 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
4426 <source>Transcoding enabled</source> 4255 <source>Transcoding enabled</source>
4427 <target state="new">Transcoding enabled</target> 4256 <target state="new">Transcoding enabled</target>
4428 4257
4429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></trans-unit> 4258 <context-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>
4430 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 4259 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
4431 <source>If you disable transcoding, many videos from your users will not work!</source> 4260 <source>If you disable transcoding, many videos from your users will not work!</source>
4432 <target state="new">If you disable transcoding, many videos from your users will not work!</target> 4261 <target state="new">If you disable transcoding, many videos from your users will not work!</target>
4433 4262
4434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4435 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4264 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4436 <context-group purpose="location"> 4265
4437 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4266 <context-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>
4438 <context context-type="linenumber">589</context>
4439 </context-group>
4440 </trans-unit>
4441 4267
4442 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4268 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4443 <source>Allow additional extensions</source> 4269 <source>Allow additional extensions</source>
4444 <target state="new">Allow additional extensions</target> 4270 <target state="new">Allow additional extensions</target>
4445 4271
4446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4447 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4273 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4448 <context-group purpose="location"> 4274
4449 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4275 <context-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>
4450 <context context-type="linenumber">600</context>
4451 </context-group>
4452 </trans-unit>
4453 4276
4454 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4277 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4455 <source>Allow audio files upload</source> 4278 <source>Allow audio files upload</source>
4456 <target state="new">Allow audio files upload</target> 4279 <target state="new">Allow audio files upload</target>
4457 4280
4458 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4281 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4459 <source> 4282 <source>
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>"/> 4283 <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 4284
@@ -4473,17 +4296,14 @@
4473 4296
4474 <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>"/> 4297 <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>"/>
4475 </target> 4298 </target>
4476 <context-group purpose="location"> 4299
4477 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit>
4478 <context context-type="linenumber">612</context>
4479 </context-group>
4480 </trans-unit>
4481 4301
4482 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4302 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4483 <source>WebTorrent support enabled</source> 4303 <source>WebTorrent support enabled</source>
4484 <target state="new">WebTorrent support enabled</target> 4304 <target state="new">WebTorrent support enabled</target>
4485 4305
4486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4306 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4487 <source> 4307 <source>
4488 <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>"/> 4308 <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>"/>
4489 4309
@@ -4507,56 +4327,53 @@
4507 4327
4508 <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>"/> 4328 <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>"/>
4509 </target> 4329 </target>
4510 <context-group purpose="location"> 4330
4511 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4331 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit>
4512 <context context-type="linenumber">633</context>
4513 </context-group>
4514 </trans-unit>
4515 4332
4516 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4333 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4517 <source>HLS support enabled</source> 4334 <source>HLS support enabled</source>
4518 <target state="new">HLS support enabled</target> 4335 <target state="new">HLS support enabled</target>
4519 4336
4520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group></trans-unit> 4337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
4521 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4338 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4522 <source>Transcoding threads</source> 4339 <source>Transcoding threads</source>
4523 <target state="new">Transcoding threads</target> 4340 <target state="new">Transcoding threads</target>
4524 4341
4525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4526 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4343 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4527 4344
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">672</context></context-group></trans-unit> 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">673</context></context-group></trans-unit>
4529 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4346 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4530 <source>CACHE</source><target state="new">CACHE</target> 4347 <source>CACHE</source><target state="new">CACHE</target>
4531 4348
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">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4533 <source> 4350 <source>
4534 Some files are not federated, and fetched when necessary. Define their caching policies. 4351 Some files are not federated, and fetched when necessary. Define their caching policies.
4535 </source><target state="new"> 4352 </source><target state="new">
4536 Some files are not federated, and fetched when necessary. Define their caching policies. 4353 Some files are not federated, and fetched when necessary. Define their caching policies.
4537 </target> 4354 </target>
4538 4355
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">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4540 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4357 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4541 4358
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">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4543 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4360 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4544 4361
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">717</context></context-group></trans-unit> 4362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit>
4546 4363
4547 4364
4548 4365
4549 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4366 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4550 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4367 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4551 4368
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">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4553 <source> 4370 <source>
4554 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4371 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4555 </source><target state="new"> 4372 </source><target state="new">
4556 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4373 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4557 </target> 4374 </target>
4558 4375
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">733</context></context-group></trans-unit> 4376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
4560 4377
4561 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4378 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4562 <source>JavaScript</source> 4379 <source>JavaScript</source>
@@ -4565,14 +4382,14 @@
4565 <context context-type="linenumber">575</context> 4382 <context context-type="linenumber">575</context>
4566 </context-group> 4383 </context-group>
4567 4384
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">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4569 <source> 4386 <source>
4570 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>"/> 4387 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>"/>
4571 </source><target state="new"> 4388 </source><target state="new">
4572 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>"/> 4389 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>"/>
4573 </target> 4390 </target>
4574 4391
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">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4576 <source> 4393 <source>
4577 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 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/>"/>
4578 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4395 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4597,24 +4414,24 @@
4597 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4414 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4598 </target> 4415 </target>
4599 4416
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">765</context></context-group></trans-unit> 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">766</context></context-group></trans-unit>
4601 4418
4602 4419
4603 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4420 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4604 <source>Advanced configuration</source> 4421 <source>Advanced configuration</source>
4605 <target state="new">Advanced configuration</target> 4422 <target state="new">Advanced configuration</target>
4606 4423
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">554</context></context-group></trans-unit> 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">559</context></context-group></trans-unit>
4608 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4425 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4609 <source>Update configuration</source> 4426 <source>Update configuration</source>
4610 <target state="new">Update configuration</target> 4427 <target state="new">Update configuration</target>
4611 4428
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">803</context></context-group></trans-unit> 4429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
4613 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4430 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4614 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4431 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4615 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4432 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4616 4433
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">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4618 <source>PROFILE</source><target state="new">PROFILE</target> 4435 <source>PROFILE</source><target state="new">PROFILE</target>
4619 <context-group purpose="location"> 4436 <context-group purpose="location">
4620 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4437 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4761,23 +4578,27 @@
4761 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4578 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4762 <context context-type="linenumber">6</context> 4579 <context context-type="linenumber">6</context>
4763 </context-group> 4580 </context-group>
4764 </trans-unit> 4581 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
4765 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 4582 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
4766 <source>Only display videos in the following languages/subtitles</source>
4767 <target state="new">Only display videos in the following languages/subtitles</target>
4768 <context-group purpose="location"> 4583 <context-group purpose="location">
4769 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4584 <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="linenumber">22</context> 4585 <context context-type="linenumber">14</context>
4586 </context-group>
4587 <context-group purpose="location">
4588 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4589 <context context-type="linenumber">111</context>
4771 </context-group> 4590 </context-group>
4772 </trans-unit> 4591 </trans-unit>
4592 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
4593 <source>Only display videos in the following languages/subtitles</source>
4594 <target state="new">Only display videos in the following languages/subtitles</target>
4595
4596 <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">23</context></context-group></trans-unit>
4773 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 4597 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
4774 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 4598 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
4775 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target> 4599 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
4776 <context-group purpose="location"> 4600
4777 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4601 <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">26</context></context-group></trans-unit>
4778 <context context-type="linenumber">25</context>
4779 </context-group>
4780 </trans-unit>
4781 4602
4782 4603
4783 4604
@@ -4838,23 +4659,17 @@
4838 <source>Theme</source> 4659 <source>Theme</source>
4839 <target state="new">Theme</target> 4660 <target state="new">Theme</target>
4840 4661
4841 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 4662 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
4842 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 4663 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
4843 <source>instance default</source> 4664 <source>instance default</source>
4844 <target state="new">instance default</target> 4665 <target state="new">instance default</target>
4845 <context-group purpose="location"> 4666
4846 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4667 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
4847 <context context-type="linenumber">7</context>
4848 </context-group>
4849 </trans-unit>
4850 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 4668 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
4851 <source>peertube default</source> 4669 <source>peertube default</source>
4852 <target state="new">peertube default</target> 4670 <target state="new">peertube default</target>
4853 <context-group purpose="location"> 4671
4854 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4672 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
4855 <context context-type="linenumber">8</context>
4856 </context-group>
4857 </trans-unit>
4858 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html"> 4673 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
4859 <source>Change ownership</source> 4674 <source>Change ownership</source>
4860 <target state="new">Change ownership</target> 4675 <target state="new">Change ownership</target>
@@ -5007,6 +4822,18 @@
5007 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4822 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5008 <context context-type="linenumber">8</context> 4823 <context context-type="linenumber">8</context>
5009 </context-group> 4824 </context-group>
4825 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4826 <source>See the error</source><target state="new">See the error</target>
4827 <context-group purpose="location">
4828 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4829 <context context-type="linenumber">19</context>
4830 </context-group>
4831 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4832 <source>This video was deleted</source><target state="new">This video was deleted</target>
4833 <context-group purpose="location">
4834 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4835 <context context-type="linenumber">36</context>
4836 </context-group>
5010 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 4837 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5011 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 4838 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5012 <context-group purpose="location"> 4839 <context-group purpose="location">
@@ -5370,35 +5197,11 @@
5370 </context-group> 5197 </context-group>
5371 5198
5372 5199
5373 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5200 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5374 <source>Creators</source><target state="new">Creators</target>
5375 <context-group purpose="location">
5376 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5377 <context context-type="linenumber">162</context>
5378 </context-group>
5379 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5380 <source>Creator guide</source><target state="new">Creator guide</target>
5381 <context-group purpose="location">
5382 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5383 <context context-type="linenumber">162</context>
5384 </context-group>
5385 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5386 <source>Contributors</source><target state="new">Contributors</target>
5387 <context-group purpose="location">
5388 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5389 <context context-type="linenumber">163</context>
5390 </context-group>
5391 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5392 <source>PeerTube license</source><target state="new">PeerTube license</target> 5201 <source>PeerTube license</source><target state="new">PeerTube license</target>
5393 <context-group purpose="location"> 5202
5394 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5203
5395 <context context-type="linenumber">163</context> 5204 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5396 </context-group>
5397 <context-group purpose="location">
5398 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5399 <context context-type="linenumber">175</context>
5400 </context-group>
5401 </trans-unit>
5402 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html"> 5205 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
5403 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5206 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5404 <target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5207 <target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6351,6 +6154,30 @@
6351 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6154 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6352 <context context-type="linenumber">1</context> 6155 <context context-type="linenumber">1</context>
6353 </context-group> 6156 </context-group>
6157 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6158 <source>Process domains</source><target state="new">Process domains</target>
6159 <context-group purpose="location">
6160 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6161 <context context-type="linenumber">1</context>
6162 </context-group>
6163 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6164 <source>Domain is required.</source><target state="new">Domain is required.</target>
6165 <context-group purpose="location">
6166 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6167 <context context-type="linenumber">1</context>
6168 </context-group>
6169 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6170 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6171 <context-group purpose="location">
6172 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6173 <context context-type="linenumber">1</context>
6174 </context-group>
6175 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6176 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6177 <context-group purpose="location">
6178 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6179 <context context-type="linenumber">1</context>
6180 </context-group>
6354 </trans-unit> 6181 </trans-unit>
6355 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html"> 6182 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
6356 <source>Unlimited</source> 6183 <source>Unlimited</source>
@@ -6371,6 +6198,16 @@
6371 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context> 6198 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
6372 <context context-type="linenumber">1</context> 6199 <context context-type="linenumber">1</context>
6373 </context-group> 6200 </context-group>
6201 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6202 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6203 <context-group purpose="location">
6204 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6205 <context context-type="linenumber">1</context>
6206 </context-group>
6207 <context-group purpose="location">
6208 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6209 <context context-type="linenumber">1</context>
6210 </context-group>
6374 </trans-unit> 6211 </trans-unit>
6375 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html"> 6212 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
6376 <source>100MB</source> 6213 <source>100MB</source>
@@ -6507,51 +6344,17 @@
6507 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html"> 6344 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
6508 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source> 6345 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
6509 <target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target> 6346 <target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target>
6510 <context-group purpose="location"> 6347
6511 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6512 <context context-type="linenumber">1</context> 6349
6513 </context-group> 6350
6514 </trans-unit> 6351
6515 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html"> 6352
6516 <source>You need to specify hosts to follow.</source>
6517 <target state="new">You need to specify hosts to follow.</target>
6518 <context-group purpose="location">
6519 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6520 <context context-type="linenumber">1</context>
6521 </context-group>
6522 </trans-unit>
6523 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
6524 <source>Hosts need to be unique.</source>
6525 <target state="new">Hosts need to be unique.</target>
6526 <context-group purpose="location">
6527 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6528 <context context-type="linenumber">1</context>
6529 </context-group>
6530 </trans-unit>
6531 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
6532 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6533 <target state="new">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6534 <context-group purpose="location">
6535 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6536 <context context-type="linenumber">1</context>
6537 </context-group>
6538 </trans-unit>
6539 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409" datatype="html">
6540 <source>Follow new server(s)</source>
6541 <target state="new">Follow new server(s)</target>
6542 <context-group purpose="location">
6543 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6544 <context context-type="linenumber">1</context>
6545 </context-group>
6546 </trans-unit>
6547 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html"> 6353 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
6548 <source>Follow request(s) sent!</source> 6354 <source>Follow request(s) sent!</source>
6549 <target state="new">Follow request(s) sent!</target> 6355 <target state="new">Follow request(s) sent!</target>
6550 <context-group purpose="location"> 6356
6551 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6552 <context context-type="linenumber">1</context>
6553 </context-group>
6554 </trans-unit>
6555 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html"> 6358 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
6556 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6359 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6557 <target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 6360 <target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -6645,6 +6448,12 @@
6645 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 6448 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6646 <context context-type="linenumber">1</context> 6449 <context context-type="linenumber">1</context>
6647 </context-group> 6450 </context-group>
6451 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6452 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6453 <context-group purpose="location">
6454 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6455 <context context-type="linenumber">1</context>
6456 </context-group>
6648 </trans-unit> 6457 </trans-unit>
6649 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html"> 6458 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
6650 <source>Comment updated.</source> 6459 <source>Comment updated.</source>
@@ -6653,23 +6462,33 @@
6653 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context> 6462 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
6654 <context context-type="linenumber">1</context> 6463 <context context-type="linenumber">1</context>
6655 </context-group> 6464 </context-group>
6656 </trans-unit> 6465 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
6657 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html"> 6466 <source>Internal actions</source><target state="new">Internal actions</target>
6658 <source>Delete this report</source>
6659 <target state="new">Delete this report</target>
6660 <context-group purpose="location"> 6467 <context-group purpose="location">
6661 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6468 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6662 <context context-type="linenumber">1</context> 6469 <context context-type="linenumber">1</context>
6663 </context-group> 6470 </context-group>
6664 </trans-unit> 6471 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
6665 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 6472 <source>Delete report</source><target state="new">Delete report</target>
6666 <source>Update moderation comment</source> 6473 <context-group purpose="location">
6667 <target state="new">Update moderation comment</target> 6474 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6475 <context context-type="linenumber">1</context>
6476 </context-group>
6477 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6478 <source>Add note</source><target state="new">Add note</target>
6479 <context-group purpose="location">
6480 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6481 <context context-type="linenumber">1</context>
6482 </context-group>
6483 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6484 <source>Update note</source><target state="new">Update note</target>
6668 <context-group purpose="location"> 6485 <context-group purpose="location">
6669 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6486 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6670 <context context-type="linenumber">1</context> 6487 <context context-type="linenumber">1</context>
6671 </context-group> 6488 </context-group>
6672 </trans-unit> 6489 </trans-unit>
6490
6491
6673 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html"> 6492 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html">
6674 <source>Mark as accepted</source> 6493 <source>Mark as accepted</source>
6675 <target state="new">Mark as accepted</target> 6494 <target state="new">Mark as accepted</target>
@@ -6685,6 +6504,12 @@
6685 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6504 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6686 <context context-type="linenumber">1</context> 6505 <context context-type="linenumber">1</context>
6687 </context-group> 6506 </context-group>
6507 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
6508 <source>Actions for the video</source><target state="new">Actions for the video</target>
6509 <context-group purpose="location">
6510 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6511 <context context-type="linenumber">1</context>
6512 </context-group>
6688 </trans-unit> 6513 </trans-unit>
6689 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 6514 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
6690 <source>Do you really want to delete this abuse report?</source> 6515 <source>Do you really want to delete this abuse report?</source>
@@ -7623,11 +7448,8 @@
7623 </context-group> 7448 </context-group>
7624 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7449 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7625 <source>max size</source><target state="new">max size</target> 7450 <source>max size</source><target state="new">max size</target>
7626 <context-group purpose="location"> 7451
7627 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7452 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7628 <context context-type="linenumber">1</context>
7629 </context-group>
7630 </trans-unit>
7631 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7453 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
7632 <source>Now please check your emails to verify your account and complete signup.</source> 7454 <source>Now please check your emails to verify your account and complete signup.</source>
7633 <target state="new">Now please check your emails to verify your account and complete signup.</target> 7455 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -7984,6 +7806,12 @@
7984 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7806 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7985 <context context-type="linenumber">1</context> 7807 <context context-type="linenumber">1</context>
7986 </context-group> 7808 </context-group>
7809 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
7810 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
7811 <context-group purpose="location">
7812 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7813 <context context-type="linenumber">1</context>
7814 </context-group>
7987 </trans-unit> 7815 </trans-unit>
7988 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html"> 7816 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
7989 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 7817 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8056,15 +7884,14 @@
8056 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7884 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8057 <context context-type="linenumber">1</context> 7885 <context context-type="linenumber">1</context>
8058 </context-group> 7886 </context-group>
8059 </trans-unit> 7887 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8060 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html"> 7888 <source>just now</source><target state="new">just now</target>
8061 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
8062 <target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target>
8063 <context-group purpose="location"> 7889 <context-group purpose="location">
8064 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7890 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8065 <context context-type="linenumber">1</context> 7891 <context context-type="linenumber">1</context>
8066 </context-group> 7892 </context-group>
8067 </trans-unit><trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 7893 </trans-unit>
7894 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8068 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 7895 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
8069 <context-group purpose="location"> 7896 <context-group purpose="location">
8070 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 7897 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
@@ -9780,11 +9607,8 @@
9780 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 9607 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
9781 <source>Video blacklisted.</source> 9608 <source>Video blacklisted.</source>
9782 <target state="new">Video blacklisted.</target> 9609 <target state="new">Video blacklisted.</target>
9783 <context-group purpose="location"> 9610
9784 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context> 9611 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9785 <context context-type="linenumber">1</context>
9786 </context-group>
9787 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9788 <source>Encoder</source><target state="new">Encoder</target> 9612 <source>Encoder</source><target state="new">Encoder</target>
9789 <context-group purpose="location"> 9613 <context-group purpose="location">
9790 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 9614 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10053,15 +9877,14 @@
10053 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context> 9877 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
10054 <context context-type="linenumber">1</context> 9878 <context context-type="linenumber">1</context>
10055 </context-group> 9879 </context-group>
10056 </trans-unit> 9880 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10057 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 9881 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10058 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
10059 <target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target>
10060 <context-group purpose="location"> 9882 <context-group purpose="location">
10061 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 9883 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10062 <context context-type="linenumber">1</context> 9884 <context context-type="linenumber">1</context>
10063 </context-group> 9885 </context-group>
10064 </trans-unit> 9886 </trans-unit>
9887
10065 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 9888 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
10066 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 9889 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10067 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target> 9890 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target>
diff --git a/client/src/locale/angular.fi-FI.xlf b/client/src/locale/angular.fi-FI.xlf
index 5f830f6b2..e0f451e16 100644
--- a/client/src/locale/angular.fi-FI.xlf
+++ b/client/src/locale/angular.fi-FI.xlf
@@ -635,7 +635,7 @@
635 </context-group> 635 </context-group>
636 636
637 637
638 <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><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> 638 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
639 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 639 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
640 <source>Private</source> 640 <source>Private</source>
641 <target>Yksityinen</target> 641 <target>Yksityinen</target>
@@ -645,10 +645,10 @@
645 645
646 646
647 647
648 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 648 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
649 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 649 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
650 650
651 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 651 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
652 652
653 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 653 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
654 <source>Blacklisted</source> 654 <source>Blacklisted</source>
@@ -657,7 +657,7 @@
657 <context context-type="linenumber">42</context> 657 <context context-type="linenumber">42</context>
658 </context-group> 658 </context-group>
659 659
660 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 660 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
661 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 661 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
662 <source>Sensitive</source> 662 <source>Sensitive</source>
663 <target> 663 <target>
@@ -667,7 +667,7 @@
667 <context context-type="linenumber">46</context> 667 <context context-type="linenumber">46</context>
668 </context-group> 668 </context-group>
669 669
670 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 670 <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>
671 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 671 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
672 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 672 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
673 <target>{VAR_PLURAL, plural, =0 {Ei videoita} =1 {Yksi video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videota} }</target> 673 <target>{VAR_PLURAL, plural, =0 {Ei videoita} =1 {Yksi video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videota} }</target>
@@ -723,7 +723,7 @@
723 723
724 724
725 725
726 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit> 726 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
727 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 727 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
728 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 728 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
729 <target>Poista kanavalta <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 729 <target>Poista kanavalta <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -771,7 +771,7 @@
771 771
772 772
773 773
774 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 774 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
775 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 775 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
776 <source>Truncated preview</source> 776 <source>Truncated preview</source>
777 <target>Katkaistu esikatselu</target> 777 <target>Katkaistu esikatselu</target>
@@ -961,7 +961,7 @@
961 961
962 962
963 963
964 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit> 964 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
965 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 965 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
966 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 966 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
967 <target>HTTP-tuonti (YouTube, Vimeo, suora osoite...)</target> 967 <target>HTTP-tuonti (YouTube, Vimeo, suora osoite...)</target>
@@ -1099,7 +1099,7 @@
1099 1099
1100 1100
1101 1101
1102 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1102 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1103 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1103 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1104 <source>Ban this user</source> 1104 <source>Ban this user</source>
1105 <target>Sulje tämä käyttäjä</target> 1105 <target>Sulje tämä käyttäjä</target>
@@ -1116,14 +1116,7 @@
1116 </context-group> 1116 </context-group>
1117 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group> 1117 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group>
1118 </trans-unit> 1118 </trans-unit>
1119 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798"> 1119
1120 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1121 <target>(tiedostopäätteet: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, suurin sallittu koko: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1122 <context-group name="null">
1123 <context context-type="linenumber">12</context>
1124 </context-group>
1125 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context><context context-type="linenumber">12</context></context-group>
1126 </trans-unit>
1127 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1120 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1128 <source>Login</source> 1121 <source>Login</source>
1129 <target> 1122 <target>
@@ -1261,7 +1254,7 @@
1261 1254
1262 1255
1263 1256
1264 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1257 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1265 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1258 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1266 <source>Email address</source> 1259 <source>Email address</source>
1267 <target>Sähköpostiosoite</target> 1260 <target>Sähköpostiosoite</target>
@@ -1615,15 +1608,9 @@
1615 </context-group> 1608 </context-group>
1616 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1609 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1617 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1610 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1618 <context-group purpose="location"> 1611
1619 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1612
1620 <context context-type="linenumber">36</context> 1613 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1621 </context-group>
1622 <context-group purpose="location">
1623 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1624 <context context-type="linenumber">158</context>
1625 </context-group>
1626 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1627 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1614 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1628 <context-group purpose="location"> 1615 <context-group purpose="location">
1629 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1616 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1656,41 +1643,26 @@
1656 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1643 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1657 <source>Help</source><target state="new">Help</target> 1644 <source>Help</source><target state="new">Help</target>
1658 1645
1659 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1646 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1660 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1647 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1661 <context-group purpose="location"> 1648
1662 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1649 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1663 <context context-type="linenumber">167</context>
1664 </context-group>
1665 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1666 <source>Shortcuts</source><target state="new">Shortcuts</target> 1650 <source>Shortcuts</source><target state="new">Shortcuts</target>
1667 <context-group purpose="location"> 1651
1668 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1652 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1669 <context context-type="linenumber">168</context>
1670 </context-group>
1671 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1672 <source> 1653 <source>
1673 powered by PeerTube 1654 powered by PeerTube
1674 </source><target state="new"> 1655 </source><target state="new">
1675 powered by PeerTube 1656 powered by PeerTube
1676 </target> 1657 </target>
1677 <context-group purpose="location"> 1658
1678 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1659 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1679 <context context-type="linenumber">172</context>
1680 </context-group>
1681 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1682 <source>PeerTube website</source><target state="new">PeerTube website</target> 1660 <source>PeerTube website</source><target state="new">PeerTube website</target>
1683 <context-group purpose="location"> 1661
1684 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1662 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1685 <context context-type="linenumber">172</context>
1686 </context-group>
1687 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1688 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1663 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1689 <context-group purpose="location"> 1664
1690 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1665 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1691 <context context-type="linenumber">171</context>
1692 </context-group>
1693 </trans-unit>
1694 1666
1695 1667
1696 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1668 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
@@ -1812,17 +1784,8 @@
1812 1784
1813 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1785 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1814 <source>Contact</source><target state="new">Contact</target> 1786 <source>Contact</source><target state="new">Contact</target>
1815 <context-group purpose="location"> 1787
1816 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1788 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1817 <context context-type="linenumber">154</context>
1818 </context-group>
1819 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1820 <source>Terms of Service</source><target state="new">Terms of Service</target>
1821 <context-group purpose="location">
1822 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1823 <context context-type="linenumber">155</context>
1824 </context-group>
1825 </trans-unit>
1826 1789
1827 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1790 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1828 <source>View your notifications</source> 1791 <source>View your notifications</source>
@@ -2266,7 +2229,7 @@
2266 2229
2267 2230
2268 2231
2269 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2232 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2270 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2233 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2271 <source>Privacy</source> 2234 <source>Privacy</source>
2272 <target>Näkyvyys</target> 2235 <target>Näkyvyys</target>
@@ -2280,37 +2243,19 @@
2280 2243
2281 2244
2282 2245
2283 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2246 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2284 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
2285 <context-group purpose="location">
2286 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2287 <context context-type="linenumber">164</context>
2288 </context-group>
2289 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2290 <source>FAQ</source><target state="new">FAQ</target> 2247 <source>FAQ</source><target state="new">FAQ</target>
2291 <context-group purpose="location"> 2248
2292 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2249 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2293 <context context-type="linenumber">165</context>
2294 </context-group>
2295 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2296 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 2250 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
2297 <context-group purpose="location"> 2251
2298 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2252 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2299 <context context-type="linenumber">165</context>
2300 </context-group>
2301 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2302 <source>API</source><target state="new">API</target> 2253 <source>API</source><target state="new">API</target>
2303 <context-group purpose="location"> 2254
2304 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2255 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2305 <context context-type="linenumber">166</context>
2306 </context-group>
2307 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2308 <source>API documentation</source><target state="new">API documentation</target> 2256 <source>API documentation</source><target state="new">API documentation</target>
2309 <context-group purpose="location"> 2257
2310 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2258 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2311 <context context-type="linenumber">166</context>
2312 </context-group>
2313 </trans-unit>
2314 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2259 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2315 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2260 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2316 <target>Ajoita julkaisu (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2261 <target>Ajoita julkaisu (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2521,7 +2466,7 @@
2521 2466
2522 2467
2523 2468
2524 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit> 2469 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2525 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 2470 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
2526 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source><target state="new">Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </target> 2471 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source><target state="new">Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </target>
2527 <context-group purpose="location"> 2472 <context-group purpose="location">
@@ -2538,7 +2483,7 @@
2538 2483
2539 2484
2540 2485
2541 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 2486 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2542 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2487 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2543 <source>Select the file to upload</source> 2488 <source>Select the file to upload</source>
2544 <target>Valitse ladattava tiedosto</target> 2489 <target>Valitse ladattava tiedosto</target>
@@ -2553,16 +2498,16 @@
2553 <context-group name="null"> 2498 <context-group name="null">
2554 <context context-type="linenumber">25</context> 2499 <context context-type="linenumber">25</context>
2555 </context-group> 2500 </context-group>
2556 <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">25</context></context-group> 2501
2557 </trans-unit> 2502 <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">24</context></context-group></trans-unit>
2558 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d"> 2503 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d">
2559 <source>Video background image</source> 2504 <source>Video background image</source>
2560 <target>Videon taustakuva</target> 2505 <target>Videon taustakuva</target>
2561 <context-group name="null"> 2506 <context-group name="null">
2562 <context context-type="linenumber">32</context> 2507 <context context-type="linenumber">32</context>
2563 </context-group> 2508 </context-group>
2564 <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> 2509
2565 </trans-unit> 2510 <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">31</context></context-group></trans-unit>
2566 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2511 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2567 <source> 2512 <source>
2568 Image that will be merged with your audio file. 2513 Image that will be merged with your audio file.
@@ -2570,27 +2515,15 @@
2570 The chosen image will be definitive and cannot be modified. 2515 The chosen image will be definitive and cannot be modified.
2571 </source> 2516 </source>
2572 <target state="new"/> 2517 <target state="new"/>
2573 <context-group purpose="location"> 2518
2574 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2519 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2575 <context context-type="linenumber">34</context>
2576 </context-group>
2577 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2578 <source>Processing…</source><target state="new">Processing…</target> 2520 <source>Processing…</source><target state="new">Processing…</target>
2579 <context-group purpose="location"> 2521
2580 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2522 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2581 <context context-type="linenumber">56</context>
2582 </context-group>
2583 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2584 <source>Total video quota</source><target state="new">Total video quota</target> 2523 <source>Total video quota</source><target state="new">Total video quota</target>
2585 <context-group purpose="location"> 2524
2586 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2525
2587 <context context-type="linenumber">54</context> 2526 <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">53</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">11</context></context-group></trans-unit>
2588 </context-group>
2589 <context-group purpose="location">
2590 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2591 <context context-type="linenumber">11</context>
2592 </context-group>
2593 </trans-unit>
2594 <trans-unit id="6357683911e256c566259880de43ea9403de00d3"> 2527 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2595 <source>Congratulations! Your video is now available in your private library.</source> 2528 <source>Congratulations! Your video is now available in your private library.</source>
2596 <target> 2529 <target>
@@ -2600,7 +2533,7 @@
2600 <context context-type="linenumber">66</context> 2533 <context context-type="linenumber">66</context>
2601 </context-group> 2534 </context-group>
2602 2535
2603 <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">68</context></context-group></trans-unit> 2536 <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">67</context></context-group></trans-unit>
2604 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2537 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2605 <source>Publish will be available when upload is finished</source> 2538 <source>Publish will be available when upload is finished</source>
2606 <target>Julkaisu on mahdollista kun videon lataus on valmis</target> 2539 <target>Julkaisu on mahdollista kun videon lataus on valmis</target>
@@ -2608,7 +2541,7 @@
2608 <context context-type="linenumber">79</context> 2541 <context context-type="linenumber">79</context>
2609 </context-group> 2542 </context-group>
2610 2543
2611 <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">81</context></context-group></trans-unit> 2544 <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">80</context></context-group></trans-unit>
2612 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2545 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2613 <source>Publish</source> 2546 <source>Publish</source>
2614 <target>Julkaise</target> 2547 <target>Julkaise</target>
@@ -2616,7 +2549,7 @@
2616 <context context-type="linenumber">86</context> 2549 <context context-type="linenumber">86</context>
2617 </context-group> 2550 </context-group>
2618 2551
2619 <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">88</context></context-group></trans-unit> 2552 <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">87</context></context-group></trans-unit>
2620 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2553 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2621 <source>Select the torrent to import</source> 2554 <source>Select the torrent to import</source>
2622 <target>Valitse tuotava torrent</target> 2555 <target>Valitse tuotava torrent</target>
@@ -2624,34 +2557,30 @@
2624 <context context-type="linenumber">6</context> 2557 <context context-type="linenumber">6</context>
2625 </context-group> 2558 </context-group>
2626 <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">6</context></context-group> 2559 <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">6</context></context-group>
2627 </trans-unit> 2560 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2628 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2561 <source>OR</source><target state="new">OR</target>
2629 <source>Or</source> 2562 <context-group purpose="location">
2630 <target>Tai</target> 2563 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2631 <context-group name="null"> 2564 <context context-type="linenumber">10</context>
2632 <context context-type="linenumber">11</context>
2633 </context-group> 2565 </context-group>
2634 <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">11</context></context-group>
2635 </trans-unit> 2566 </trans-unit>
2567
2636 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2568 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2637 <source>Paste magnet URI</source> 2569 <source>Paste magnet URI</source>
2638 <target>Anna magnet-URI</target> 2570 <target>Anna magnet-URI</target>
2639 <context-group name="null"> 2571 <context-group name="null">
2640 <context context-type="linenumber">14</context> 2572 <context context-type="linenumber">14</context>
2641 </context-group> 2573 </context-group>
2642 <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> 2574
2643 </trans-unit> 2575 <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">13</context></context-group></trans-unit>
2644 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2576 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2645 <source> 2577 <source>
2646 You can import any torrent file that points to a mp4 file. 2578 You can import any torrent file that points to a mp4 file.
2647 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. 2579 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.
2648 </source> 2580 </source>
2649 <target state="new"/> 2581 <target state="new"/>
2650 <context-group purpose="location"> 2582
2651 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2583 <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">16</context></context-group></trans-unit>
2652 <context context-type="linenumber">17</context>
2653 </context-group>
2654 </trans-unit>
2655 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2584 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2656 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2585 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2657 <target> 2586 <target>
@@ -2660,8 +2589,8 @@
2660 <context-group name="null"> 2589 <context-group name="null">
2661 <context context-type="linenumber">57</context> 2590 <context context-type="linenumber">57</context>
2662 </context-group> 2591 </context-group>
2663 <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
2664 </trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 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">56</context></context-group></trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2665 <source> 2594 <source>
2666 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. 2595 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.
2667 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2596 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -2993,7 +2922,7 @@
2993 </context-group> 2922 </context-group>
2994 2923
2995 2924
2996 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</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">63</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2925 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2997 <source>Subscribe</source><target state="new">Subscribe</target> 2926 <source>Subscribe</source><target state="new">Subscribe</target>
2998 <context-group purpose="location"> 2927 <context-group purpose="location">
2999 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2928 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
@@ -3073,7 +3002,7 @@
3073 <context context-type="linenumber">215</context> 3002 <context context-type="linenumber">215</context>
3074 </context-group> 3003 </context-group>
3075 3004
3076 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 3005 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3077 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3006 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3078 <source>Get more information</source> 3007 <source>Get more information</source>
3079 <target>Näytä lisätietoa</target> 3008 <target>Näytä lisätietoa</target>
@@ -3147,27 +3076,18 @@
3147 </source><target state="new"> 3076 </source><target state="new">
3148 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 3077 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
3149 </target> 3078 </target>
3150 <context-group purpose="location"> 3079
3151 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3080 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3152 <context context-type="linenumber">77</context>
3153 </context-group>
3154 </trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3155 <source> 3081 <source>
3156 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 3082 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
3157 </source><target state="new"> 3083 </source><target state="new">
3158 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 3084 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
3159 </target> 3085 </target>
3160 <context-group purpose="location"> 3086
3161 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3087 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3162 <context context-type="linenumber">80</context>
3163 </context-group>
3164 </trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3165 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 3088 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
3166 <context-group purpose="location"> 3089
3167 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3090 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3168 <context context-type="linenumber">84</context>
3169 </context-group>
3170 </trans-unit>
3171 3091
3172 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3092 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3173 <source>Comments are disabled.</source> 3093 <source>Comments are disabled.</source>
@@ -3178,7 +3098,7 @@
3178 <context context-type="linenumber">64</context> 3098 <context context-type="linenumber">64</context>
3179 </context-group> 3099 </context-group>
3180 3100
3181 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group></trans-unit> 3101 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3182 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3102 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3183 <source>Add comment...</source> 3103 <source>Add comment...</source>
3184 <target>Lisää kommentti...</target> 3104 <target>Lisää kommentti...</target>
@@ -3270,14 +3190,7 @@
3270 </context-group> 3190 </context-group>
3271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3272 </trans-unit> 3192 </trans-unit>
3273 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 3193
3274 <source>Follow</source>
3275 <target>Seuraa</target>
3276 <context-group name="null">
3277 <context context-type="linenumber">7</context>
3278 </context-group>
3279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3280 </trans-unit>
3281 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3194 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3282 <source>Followers</source> 3195 <source>Followers</source>
3283 <target>Seuraajia</target> 3196 <target>Seuraajia</target>
@@ -3286,46 +3199,36 @@
3286 </context-group> 3199 </context-group>
3287 3200
3288 3201
3289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3202 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3290 <source>Video redundancies</source><target state="new">Video redundancies</target> 3203 <source>Video redundancies</source><target state="new">Video redundancies</target>
3291 <context-group purpose="location"> 3204
3292 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3205 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3293 <context context-type="linenumber">11</context>
3294 </context-group>
3295 </trans-unit>
3296 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 3206 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
3297 <source>1 host (without "http://") per line</source> 3207 <source>1 host (without "http://") per line</source>
3298 <target>Yksi isäntä (ilman "http://") per rivi</target> 3208 <target>Yksi isäntä (ilman "http://") per rivi</target>
3299 <context-group name="null"> 3209 <context-group name="null">
3300 <context context-type="linenumber">5</context> 3210 <context context-type="linenumber">5</context>
3301 </context-group> 3211 </context-group>
3302 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">5</context></context-group> 3212
3303 </trans-unit> 3213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3304 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507" datatype="html"> 3214 <source>Follow domain</source><target state="new">Follow domain</target>
3305 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source><target state="new">It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</target>
3306 <context-group purpose="location"> 3215 <context-group purpose="location">
3307 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context> 3216 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3308 <context context-type="linenumber">17</context> 3217 <context context-type="linenumber">15</context>
3309 </context-group>
3310 </trans-unit>
3311 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
3312 <source>Add following</source>
3313 <target>Lisää seuraava</target>
3314 <context-group name="null">
3315 <context context-type="linenumber">21</context>
3316 </context-group> 3218 </context-group>
3317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group>
3318 </trans-unit> 3219 </trans-unit>
3220
3221
3319 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3222 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3320 <source>Filter...</source> 3223 <source>Filter...</source>
3321 <target>Suodata...</target> 3224 <target>Suodata...</target>
3322 <context-group name="null"> 3225 <context-group name="null">
3323 <context context-type="linenumber">27</context> 3226 <context context-type="linenumber">27</context>
3324 </context-group> 3227 </context-group>
3325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</context></context-group> 3228
3326 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">9</context></context-group> 3229
3327 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">27</context></context-group> 3230
3328 </trans-unit> 3231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3329 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3232 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3330 <source>ID</source> 3233 <source>ID</source>
3331 <target>ID</target> 3234 <target>ID</target>
@@ -3335,7 +3238,7 @@
3335 3238
3336 3239
3337 3240
3338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 3241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3339 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb"> 3242 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb">
3340 <source>Follower handle</source> 3243 <source>Follower handle</source>
3341 <target>Seuraajan käsittelijä</target> 3244 <target>Seuraajan käsittelijä</target>
@@ -3354,37 +3257,22 @@
3354 3257
3355 3258
3356 3259
3357 <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"> 3260 <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="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3358 <source>Delayed.</source><target state="new">Delayed.</target> 3261 <source>Delayed.</source><target state="new">Delayed.</target>
3359 <context-group purpose="location"> 3262
3360 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3361 <context context-type="linenumber">42</context>
3362 </context-group>
3363 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3364 <source>Will start soon...</source><target state="new">Will start soon...</target> 3264 <source>Will start soon...</source><target state="new">Will start soon...</target>
3365 <context-group purpose="location"> 3265
3366 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3367 <context context-type="linenumber">43</context>
3368 </context-group>
3369 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3370 <source>Running...</source><target state="new">Running...</target> 3267 <source>Running...</source><target state="new">Running...</target>
3371 <context-group purpose="location"> 3268
3372 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3373 <context context-type="linenumber">44</context>
3374 </context-group>
3375 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3376 <source>Finished</source><target state="new">Finished</target> 3270 <source>Finished</source><target state="new">Finished</target>
3377 <context-group purpose="location"> 3271
3378 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3379 <context context-type="linenumber">45</context>
3380 </context-group>
3381 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3382 <source>Failed</source><target state="new">Failed</target> 3273 <source>Failed</source><target state="new">Failed</target>
3383 <context-group purpose="location"> 3274
3384 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3275 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3385 <context context-type="linenumber">46</context>
3386 </context-group>
3387 </trans-unit>
3388 3276
3389 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3277 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3390 <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 <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>
@@ -3398,7 +3286,7 @@
3398 3286
3399 3287
3400 3288
3401 <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> 3289 <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">24</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">46</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">11</context></context-group><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><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>
3402 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3290 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3403 <source>Accepted</source> 3291 <source>Accepted</source>
3404 <target>Hyväksytty</target> 3292 <target>Hyväksytty</target>
@@ -3407,7 +3295,7 @@
3407 </context-group> 3295 </context-group>
3408 3296
3409 3297
3410 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">30</context></context-group></trans-unit> 3298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3411 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3299 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3412 <source>Pending</source> 3300 <source>Pending</source>
3413 <target>Odottaa</target> 3301 <target>Odottaa</target>
@@ -3416,7 +3304,7 @@
3416 </context-group> 3304 </context-group>
3417 3305
3418 3306
3419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">31</context></context-group></trans-unit> 3307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3420 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3308 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3421 <source>Accept</source> 3309 <source>Accept</source>
3422 <target>Hyväksy</target> 3310 <target>Hyväksy</target>
@@ -3434,7 +3322,13 @@
3434 </context-group> 3322 </context-group>
3435 3323
3436 3324
3437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit> 3325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3326 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3327 <context-group purpose="location">
3328 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3329 <context context-type="linenumber">3</context>
3330 </context-group>
3331 </trans-unit>
3438 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 3332 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3439 <source>Host</source> 3333 <source>Host</source>
3440 <target>Isäntä</target> 3334 <target>Isäntä</target>
@@ -3442,17 +3336,26 @@
3442 <context context-type="linenumber">19</context> 3336 <context context-type="linenumber">19</context>
3443 </context-group> 3337 </context-group>
3444 3338
3445 <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></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3339 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3446 <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><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> 3340 <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><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>
3341
3342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3343 <source>Follow domains</source><target state="new">Follow domains</target>
3447 <context-group purpose="location"> 3344 <context-group purpose="location">
3448 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3345 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3449 <context context-type="linenumber">21</context> 3346 <context context-type="linenumber">50</context>
3450 </context-group> 3347 </context-group>
3451 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3348 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3452 <source>Video redundancies list</source><target state="new">Video redundancies list</target> 3349 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3453 <context-group purpose="location"> 3350 <context-group purpose="location">
3454 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3351 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3455 <context context-type="linenumber">2</context> 3352 <context context-type="linenumber">7</context>
3353 </context-group>
3354 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3355 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3356 <context-group purpose="location">
3357 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3358 <context context-type="linenumber">8</context>
3456 </context-group> 3359 </context-group>
3457 </trans-unit> 3360 </trans-unit>
3458 3361
@@ -3518,7 +3421,7 @@
3518 3421
3519 3422
3520 3423
3521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3424 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3522 <source> 3425 <source>
3523 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3426 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3524 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3427 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3614,31 +3517,41 @@
3614 <context-group name="null"> 3517 <context-group name="null">
3615 <context context-type="linenumber">19</context> 3518 <context context-type="linenumber">19</context>
3616 </context-group> 3519 </context-group>
3617 <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> 3520
3618 </trans-unit> 3521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3619 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3522 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3620 <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> 3523 <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>
3621 <target>Käyttäjänimi <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> 3524 <target>Käyttäjänimi <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>
3622 <context-group name="null"> 3525 <context-group name="null">
3623 <context context-type="linenumber">40</context> 3526 <context context-type="linenumber">40</context>
3624 </context-group> 3527 </context-group>
3625 <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> 3528
3626 </trans-unit> 3529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3627 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3530 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3628 <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> 3531 <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>
3629 <target>Videokiintiö <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> 3532 <target>Videokiintiö <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>
3630 <context-group name="null"> 3533 <context-group name="null">
3631 <context context-type="linenumber">42</context> 3534 <context context-type="linenumber">42</context>
3632 </context-group> 3535 </context-group>
3633 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group> 3536
3634 </trans-unit> 3537 <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></trans-unit>
3635 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3538 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3636 <source>(banned)</source> 3539 <source>(banned)</source>
3637 <target>(suljettu)</target> 3540 <target>(suljettu)</target>
3638 <context-group name="null"> 3541 <context-group name="null">
3639 <context context-type="linenumber">65</context> 3542 <context context-type="linenumber">65</context>
3640 </context-group> 3543 </context-group>
3641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group> 3544
3545 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3546 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3547 <context-group purpose="location">
3548 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3549 <context context-type="linenumber">65</context>
3550 </context-group>
3551 <context-group purpose="location">
3552 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3553 <context context-type="linenumber">27</context>
3554 </context-group>
3642 </trans-unit> 3555 </trans-unit>
3643 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3556 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3644 <source>User's email must be verified to login</source> 3557 <source>User's email must be verified to login</source>
@@ -3646,23 +3559,29 @@
3646 <context-group name="null"> 3559 <context-group name="null">
3647 <context context-type="linenumber">72</context> 3560 <context context-type="linenumber">72</context>
3648 </context-group> 3561 </context-group>
3649 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group> 3562
3650 </trans-unit> 3563 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3651 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3564 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3652 <source>User's email is verified / User can login without email verification</source> 3565 <source>User's email is verified / User can login without email verification</source>
3653 <target>Käyttäjän sähköpostiosoite on vahvistettu / Käyttäjä voi kirjautua ilman sähköpostiosoitteen vahvistusta</target> 3566 <target>Käyttäjän sähköpostiosoite on vahvistettu / Käyttäjä voi kirjautua ilman sähköpostiosoitteen vahvistusta</target>
3654 <context-group name="null"> 3567 <context-group name="null">
3655 <context context-type="linenumber">76</context> 3568 <context context-type="linenumber">76</context>
3656 </context-group> 3569 </context-group>
3657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group> 3570
3658 </trans-unit> 3571 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3659 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3572 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3660 <source>Ban reason:</source> 3573 <source>Ban reason:</source>
3661 <target>Sulkemisen syy:</target> 3574 <target>Sulkemisen syy:</target>
3662 <context-group name="null"> 3575 <context-group name="null">
3663 <context context-type="linenumber">95</context> 3576 <context context-type="linenumber">95</context>
3664 </context-group> 3577 </context-group>
3665 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group> 3578
3579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3580 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3581 <context-group purpose="location">
3582 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3583 <context context-type="linenumber">15</context>
3584 </context-group>
3666 </trans-unit> 3585 </trans-unit>
3667 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3586 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
3668 <source>Moderation</source> 3587 <source>Moderation</source>
@@ -3712,6 +3631,12 @@
3712 <context context-type="linenumber">13</context> 3631 <context context-type="linenumber">13</context>
3713 </context-group> 3632 </context-group>
3714 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3633 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3634 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3635 <source>Video <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">Video <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>
3636 <context-group purpose="location">
3637 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3638 <context context-type="linenumber">10</context>
3639 </context-group>
3715 </trans-unit> 3640 </trans-unit>
3716 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3641 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3717 <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> 3642 <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>
@@ -3720,85 +3645,85 @@
3720 <context context-type="linenumber">8</context> 3645 <context context-type="linenumber">8</context>
3721 </context-group> 3646 </context-group>
3722 3647
3723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><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">8</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3724 <source>Video URL</source><target state="new">Video URL</target> 3649 <source>Video URL</source><target state="new">Video URL</target>
3725 <context-group purpose="location"> 3650
3726 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3651 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3727 <context context-type="linenumber">24</context>
3728 </context-group>
3729 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3730 <source>Total size</source><target state="new">Total size</target> 3652 <source>Total size</source><target state="new">Total size</target>
3653
3654 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3655 <source>List redundancies</source><target state="new">List redundancies</target>
3731 <context-group purpose="location"> 3656 <context-group purpose="location">
3732 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3657 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3733 <context context-type="linenumber">25</context> 3658 <context context-type="linenumber">33</context>
3734 </context-group> 3659 </context-group>
3735 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3660 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3736 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3661 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3737 <context-group purpose="location"> 3662
3738 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3663 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3739 <context context-type="linenumber">69</context>
3740 </context-group>
3741 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3742 <source> 3664 <source>
3743 No redundancy strategy is enabled on your instance. 3665 No redundancy strategy is enabled on your instance.
3744 </source><target state="new"> 3666 </source><target state="new">
3745 No redundancy strategy is enabled on your instance. 3667 No redundancy strategy is enabled on your instance.
3746 </target> 3668 </target>
3747 <context-group purpose="location"> 3669
3748 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3670 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3749 <context context-type="linenumber">73</context>
3750 </context-group>
3751 </trans-unit>
3752 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3671 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3753 <source>Sensitive</source> 3672 <source>Sensitive</source>
3754 <target>Arkaluonteinen</target> 3673 <target>Arkaluonteinen</target>
3755 <context-group name="null"> 3674 <context-group name="null">
3756 <context context-type="linenumber">9</context> 3675 <context context-type="linenumber">9</context>
3757 </context-group> 3676 </context-group>
3758 <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">9</context></context-group> 3677
3759 </trans-unit> 3678 <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">11</context></context-group></trans-unit>
3760 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3679 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3761 <source>Unfederated</source> 3680 <source>Unfederated</source>
3762 <target>Ei federoitu</target> 3681 <target>Ei federoitu</target>
3763 <context-group name="null"> 3682 <context-group name="null">
3764 <context context-type="linenumber">10</context> 3683 <context context-type="linenumber">10</context>
3765 </context-group> 3684 </context-group>
3766 <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> 3685
3767 </trans-unit> 3686 <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">12</context></context-group></trans-unit>
3768 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3687 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3769 <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> 3688 <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>
3770 <target>Päivämäärä <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> 3689 <target>Päivämäärä <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>
3771 <context-group name="null"> 3690 <context-group name="null">
3772 <context context-type="linenumber">11</context> 3691 <context context-type="linenumber">11</context>
3773 </context-group> 3692 </context-group>
3774 <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">11</context></context-group> 3693
3775 </trans-unit> 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">13</context></context-group></trans-unit>
3776 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3695 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3777 <source>Go to the video</source> 3696 <source>Go to the video</source>
3778 <target>Mene videolle</target> 3697 <target>Mene videolle</target>
3779 <context-group name="null"> 3698 <context-group name="null">
3780 <context context-type="linenumber">33</context> 3699 <context context-type="linenumber">33</context>
3781 </context-group> 3700 </context-group>
3782 <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">25</context></context-group> 3701
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">33</context></context-group> 3702
3784 <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">33</context></context-group> 3703
3785 </trans-unit> 3704 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3786 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3705 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3787 <source>Actions</source> 3706 <source>Actions</source>
3788 <target>Toiminnot</target> 3707 <target>Toiminnot</target>
3789 <context-group name="null"> 3708 <context-group name="null">
3790 <context context-type="linenumber">44</context> 3709 <context context-type="linenumber">44</context>
3791 </context-group> 3710 </context-group>
3792 <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">35</context></context-group> 3711
3793 <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">44</context></context-group> 3712
3794 </trans-unit> 3713 <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">38</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">57</context></context-group></trans-unit>
3795 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3714 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3796 <source>Blacklist reason:</source> 3715 <source>Blacklist reason:</source>
3797 <target>Estoliston syy:</target> 3716 <target>Estoliston syy:</target>
3798 <context-group name="null"> 3717 <context-group name="null">
3799 <context context-type="linenumber">43</context> 3718 <context context-type="linenumber">43</context>
3800 </context-group> 3719 </context-group>
3801 <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">43</context></context-group> 3720
3721 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3722 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3723 <context-group purpose="location">
3724 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3725 <context context-type="linenumber">5</context>
3726 </context-group>
3802 </trans-unit> 3727 </trans-unit>
3803 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 3728 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
3804 <source>Moderation comment</source> 3729 <source>Moderation comment</source>
@@ -3816,8 +3741,8 @@
3816 <context-group name="null"> 3741 <context-group name="null">
3817 <context context-type="linenumber">18</context> 3742 <context context-type="linenumber">18</context>
3818 </context-group> 3743 </context-group>
3819 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">18</context></context-group> 3744
3820 </trans-unit> 3745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3821 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3746 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3822 <source>Update this comment</source> 3747 <source>Update this comment</source>
3823 <target>Päivitä kommentti</target> 3748 <target>Päivitä kommentti</target>
@@ -3825,24 +3750,30 @@
3825 <context context-type="linenumber">26</context> 3750 <context context-type="linenumber">26</context>
3826 </context-group> 3751 </context-group>
3827 3752
3828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3829 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3754 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3830 <source>Reporter</source> 3755 <source>Reporter</source>
3831 <target>Lähettäjä</target> 3756 <target>Lähettäjä</target>
3832 <context-group name="null"> 3757 <context-group name="null">
3833 <context context-type="linenumber">8</context> 3758 <context context-type="linenumber">8</context>
3834 </context-group> 3759 </context-group>
3835 <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">8</context></context-group> 3760
3836 </trans-unit> 3761 <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">10</context></context-group></trans-unit>
3837 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3762 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3838 <source>Video</source> 3763 <source>Video</source>
3839 <target>Video</target> 3764 <target>Video</target>
3840 <context-group name="null"> 3765 <context-group name="null">
3841 <context context-type="linenumber">9</context> 3766 <context context-type="linenumber">9</context>
3842 </context-group> 3767 </context-group>
3843 <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">10</context></context-group> 3768
3844 <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">14</context></context-group> 3769
3845 <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> 3770
3771 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3772 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3773 <context-group purpose="location">
3774 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3775 <context context-type="linenumber">46</context>
3776 </context-group>
3846 </trans-unit> 3777 </trans-unit>
3847 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3778 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3848 <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> 3779 <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>
@@ -3851,7 +3782,7 @@
3851 <context context-type="linenumber">11</context> 3782 <context context-type="linenumber">11</context>
3852 </context-group> 3783 </context-group>
3853 3784
3854 <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><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><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></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3785 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3855 <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><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> 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><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>
3856 <context-group purpose="location"> 3787 <context-group purpose="location">
3857 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3788 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3864,25 +3795,30 @@
3864 <context-group name="null"> 3795 <context-group name="null">
3865 <context context-type="linenumber">27</context> 3796 <context context-type="linenumber">27</context>
3866 </context-group> 3797 </context-group>
3867 <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">25</context></context-group> 3798
3868 <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">27</context></context-group> 3799
3869 </trans-unit> 3800 <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">27</context></context-group></trans-unit>
3870 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3801 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
3871 <source>Reason:</source> 3802 <source>Reason:</source>
3872 <target>Syy:</target> 3803 <target>Syy:</target>
3873 <context-group name="null"> 3804 <context-group name="null">
3874 <context context-type="linenumber">53</context> 3805 <context context-type="linenumber">53</context>
3875 </context-group> 3806 </context-group>
3876 <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">53</context></context-group> 3807
3877 </trans-unit> 3808 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3878 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 3809 <source>Note:</source><target state="new">Note:</target>
3879 <source>Moderation comment:</source> 3810 <context-group purpose="location">
3880 <target>Valvonnan kommentti:</target> 3811 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3881 <context-group name="null"> 3812 <context context-type="linenumber">72</context>
3882 <context context-type="linenumber">57</context> 3813 </context-group>
3814 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3815 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3816 <context-group purpose="location">
3817 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3818 <context context-type="linenumber">5</context>
3883 </context-group> 3819 </context-group>
3884 <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">57</context></context-group>
3885 </trans-unit> 3820 </trans-unit>
3821
3886 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3822 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3887 <source>Unblacklist</source> 3823 <source>Unblacklist</source>
3888 <target>Poista estolistalta</target> 3824 <target>Poista estolistalta</target>
@@ -3891,6 +3827,12 @@
3891 </context-group> 3827 </context-group>
3892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 3828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
3893 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 3829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3830 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3831 <source>Mute domain</source><target state="new">Mute domain</target>
3832 <context-group purpose="location">
3833 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3834 <context context-type="linenumber">11</context>
3835 </context-group>
3894 </trans-unit> 3836 </trans-unit>
3895 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3837 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3896 <source>Instance</source> 3838 <source>Instance</source>
@@ -3902,28 +3844,50 @@
3902 3844
3903 3845
3904 3846
3905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3847 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3906 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3848 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3907 <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> 3849 <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>
3908 <target>Mykistetty kohdassa <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> 3850 <target>Mykistetty kohdassa <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>
3909 <context-group name="null"> 3851 <context-group name="null">
3910 <context context-type="linenumber">13</context> 3852 <context context-type="linenumber">13</context>
3911 </context-group> 3853 </context-group>
3912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3854
3913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3855
3914 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3856
3915 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3857
3916 </trans-unit> 3858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3917 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 3859 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3918 <source>Unmute</source> 3860 <source>Unmute</source>
3919 <target>Poista mykistys</target> 3861 <target>Poista mykistys</target>
3920 <context-group name="null"> 3862 <context-group name="null">
3921 <context context-type="linenumber">23</context> 3863 <context context-type="linenumber">23</context>
3922 </context-group> 3864 </context-group>
3923 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group> 3865
3924 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 3866
3925 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group> 3867
3926 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group> 3868
3869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3870 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3871 <context-group purpose="location">
3872 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3873 <context context-type="linenumber">5</context>
3874 </context-group>
3875 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3876 <source>
3877 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3878 </source><target state="new">
3879 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3880 </target>
3881 <context-group purpose="location">
3882 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3883 <context context-type="linenumber">37</context>
3884 </context-group>
3885 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3886 <source>Mute domains</source><target state="new">Mute domains</target>
3887 <context-group purpose="location">
3888 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3889 <context context-type="linenumber">35</context>
3890 </context-group>
3927 </trans-unit> 3891 </trans-unit>
3928 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 3892 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3929 <source>Account</source> 3893 <source>Account</source>
@@ -3931,8 +3895,14 @@
3931 <context-group name="null"> 3895 <context-group name="null">
3932 <context context-type="linenumber">12</context> 3896 <context context-type="linenumber">12</context>
3933 </context-group> 3897 </context-group>
3934 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 3898
3935 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 3899
3900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3901 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3902 <context-group purpose="location">
3903 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3904 <context context-type="linenumber">5</context>
3905 </context-group>
3936 </trans-unit> 3906 </trans-unit>
3937 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5"> 3907 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5">
3938 <source>Plugins/Themes</source> 3908 <source>Plugins/Themes</source>
@@ -4087,26 +4057,13 @@
4087 </context-group> 4057 </context-group>
4088 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group> 4058 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group>
4089 </trans-unit> 4059 </trans-unit>
4090 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 4060 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4091 <source>Jobs list</source>
4092 <target>Työlista</target>
4093 <context-group name="null">
4094 <context context-type="linenumber">2</context>
4095 </context-group>
4096 <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>
4097 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4098 <source>Job type</source><target state="new">Job type</target> 4061 <source>Job type</source><target state="new">Job type</target>
4099 <context-group purpose="location"> 4062
4100 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4063 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4101 <context context-type="linenumber">5</context>
4102 </context-group>
4103 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4104 <source>Job state</source><target state="new">Job state</target> 4064 <source>Job state</source><target state="new">Job state</target>
4105 <context-group purpose="location"> 4065
4106 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4066 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4107 <context context-type="linenumber">14</context>
4108 </context-group>
4109 </trans-unit>
4110 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4067 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
4111 <source>Type</source> 4068 <source>Type</source>
4112 <target>Tyyppi</target> 4069 <target>Tyyppi</target>
@@ -4114,7 +4071,7 @@
4114 <context context-type="linenumber">19</context> 4071 <context context-type="linenumber">19</context>
4115 </context-group> 4072 </context-group>
4116 4073
4117 <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> 4074 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4118 4075
4119 4076
4120 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 4077 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
@@ -4171,43 +4128,25 @@
4171 4128
4172 4129
4173 4130
4174 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4131 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4175 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4132 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4176 <context-group purpose="location"> 4133
4177 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4134 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4178 <context context-type="linenumber">46</context>
4179 </context-group>
4180 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4181 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 4135 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
4182 <context-group purpose="location"> 4136
4183 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4137 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4184 <context context-type="linenumber">43</context>
4185 </context-group>
4186 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4187 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 4138 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
4188 <context-group purpose="location"> 4139
4189 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4140 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4190 <context context-type="linenumber">57</context>
4191 </context-group>
4192 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4193 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 4141 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
4194 <context-group purpose="location"> 4142
4195 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4143 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4196 <context context-type="linenumber">54</context>
4197 </context-group>
4198 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4199 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 4144 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
4200 <context-group purpose="location"> 4145
4201 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4146 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4202 <context context-type="linenumber">68</context>
4203 </context-group>
4204 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4205 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 4147 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
4206 <context-group purpose="location"> 4148
4207 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4149 <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">66</context></context-group></trans-unit>
4208 <context context-type="linenumber">65</context>
4209 </context-group>
4210 </trans-unit>
4211 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 4150 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
4212 <source>Main languages you/your moderators speak</source><target state="new">Main languages you/your moderators speak</target> 4151 <source>Main languages you/your moderators speak</source><target state="new">Main languages you/your moderators speak</target>
4213 4152
@@ -4261,7 +4200,7 @@
4261 </context-group> 4200 </context-group>
4262 4201
4263 4202
4264 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 4203 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4265 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4204 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4266 <source>Blur thumbnails</source> 4205 <source>Blur thumbnails</source>
4267 <target>Sumenna pikkukuva</target> 4206 <target>Sumenna pikkukuva</target>
@@ -4270,7 +4209,7 @@
4270 </context-group> 4209 </context-group>
4271 4210
4272 4211
4273 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 4212 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4274 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4213 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4275 <source>Display</source> 4214 <source>Display</source>
4276 <target>Näytä</target> 4215 <target>Näytä</target>
@@ -4279,13 +4218,10 @@
4279 </context-group> 4218 </context-group>
4280 4219
4281 4220
4282 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4221 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4283 <source>Strategy</source><target state="new">Strategy</target> 4222 <source>Strategy</source><target state="new">Strategy</target>
4284 <context-group purpose="location"> 4223
4285 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4224 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4286 <context context-type="linenumber">22</context>
4287 </context-group>
4288 </trans-unit>
4289 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4225 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4290 <source>Terms</source> 4226 <source>Terms</source>
4291 <target>Käyttöehdot</target> 4227 <target>Käyttöehdot</target>
@@ -4295,79 +4231,79 @@
4295 4231
4296 4232
4297 4233
4298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 4234 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4299 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 4235 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4300 <source>Code of conduct</source><target state="new">Code of conduct</target> 4236 <source>Code of conduct</source><target state="new">Code of conduct</target>
4301 4237
4302 4238
4303 4239
4304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 4240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4305 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 4241 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4306 <source>Moderation information</source><target state="new">Moderation information</target> 4242 <source>Moderation information</source><target state="new">Moderation information</target>
4307 4243
4308 4244
4309 4245
4310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 4246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4311 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 4247 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4312 4248
4313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 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">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4314 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 4250 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
4315 4251
4316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit> 4252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit>
4317 4253
4318 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4254 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4319 <source>Who is behind the instance?</source><target state="new">Who is behind the instance?</target> 4255 <source>Who is behind the instance?</source><target state="new">Who is behind the instance?</target>
4320 4256
4321 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4257 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4322 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 4258 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target>
4323 4259
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">160</context></context-group></trans-unit> 4260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
4325 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 4261 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4326 <source>Why did you create this instance?</source><target state="new">Why did you create this instance?</target> 4262 <source>Why did you create this instance?</source><target state="new">Why did you create this instance?</target>
4327 4263
4328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4264 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4329 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 4265 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4330 4266
4331 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit> 4267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit>
4332 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 4268 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4333 <source>How long do you plan to maintain this instance?</source><target state="new">How long do you plan to maintain this instance?</target> 4269 <source>How long do you plan to maintain this instance?</source><target state="new">How long do you plan to maintain this instance?</target>
4334 4270
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">182</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4336 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 4272 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target>
4337 4273
4338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit> 4274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit>
4339 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4275 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4340 <source>How will you finance the PeerTube server?</source><target state="new">How will you finance the PeerTube server?</target> 4276 <source>How will you finance the PeerTube server?</source><target state="new">How will you finance the PeerTube server?</target>
4341 4277
4342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4278 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4343 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 4279 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
4344 4280
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">194</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4346 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 4282 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
4347 4283
4348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit> 4284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit>
4349 4285
4350 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4286 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4351 <source>What server/hardware does the instance run on?</source><target state="new">What server/hardware does the instance run on?</target> 4287 <source>What server/hardware does the instance run on?</source><target state="new">What server/hardware does the instance run on?</target>
4352 4288
4353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 4289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4354 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4290 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4355 4291
4356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit> 4292 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit>
4357 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 4293 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4358 <source>Instance information</source><target state="new">Instance information</target> 4294 <source>Instance information</source><target state="new">Instance information</target>
4359 4295
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">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 4296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4361 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 4297 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
4362 4298
4363 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4364 <source> 4300 <source>
4365 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4301 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4366 </source><target state="new"> 4302 </source><target state="new">
4367 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4303 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4368 </target> 4304 </target>
4369 4305
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">240</context></context-group></trans-unit> 4306 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit>
4371 4307
4372 4308
4373 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb"> 4309 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb">
@@ -4377,27 +4313,27 @@
4377 <context context-type="linenumber">206</context> 4313 <context context-type="linenumber">206</context>
4378 </context-group> 4314 </context-group>
4379 4315
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">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4381 <source>Landing page</source><target state="new">Landing page</target> 4317 <source>Landing page</source><target state="new">Landing page</target>
4382 4318
4383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">262</context></context-group></trans-unit> 4319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit>
4384 4320
4385 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4321 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4386 <source>Discover videos</source><target state="new">Discover videos</target> 4322 <source>Discover videos</source><target state="new">Discover videos</target>
4387 4323
4388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">265</context></context-group></trans-unit> 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">266</context></context-group></trans-unit>
4389 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4325 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4390 <source>Trending videos</source><target state="new">Trending videos</target> 4326 <source>Trending videos</source><target state="new">Trending videos</target>
4391 4327
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">266</context></context-group></trans-unit> 4328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit>
4393 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4329 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4394 <source>Most liked videos</source><target state="new">Most liked videos</target> 4330 <source>Most liked videos</source><target state="new">Most liked videos</target>
4395 4331
4396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit> 4332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit>
4397 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4333 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4398 <source>Recently added videos</source><target state="new">Recently added videos</target> 4334 <source>Recently added videos</source><target state="new">Recently added videos</target>
4399 4335
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">268</context></context-group></trans-unit> 4336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit>
4401 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4337 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4402 <source>Local videos</source> 4338 <source>Local videos</source>
4403 <target>Paikalliset videot</target> 4339 <target>Paikalliset videot</target>
@@ -4405,17 +4341,17 @@
4405 <context context-type="linenumber">223</context> 4341 <context context-type="linenumber">223</context>
4406 </context-group> 4342 </context-group>
4407 4343
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">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4409 <source>NEW USERS</source><target state="new">NEW USERS</target> 4345 <source>NEW USERS</source><target state="new">NEW USERS</target>
4410 4346
4411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4412 <source> 4348 <source>
4413 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4349 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4414 </source><target state="new"> 4350 </source><target state="new">
4415 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4351 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4416 </target> 4352 </target>
4417 4353
4418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></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">282</context></context-group></trans-unit>
4419 4355
4420 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4356 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4421 <source>Signup enabled</source> 4357 <source>Signup enabled</source>
@@ -4424,7 +4360,7 @@
4424 <context context-type="linenumber">235</context> 4360 <context context-type="linenumber">235</context>
4425 </context-group> 4361 </context-group>
4426 4362
4427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">292</context></context-group></trans-unit> 4363 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group></trans-unit>
4428 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4364 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4429 <source>Signup requires email verification</source> 4365 <source>Signup requires email verification</source>
4430 <target>Rekisteröityminen vaatii sähköpostiosoitteen vahvistamisen</target> 4366 <target>Rekisteröityminen vaatii sähköpostiosoitteen vahvistamisen</target>
@@ -4432,7 +4368,7 @@
4432 <context context-type="linenumber">242</context> 4368 <context context-type="linenumber">242</context>
4433 </context-group> 4369 </context-group>
4434 4370
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">300</context></context-group></trans-unit> 4371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit>
4436 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4372 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4437 <source>Signup limit</source> 4373 <source>Signup limit</source>
4438 <target>Rekisteröintiraja</target> 4374 <target>Rekisteröintiraja</target>
@@ -4440,7 +4376,7 @@
4440 <context context-type="linenumber">247</context> 4376 <context context-type="linenumber">247</context>
4441 </context-group> 4377 </context-group>
4442 4378
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">304</context></context-group></trans-unit> 4379 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit>
4444 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4380 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4445 <source>Users</source> 4381 <source>Users</source>
4446 <target>Tilejä</target> 4382 <target>Tilejä</target>
@@ -4528,69 +4464,82 @@
4528 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 4464 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4529 <source>Default video quota per user</source><target state="new">Default video quota per user</target> 4465 <source>Default video quota per user</source><target state="new">Default video quota per user</target>
4530 4466
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">319</context></context-group></trans-unit> 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">320</context></context-group></trans-unit>
4532 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4468 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4533 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target> 4469 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target>
4534 4470
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">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4536 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4472 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4537 4473
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">348</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4474 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4539 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4475 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4540 4476
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">359</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4542 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target> 4478 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target>
4543 4479
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">366</context></context-group></trans-unit> 4480 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">367</context></context-group></trans-unit>
4545 4481
4546 4482
4547 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4483 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4548 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4484 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4549 4485
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">383</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4551 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 4487 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
4552 4488
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">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4489 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4554 <source>FEDERATION</source><target state="new">FEDERATION</target> 4490 <source>FEDERATION</source><target state="new">FEDERATION</target>
4555 4491
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">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4557 <source> 4493 <source>
4558 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4494 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4559 </source><target state="new"> 4495 </source><target state="new">
4560 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4496 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4561 </target> 4497 </target>
4562 4498
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">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4564 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4500 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4565 4501
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">411</context></context-group></trans-unit> 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">412</context></context-group></trans-unit>
4567 4503
4568 4504
4569 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4505 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4570 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 4506 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
4571 4507
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">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4573 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4509 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4574 4510
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">431</context></context-group></trans-unit> 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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4512 <source>
4513 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4514 </source><target state="new">
4515 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4516 </target>
4517 <context-group purpose="location">
4518 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4519 <context context-type="linenumber">450</context>
4520 </context-group>
4521 </trans-unit>
4576 4522
4577 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4523 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4578 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4524 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4579 4525
4580 4526
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">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</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">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4582 4528
4583 4529
4584 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4530 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4585 <source>Index URL</source><target state="new">Index URL</target> 4531 <source>Index URL</source><target state="new">Index URL</target>
4586 4532
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">452</context></context-group></trans-unit><trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4588 <source>Automatically follow instances of the public index</source><target state="new">Automatically follow instances of the public index</target> 4534 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4589 4535 <context-group purpose="location">
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">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4536 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4537 <context context-type="linenumber">445</context>
4538 </context-group>
4539 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4591 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4540 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4592 4541
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">472</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">477</context></context-group></trans-unit>
4594 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4543 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4595 <source>Administrator</source> 4544 <source>Administrator</source>
4596 <target>Ylläpitäjä</target> 4545 <target>Ylläpitäjä</target>
@@ -4606,7 +4555,7 @@
4606 <context context-type="linenumber">387</context> 4555 <context context-type="linenumber">387</context>
4607 </context-group> 4556 </context-group>
4608 4557
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">478</context></context-group></trans-unit> 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">483</context></context-group></trans-unit>
4610 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4559 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4611 <source>Enable contact form</source> 4560 <source>Enable contact form</source>
4612 <target>Ota yhteydenottolomake käyttöön</target> 4561 <target>Ota yhteydenottolomake käyttöön</target>
@@ -4614,7 +4563,7 @@
4614 <context context-type="linenumber">398</context> 4563 <context context-type="linenumber">398</context>
4615 </context-group> 4564 </context-group>
4616 4565
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">489</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">494</context></context-group></trans-unit>
4618 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4567 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4619 <source>Basic configuration</source> 4568 <source>Basic configuration</source>
4620 <target>Peruskokoonpano</target> 4569 <target>Peruskokoonpano</target>
@@ -4622,17 +4571,17 @@
4622 <context context-type="linenumber">195</context> 4571 <context context-type="linenumber">195</context>
4623 </context-group> 4572 </context-group>
4624 4573
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">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4626 <source>TWITTER</source><target state="new">TWITTER</target> 4575 <source>TWITTER</source><target state="new">TWITTER</target>
4627 4576
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">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4629 <source> 4578 <source>
4630 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4579 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4631 </source><target state="new"> 4580 </source><target state="new">
4632 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4581 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4633 </target> 4582 </target>
4634 4583
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">507</context></context-group></trans-unit> 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">512</context></context-group></trans-unit>
4636 4585
4637 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4586 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4638 <source>Your Twitter username</source> 4587 <source>Your Twitter username</source>
@@ -4641,7 +4590,7 @@
4641 <context context-type="linenumber">413</context> 4590 <context context-type="linenumber">413</context>
4642 </context-group> 4591 </context-group>
4643 4592
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">518</context></context-group></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">523</context></context-group></trans-unit>
4645 4594
4646 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4595 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4647 <source>Instance whitelisted by Twitter</source> 4596 <source>Instance whitelisted by Twitter</source>
@@ -4650,7 +4599,7 @@
4650 <context context-type="linenumber">431</context> 4599 <context context-type="linenumber">431</context>
4651 </context-group> 4600 </context-group>
4652 4601
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">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4654 <source> 4603 <source>
4655 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/>"/> 4604 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/>"/>
4656 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/>"/> 4605 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/>"/>
@@ -4665,7 +4614,7 @@
4665 to see if you instance is whitelisted. 4614 to see if you instance is whitelisted.
4666 </target> 4615 </target>
4667 4616
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">534</context></context-group></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">539</context></context-group></trans-unit>
4669 4618
4670 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4619 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4671 <source>Services</source> 4620 <source>Services</source>
@@ -4674,10 +4623,10 @@
4674 <context context-type="linenumber">405</context> 4623 <context context-type="linenumber">405</context>
4675 </context-group> 4624 </context-group>
4676 4625
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">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4678 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4627 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4679 4628
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">560</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4681 <source> 4630 <source>
4682 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4631 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4683 resources, this is a critical part of PeerTube, so tread carefully. 4632 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4686,7 +4635,7 @@
4686 resources, this is a critical part of PeerTube, so tread carefully. 4635 resources, this is a critical part of PeerTube, so tread carefully.
4687 </target> 4636 </target>
4688 4637
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">561</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">566</context></context-group></trans-unit>
4690 4639
4691 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4640 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4692 <source>Transcoding enabled</source> 4641 <source>Transcoding enabled</source>
@@ -4695,7 +4644,7 @@
4695 <context context-type="linenumber">461</context> 4644 <context context-type="linenumber">461</context>
4696 </context-group> 4645 </context-group>
4697 4646
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">574</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">579</context></context-group></trans-unit>
4699 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4648 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4700 <source>If you disable transcoding, many videos from your users will not work!</source> 4649 <source>If you disable transcoding, many videos from your users will not work!</source>
4701 <target>Jos poistat transkoodauksen käytöstä, niin moni video käyttäjiltäsi lakkaa toimimasta!</target> 4650 <target>Jos poistat transkoodauksen käytöstä, niin moni video käyttäjiltäsi lakkaa toimimasta!</target>
@@ -4703,13 +4652,10 @@
4703 <context context-type="linenumber">465</context> 4652 <context context-type="linenumber">465</context>
4704 </context-group> 4653 </context-group>
4705 4654
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">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4707 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4656 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4708 <context-group purpose="location"> 4657
4709 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4658 <context-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>
4710 <context context-type="linenumber">589</context>
4711 </context-group>
4712 </trans-unit>
4713 4659
4714 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4660 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4715 <source>Allow additional extensions</source> 4661 <source>Allow additional extensions</source>
@@ -4718,13 +4664,10 @@
4718 <context context-type="linenumber">475</context> 4664 <context context-type="linenumber">475</context>
4719 </context-group> 4665 </context-group>
4720 4666
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">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4722 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4668 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4723 <context-group purpose="location"> 4669
4724 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">605</context></context-group></trans-unit>
4725 <context context-type="linenumber">600</context>
4726 </context-group>
4727 </trans-unit>
4728 4671
4729 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 4672 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
4730 <source>Allow audio files upload</source> 4673 <source>Allow audio files upload</source>
@@ -4733,7 +4676,7 @@
4733 <context context-type="linenumber">486</context> 4676 <context context-type="linenumber">486</context>
4734 </context-group> 4677 </context-group>
4735 4678
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">597</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4737 <source> 4680 <source>
4738 <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>"/> 4681 <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>"/>
4739 4682
@@ -4751,14 +4694,11 @@
4751 4694
4752 <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>"/> 4695 <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>"/>
4753 </target> 4696 </target>
4754 <context-group purpose="location"> 4697
4755 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4756 <context context-type="linenumber">612</context>
4757 </context-group>
4758 </trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4759 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 4699 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
4760 4700
4761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4762 <source> 4702 <source>
4763 <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>"/> 4703 <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>"/>
4764 4704
@@ -4782,16 +4722,13 @@
4782 4722
4783 <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>"/> 4723 <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>"/>
4784 </target> 4724 </target>
4785 <context-group purpose="location"> 4725
4786 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">638</context></context-group></trans-unit>
4787 <context context-type="linenumber">633</context>
4788 </context-group>
4789 </trans-unit>
4790 4727
4791 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4728 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4792 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 4729 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
4793 4730
4794 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</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">635</context></context-group></trans-unit>
4795 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4732 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4796 <source>Transcoding threads</source> 4733 <source>Transcoding threads</source>
4797 <target>Transkoodaussäiteet</target> 4734 <target>Transkoodaussäiteet</target>
@@ -4799,41 +4736,41 @@
4799 <context context-type="linenumber">517</context> 4736 <context context-type="linenumber">517</context>
4800 </context-group> 4737 </context-group>
4801 4738
4802 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" 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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4803 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4740 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4804 4741
4805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group></trans-unit> 4742 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
4806 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4743 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4807 <source>CACHE</source><target state="new">CACHE</target> 4744 <source>CACHE</source><target state="new">CACHE</target>
4808 4745
4809 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4810 <source> 4747 <source>
4811 Some files are not federated, and fetched when necessary. Define their caching policies. 4748 Some files are not federated, and fetched when necessary. Define their caching policies.
4812 </source><target state="new"> 4749 </source><target state="new">
4813 Some files are not federated, and fetched when necessary. Define their caching policies. 4750 Some files are not federated, and fetched when necessary. Define their caching policies.
4814 </target> 4751 </target>
4815 4752
4816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4817 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4754 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4818 4755
4819 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4820 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4757 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4821 4758
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">717</context></context-group></trans-unit> 4759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit>
4823 4760
4824 4761
4825 4762
4826 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4763 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4827 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4764 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4828 4765
4829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4830 <source> 4767 <source>
4831 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4768 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4832 </source><target state="new"> 4769 </source><target state="new">
4833 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4770 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4834 </target> 4771 </target>
4835 4772
4836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit> 4773 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
4837 4774
4838 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4775 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4839 <source>JavaScript</source> 4776 <source>JavaScript</source>
@@ -4842,14 +4779,14 @@
4842 <context context-type="linenumber">575</context> 4779 <context context-type="linenumber">575</context>
4843 </context-group> 4780 </context-group>
4844 4781
4845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4846 <source> 4783 <source>
4847 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>"/> 4784 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>"/>
4848 </source><target state="new"> 4785 </source><target state="new">
4849 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>"/> 4786 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>"/>
4850 </target> 4787 </target>
4851 4788
4852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4853 <source> 4790 <source>
4854 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/>"/> 4791 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/>"/>
4855 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4792 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4874,7 +4811,7 @@
4874 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4811 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4875 </target> 4812 </target>
4876 4813
4877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group></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">766</context></context-group></trans-unit>
4878 4815
4879 4816
4880 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4817 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -4884,7 +4821,7 @@
4884 <context context-type="linenumber">452</context> 4821 <context context-type="linenumber">452</context>
4885 </context-group> 4822 </context-group>
4886 4823
4887 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group></trans-unit> 4824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit>
4888 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 4825 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
4889 <source>Update configuration</source> 4826 <source>Update configuration</source>
4890 <target>Päivitä konfiguraatio</target> 4827 <target>Päivitä konfiguraatio</target>
@@ -4892,11 +4829,11 @@
4892 <context context-type="linenumber">628</context> 4829 <context context-type="linenumber">628</context>
4893 </context-group> 4830 </context-group>
4894 4831
4895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group></trans-unit> 4832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
4896 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4833 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4897 <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> 4834 <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>
4898 4835
4899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4900 <source>PROFILE</source><target state="new">PROFILE</target> 4837 <source>PROFILE</source><target state="new">PROFILE</target>
4901 <context-group purpose="location"> 4838 <context-group purpose="location">
4902 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4839 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5041,19 +4978,23 @@
5041 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4978 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5042 <context context-type="linenumber">6</context> 4979 <context context-type="linenumber">6</context>
5043 </context-group> 4980 </context-group>
5044 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 4981 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5045 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target> 4982 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
5046 <context-group purpose="location"> 4983 <context-group purpose="location">
5047 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4984 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5048 <context context-type="linenumber">22</context> 4985 <context context-type="linenumber">14</context>
5049 </context-group> 4986 </context-group>
5050 </trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5051 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
5052 <context-group purpose="location"> 4987 <context-group purpose="location">
5053 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4988 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5054 <context context-type="linenumber">25</context> 4989 <context context-type="linenumber">111</context>
5055 </context-group> 4990 </context-group>
5056 </trans-unit> 4991 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
4992 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target>
4993
4994 <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">23</context></context-group></trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
4995 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
4996
4997 <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">26</context></context-group></trans-unit>
5057 4998
5058 4999
5059 5000
@@ -5119,23 +5060,23 @@
5119 <context context-type="linenumber">3</context> 5060 <context context-type="linenumber">3</context>
5120 </context-group> 5061 </context-group>
5121 5062
5122 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 5063 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
5123 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808"> 5064 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808">
5124 <source>instance default</source> 5065 <source>instance default</source>
5125 <target>oletusinstanssi</target> 5066 <target>oletusinstanssi</target>
5126 <context-group name="null"> 5067 <context-group name="null">
5127 <context context-type="linenumber">7</context> 5068 <context context-type="linenumber">7</context>
5128 </context-group> 5069 </context-group>
5129 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">7</context></context-group> 5070
5130 </trans-unit> 5071 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
5131 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d"> 5072 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d">
5132 <source>peertube default</source> 5073 <source>peertube default</source>
5133 <target>oletus peertube</target> 5074 <target>oletus peertube</target>
5134 <context-group name="null"> 5075 <context-group name="null">
5135 <context context-type="linenumber">8</context> 5076 <context context-type="linenumber">8</context>
5136 </context-group> 5077 </context-group>
5137 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group> 5078
5138 </trans-unit> 5079 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5139 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 5080 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
5140 <source>Change ownership</source> 5081 <source>Change ownership</source>
5141 <target>Vaihda omistajuutta</target> 5082 <target>Vaihda omistajuutta</target>
@@ -5298,6 +5239,18 @@
5298 <context context-type="linenumber">8</context> 5239 <context context-type="linenumber">8</context>
5299 </context-group> 5240 </context-group>
5300 <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">8</context></context-group> 5241 <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">8</context></context-group>
5242 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5243 <source>See the error</source><target state="new">See the error</target>
5244 <context-group purpose="location">
5245 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5246 <context context-type="linenumber">19</context>
5247 </context-group>
5248 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5249 <source>This video was deleted</source><target state="new">This video was deleted</target>
5250 <context-group purpose="location">
5251 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5252 <context context-type="linenumber">36</context>
5253 </context-group>
5301 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5254 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5302 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5255 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5303 <context-group purpose="location"> 5256 <context-group purpose="location">
@@ -5672,35 +5625,11 @@
5672 </context-group> 5625 </context-group>
5673 5626
5674 5627
5675 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5628 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5676 <source>Creators</source><target state="new">Creators</target>
5677 <context-group purpose="location">
5678 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5679 <context context-type="linenumber">162</context>
5680 </context-group>
5681 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5682 <source>Creator guide</source><target state="new">Creator guide</target>
5683 <context-group purpose="location">
5684 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5685 <context context-type="linenumber">162</context>
5686 </context-group>
5687 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5688 <source>Contributors</source><target state="new">Contributors</target>
5689 <context-group purpose="location">
5690 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5691 <context context-type="linenumber">163</context>
5692 </context-group>
5693 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5694 <source>PeerTube license</source><target state="new">PeerTube license</target> 5629 <source>PeerTube license</source><target state="new">PeerTube license</target>
5695 <context-group purpose="location"> 5630
5696 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5631
5697 <context context-type="linenumber">163</context> 5632 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5698 </context-group>
5699 <context-group purpose="location">
5700 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5701 <context context-type="linenumber">175</context>
5702 </context-group>
5703 </trans-unit>
5704 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 5633 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5705 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5634 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5706 <target>Liittyi <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5635 <target>Liittyi <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6615,6 +6544,30 @@
6615 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6544 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6616 <context context-type="linenumber">1</context> 6545 <context context-type="linenumber">1</context>
6617 </context-group> 6546 </context-group>
6547 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6548 <source>Process domains</source><target state="new">Process domains</target>
6549 <context-group purpose="location">
6550 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6551 <context context-type="linenumber">1</context>
6552 </context-group>
6553 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6554 <source>Domain is required.</source><target state="new">Domain is required.</target>
6555 <context-group purpose="location">
6556 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6557 <context context-type="linenumber">1</context>
6558 </context-group>
6559 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6560 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6561 <context-group purpose="location">
6562 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6563 <context context-type="linenumber">1</context>
6564 </context-group>
6565 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6566 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6567 <context-group purpose="location">
6568 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6569 <context context-type="linenumber">1</context>
6570 </context-group>
6618 </trans-unit> 6571 </trans-unit>
6619 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 6572 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6620 <source>Unlimited</source> 6573 <source>Unlimited</source>
@@ -6626,6 +6579,16 @@
6626 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 6579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6627 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 6580 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6628 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 6581 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
6582 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6583 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6584 <context-group purpose="location">
6585 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6586 <context context-type="linenumber">1</context>
6587 </context-group>
6588 <context-group purpose="location">
6589 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6590 <context context-type="linenumber">1</context>
6591 </context-group>
6629 </trans-unit> 6592 </trans-unit>
6630 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a"> 6593 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
6631 <source>100MB</source> 6594 <source>100MB</source>
@@ -6753,47 +6716,20 @@
6753 <context-group name="null"> 6716 <context-group name="null">
6754 <context context-type="linenumber">1</context> 6717 <context context-type="linenumber">1</context>
6755 </context-group> 6718 </context-group>
6756 <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> 6719
6757 </trans-unit> 6720 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6758 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df"> 6721
6759 <source>You need to specify hosts to follow.</source> 6722
6760 <target>Sinun pitää määrittää tilattavat isännät.</target> 6723
6761 <context-group name="null"> 6724
6762 <context context-type="linenumber">1</context>
6763 </context-group>
6764 <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>
6765 </trans-unit>
6766 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
6767 <source>Hosts need to be unique.</source>
6768 <target>Isäntöjen pitää olla ainutlaatuisia.</target>
6769 <context-group name="null">
6770 <context context-type="linenumber">1</context>
6771 </context-group>
6772 <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>
6773 </trans-unit>
6774 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
6775 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source><target state="new">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6776 <context-group purpose="location">
6777 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6778 <context context-type="linenumber">1</context>
6779 </context-group>
6780 </trans-unit>
6781 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
6782 <source>Follow new server(s)</source>
6783 <target>Seuraa uusia palvelimia</target>
6784 <context-group name="null">
6785 <context context-type="linenumber">1</context>
6786 </context-group>
6787 <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>
6788 </trans-unit>
6789 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 6725 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
6790 <source>Follow request(s) sent!</source> 6726 <source>Follow request(s) sent!</source>
6791 <target>Seurantapyynnöt lähetetty!</target> 6727 <target>Seurantapyynnöt lähetetty!</target>
6792 <context-group name="null"> 6728 <context-group name="null">
6793 <context context-type="linenumber">1</context> 6729 <context context-type="linenumber">1</context>
6794 </context-group> 6730 </context-group>
6795 <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> 6731
6796 </trans-unit> 6732 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6797 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html"> 6733 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
6798 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source><target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 6734 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source><target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
6799 <context-group purpose="location"> 6735 <context-group purpose="location">
@@ -6883,6 +6819,12 @@
6883 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 6819 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6884 <context context-type="linenumber">1</context> 6820 <context context-type="linenumber">1</context>
6885 </context-group> 6821 </context-group>
6822 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6823 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6824 <context-group purpose="location">
6825 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6826 <context context-type="linenumber">1</context>
6827 </context-group>
6886 </trans-unit> 6828 </trans-unit>
6887 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 6829 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
6888 <source>Comment updated.</source> 6830 <source>Comment updated.</source>
@@ -6891,23 +6833,33 @@
6891 <context context-type="linenumber">1</context> 6833 <context context-type="linenumber">1</context>
6892 </context-group> 6834 </context-group>
6893 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group> 6835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group>
6894 </trans-unit> 6836 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
6895 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978"> 6837 <source>Internal actions</source><target state="new">Internal actions</target>
6896 <source>Delete this report</source> 6838 <context-group purpose="location">
6897 <target>Poista valitus</target> 6839 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6898 <context-group name="null">
6899 <context context-type="linenumber">1</context> 6840 <context context-type="linenumber">1</context>
6900 </context-group> 6841 </context-group>
6901 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 6842 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
6902 </trans-unit> 6843 <source>Delete report</source><target state="new">Delete report</target>
6903 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321"> 6844 <context-group purpose="location">
6904 <source>Update moderation comment</source> 6845 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6905 <target>Päivitä valvonnan kommentti</target> 6846 <context context-type="linenumber">1</context>
6906 <context-group name="null"> 6847 </context-group>
6848 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6849 <source>Add note</source><target state="new">Add note</target>
6850 <context-group purpose="location">
6851 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6852 <context context-type="linenumber">1</context>
6853 </context-group>
6854 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6855 <source>Update note</source><target state="new">Update note</target>
6856 <context-group purpose="location">
6857 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6907 <context context-type="linenumber">1</context> 6858 <context context-type="linenumber">1</context>
6908 </context-group> 6859 </context-group>
6909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
6910 </trans-unit> 6860 </trans-unit>
6861
6862
6911 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3"> 6863 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
6912 <source>Mark as accepted</source> 6864 <source>Mark as accepted</source>
6913 <target>Merkitse hyvätyksi.</target> 6865 <target>Merkitse hyvätyksi.</target>
@@ -6923,6 +6875,12 @@
6923 <context context-type="linenumber">1</context> 6875 <context context-type="linenumber">1</context>
6924 </context-group> 6876 </context-group>
6925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 6877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
6878 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
6879 <source>Actions for the video</source><target state="new">Actions for the video</target>
6880 <context-group purpose="location">
6881 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6882 <context context-type="linenumber">1</context>
6883 </context-group>
6926 </trans-unit> 6884 </trans-unit>
6927 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599"> 6885 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
6928 <source>Do you really want to delete this abuse report?</source> 6886 <source>Do you really want to delete this abuse report?</source>
@@ -7805,11 +7763,8 @@
7805 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group> 7763 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group>
7806 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7764 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7807 <source>max size</source><target state="new">max size</target> 7765 <source>max size</source><target state="new">max size</target>
7808 <context-group purpose="location"> 7766
7809 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7767 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7810 <context context-type="linenumber">1</context>
7811 </context-group>
7812 </trans-unit>
7813 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7768 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
7814 <source>Now please check your emails to verify your account and complete signup.</source><target state="new">Now please check your emails to verify your account and complete signup.</target> 7769 <source>Now please check your emails to verify your account and complete signup.</source><target state="new">Now please check your emails to verify your account and complete signup.</target>
7815 <context-group purpose="location"> 7770 <context-group purpose="location">
@@ -8149,6 +8104,12 @@
8149 <context context-type="linenumber">1</context> 8104 <context context-type="linenumber">1</context>
8150 </context-group> 8105 </context-group>
8151 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8106 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8107 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8108 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8109 <context-group purpose="location">
8110 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8111 <context context-type="linenumber">1</context>
8112 </context-group>
8152 </trans-unit> 8113 </trans-unit>
8153 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 8114 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
8154 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 8115 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8221,15 +8182,14 @@
8221 <context context-type="linenumber">1</context> 8182 <context context-type="linenumber">1</context>
8222 </context-group> 8183 </context-group>
8223 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8184 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8224 </trans-unit> 8185 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8225 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 8186 <source>just now</source><target state="new">just now</target>
8226 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 8187 <context-group purpose="location">
8227 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> sekuntia sitten</target> 8188 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8228 <context-group name="null">
8229 <context context-type="linenumber">1</context> 8189 <context context-type="linenumber">1</context>
8230 </context-group> 8190 </context-group>
8231 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8191 </trans-unit>
8232 </trans-unit><trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8192 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8233 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 8193 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
8234 <context-group purpose="location"> 8194 <context-group purpose="location">
8235 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8195 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
@@ -9839,8 +9799,8 @@
9839 <context-group name="null"> 9799 <context-group name="null">
9840 <context context-type="linenumber">1</context> 9800 <context context-type="linenumber">1</context>
9841 </context-group> 9801 </context-group>
9842 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group> 9802
9843 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 9803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9844 <source>Encoder</source><target state="new">Encoder</target> 9804 <source>Encoder</source><target state="new">Encoder</target>
9845 <context-group purpose="location"> 9805 <context-group purpose="location">
9846 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 9806 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10104,15 +10064,15 @@
10104 <context context-type="linenumber">1</context> 10064 <context context-type="linenumber">1</context>
10105 </context-group> 10065 </context-group>
10106 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 10066 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10107 </trans-unit> 10067 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10108 10068 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10109 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html">
10110 <source>The deletion will be sent to remote instances, so they remove the comment too.</source><target state="new">The deletion will be sent to remote instances, so they remove the comment too.</target>
10111 <context-group purpose="location"> 10069 <context-group purpose="location">
10112 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10070 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10113 <context context-type="linenumber">1</context> 10071 <context context-type="linenumber">1</context>
10114 </context-group> 10072 </context-group>
10115 </trans-unit> 10073 </trans-unit>
10074
10075
10116 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 10076 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
10117 <source>It is a remote comment, so the deletion will only be effective on your instance.</source><target state="new">It is a remote comment, so the deletion will only be effective on your instance.</target> 10077 <source>It is a remote comment, so the deletion will only be effective on your instance.</source><target state="new">It is a remote comment, so the deletion will only be effective on your instance.</target>
10118 <context-group purpose="location"> 10078 <context-group purpose="location">
diff --git a/client/src/locale/angular.fr-FR.xlf b/client/src/locale/angular.fr-FR.xlf
index 902962c04..551c4a919 100644
--- a/client/src/locale/angular.fr-FR.xlf
+++ b/client/src/locale/angular.fr-FR.xlf
@@ -597,32 +597,32 @@
597 <context-group name="null"> 597 <context-group name="null">
598 <context context-type="linenumber">6</context> 598 <context context-type="linenumber">6</context>
599 </context-group> 599 </context-group>
600 <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> 600
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> 601
602 </trans-unit> 602 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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"> 603 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
604 <source>Private</source> 604 <source>Private</source>
605 <target>Privée</target> 605 <target>Privée</target>
606 <context-group name="null"> 606 <context-group name="null">
607 <context context-type="linenumber">7</context> 607 <context context-type="linenumber">7</context>
608 </context-group> 608 </context-group>
609 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</context></context-group> 609
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> 610
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> 611
612 </trans-unit> 612 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 613 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
614 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 614 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
615 <target state="translated">{VAR_PLURAL, plural, =1 {1 vue} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues} }</target> 615 <target state="translated">{VAR_PLURAL, plural, =1 {1 vue} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues} }</target>
616 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group> 616
617 </trans-unit> 617 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
618 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 618 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
619 <source>Blacklisted</source> 619 <source>Blacklisted</source>
620 <target>Mis sur liste noire</target> 620 <target>Mis sur liste noire</target>
621 <context-group name="null"> 621 <context-group name="null">
622 <context context-type="linenumber">42</context> 622 <context context-type="linenumber">42</context>
623 </context-group> 623 </context-group>
624 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group> 624
625 </trans-unit> 625 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
626 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 626 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
627 <source>Sensitive</source> 627 <source>Sensitive</source>
628 <target> 628 <target>
@@ -631,8 +631,8 @@
631 <context-group name="null"> 631 <context-group name="null">
632 <context context-type="linenumber">46</context> 632 <context context-type="linenumber">46</context>
633 </context-group> 633 </context-group>
634 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group> 634
635 </trans-unit> 635 <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>
636 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 636 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
637 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 637 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
638 <target>{VAR_PLURAL, plural, =0 {Aucune vidéo} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vidéos} }</target> 638 <target>{VAR_PLURAL, plural, =0 {Aucune vidéo} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vidéos} }</target>
@@ -693,7 +693,7 @@
693 693
694 694
695 695
696 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit> 696 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
697 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 697 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
698 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 698 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
699 <target>Supprimer de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 699 <target>Supprimer de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -741,7 +741,7 @@
741 741
742 742
743 743
744 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 744 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
745 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 745 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
746 <source>Truncated preview</source> 746 <source>Truncated preview</source>
747 <target>Prévisualisation tronquée</target> 747 <target>Prévisualisation tronquée</target>
@@ -951,10 +951,10 @@
951 <context-group name="null"> 951 <context-group name="null">
952 <context context-type="linenumber">286</context> 952 <context context-type="linenumber">286</context>
953 </context-group> 953 </context-group>
954 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group> 954
955 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group> 955
956 <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">46</context></context-group> 956
957 </trans-unit> 957 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
958 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 958 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
959 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 959 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
960 <target>Importation HTTP (YouTube, Vimeo, URL...)</target> 960 <target>Importation HTTP (YouTube, Vimeo, URL...)</target>
@@ -1098,7 +1098,7 @@
1098 1098
1099 1099
1100 1100
1101 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1101 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1102 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1102 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1103 <source>Ban this user</source> 1103 <source>Ban this user</source>
1104 <target>Bannir cet utilisateur</target> 1104 <target>Bannir cet utilisateur</target>
@@ -1115,14 +1115,7 @@
1115 </context-group> 1115 </context-group>
1116 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group> 1116 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group>
1117 </trans-unit> 1117 </trans-unit>
1118 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798"> 1118
1119 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1120 <target>(extensions : <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, taille maximum : <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1121 <context-group name="null">
1122 <context context-type="linenumber">12</context>
1123 </context-group>
1124 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context><context context-type="linenumber">12</context></context-group>
1125 </trans-unit>
1126 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1119 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1127 <source>Login</source> 1120 <source>Login</source>
1128 <target> 1121 <target>
@@ -1257,7 +1250,7 @@
1257 1250
1258 1251
1259 1252
1260 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1253 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1261 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1254 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1262 <source>Email address</source> 1255 <source>Email address</source>
1263 <target>Courriel</target> 1256 <target>Courriel</target>
@@ -1651,15 +1644,9 @@
1651 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1644 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1652 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source> 1645 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source>
1653 <target state="translated">Interface : <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1646 <target state="translated">Interface : <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1654 <context-group purpose="location"> 1647
1655 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1648
1656 <context context-type="linenumber">36</context> 1649 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit>
1657 </context-group>
1658 <context-group purpose="location">
1659 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1660 <context context-type="linenumber">158</context>
1661 </context-group>
1662 </trans-unit>
1663 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html"> 1650 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1664 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source> 1651 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source>
1665 <target state="translated">Vidéos : <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1652 <target state="translated">Vidéos : <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
@@ -1703,48 +1690,33 @@
1703 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1690 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1704 <source>Help</source> 1691 <source>Help</source>
1705 <target state="translated">Aide</target> 1692 <target state="translated">Aide</target>
1706 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group> 1693
1707 </trans-unit> 1694 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1708 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1695 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1709 <source>Get help using PeerTube</source> 1696 <source>Get help using PeerTube</source>
1710 <target state="translated">Obtenez de l'aide en utilisant PeerTube</target> 1697 <target state="translated">Obtenez de l'aide en utilisant PeerTube</target>
1711 <context-group purpose="location"> 1698
1712 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1699 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1713 <context context-type="linenumber">167</context>
1714 </context-group>
1715 </trans-unit>
1716 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html"> 1700 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1717 <source>Shortcuts</source> 1701 <source>Shortcuts</source>
1718 <target state="translated">Raccourcis</target> 1702 <target state="translated">Raccourcis</target>
1719 <context-group purpose="location"> 1703
1720 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1704 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit>
1721 <context context-type="linenumber">168</context>
1722 </context-group>
1723 </trans-unit>
1724 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html"> 1705 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1725 <source>powered by PeerTube</source> 1706 <source>powered by PeerTube</source>
1726 <target state="translated">alimenté par PeerTube</target> 1707 <target state="translated">alimenté par PeerTube</target>
1727 <context-group purpose="location"> 1708
1728 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1709 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1729 <context context-type="linenumber">172</context>
1730 </context-group>
1731 </trans-unit>
1732 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html"> 1710 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1733 <source>PeerTube website</source> 1711 <source>PeerTube website</source>
1734 <target state="translated">Site web de PeerTube</target> 1712 <target state="translated">Site web de PeerTube</target>
1735 <context-group purpose="location"> 1713
1736 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1714 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1737 <context context-type="linenumber">172</context>
1738 </context-group>
1739 </trans-unit>
1740 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html"> 1715 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1741 <source>powered by PeerTube - CopyLeft 2015-2020</source> 1716 <source>powered by PeerTube - CopyLeft 2015-2020</source>
1742 <target state="translated">alimenté par PeerTube - CopyLeft 2015-2020</target> 1717 <target state="translated">alimenté par PeerTube - CopyLeft 2015-2020</target>
1743 <context-group purpose="location"> 1718
1744 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1719 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1745 <context context-type="linenumber">171</context>
1746 </context-group>
1747 </trans-unit>
1748 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1720 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1749 <source>Log out</source> 1721 <source>Log out</source>
1750 <target>Se déconnecter</target> 1722 <target>Se déconnecter</target>
@@ -1868,19 +1840,9 @@
1868 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1840 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1869 <source>Contact</source> 1841 <source>Contact</source>
1870 <target state="translated">Contactez</target> 1842 <target state="translated">Contactez</target>
1871 <context-group purpose="location"> 1843
1872 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1844 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1873 <context context-type="linenumber">154</context> 1845
1874 </context-group>
1875 </trans-unit>
1876 <trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1877 <source>Terms of Service</source>
1878 <target state="translated">Conditions d'utilisation</target>
1879 <context-group purpose="location">
1880 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1881 <context context-type="linenumber">155</context>
1882 </context-group>
1883 </trans-unit>
1884 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1846 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1885 <source>View your notifications</source> 1847 <source>View your notifications</source>
1886 <target>Voir vos notifications</target> 1848 <target>Voir vos notifications</target>
@@ -2353,7 +2315,7 @@
2353 2315
2354 2316
2355 2317
2356 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2318 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2357 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2319 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2358 <source>Privacy</source> 2320 <source>Privacy</source>
2359 <target>Confidentialité</target> 2321 <target>Confidentialité</target>
@@ -2368,47 +2330,28 @@
2368 2330
2369 2331
2370 2332
2371 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit> 2333 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit>
2372 <trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2334
2373 <source>More information about privacy within PeerTube</source>
2374 <target state="translated">Plus d'informations sur la protection de la vie privée sur PeerTube</target>
2375 <context-group purpose="location">
2376 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2377 <context context-type="linenumber">164</context>
2378 </context-group>
2379 </trans-unit>
2380 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html"> 2335 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2381 <source>FAQ</source> 2336 <source>FAQ</source>
2382 <target state="translated">FAQ</target> 2337 <target state="translated">FAQ</target>
2383 <context-group purpose="location"> 2338
2384 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2339 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2385 <context context-type="linenumber">165</context>
2386 </context-group>
2387 </trans-unit>
2388 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html"> 2340 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2389 <source>Frequently asked questions about PeerTube</source> 2341 <source>Frequently asked questions about PeerTube</source>
2390 <target state="translated">Foire aux questions sur PeerTube</target> 2342 <target state="translated">Foire aux questions sur PeerTube</target>
2391 <context-group purpose="location"> 2343
2392 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2344 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2393 <context context-type="linenumber">165</context>
2394 </context-group>
2395 </trans-unit>
2396 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html"> 2345 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2397 <source>API</source> 2346 <source>API</source>
2398 <target state="translated">API</target> 2347 <target state="translated">API</target>
2399 <context-group purpose="location"> 2348
2400 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2349 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2401 <context context-type="linenumber">166</context>
2402 </context-group>
2403 </trans-unit>
2404 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html"> 2350 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2405 <source>API documentation</source> 2351 <source>API documentation</source>
2406 <target state="translated">Documentation de l'API</target> 2352 <target state="translated">Documentation de l'API</target>
2407 <context-group purpose="location"> 2353
2408 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2354 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2409 <context context-type="linenumber">166</context>
2410 </context-group>
2411 </trans-unit>
2412 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2355 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2413 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2356 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2414 <target>Programmation de la publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2357 <target>Programmation de la publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2625,7 +2568,7 @@
2625 2568
2626 2569
2627 2570
2628 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit> 2571 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2629 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2572 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2630 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2573 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2631 <target> 2574 <target>
@@ -2642,11 +2585,11 @@
2642 <context-group name="null"> 2585 <context-group name="null">
2643 <context context-type="linenumber">17</context> 2586 <context context-type="linenumber">17</context>
2644 </context-group> 2587 </context-group>
2645 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group> 2588
2646 <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">74</context></context-group> 2589
2647 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group> 2590
2648 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group> 2591
2649 </trans-unit> 2592 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2650 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2593 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2651 <source>Select the file to upload</source> 2594 <source>Select the file to upload</source>
2652 <target>Sélectionner le fichier</target> 2595 <target>Sélectionner le fichier</target>
@@ -2661,16 +2604,16 @@
2661 <context-group name="null"> 2604 <context-group name="null">
2662 <context context-type="linenumber">25</context> 2605 <context context-type="linenumber">25</context>
2663 </context-group> 2606 </context-group>
2664 <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">25</context></context-group> 2607
2665 </trans-unit> 2608 <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">24</context></context-group></trans-unit>
2666 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d"> 2609 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d">
2667 <source>Video background image</source> 2610 <source>Video background image</source>
2668 <target>Fond de la vidéo</target> 2611 <target>Fond de la vidéo</target>
2669 <context-group name="null"> 2612 <context-group name="null">
2670 <context context-type="linenumber">32</context> 2613 <context context-type="linenumber">32</context>
2671 </context-group> 2614 </context-group>
2672 <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> 2615
2673 </trans-unit> 2616 <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">31</context></context-group></trans-unit>
2674 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2617 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2675 <source> 2618 <source>
2676 Image that will be merged with your audio file. 2619 Image that will be merged with your audio file.
@@ -2685,24 +2628,15 @@
2685 <context-group name="null"> 2628 <context-group name="null">
2686 <context context-type="linenumber">34</context> 2629 <context context-type="linenumber">34</context>
2687 </context-group> 2630 </context-group>
2688 <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">34</context></context-group> 2631
2689 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2632 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2690 <source>Processing…</source><target state="new">Processing…</target> 2633 <source>Processing…</source><target state="new">Processing…</target>
2691 <context-group purpose="location"> 2634
2692 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2635 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2693 <context context-type="linenumber">56</context>
2694 </context-group>
2695 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2696 <source>Total video quota</source><target state="new">Total video quota</target> 2636 <source>Total video quota</source><target state="new">Total video quota</target>
2697 <context-group purpose="location"> 2637
2698 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2638
2699 <context context-type="linenumber">54</context> 2639 <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">53</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">11</context></context-group></trans-unit>
2700 </context-group>
2701 <context-group purpose="location">
2702 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2703 <context context-type="linenumber">11</context>
2704 </context-group>
2705 </trans-unit>
2706 <trans-unit id="6357683911e256c566259880de43ea9403de00d3"> 2640 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2707 <source>Congratulations! Your video is now available in your private library.</source> 2641 <source>Congratulations! Your video is now available in your private library.</source>
2708 <target> 2642 <target>
@@ -2712,7 +2646,7 @@
2712 <context context-type="linenumber">66</context> 2646 <context context-type="linenumber">66</context>
2713 </context-group> 2647 </context-group>
2714 2648
2715 <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">68</context></context-group></trans-unit> 2649 <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">67</context></context-group></trans-unit>
2716 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2650 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2717 <source>Publish will be available when upload is finished</source> 2651 <source>Publish will be available when upload is finished</source>
2718 <target>Vous pourrez publier cette vidéo lorsque l'envoi sera terminé</target> 2652 <target>Vous pourrez publier cette vidéo lorsque l'envoi sera terminé</target>
@@ -2720,7 +2654,7 @@
2720 <context context-type="linenumber">79</context> 2654 <context context-type="linenumber">79</context>
2721 </context-group> 2655 </context-group>
2722 2656
2723 <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">81</context></context-group></trans-unit> 2657 <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">80</context></context-group></trans-unit>
2724 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2658 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2725 <source>Publish</source> 2659 <source>Publish</source>
2726 <target>Publier</target> 2660 <target>Publier</target>
@@ -2728,7 +2662,7 @@
2728 <context context-type="linenumber">86</context> 2662 <context context-type="linenumber">86</context>
2729 </context-group> 2663 </context-group>
2730 2664
2731 <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">88</context></context-group></trans-unit> 2665 <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">87</context></context-group></trans-unit>
2732 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2666 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2733 <source>Select the torrent to import</source> 2667 <source>Select the torrent to import</source>
2734 <target>Choisir le torrent à importer</target> 2668 <target>Choisir le torrent à importer</target>
@@ -2736,23 +2670,22 @@
2736 <context context-type="linenumber">6</context> 2670 <context context-type="linenumber">6</context>
2737 </context-group> 2671 </context-group>
2738 <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">6</context></context-group> 2672 <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">6</context></context-group>
2739 </trans-unit> 2673 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2740 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2674 <source>OR</source><target state="new">OR</target>
2741 <source>Or</source> 2675 <context-group purpose="location">
2742 <target>Ou</target> 2676 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2743 <context-group name="null"> 2677 <context context-type="linenumber">10</context>
2744 <context context-type="linenumber">11</context>
2745 </context-group> 2678 </context-group>
2746 <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">11</context></context-group>
2747 </trans-unit> 2679 </trans-unit>
2680
2748 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2681 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2749 <source>Paste magnet URI</source> 2682 <source>Paste magnet URI</source>
2750 <target>Copier l'URL magnet</target> 2683 <target>Copier l'URL magnet</target>
2751 <context-group name="null"> 2684 <context-group name="null">
2752 <context context-type="linenumber">14</context> 2685 <context context-type="linenumber">14</context>
2753 </context-group> 2686 </context-group>
2754 <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> 2687
2755 </trans-unit> 2688 <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">13</context></context-group></trans-unit>
2756 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52"> 2689 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52">
2757 <source> 2690 <source>
2758 You can import any torrent file that points to a mp4 file. 2691 You can import any torrent file that points to a mp4 file.
@@ -2765,8 +2698,8 @@
2765 <context-group name="null"> 2698 <context-group name="null">
2766 <context context-type="linenumber">17</context> 2699 <context context-type="linenumber">17</context>
2767 </context-group> 2700 </context-group>
2768 <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">17</context></context-group> 2701
2769 </trans-unit> 2702 <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">16</context></context-group></trans-unit>
2770 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2703 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2771 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2704 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2772 <target> 2705 <target>
@@ -2774,8 +2707,8 @@
2774 <context-group name="null"> 2707 <context-group name="null">
2775 <context context-type="linenumber">57</context> 2708 <context context-type="linenumber">57</context>
2776 </context-group> 2709 </context-group>
2777 <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> 2710
2778 </trans-unit> 2711 <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">56</context></context-group></trans-unit>
2779 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2712 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2780 <source> 2713 <source>
2781 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. 2714 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.
@@ -3110,10 +3043,10 @@
3110 <context-group name="null"> 3043 <context-group name="null">
3111 <context context-type="linenumber">63</context> 3044 <context context-type="linenumber">63</context>
3112 </context-group> 3045 </context-group>
3113 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group> 3046
3114 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group> 3047
3115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">63</context></context-group> 3048
3116 </trans-unit> 3049 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit>
3117 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 3050 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
3118 <source>Subscribe</source> 3051 <source>Subscribe</source>
3119 <target state="translated">S'abonner</target> 3052 <target state="translated">S'abonner</target>
@@ -3202,7 +3135,7 @@
3202 <context context-type="linenumber">215</context> 3135 <context context-type="linenumber">215</context>
3203 </context-group> 3136 </context-group>
3204 3137
3205 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 3138 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3206 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3139 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3207 <source>Get more information</source> 3140 <source>Get more information</source>
3208 <target>Obtenir plus d'informations</target> 3141 <target>Obtenir plus d'informations</target>
@@ -3282,27 +3215,18 @@
3282 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html"> 3215 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html">
3283 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source> 3216 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source>
3284 <target state="translated">Voir <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> réponses de <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'l’auteur' }}"/> et d’autres </target> 3217 <target state="translated">Voir <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> réponses de <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'l’auteur' }}"/> et d’autres </target>
3285 <context-group purpose="location"> 3218
3286 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3219 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3287 <context context-type="linenumber">77</context>
3288 </context-group>
3289 </trans-unit>
3290 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3220 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3291 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3221 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3292 <target state="translated">Voir <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> réponses de <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'l’auteur' }}"/> </target> 3222 <target state="translated">Voir <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> réponses de <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'l’auteur' }}"/> </target>
3293 <context-group purpose="location"> 3223
3294 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3224 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3295 <context context-type="linenumber">80</context>
3296 </context-group>
3297 </trans-unit>
3298 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3225 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3299 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3226 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3300 <target state="translated">Voir <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> réponses</target> 3227 <target state="translated">Voir <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> réponses</target>
3301 <context-group purpose="location"> 3228
3302 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3229 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3303 <context context-type="linenumber">84</context>
3304 </context-group>
3305 </trans-unit>
3306 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3230 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3307 <source>Comments are disabled.</source> 3231 <source>Comments are disabled.</source>
3308 <target> 3232 <target>
@@ -3311,8 +3235,8 @@
3311 <context-group name="null"> 3235 <context-group name="null">
3312 <context context-type="linenumber">64</context> 3236 <context context-type="linenumber">64</context>
3313 </context-group> 3237 </context-group>
3314 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 3238
3315 </trans-unit> 3239 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3316 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3240 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3317 <source>Add comment...</source> 3241 <source>Add comment...</source>
3318 <target>Ajouter un commentaire...</target> 3242 <target>Ajouter un commentaire...</target>
@@ -3404,74 +3328,54 @@
3404 </context-group> 3328 </context-group>
3405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3329 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3406 </trans-unit> 3330 </trans-unit>
3407 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 3331
3408 <source>Follow</source>
3409 <target>S'abonner</target>
3410 <context-group name="null">
3411 <context context-type="linenumber">7</context>
3412 </context-group>
3413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3414 </trans-unit>
3415 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3332 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3416 <source>Followers</source> 3333 <source>Followers</source>
3417 <target>Abonnés</target> 3334 <target>Abonnés</target>
3418 <context-group name="null"> 3335 <context-group name="null">
3419 <context context-type="linenumber">3</context> 3336 <context context-type="linenumber">3</context>
3420 </context-group> 3337 </context-group>
3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 3338
3422 </trans-unit> 3339 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3423 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3340 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3424 <source>Video redundancies</source> 3341 <source>Video redundancies</source>
3425 <target state="translated">Redondances des vidéos</target> 3342 <target state="translated">Redondances des vidéos</target>
3426 <context-group purpose="location"> 3343
3427 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3428 <context context-type="linenumber">11</context>
3429 </context-group>
3430 </trans-unit>
3431 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 3345 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
3432 <source>1 host (without "http://") per line</source> 3346 <source>1 host (without "http://") per line</source>
3433 <target>1 hôte (sans le "http://") par ligne</target> 3347 <target>1 hôte (sans le "http://") par ligne</target>
3434 <context-group name="null"> 3348 <context-group name="null">
3435 <context context-type="linenumber">5</context> 3349 <context context-type="linenumber">5</context>
3436 </context-group> 3350 </context-group>
3437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">5</context></context-group> 3351
3438 </trans-unit> 3352 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3439 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507"> 3353 <source>Follow domain</source><target state="new">Follow domain</target>
3440 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3354 <context-group purpose="location">
3441 <target> 3355 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3442 Il semble que vous n'êtes pas sur un serveur supportant HTTPS. Votre serveur web a besoin d'avoir TLS activé si vous voulez suivre d'autres instances. 3356 <context context-type="linenumber">15</context>
3443 </target>
3444 <context-group name="null">
3445 <context context-type="linenumber">17</context>
3446 </context-group>
3447 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">17</context></context-group>
3448 </trans-unit>
3449 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
3450 <source>Add following</source>
3451 <target>Ajoute un abonnement</target>
3452 <context-group name="null">
3453 <context context-type="linenumber">21</context>
3454 </context-group> 3357 </context-group>
3455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group>
3456 </trans-unit> 3358 </trans-unit>
3359
3360
3457 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3361 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3458 <source>Filter...</source> 3362 <source>Filter...</source>
3459 <target>Filtrage...</target> 3363 <target>Filtrage...</target>
3460 <context-group name="null"> 3364 <context-group name="null">
3461 <context context-type="linenumber">27</context> 3365 <context context-type="linenumber">27</context>
3462 </context-group> 3366 </context-group>
3463 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</context></context-group> 3367
3464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">9</context></context-group> 3368
3465 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">27</context></context-group> 3369
3466 </trans-unit> 3370 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3467 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3371 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3468 <source>ID</source> 3372 <source>ID</source>
3469 <target>ID</target> 3373 <target>ID</target>
3470 <context-group name="null"> 3374 <context-group name="null">
3471 <context context-type="linenumber">18</context> 3375 <context context-type="linenumber">18</context>
3472 </context-group> 3376 </context-group>
3473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 3377
3474 </trans-unit> 3378 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3475 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb"> 3379 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb">
3476 <source>Follower handle</source> 3380 <source>Follower handle</source>
3477 <target>Identifiant d'abonné</target> 3381 <target>Identifiant d'abonné</target>
@@ -3486,80 +3390,65 @@
3486 <context-group name="null"> 3390 <context-group name="null">
3487 <context context-type="linenumber">10</context> 3391 <context context-type="linenumber">10</context>
3488 </context-group> 3392 </context-group>
3489 <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> 3393
3490 <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> 3394
3491 </trans-unit> 3395 <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>
3492 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3396 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3493 <source>Delayed.</source> 3397 <source>Delayed.</source>
3494 <target state="translated">Retardé.</target> 3398 <target state="translated">Retardé.</target>
3495 <context-group purpose="location"> 3399
3496 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3497 <context context-type="linenumber">42</context>
3498 </context-group>
3499 </trans-unit>
3500 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3401 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3501 <source>Will start soon...</source> 3402 <source>Will start soon...</source>
3502 <target state="translated">Commence bientôt...</target> 3403 <target state="translated">Commence bientôt...</target>
3503 <context-group purpose="location"> 3404
3504 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3505 <context context-type="linenumber">43</context>
3506 </context-group>
3507 </trans-unit>
3508 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3406 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3509 <source>Running...</source> 3407 <source>Running...</source>
3510 <target state="translated">En cours...</target> 3408 <target state="translated">En cours...</target>
3511 <context-group purpose="location"> 3409
3512 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3410 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3513 <context context-type="linenumber">44</context>
3514 </context-group>
3515 </trans-unit>
3516 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3411 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3517 <source>Finished</source> 3412 <source>Finished</source>
3518 <target state="translated">Fini</target> 3413 <target state="translated">Fini</target>
3519 <context-group purpose="location"> 3414
3520 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3521 <context context-type="linenumber">45</context>
3522 </context-group>
3523 </trans-unit>
3524 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3416 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3525 <source>Failed</source> 3417 <source>Failed</source>
3526 <target state="translated">Echoué</target> 3418 <target state="translated">Echoué</target>
3527 <context-group purpose="location"> 3419
3528 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3529 <context context-type="linenumber">46</context>
3530 </context-group>
3531 </trans-unit>
3532 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3421 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3533 <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> 3422 <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>
3534 <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> 3423 <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>
3535 <context-group name="null"> 3424 <context-group name="null">
3536 <context context-type="linenumber">11</context> 3425 <context context-type="linenumber">11</context>
3537 </context-group> 3426 </context-group>
3538 <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> 3427
3539 <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> 3428
3540 <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> 3429
3541 <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> 3430
3542 <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> 3431
3543 <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> 3432
3544 </trans-unit> 3433 <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">24</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">46</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">11</context></context-group><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><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>
3545 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3434 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3546 <source>Accepted</source> 3435 <source>Accepted</source>
3547 <target>Accepté</target> 3436 <target>Accepté</target>
3548 <context-group name="null"> 3437 <context-group name="null">
3549 <context context-type="linenumber">32</context> 3438 <context context-type="linenumber">32</context>
3550 </context-group> 3439 </context-group>
3551 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3440
3552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3441
3553 </trans-unit> 3442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3554 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3443 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3555 <source>Pending</source> 3444 <source>Pending</source>
3556 <target>En attente</target> 3445 <target>En attente</target>
3557 <context-group name="null"> 3446 <context-group name="null">
3558 <context context-type="linenumber">33</context> 3447 <context context-type="linenumber">33</context>
3559 </context-group> 3448 </context-group>
3560 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3449
3561 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3450
3562 </trans-unit> 3451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3563 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3452 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3564 <source>Accept</source> 3453 <source>Accept</source>
3565 <target>Accepter</target> 3454 <target>Accepter</target>
@@ -3577,6 +3466,12 @@
3577 </context-group> 3466 </context-group>
3578 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3579 <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">42</context></context-group> 3468 <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">42</context></context-group>
3469 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3470 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3471 <context-group purpose="location">
3472 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3473 <context context-type="linenumber">3</context>
3474 </context-group>
3580 </trans-unit> 3475 </trans-unit>
3581 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 3476 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3582 <source>Host</source> 3477 <source>Host</source>
@@ -3584,24 +3479,32 @@
3584 <context-group name="null"> 3479 <context-group name="null">
3585 <context context-type="linenumber">19</context> 3480 <context context-type="linenumber">19</context>
3586 </context-group> 3481 </context-group>
3587 <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> 3482
3588 </trans-unit> 3483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3589 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3484 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3590 <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> 3485 <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>
3591 <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> 3486 <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>
3487
3488 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3489 <source>Follow domains</source><target state="new">Follow domains</target>
3592 <context-group purpose="location"> 3490 <context-group purpose="location">
3593 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3491 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3594 <context context-type="linenumber">21</context> 3492 <context context-type="linenumber">50</context>
3595 </context-group> 3493 </context-group>
3596 </trans-unit> 3494 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3597 <trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3495 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3598 <source>Video redundancies list</source>
3599 <target state="translated">Liste des redondances vidéo</target>
3600 <context-group purpose="location"> 3496 <context-group purpose="location">
3601 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3497 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3602 <context context-type="linenumber">2</context> 3498 <context context-type="linenumber">7</context>
3499 </context-group>
3500 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3501 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3502 <context-group purpose="location">
3503 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3504 <context context-type="linenumber">8</context>
3603 </context-group> 3505 </context-group>
3604 </trans-unit> 3506 </trans-unit>
3507
3605 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 3508 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
3606 <source>Create user</source> 3509 <source>Create user</source>
3607 <target>Créer un utilisateur</target> 3510 <target>Créer un utilisateur</target>
@@ -3665,7 +3568,7 @@
3665 3568
3666 3569
3667 3570
3668 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3571 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3669 <source> 3572 <source>
3670 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3573 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3671 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3574 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3761,31 +3664,41 @@
3761 <context-group name="null"> 3664 <context-group name="null">
3762 <context context-type="linenumber">19</context> 3665 <context context-type="linenumber">19</context>
3763 </context-group> 3666 </context-group>
3764 <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> 3667
3765 </trans-unit> 3668 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3766 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3669 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3767 <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> 3670 <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>
3768 <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> 3671 <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>
3769 <context-group name="null"> 3672 <context-group name="null">
3770 <context context-type="linenumber">40</context> 3673 <context context-type="linenumber">40</context>
3771 </context-group> 3674 </context-group>
3772 <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> 3675
3773 </trans-unit> 3676 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3774 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3677 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3775 <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> 3678 <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>
3776 <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> 3679 <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>
3777 <context-group name="null"> 3680 <context-group name="null">
3778 <context context-type="linenumber">42</context> 3681 <context context-type="linenumber">42</context>
3779 </context-group> 3682 </context-group>
3780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group> 3683
3781 </trans-unit> 3684 <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></trans-unit>
3782 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3685 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3783 <source>(banned)</source> 3686 <source>(banned)</source>
3784 <target>(banni)</target> 3687 <target>(banni)</target>
3785 <context-group name="null"> 3688 <context-group name="null">
3786 <context context-type="linenumber">65</context> 3689 <context context-type="linenumber">65</context>
3787 </context-group> 3690 </context-group>
3788 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group> 3691
3692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3693 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3694 <context-group purpose="location">
3695 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3696 <context context-type="linenumber">65</context>
3697 </context-group>
3698 <context-group purpose="location">
3699 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3700 <context context-type="linenumber">27</context>
3701 </context-group>
3789 </trans-unit> 3702 </trans-unit>
3790 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3703 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3791 <source>User's email must be verified to login</source> 3704 <source>User's email must be verified to login</source>
@@ -3793,23 +3706,29 @@
3793 <context-group name="null"> 3706 <context-group name="null">
3794 <context context-type="linenumber">72</context> 3707 <context context-type="linenumber">72</context>
3795 </context-group> 3708 </context-group>
3796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group> 3709
3797 </trans-unit> 3710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3798 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3711 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3799 <source>User's email is verified / User can login without email verification</source> 3712 <source>User's email is verified / User can login without email verification</source>
3800 <target>L'adresse mail de l'utilisateur·rice est vérifié / L'utilisateur·rice peut se connecter sans vérification mail</target> 3713 <target>L'adresse mail de l'utilisateur·rice est vérifié / L'utilisateur·rice peut se connecter sans vérification mail</target>
3801 <context-group name="null"> 3714 <context-group name="null">
3802 <context context-type="linenumber">76</context> 3715 <context context-type="linenumber">76</context>
3803 </context-group> 3716 </context-group>
3804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group> 3717
3805 </trans-unit> 3718 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3806 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3719 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3807 <source>Ban reason:</source> 3720 <source>Ban reason:</source>
3808 <target>Raison du bannissement :</target> 3721 <target>Raison du bannissement :</target>
3809 <context-group name="null"> 3722 <context-group name="null">
3810 <context context-type="linenumber">95</context> 3723 <context context-type="linenumber">95</context>
3811 </context-group> 3724 </context-group>
3812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group> 3725
3726 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3727 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3728 <context-group purpose="location">
3729 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3730 <context context-type="linenumber">15</context>
3731 </context-group>
3813 </trans-unit> 3732 </trans-unit>
3814 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3733 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
3815 <source>Moderation</source> 3734 <source>Moderation</source>
@@ -3859,6 +3778,12 @@
3859 <context context-type="linenumber">13</context> 3778 <context context-type="linenumber">13</context>
3860 </context-group> 3779 </context-group>
3861 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3781 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3782 <source>Video <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">Video <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>
3783 <context-group purpose="location">
3784 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3785 <context context-type="linenumber">10</context>
3786 </context-group>
3862 </trans-unit> 3787 </trans-unit>
3863 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3788 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3864 <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> 3789 <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>
@@ -3866,91 +3791,91 @@
3866 <context-group name="null"> 3791 <context-group name="null">
3867 <context context-type="linenumber">8</context> 3792 <context context-type="linenumber">8</context>
3868 </context-group> 3793 </context-group>
3869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3794
3870 <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">8</context></context-group> 3795
3871 </trans-unit> 3796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3872 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3797 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3873 <source>Video URL</source> 3798 <source>Video URL</source>
3874 <target state="translated">URL de la vidéo</target> 3799 <target state="translated">URL de la vidéo</target>
3875 <context-group purpose="location"> 3800
3876 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3801 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3877 <context context-type="linenumber">24</context>
3878 </context-group>
3879 </trans-unit>
3880 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3802 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3881 <source>Total size</source> 3803 <source>Total size</source>
3882 <target state="translated">Taille totale</target> 3804 <target state="translated">Taille totale</target>
3805
3806 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3807 <source>List redundancies</source><target state="new">List redundancies</target>
3883 <context-group purpose="location"> 3808 <context-group purpose="location">
3884 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3809 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3885 <context context-type="linenumber">25</context> 3810 <context context-type="linenumber">33</context>
3886 </context-group> 3811 </context-group>
3887 </trans-unit> 3812 </trans-unit>
3888 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3813 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3889 <source>Enabled strategies stats</source> 3814 <source>Enabled strategies stats</source>
3890 <target state="translated">Statistiques des stratégies activée</target> 3815 <target state="translated">Statistiques des stratégies activée</target>
3891 <context-group purpose="location"> 3816
3892 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3817 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
3893 <context context-type="linenumber">69</context>
3894 </context-group>
3895 </trans-unit>
3896 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3818 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3897 <source>No redundancy strategy is enabled on your instance.</source> 3819 <source>No redundancy strategy is enabled on your instance.</source>
3898 <target state="translated">Aucune stratégie de redondance n'est activée sur votre instance.</target> 3820 <target state="translated">Aucune stratégie de redondance n'est activée sur votre instance.</target>
3899 <context-group purpose="location"> 3821
3900 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3822 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3901 <context context-type="linenumber">73</context>
3902 </context-group>
3903 </trans-unit>
3904 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3823 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3905 <source>Sensitive</source> 3824 <source>Sensitive</source>
3906 <target>Sensible</target> 3825 <target>Sensible</target>
3907 <context-group name="null"> 3826 <context-group name="null">
3908 <context context-type="linenumber">9</context> 3827 <context context-type="linenumber">9</context>
3909 </context-group> 3828 </context-group>
3910 <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">9</context></context-group> 3829
3911 </trans-unit> 3830 <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">11</context></context-group></trans-unit>
3912 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3831 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3913 <source>Unfederated</source> 3832 <source>Unfederated</source>
3914 <target>Non fédéré</target> 3833 <target>Non fédéré</target>
3915 <context-group name="null"> 3834 <context-group name="null">
3916 <context context-type="linenumber">10</context> 3835 <context context-type="linenumber">10</context>
3917 </context-group> 3836 </context-group>
3918 <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> 3837
3919 </trans-unit> 3838 <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">12</context></context-group></trans-unit>
3920 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3839 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3921 <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> 3840 <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>
3922 <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> 3841 <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>
3923 <context-group name="null"> 3842 <context-group name="null">
3924 <context context-type="linenumber">11</context> 3843 <context context-type="linenumber">11</context>
3925 </context-group> 3844 </context-group>
3926 <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">11</context></context-group> 3845
3927 </trans-unit> 3846 <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">13</context></context-group></trans-unit>
3928 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3847 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3929 <source>Go to the video</source> 3848 <source>Go to the video</source>
3930 <target>Aller sur la vidéo</target> 3849 <target>Aller sur la vidéo</target>
3931 <context-group name="null"> 3850 <context-group name="null">
3932 <context context-type="linenumber">33</context> 3851 <context context-type="linenumber">33</context>
3933 </context-group> 3852 </context-group>
3934 <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">25</context></context-group> 3853
3935 <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">33</context></context-group> 3854
3936 <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">33</context></context-group> 3855
3937 </trans-unit> 3856 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3938 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3857 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3939 <source>Actions</source> 3858 <source>Actions</source>
3940 <target>Actions</target> 3859 <target>Actions</target>
3941 <context-group name="null"> 3860 <context-group name="null">
3942 <context context-type="linenumber">44</context> 3861 <context context-type="linenumber">44</context>
3943 </context-group> 3862 </context-group>
3944 <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">35</context></context-group> 3863
3945 <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">44</context></context-group> 3864
3946 </trans-unit> 3865 <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">38</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">57</context></context-group></trans-unit>
3947 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3866 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3948 <source>Blacklist reason:</source> 3867 <source>Blacklist reason:</source>
3949 <target>Raison de mise sur liste noire :</target> 3868 <target>Raison de mise sur liste noire :</target>
3950 <context-group name="null"> 3869 <context-group name="null">
3951 <context context-type="linenumber">43</context> 3870 <context context-type="linenumber">43</context>
3952 </context-group> 3871 </context-group>
3953 <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">43</context></context-group> 3872
3873 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3874 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3875 <context-group purpose="location">
3876 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3877 <context context-type="linenumber">5</context>
3878 </context-group>
3954 </trans-unit> 3879 </trans-unit>
3955 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 3880 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
3956 <source>Moderation comment</source> 3881 <source>Moderation comment</source>
@@ -3968,8 +3893,8 @@
3968 <context-group name="null"> 3893 <context-group name="null">
3969 <context context-type="linenumber">18</context> 3894 <context context-type="linenumber">18</context>
3970 </context-group> 3895 </context-group>
3971 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">18</context></context-group> 3896
3972 </trans-unit> 3897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3973 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3898 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3974 <source>Update this comment</source> 3899 <source>Update this comment</source>
3975 <target>Modifier ce commentaire</target> 3900 <target>Modifier ce commentaire</target>
@@ -3977,24 +3902,30 @@
3977 <context context-type="linenumber">26</context> 3902 <context context-type="linenumber">26</context>
3978 </context-group> 3903 </context-group>
3979 3904
3980 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3981 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3906 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3982 <source>Reporter</source> 3907 <source>Reporter</source>
3983 <target>Rapporteur</target> 3908 <target>Rapporteur</target>
3984 <context-group name="null"> 3909 <context-group name="null">
3985 <context context-type="linenumber">8</context> 3910 <context context-type="linenumber">8</context>
3986 </context-group> 3911 </context-group>
3987 <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">8</context></context-group> 3912
3988 </trans-unit> 3913 <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">10</context></context-group></trans-unit>
3989 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3914 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3990 <source>Video</source> 3915 <source>Video</source>
3991 <target>Vidéo</target> 3916 <target>Vidéo</target>
3992 <context-group name="null"> 3917 <context-group name="null">
3993 <context context-type="linenumber">9</context> 3918 <context context-type="linenumber">9</context>
3994 </context-group> 3919 </context-group>
3995 <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">10</context></context-group> 3920
3996 <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">14</context></context-group> 3921
3997 <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> 3922
3923 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3924 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3925 <context-group purpose="location">
3926 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3927 <context context-type="linenumber">46</context>
3928 </context-group>
3998 </trans-unit> 3929 </trans-unit>
3999 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3930 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4000 <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> 3931 <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>
@@ -4002,10 +3933,10 @@
4002 <context-group name="null"> 3933 <context-group name="null">
4003 <context context-type="linenumber">11</context> 3934 <context context-type="linenumber">11</context>
4004 </context-group> 3935 </context-group>
4005 <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> 3936
4006 <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> 3937
4007 <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> 3938
4008 </trans-unit> 3939 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
4009 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3940 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
4010 <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> 3941 <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>
4011 <target state="translated">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> 3942 <target state="translated">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>
@@ -4020,25 +3951,30 @@
4020 <context-group name="null"> 3951 <context-group name="null">
4021 <context context-type="linenumber">27</context> 3952 <context context-type="linenumber">27</context>
4022 </context-group> 3953 </context-group>
4023 <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">25</context></context-group> 3954
4024 <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">27</context></context-group> 3955
4025 </trans-unit> 3956 <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">27</context></context-group></trans-unit>
4026 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3957 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
4027 <source>Reason:</source> 3958 <source>Reason:</source>
4028 <target>Raison :</target> 3959 <target>Raison :</target>
4029 <context-group name="null"> 3960 <context-group name="null">
4030 <context context-type="linenumber">53</context> 3961 <context context-type="linenumber">53</context>
4031 </context-group> 3962 </context-group>
4032 <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">53</context></context-group> 3963
4033 </trans-unit> 3964 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
4034 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 3965 <source>Note:</source><target state="new">Note:</target>
4035 <source>Moderation comment:</source> 3966 <context-group purpose="location">
4036 <target>Commentaire de modération :</target> 3967 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4037 <context-group name="null"> 3968 <context context-type="linenumber">72</context>
4038 <context context-type="linenumber">57</context> 3969 </context-group>
3970 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3971 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3972 <context-group purpose="location">
3973 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3974 <context context-type="linenumber">5</context>
4039 </context-group> 3975 </context-group>
4040 <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">57</context></context-group>
4041 </trans-unit> 3976 </trans-unit>
3977
4042 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3978 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
4043 <source>Unblacklist</source> 3979 <source>Unblacklist</source>
4044 <target>Retirer de la liste noire</target> 3980 <target>Retirer de la liste noire</target>
@@ -4047,6 +3983,12 @@
4047 </context-group> 3983 </context-group>
4048 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 3984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
4049 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 3985 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3986 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3987 <source>Mute domain</source><target state="new">Mute domain</target>
3988 <context-group purpose="location">
3989 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3990 <context context-type="linenumber">11</context>
3991 </context-group>
4050 </trans-unit> 3992 </trans-unit>
4051 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3993 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
4052 <source>Instance</source> 3994 <source>Instance</source>
@@ -4054,31 +3996,53 @@
4054 <context-group name="null"> 3996 <context-group name="null">
4055 <context context-type="linenumber">5</context> 3997 <context context-type="linenumber">5</context>
4056 </context-group> 3998 </context-group>
4057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 3999
4058 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 4000
4059 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4001
4060 </trans-unit> 4002 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
4061 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4003 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4062 <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> 4004 <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>
4063 <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> 4005 <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>
4064 <context-group name="null"> 4006 <context-group name="null">
4065 <context context-type="linenumber">13</context> 4007 <context context-type="linenumber">13</context>
4066 </context-group> 4008 </context-group>
4067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 4009
4068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 4010
4069 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 4011
4070 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 4012
4071 </trans-unit> 4013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
4072 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4014 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
4073 <source>Unmute</source> 4015 <source>Unmute</source>
4074 <target>Réactiver</target> 4016 <target>Réactiver</target>
4075 <context-group name="null"> 4017 <context-group name="null">
4076 <context context-type="linenumber">23</context> 4018 <context context-type="linenumber">23</context>
4077 </context-group> 4019 </context-group>
4078 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group> 4020
4079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 4021
4080 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group> 4022
4081 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group> 4023
4024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
4025 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
4026 <context-group purpose="location">
4027 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4028 <context context-type="linenumber">5</context>
4029 </context-group>
4030 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
4031 <source>
4032 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4033 </source><target state="new">
4034 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4035 </target>
4036 <context-group purpose="location">
4037 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4038 <context context-type="linenumber">37</context>
4039 </context-group>
4040 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4041 <source>Mute domains</source><target state="new">Mute domains</target>
4042 <context-group purpose="location">
4043 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4044 <context context-type="linenumber">35</context>
4045 </context-group>
4082 </trans-unit> 4046 </trans-unit>
4083 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4047 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
4084 <source>Account</source> 4048 <source>Account</source>
@@ -4086,8 +4050,14 @@
4086 <context-group name="null"> 4050 <context-group name="null">
4087 <context context-type="linenumber">12</context> 4051 <context context-type="linenumber">12</context>
4088 </context-group> 4052 </context-group>
4089 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 4053
4090 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 4054
4055 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4056 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
4057 <context-group purpose="location">
4058 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4059 <context context-type="linenumber">5</context>
4060 </context-group>
4091 </trans-unit> 4061 </trans-unit>
4092 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5"> 4062 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5">
4093 <source>Plugins/Themes</source> 4063 <source>Plugins/Themes</source>
@@ -4255,38 +4225,25 @@
4255 </context-group> 4225 </context-group>
4256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group> 4226 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group>
4257 </trans-unit> 4227 </trans-unit>
4258 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 4228
4259 <source>Jobs list</source>
4260 <target>Liste des jobs</target>
4261 <context-group name="null">
4262 <context context-type="linenumber">2</context>
4263 </context-group>
4264 <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>
4265 </trans-unit>
4266 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 4229 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4267 <source>Job type</source> 4230 <source>Job type</source>
4268 <target state="translated">type de tâche</target> 4231 <target state="translated">type de tâche</target>
4269 <context-group purpose="location"> 4232
4270 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
4271 <context context-type="linenumber">5</context>
4272 </context-group>
4273 </trans-unit>
4274 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 4234 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4275 <source>Job state</source> 4235 <source>Job state</source>
4276 <target state="translated">État des tâches</target> 4236 <target state="translated">État des tâches</target>
4277 <context-group purpose="location"> 4237
4278 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4238 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4279 <context context-type="linenumber">14</context>
4280 </context-group>
4281 </trans-unit>
4282 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4239 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
4283 <source>Type</source> 4240 <source>Type</source>
4284 <target>Type</target> 4241 <target>Type</target>
4285 <context-group name="null"> 4242 <context-group name="null">
4286 <context context-type="linenumber">19</context> 4243 <context context-type="linenumber">19</context>
4287 </context-group> 4244 </context-group>
4288 <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> 4245
4289 </trans-unit> 4246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4290 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 4247 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
4291 <source>Refresh</source> 4248 <source>Refresh</source>
4292 <target>Rafraîchir</target> 4249 <target>Rafraîchir</target>
@@ -4351,43 +4308,25 @@
4351 4308
4352 4309
4353 4310
4354 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4311 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4355 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4312 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4356 <context-group purpose="location"> 4313
4357 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4314 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4358 <context context-type="linenumber">46</context>
4359 </context-group>
4360 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4361 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 4315 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
4362 <context-group purpose="location"> 4316
4363 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4317 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4364 <context context-type="linenumber">43</context>
4365 </context-group>
4366 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4367 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 4318 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
4368 <context-group purpose="location"> 4319
4369 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4320 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4370 <context context-type="linenumber">57</context>
4371 </context-group>
4372 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4373 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 4321 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
4374 <context-group purpose="location"> 4322
4375 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4323 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4376 <context context-type="linenumber">54</context>
4377 </context-group>
4378 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4379 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 4324 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
4380 <context-group purpose="location"> 4325
4381 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4326 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4382 <context context-type="linenumber">68</context>
4383 </context-group>
4384 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4385 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 4327 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
4386 <context-group purpose="location"> 4328
4387 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4329 <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">66</context></context-group></trans-unit>
4388 <context context-type="linenumber">65</context>
4389 </context-group>
4390 </trans-unit>
4391 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629"> 4330 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629">
4392 <source>Main languages you/your moderators speak</source> 4331 <source>Main languages you/your moderators speak</source>
4393 <target>Principales langues parlées par vous / vos modérateurs</target> 4332 <target>Principales langues parlées par vous / vos modérateurs</target>
@@ -4450,7 +4389,7 @@
4450 </context-group> 4389 </context-group>
4451 4390
4452 4391
4453 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 4392 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4454 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4393 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4455 <source>Blur thumbnails</source> 4394 <source>Blur thumbnails</source>
4456 <target>Flouter les miniatures</target> 4395 <target>Flouter les miniatures</target>
@@ -4459,7 +4398,7 @@
4459 </context-group> 4398 </context-group>
4460 4399
4461 4400
4462 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 4401 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4463 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4402 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4464 <source>Display</source> 4403 <source>Display</source>
4465 <target>Afficher</target> 4404 <target>Afficher</target>
@@ -4469,15 +4408,12 @@
4469 4408
4470 4409
4471 4410
4472 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit> 4411 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit>
4473 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4412 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4474 <source>Strategy</source> 4413 <source>Strategy</source>
4475 <target state="translated">Stratégie</target> 4414 <target state="translated">Stratégie</target>
4476 <context-group purpose="location"> 4415
4477 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4478 <context context-type="linenumber">22</context>
4479 </context-group>
4480 </trans-unit>
4481 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4417 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4482 <source>Terms</source> 4418 <source>Terms</source>
4483 <target>Conditions d'utilisation</target> 4419 <target>Conditions d'utilisation</target>
@@ -4487,7 +4423,7 @@
4487 4423
4488 4424
4489 4425
4490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 4426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4491 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b"> 4427 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b">
4492 <source>Code of conduct</source> 4428 <source>Code of conduct</source>
4493 <target>Code de conduite</target> 4429 <target>Code de conduite</target>
@@ -4497,7 +4433,7 @@
4497 4433
4498 4434
4499 4435
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">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 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">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4501 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878"> 4437 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878">
4502 <source>Moderation information</source> 4438 <source>Moderation information</source>
4503 <target>Informations concernant la moderation</target> 4439 <target>Informations concernant la moderation</target>
@@ -4507,17 +4443,17 @@
4507 4443
4508 4444
4509 4445
4510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 4446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
4511 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 4447 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4512 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4448 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4513 <target state="translated">Qui modère l'instance ? Quelle politique est appliquée à propos des vidéos NSFW ? À propos des vidéos politiques ? etc</target> 4449 <target state="translated">Qui modère l'instance ? Quelle politique est appliquée à propos des vidéos NSFW ? À propos des vidéos politiques ? etc</target>
4514 4450
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">139</context></context-group></trans-unit> 4451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit>
4516 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4452 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4517 <source>YOU AND YOUR INSTANCE</source> 4453 <source>YOU AND YOUR INSTANCE</source>
4518 <target state="translated">VOUS ET VOTRE INSTANCE</target> 4454 <target state="translated">VOUS ET VOTRE INSTANCE</target>
4519 4455
4520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit> 4456 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit>
4521 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063"> 4457 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063">
4522 <source>Who is behind the instance?</source> 4458 <source>Who is behind the instance?</source>
4523 <target>Qui est derrière cette instance ?</target> 4459 <target>Qui est derrière cette instance ?</target>
@@ -4525,12 +4461,12 @@
4525 <context context-type="linenumber">133</context> 4461 <context context-type="linenumber">133</context>
4526 </context-group> 4462 </context-group>
4527 4463
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">159</context></context-group></trans-unit> 4464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
4529 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4465 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4530 <source>A single person? A non-profit? A company?</source> 4466 <source>A single person? A non-profit? A company?</source>
4531 <target state="translated">Un particulier ? Une organisation à but non lucratif ? Une entreprise ?</target> 4467 <target state="translated">Un particulier ? Une organisation à but non lucratif ? Une entreprise ?</target>
4532 4468
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">160</context></context-group></trans-unit> 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">161</context></context-group></trans-unit>
4534 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5"> 4470 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5">
4535 <source>Why did you create this instance?</source> 4471 <source>Why did you create this instance?</source>
4536 <target>Pourquoi avez-vous créé cette instance ?</target> 4472 <target>Pourquoi avez-vous créé cette instance ?</target>
@@ -4538,12 +4474,12 @@
4538 <context context-type="linenumber">145</context> 4474 <context context-type="linenumber">145</context>
4539 </context-group> 4475 </context-group>
4540 4476
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">171</context></context-group></trans-unit> 4477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit>
4542 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4478 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4543 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4479 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4544 <target state="translated">Pour partager vos vidéos personnelles ? Pour permettre à des utilisateurs de s'inscrire et héberger ce qu'ils souhaitent ?</target> 4480 <target state="translated">Pour partager vos vidéos personnelles ? Pour permettre à des utilisateurs de s'inscrire et héberger ce qu'ils souhaitent ?</target>
4545 4481
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">172</context></context-group></trans-unit> 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">173</context></context-group></trans-unit>
4547 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6"> 4483 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6">
4548 <source>How long do you plan to maintain this instance?</source> 4484 <source>How long do you plan to maintain this instance?</source>
4549 <target>Combien de temps prévoyez-vous de maintenir cette instance ?</target> 4485 <target>Combien de temps prévoyez-vous de maintenir cette instance ?</target>
@@ -4551,34 +4487,34 @@
4551 <context context-type="linenumber">156</context> 4487 <context context-type="linenumber">156</context>
4552 </context-group> 4488 </context-group>
4553 4489
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">182</context></context-group></trans-unit> 4490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit>
4555 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4491 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4556 <source>It's important to know for users who want to register on your instance</source> 4492 <source>It's important to know for users who want to register on your instance</source>
4557 <target state="translated">Il est important aux utilisateurs qui veulent s'inscrire sur votre instance de le savoir</target> 4493 <target state="translated">Il est important aux utilisateurs qui veulent s'inscrire sur votre instance de le savoir</target>
4558 4494
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">183</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">184</context></context-group></trans-unit>
4560 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4496 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4561 <source>How will you finance the PeerTube server?</source> 4497 <source>How will you finance the PeerTube server?</source>
4562 <target state="translated">Comment allez-vous financer le serveur PeerTube ?</target> 4498 <target state="translated">Comment allez-vous financer le serveur PeerTube ?</target>
4563 4499
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">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 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">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4565 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 4501 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
4566 4502
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">194</context></context-group></trans-unit> 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">195</context></context-group></trans-unit>
4568 4504
4569 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4505 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4570 <source>OTHER INFORMATION</source> 4506 <source>OTHER INFORMATION</source>
4571 <target state="translated">AUTRES INFORMATIONS</target> 4507 <target state="translated">AUTRES INFORMATIONS</target>
4572 4508
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">208</context></context-group></trans-unit> 4509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit>
4574 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4510 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4575 <source>What server/hardware does the instance run on?</source> 4511 <source>What server/hardware does the instance run on?</source>
4576 <target state="translated">Sur quel type de serveur/hardware l'instance est-elle hébergée ?</target> 4512 <target state="translated">Sur quel type de serveur/hardware l'instance est-elle hébergée ?</target>
4577 4513
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">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 4514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4579 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4515 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4580 4516
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">215</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">216</context></context-group></trans-unit>
4582 4518
4583 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a"> 4519 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a">
4584 <source>Instance information</source> 4520 <source>Instance information</source>
@@ -4590,14 +4526,14 @@
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">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 4526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4591 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 4527 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
4592 4528
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">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 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">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4594 <source> 4530 <source>
4595 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4531 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4596 </source><target state="new"> 4532 </source><target state="new">
4597 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4533 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4598 </target> 4534 </target>
4599 4535
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">240</context></context-group></trans-unit> 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">241</context></context-group></trans-unit>
4601 4537
4602 4538
4603 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb"> 4539 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb">
@@ -4607,10 +4543,10 @@
4607 <context context-type="linenumber">206</context> 4543 <context context-type="linenumber">206</context>
4608 </context-group> 4544 </context-group>
4609 4545
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">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 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">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4611 <source>Landing page</source><target state="new">Landing page</target> 4547 <source>Landing page</source><target state="new">Landing page</target>
4612 4548
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">262</context></context-group></trans-unit> 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">263</context></context-group></trans-unit>
4614 4550
4615 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9"> 4551 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9">
4616 <source>Discover videos</source> 4552 <source>Discover videos</source>
@@ -4619,7 +4555,7 @@
4619 <context context-type="linenumber">219</context> 4555 <context context-type="linenumber">219</context>
4620 </context-group> 4556 </context-group>
4621 4557
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">265</context></context-group></trans-unit> 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">266</context></context-group></trans-unit>
4623 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d"> 4559 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d">
4624 <source>Trending videos</source> 4560 <source>Trending videos</source>
4625 <target>Vidéos populaires</target> 4561 <target>Vidéos populaires</target>
@@ -4627,7 +4563,7 @@
4627 <context context-type="linenumber">220</context> 4563 <context context-type="linenumber">220</context>
4628 </context-group> 4564 </context-group>
4629 4565
4630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</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">267</context></context-group></trans-unit>
4631 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70"> 4567 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70">
4632 <source>Most liked videos</source> 4568 <source>Most liked videos</source>
4633 <target>Vidéos les plus appréciées</target> 4569 <target>Vidéos les plus appréciées</target>
@@ -4635,7 +4571,7 @@
4635 <context context-type="linenumber">221</context> 4571 <context context-type="linenumber">221</context>
4636 </context-group> 4572 </context-group>
4637 4573
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">267</context></context-group></trans-unit> 4574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit>
4639 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8"> 4575 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8">
4640 <source>Recently added videos</source> 4576 <source>Recently added videos</source>
4641 <target>Vidéos récemment ajoutées </target> 4577 <target>Vidéos récemment ajoutées </target>
@@ -4643,7 +4579,7 @@
4643 <context context-type="linenumber">222</context> 4579 <context context-type="linenumber">222</context>
4644 </context-group> 4580 </context-group>
4645 4581
4646 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit> 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">269</context></context-group></trans-unit>
4647 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4583 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4648 <source>Local videos</source> 4584 <source>Local videos</source>
4649 <target>Vidéos locales</target> 4585 <target>Vidéos locales</target>
@@ -4651,17 +4587,17 @@
4651 <context context-type="linenumber">223</context> 4587 <context context-type="linenumber">223</context>
4652 </context-group> 4588 </context-group>
4653 4589
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">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4655 <source>NEW USERS</source><target state="new">NEW USERS</target> 4591 <source>NEW USERS</source><target state="new">NEW USERS</target>
4656 4592
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">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4658 <source> 4594 <source>
4659 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4595 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4660 </source><target state="new"> 4596 </source><target state="new">
4661 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4597 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4662 </target> 4598 </target>
4663 4599
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">281</context></context-group></trans-unit> 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">282</context></context-group></trans-unit>
4665 4601
4666 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4602 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4667 <source>Signup enabled</source> 4603 <source>Signup enabled</source>
@@ -4670,7 +4606,7 @@
4670 <context context-type="linenumber">235</context> 4606 <context context-type="linenumber">235</context>
4671 </context-group> 4607 </context-group>
4672 4608
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">292</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">293</context></context-group></trans-unit>
4674 4610
4675 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4611 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4676 <source>Signup requires email verification</source> 4612 <source>Signup requires email verification</source>
@@ -4679,7 +4615,7 @@
4679 <context context-type="linenumber">242</context> 4615 <context context-type="linenumber">242</context>
4680 </context-group> 4616 </context-group>
4681 4617
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">300</context></context-group></trans-unit> 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">301</context></context-group></trans-unit>
4683 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4619 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4684 <source>Signup limit</source> 4620 <source>Signup limit</source>
4685 <target>Limitation des enregistrements</target> 4621 <target>Limitation des enregistrements</target>
@@ -4687,7 +4623,7 @@
4687 <context context-type="linenumber">247</context> 4623 <context context-type="linenumber">247</context>
4688 </context-group> 4624 </context-group>
4689 4625
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">304</context></context-group></trans-unit> 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">305</context></context-group></trans-unit>
4691 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4627 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4692 <source>Users</source> 4628 <source>Users</source>
4693 <target>Utilisateurs</target> 4629 <target>Utilisateurs</target>
@@ -4778,60 +4714,70 @@
4778 <source>Default video quota per user</source> 4714 <source>Default video quota per user</source>
4779 <target state="translated">Quota de vidéo par défaut par utilisateur</target> 4715 <target state="translated">Quota de vidéo par défaut par utilisateur</target>
4780 4716
4781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">319</context></context-group></trans-unit> 4717 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">320</context></context-group></trans-unit>
4782 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4718 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4783 <source>Default daily upload limit per user</source> 4719 <source>Default daily upload limit per user</source>
4784 <target state="translated">Limite de téléversement journalière par défaut par utilisateur</target> 4720 <target state="translated">Limite de téléversement journalière par défaut par utilisateur</target>
4785 4721
4786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4787 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4723 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4788 4724
4789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group></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">349</context></context-group></trans-unit>
4790 4726
4791 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4727 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4792 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4728 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4793 <target state="translated">Permettre l'import avec une URL HTTP (i.e. YouTube)</target> 4729 <target state="translated">Permettre l'import avec une URL HTTP (i.e. YouTube)</target>
4794 4730
4795 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">359</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">360</context></context-group></trans-unit>
4796 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4732 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4797 <source>Allow import with a torrent file or a magnet URI</source> 4733 <source>Allow import with a torrent file or a magnet URI</source>
4798 <target state="translated">Permettre l'import avec un fichier torrent ou un magnet URI</target> 4734 <target state="translated">Permettre l'import avec un fichier torrent ou un magnet URI</target>
4799 4735
4800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">366</context></context-group></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">367</context></context-group></trans-unit>
4801 4737
4802 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4738 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4803 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4739 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4804 <target state="translated">À moins qu'un utilisateur soit marqué en tant qu'utilisateur de confiance, leurs vidéos resteront privée jusqu'à ce qu'un modérateur les examine.</target> 4740 <target state="translated">À moins qu'un utilisateur soit marqué en tant qu'utilisateur de confiance, leurs vidéos resteront privée jusqu'à ce qu'un modérateur les examine.</target>
4805 4741
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">383</context></context-group></trans-unit> 4742 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit>
4807 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4743 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4808 <source>Blacklist new videos automatically</source> 4744 <source>Blacklist new videos automatically</source>
4809 <target state="translated">Mettre automatiquement sur liste noire les nouvelles vidéos</target> 4745 <target state="translated">Mettre automatiquement sur liste noire les nouvelles vidéos</target>
4810 4746
4811 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4812 <source>FEDERATION</source><target state="new">FEDERATION</target> 4748 <source>FEDERATION</source><target state="new">FEDERATION</target>
4813 4749
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">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4750 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4815 <source> 4751 <source>
4816 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4752 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4817 </source><target state="new"> 4753 </source><target state="new">
4818 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4754 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4819 </target> 4755 </target>
4820 4756
4821 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4757 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4822 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4758 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4823 4759
4824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">411</context></context-group></trans-unit> 4760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit>
4825 4761
4826 4762
4827 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4763 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4828 <source>Manually approve new instance followers</source> 4764 <source>Manually approve new instance followers</source>
4829 <target state="translated">Approuver manuellement le suivi par de nouvelles instances</target> 4765 <target state="translated">Approuver manuellement le suivi par de nouvelles instances</target>
4830 4766
4831 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4832 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4768 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4833 4769
4834 <context-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></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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4771 <source>
4772 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4773 </source><target state="new">
4774 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4775 </target>
4776 <context-group purpose="location">
4777 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4778 <context context-type="linenumber">450</context>
4779 </context-group>
4780 </trans-unit>
4835 4781
4836 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4782 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4837 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4783 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
@@ -4839,7 +4785,7 @@
4839 4785
4840 4786
4841 4787
4842 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit> 4788 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4843 4789
4844 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0"> 4790 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0">
4845 <source>Index URL</source> 4791 <source>Index URL</source>
@@ -4848,17 +4794,19 @@
4848 <context context-type="linenumber">371</context> 4794 <context context-type="linenumber">371</context>
4849 </context-group> 4795 </context-group>
4850 4796
4851 <context-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> 4797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4852 <trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4798 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4853 <source>Automatically follow instances of the public index</source> 4799 <context-group purpose="location">
4854 <target state="translated">Suivre automatiquement les instances de l’index public</target> 4800 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4855 4801 <context context-type="linenumber">445</context>
4856 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group></trans-unit> 4802 </context-group>
4803 </trans-unit>
4804
4857 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4805 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4858 <source>ADMINISTRATORS</source> 4806 <source>ADMINISTRATORS</source>
4859 <target state="translated">ADMINISTRATEURS</target> 4807 <target state="translated">ADMINISTRATEURS</target>
4860 4808
4861 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">472</context></context-group></trans-unit> 4809 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group></trans-unit>
4862 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4810 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4863 <source>Administrator</source> 4811 <source>Administrator</source>
4864 <target>Administrateur</target> 4812 <target>Administrateur</target>
@@ -4874,7 +4822,7 @@
4874 <context context-type="linenumber">387</context> 4822 <context context-type="linenumber">387</context>
4875 </context-group> 4823 </context-group>
4876 4824
4877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group></trans-unit> 4825 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit>
4878 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4826 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4879 <source>Enable contact form</source> 4827 <source>Enable contact form</source>
4880 <target>Activer le formulaire de contact</target> 4828 <target>Activer le formulaire de contact</target>
@@ -4882,7 +4830,7 @@
4882 <context context-type="linenumber">398</context> 4830 <context context-type="linenumber">398</context>
4883 </context-group> 4831 </context-group>
4884 4832
4885 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</context></context-group></trans-unit> 4833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit>
4886 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4834 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4887 <source>Basic configuration</source> 4835 <source>Basic configuration</source>
4888 <target>Configuration basique</target> 4836 <target>Configuration basique</target>
@@ -4890,19 +4838,19 @@
4890 <context context-type="linenumber">195</context> 4838 <context context-type="linenumber">195</context>
4891 </context-group> 4839 </context-group>
4892 4840
4893 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit> 4841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit>
4894 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4842 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4895 <source>TWITTER</source> 4843 <source>TWITTER</source>
4896 <target state="translated">TWITTER</target> 4844 <target state="translated">TWITTER</target>
4897 4845
4898 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4846 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4899 <source> 4847 <source>
4900 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4848 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4901 </source><target state="new"> 4849 </source><target state="new">
4902 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4850 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4903 </target> 4851 </target>
4904 4852
4905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">507</context></context-group></trans-unit> 4853 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit>
4906 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4854 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4907 <source>Your Twitter username</source> 4855 <source>Your Twitter username</source>
4908 <target>Votre identifiant Twitter</target> 4856 <target>Votre identifiant Twitter</target>
@@ -4910,7 +4858,7 @@
4910 <context context-type="linenumber">413</context> 4858 <context context-type="linenumber">413</context>
4911 </context-group> 4859 </context-group>
4912 4860
4913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</context></context-group></trans-unit> 4861 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit>
4914 4862
4915 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4863 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4916 <source>Instance whitelisted by Twitter</source> 4864 <source>Instance whitelisted by Twitter</source>
@@ -4919,7 +4867,7 @@
4919 <context context-type="linenumber">431</context> 4867 <context context-type="linenumber">431</context>
4920 </context-group> 4868 </context-group>
4921 4869
4922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4870 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4923 <source> 4871 <source>
4924 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/>"/> 4872 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/>"/>
4925 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/>"/> 4873 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/>"/>
@@ -4934,7 +4882,7 @@
4934 to see if you instance is whitelisted. 4882 to see if you instance is whitelisted.
4935 </target> 4883 </target>
4936 4884
4937 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</context></context-group></trans-unit> 4885 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit>
4938 4886
4939 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4887 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4940 <source>Services</source> 4888 <source>Services</source>
@@ -4943,12 +4891,12 @@
4943 <context context-type="linenumber">405</context> 4891 <context context-type="linenumber">405</context>
4944 </context-group> 4892 </context-group>
4945 4893
4946 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">500</context></context-group></trans-unit> 4894 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit>
4947 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4895 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4948 <source>TRANSCODING</source> 4896 <source>TRANSCODING</source>
4949 <target state="translated">TRANSCODAGE</target> 4897 <target state="translated">TRANSCODAGE</target>
4950 4898
4951 <context-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="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4952 <source> 4900 <source>
4953 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4901 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4954 resources, this is a critical part of PeerTube, so tread carefully. 4902 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4957,7 +4905,7 @@
4957 resources, this is a critical part of PeerTube, so tread carefully. 4905 resources, this is a critical part of PeerTube, so tread carefully.
4958 </target> 4906 </target>
4959 4907
4960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group></trans-unit> 4908 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit>
4961 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4909 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4962 <source>Transcoding enabled</source> 4910 <source>Transcoding enabled</source>
4963 <target>Encodage activé</target> 4911 <target>Encodage activé</target>
@@ -4965,7 +4913,7 @@
4965 <context context-type="linenumber">461</context> 4913 <context context-type="linenumber">461</context>
4966 </context-group> 4914 </context-group>
4967 4915
4968 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></trans-unit> 4916 <context-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>
4969 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4917 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4970 <source>If you disable transcoding, many videos from your users will not work!</source> 4918 <source>If you disable transcoding, many videos from your users will not work!</source>
4971 <target>Si vous désactivez le transcodage, de nombreuses vidéos d'utilisateurs ne fonctionneront pas !</target> 4919 <target>Si vous désactivez le transcodage, de nombreuses vidéos d'utilisateurs ne fonctionneront pas !</target>
@@ -4973,13 +4921,10 @@
4973 <context context-type="linenumber">465</context> 4921 <context context-type="linenumber">465</context>
4974 </context-group> 4922 </context-group>
4975 4923
4976 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4924 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4977 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4925 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4978 <context-group purpose="location"> 4926
4979 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4927 <context-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>
4980 <context context-type="linenumber">589</context>
4981 </context-group>
4982 </trans-unit>
4983 4928
4984 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4929 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4985 <source>Allow additional extensions</source> 4930 <source>Allow additional extensions</source>
@@ -4988,13 +4933,10 @@
4988 <context context-type="linenumber">475</context> 4933 <context context-type="linenumber">475</context>
4989 </context-group> 4934 </context-group>
4990 4935
4991 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4936 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4992 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4937 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4993 <context-group purpose="location"> 4938
4994 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4939 <context-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>
4995 <context context-type="linenumber">600</context>
4996 </context-group>
4997 </trans-unit>
4998 4940
4999 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 4941 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
5000 <source>Allow audio files upload</source> 4942 <source>Allow audio files upload</source>
@@ -5003,7 +4945,7 @@
5003 <context context-type="linenumber">486</context> 4945 <context context-type="linenumber">486</context>
5004 </context-group> 4946 </context-group>
5005 4947
5006 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4948 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5007 <source> 4949 <source>
5008 <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>"/> 4950 <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>"/>
5009 4951
@@ -5021,17 +4963,14 @@
5021 4963
5022 <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>"/> 4964 <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>"/>
5023 </target> 4965 </target>
5024 <context-group purpose="location"> 4966
5025 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4967 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit>
5026 <context context-type="linenumber">612</context>
5027 </context-group>
5028 </trans-unit>
5029 4968
5030 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4969 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
5031 <source>WebTorrent support enabled</source> 4970 <source>WebTorrent support enabled</source>
5032 <target state="translated">Support WebTorrent activé</target> 4971 <target state="translated">Support WebTorrent activé</target>
5033 4972
5034 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4973 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5035 <source> 4974 <source>
5036 <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>"/> 4975 <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>"/>
5037 4976
@@ -5055,17 +4994,14 @@
5055 4994
5056 <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>"/> 4995 <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>"/>
5057 </target> 4996 </target>
5058 <context-group purpose="location"> 4997
5059 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4998 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit>
5060 <context context-type="linenumber">633</context>
5061 </context-group>
5062 </trans-unit>
5063 4999
5064 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5000 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
5065 <source>HLS support enabled</source> 5001 <source>HLS support enabled</source>
5066 <target state="translated">Support HLS activé</target> 5002 <target state="translated">Support HLS activé</target>
5067 5003
5068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group></trans-unit> 5004 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
5069 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5005 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
5070 <source>Transcoding threads</source> 5006 <source>Transcoding threads</source>
5071 <target>Nombre de threads pour l'encodage</target> 5007 <target>Nombre de threads pour l'encodage</target>
@@ -5073,29 +5009,29 @@
5073 <context context-type="linenumber">517</context> 5009 <context context-type="linenumber">517</context>
5074 </context-group> 5010 </context-group>
5075 5011
5076 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5012 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
5077 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 5013 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
5078 5014
5079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group></trans-unit> 5015 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
5080 5016
5081 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5017 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5082 <source>CACHE</source> 5018 <source>CACHE</source>
5083 <target state="translated">CACHE</target> 5019 <target state="translated">CACHE</target>
5084 5020
5085 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5021 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5086 <source> 5022 <source>
5087 Some files are not federated, and fetched when necessary. Define their caching policies. 5023 Some files are not federated, and fetched when necessary. Define their caching policies.
5088 </source><target state="new"> 5024 </source><target state="new">
5089 Some files are not federated, and fetched when necessary. Define their caching policies. 5025 Some files are not federated, and fetched when necessary. Define their caching policies.
5090 </target> 5026 </target>
5091 5027
5092 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5028 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5093 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 5029 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
5094 5030
5095 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5031 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5096 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 5032 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
5097 5033
5098 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group></trans-unit> 5034 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit>
5099 5035
5100 5036
5101 5037
@@ -5103,14 +5039,14 @@
5103 <source>CUSTOMIZATIONS</source> 5039 <source>CUSTOMIZATIONS</source>
5104 <target state="translated">CUSTOMISATIONS</target> 5040 <target state="translated">CUSTOMISATIONS</target>
5105 5041
5106 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5042 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5107 <source> 5043 <source>
5108 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5044 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5109 </source><target state="new"> 5045 </source><target state="new">
5110 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5046 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5111 </target> 5047 </target>
5112 5048
5113 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit> 5049 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
5114 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5050 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5115 <source>JavaScript</source> 5051 <source>JavaScript</source>
5116 <target>JavaScript</target> 5052 <target>JavaScript</target>
@@ -5118,14 +5054,14 @@
5118 <context context-type="linenumber">575</context> 5054 <context context-type="linenumber">575</context>
5119 </context-group> 5055 </context-group>
5120 5056
5121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5122 <source> 5058 <source>
5123 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>"/> 5059 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>"/>
5124 </source><target state="new"> 5060 </source><target state="new">
5125 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>"/> 5061 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>"/>
5126 </target> 5062 </target>
5127 5063
5128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5064 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5129 <source> 5065 <source>
5130 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/>"/> 5066 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/>"/>
5131 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5067 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -5150,7 +5086,7 @@
5150 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5086 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5151 </target> 5087 </target>
5152 5088
5153 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group></trans-unit> 5089 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
5154 5090
5155 5091
5156 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5092 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -5160,7 +5096,7 @@
5160 <context context-type="linenumber">452</context> 5096 <context context-type="linenumber">452</context>
5161 </context-group> 5097 </context-group>
5162 5098
5163 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group></trans-unit> 5099 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit>
5164 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5100 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5165 <source>Update configuration</source> 5101 <source>Update configuration</source>
5166 <target>Mettre à jour la configuration</target> 5102 <target>Mettre à jour la configuration</target>
@@ -5168,12 +5104,12 @@
5168 <context context-type="linenumber">628</context> 5104 <context context-type="linenumber">628</context>
5169 </context-group> 5105 </context-group>
5170 5106
5171 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group></trans-unit> 5107 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
5172 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5108 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5173 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5109 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5174 <target state="translated">La configuration semble invalide. Merci de vérifier dans les onglets.</target> 5110 <target state="translated">La configuration semble invalide. Merci de vérifier dans les onglets.</target>
5175 5111
5176 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5112 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5177 <source>PROFILE</source><target state="new">PROFILE</target> 5113 <source>PROFILE</source><target state="new">PROFILE</target>
5178 <context-group purpose="location"> 5114 <context-group purpose="location">
5179 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5115 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5324,23 +5260,27 @@
5324 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5260 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5325 <context context-type="linenumber">6</context> 5261 <context context-type="linenumber">6</context>
5326 </context-group> 5262 </context-group>
5327 </trans-unit> 5263 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5328 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 5264 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
5329 <source>Only display videos in the following languages/subtitles</source>
5330 <target state="translated">Afficher uniquement les vidéos dans les langues / sous-titres suivants</target>
5331 <context-group purpose="location"> 5265 <context-group purpose="location">
5332 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5266 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5333 <context context-type="linenumber">22</context> 5267 <context context-type="linenumber">14</context>
5268 </context-group>
5269 <context-group purpose="location">
5270 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5271 <context context-type="linenumber">111</context>
5334 </context-group> 5272 </context-group>
5335 </trans-unit> 5273 </trans-unit>
5274 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
5275 <source>Only display videos in the following languages/subtitles</source>
5276 <target state="translated">Afficher uniquement les vidéos dans les langues / sous-titres suivants</target>
5277
5278 <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">23</context></context-group></trans-unit>
5336 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 5279 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5337 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 5280 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
5338 <target state="translated">Dans les pages Récemment ajoutées, Tendances, Locales, Les plus appréciées et Recherche</target> 5281 <target state="translated">Dans les pages Récemment ajoutées, Tendances, Locales, Les plus appréciées et Recherche</target>
5339 <context-group purpose="location"> 5282
5340 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5283 <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">26</context></context-group></trans-unit>
5341 <context context-type="linenumber">25</context>
5342 </context-group>
5343 </trans-unit>
5344 5284
5345 5285
5346 5286
@@ -5404,23 +5344,23 @@
5404 <context context-type="linenumber">3</context> 5344 <context context-type="linenumber">3</context>
5405 </context-group> 5345 </context-group>
5406 5346
5407 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 5347 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
5408 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808"> 5348 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808">
5409 <source>instance default</source> 5349 <source>instance default</source>
5410 <target>Instance par défaut</target> 5350 <target>Instance par défaut</target>
5411 <context-group name="null"> 5351 <context-group name="null">
5412 <context context-type="linenumber">7</context> 5352 <context context-type="linenumber">7</context>
5413 </context-group> 5353 </context-group>
5414 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">7</context></context-group> 5354
5415 </trans-unit> 5355 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
5416 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d"> 5356 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d">
5417 <source>peertube default</source> 5357 <source>peertube default</source>
5418 <target>Peertube par défaut</target> 5358 <target>Peertube par défaut</target>
5419 <context-group name="null"> 5359 <context-group name="null">
5420 <context context-type="linenumber">8</context> 5360 <context context-type="linenumber">8</context>
5421 </context-group> 5361 </context-group>
5422 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group> 5362
5423 </trans-unit> 5363 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5424 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 5364 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
5425 <source>Change ownership</source> 5365 <source>Change ownership</source>
5426 <target>Changer de propriétaire</target> 5366 <target>Changer de propriétaire</target>
@@ -5585,6 +5525,18 @@
5585 <context context-type="linenumber">8</context> 5525 <context context-type="linenumber">8</context>
5586 </context-group> 5526 </context-group>
5587 <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">8</context></context-group> 5527 <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">8</context></context-group>
5528 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5529 <source>See the error</source><target state="new">See the error</target>
5530 <context-group purpose="location">
5531 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5532 <context context-type="linenumber">19</context>
5533 </context-group>
5534 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5535 <source>This video was deleted</source><target state="new">This video was deleted</target>
5536 <context-group purpose="location">
5537 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5538 <context context-type="linenumber">36</context>
5539 </context-group>
5588 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5540 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5589 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5541 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5590 <context-group purpose="location"> 5542 <context-group purpose="location">
@@ -5972,44 +5924,17 @@
5972 <context-group name="null"> 5924 <context-group name="null">
5973 <context context-type="linenumber">16</context> 5925 <context context-type="linenumber">16</context>
5974 </context-group> 5926 </context-group>
5975 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group> 5927
5976 </trans-unit> 5928 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit>
5977 <trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5929
5978 <source>Creators</source> 5930
5979 <target state="translated">Créateurs</target> 5931
5980 <context-group purpose="location">
5981 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5982 <context context-type="linenumber">162</context>
5983 </context-group>
5984 </trans-unit>
5985 <trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5986 <source>Creator guide</source>
5987 <target state="translated">Guide du créateur</target>
5988 <context-group purpose="location">
5989 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5990 <context context-type="linenumber">162</context>
5991 </context-group>
5992 </trans-unit>
5993 <trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5994 <source>Contributors</source>
5995 <target state="translated">Contributeurs</target>
5996 <context-group purpose="location">
5997 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5998 <context context-type="linenumber">163</context>
5999 </context-group>
6000 </trans-unit>
6001 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html"> 5932 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
6002 <source>PeerTube license</source> 5933 <source>PeerTube license</source>
6003 <target state="translated">Licence PeerTube</target> 5934 <target state="translated">Licence PeerTube</target>
6004 <context-group purpose="location"> 5935
6005 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5936
6006 <context context-type="linenumber">163</context> 5937 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
6007 </context-group>
6008 <context-group purpose="location">
6009 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
6010 <context context-type="linenumber">175</context>
6011 </context-group>
6012 </trans-unit>
6013 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 5938 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
6014 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5939 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
6015 <target>Créé le <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5940 <target>Créé le <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6905,6 +6830,30 @@
6905 <context context-type="linenumber">1</context> 6830 <context context-type="linenumber">1</context>
6906 </context-group> 6831 </context-group>
6907 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group> 6832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group>
6833 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6834 <source>Process domains</source><target state="new">Process domains</target>
6835 <context-group purpose="location">
6836 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6837 <context context-type="linenumber">1</context>
6838 </context-group>
6839 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6840 <source>Domain is required.</source><target state="new">Domain is required.</target>
6841 <context-group purpose="location">
6842 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6843 <context context-type="linenumber">1</context>
6844 </context-group>
6845 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6846 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6847 <context-group purpose="location">
6848 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6849 <context context-type="linenumber">1</context>
6850 </context-group>
6851 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6852 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6853 <context-group purpose="location">
6854 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6855 <context context-type="linenumber">1</context>
6856 </context-group>
6908 </trans-unit> 6857 </trans-unit>
6909 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 6858 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6910 <source>Unlimited</source> 6859 <source>Unlimited</source>
@@ -6916,6 +6865,16 @@
6916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 6865 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6917 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 6866 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6918 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 6867 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
6868 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6869 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6870 <context-group purpose="location">
6871 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6872 <context context-type="linenumber">1</context>
6873 </context-group>
6874 <context-group purpose="location">
6875 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6876 <context context-type="linenumber">1</context>
6877 </context-group>
6919 </trans-unit> 6878 </trans-unit>
6920 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a"> 6879 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
6921 <source>100MB</source> 6880 <source>100MB</source>
@@ -7046,48 +7005,20 @@
7046 <context-group name="null"> 7005 <context-group name="null">
7047 <context context-type="linenumber">1</context> 7006 <context context-type="linenumber">1</context>
7048 </context-group> 7007 </context-group>
7049 <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> 7008
7050 </trans-unit> 7009 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7051 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df"> 7010
7052 <source>You need to specify hosts to follow.</source> 7011
7053 <target>Vous devez préciser des hôtes à suivre.</target> 7012
7054 <context-group name="null"> 7013
7055 <context context-type="linenumber">1</context>
7056 </context-group>
7057 <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>
7058 </trans-unit>
7059 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
7060 <source>Hosts need to be unique.</source>
7061 <target>Les hôtes doivent être uniques.</target>
7062 <context-group name="null">
7063 <context context-type="linenumber">1</context>
7064 </context-group>
7065 <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>
7066 </trans-unit>
7067 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
7068 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
7069 <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>
7070 <context-group name="null">
7071 <context context-type="linenumber">1</context>
7072 </context-group>
7073 <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>
7074 </trans-unit>
7075 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
7076 <source>Follow new server(s)</source>
7077 <target>Suivre de nouveaux serveurs</target>
7078 <context-group name="null">
7079 <context context-type="linenumber">1</context>
7080 </context-group>
7081 <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>
7082 </trans-unit>
7083 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 7014 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
7084 <source>Follow request(s) sent!</source> 7015 <source>Follow request(s) sent!</source>
7085 <target>Requête·s envoyée·s !</target> 7016 <target>Requête·s envoyée·s !</target>
7086 <context-group name="null"> 7017 <context-group name="null">
7087 <context context-type="linenumber">1</context> 7018 <context context-type="linenumber">1</context>
7088 </context-group> 7019 </context-group>
7089 <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> 7020
7090 </trans-unit> 7021 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7091 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 7022 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
7092 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 7023 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
7093 <target>Voulez-vous vraiment vous désabonner de <x id="INTERPOLATION" equiv-text="{{host}}"/> ?</target> 7024 <target>Voulez-vous vraiment vous désabonner de <x id="INTERPOLATION" equiv-text="{{host}}"/> ?</target>
@@ -7191,6 +7122,12 @@
7191 <context context-type="linenumber">1</context> 7122 <context context-type="linenumber">1</context>
7192 </context-group> 7123 </context-group>
7193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group> 7124 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group>
7125 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
7126 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
7127 <context-group purpose="location">
7128 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
7129 <context context-type="linenumber">1</context>
7130 </context-group>
7194 </trans-unit> 7131 </trans-unit>
7195 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 7132 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
7196 <source>Comment updated.</source> 7133 <source>Comment updated.</source>
@@ -7199,23 +7136,33 @@
7199 <context context-type="linenumber">1</context> 7136 <context context-type="linenumber">1</context>
7200 </context-group> 7137 </context-group>
7201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group> 7138 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group>
7202 </trans-unit> 7139 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
7203 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978"> 7140 <source>Internal actions</source><target state="new">Internal actions</target>
7204 <source>Delete this report</source> 7141 <context-group purpose="location">
7205 <target>Supprimer ce rapport</target> 7142 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7206 <context-group name="null">
7207 <context context-type="linenumber">1</context> 7143 <context context-type="linenumber">1</context>
7208 </context-group> 7144 </context-group>
7209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7145 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
7210 </trans-unit> 7146 <source>Delete report</source><target state="new">Delete report</target>
7211 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321"> 7147 <context-group purpose="location">
7212 <source>Update moderation comment</source> 7148 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7213 <target>Éditer le commentaire de modération</target> 7149 <context context-type="linenumber">1</context>
7214 <context-group name="null"> 7150 </context-group>
7151 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
7152 <source>Add note</source><target state="new">Add note</target>
7153 <context-group purpose="location">
7154 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7155 <context context-type="linenumber">1</context>
7156 </context-group>
7157 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
7158 <source>Update note</source><target state="new">Update note</target>
7159 <context-group purpose="location">
7160 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7215 <context context-type="linenumber">1</context> 7161 <context context-type="linenumber">1</context>
7216 </context-group> 7162 </context-group>
7217 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7218 </trans-unit> 7163 </trans-unit>
7164
7165
7219 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3"> 7166 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
7220 <source>Mark as accepted</source> 7167 <source>Mark as accepted</source>
7221 <target>Marquer comme accepté</target> 7168 <target>Marquer comme accepté</target>
@@ -7231,6 +7178,12 @@
7231 <context context-type="linenumber">1</context> 7178 <context context-type="linenumber">1</context>
7232 </context-group> 7179 </context-group>
7233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7181 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
7182 <source>Actions for the video</source><target state="new">Actions for the video</target>
7183 <context-group purpose="location">
7184 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7185 <context context-type="linenumber">1</context>
7186 </context-group>
7234 </trans-unit> 7187 </trans-unit>
7235 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599"> 7188 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
7236 <source>Do you really want to delete this abuse report?</source> 7189 <source>Do you really want to delete this abuse report?</source>
@@ -8127,11 +8080,8 @@
8127 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group> 8080 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group>
8128 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 8081 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
8129 <source>max size</source><target state="new">max size</target> 8082 <source>max size</source><target state="new">max size</target>
8130 <context-group purpose="location"> 8083
8131 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 8084 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8132 <context context-type="linenumber">1</context>
8133 </context-group>
8134 </trans-unit>
8135 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa"> 8085 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa">
8136 <source>Now please check your emails to verify your account and complete signup.</source> 8086 <source>Now please check your emails to verify your account and complete signup.</source>
8137 <target>Maintenant, veuillez vérifier vos courriels pour vérifier votre compte et compléter votre inscription.</target> 8087 <target>Maintenant, veuillez vérifier vos courriels pour vérifier votre compte et compléter votre inscription.</target>
@@ -8491,6 +8441,12 @@
8491 <context context-type="linenumber">1</context> 8441 <context context-type="linenumber">1</context>
8492 </context-group> 8442 </context-group>
8493 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8443 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8444 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8445 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8446 <context-group purpose="location">
8447 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8448 <context context-type="linenumber">1</context>
8449 </context-group>
8494 </trans-unit> 8450 </trans-unit>
8495 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 8451 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
8496 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 8452 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8563,15 +8519,14 @@
8563 <context context-type="linenumber">1</context> 8519 <context context-type="linenumber">1</context>
8564 </context-group> 8520 </context-group>
8565 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8521 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8566 </trans-unit> 8522 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8567 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 8523 <source>just now</source><target state="new">just now</target>
8568 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 8524 <context-group purpose="location">
8569 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> sec</target> 8525 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8570 <context-group name="null">
8571 <context context-type="linenumber">1</context> 8526 <context context-type="linenumber">1</context>
8572 </context-group> 8527 </context-group>
8573 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8528 </trans-unit>
8574 </trans-unit><trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8529 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8575 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 8530 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
8576 <context-group purpose="location"> 8531 <context-group purpose="location">
8577 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8532 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
@@ -10270,8 +10225,8 @@
10270 <context-group name="null"> 10225 <context-group name="null">
10271 <context context-type="linenumber">1</context> 10226 <context context-type="linenumber">1</context>
10272 </context-group> 10227 </context-group>
10273 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group> 10228
10274 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10275 <source>Encoder</source><target state="new">Encoder</target> 10230 <source>Encoder</source><target state="new">Encoder</target>
10276 <context-group purpose="location"> 10231 <context-group purpose="location">
10277 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10232 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10548,15 +10503,14 @@
10548 <context context-type="linenumber">1</context> 10503 <context context-type="linenumber">1</context>
10549 </context-group> 10504 </context-group>
10550 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 10505 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10551 </trans-unit> 10506 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10552 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d"> 10507 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10553 <source>The deletion will be sent to remote instances, so they remove the comment too.</source> 10508 <context-group purpose="location">
10554 <target>La suppression sera envoyée aux instances distantes, de sorte qu'elles suppriment également le commentaire.</target> 10509 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10555 <context-group name="null">
10556 <context context-type="linenumber">1</context> 10510 <context context-type="linenumber">1</context>
10557 </context-group> 10511 </context-group>
10558 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context><context context-type="linenumber">1</context></context-group>
10559 </trans-unit> 10512 </trans-unit>
10513
10560 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d"> 10514 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d">
10561 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10515 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10562 <target>C'est un commentaire distant, la suppression ne sera effectif que sur votre instance.</target> 10516 <target>C'est un commentaire distant, la suppression ne sera effectif que sur votre instance.</target>
diff --git a/client/src/locale/angular.gd.xlf b/client/src/locale/angular.gd.xlf
index 83588efce..fb260303c 100644
--- a/client/src/locale/angular.gd.xlf
+++ b/client/src/locale/angular.gd.xlf
@@ -559,28 +559,28 @@
559 <target state="translated">Falaichte o liostaichean</target> 559 <target state="translated">Falaichte o liostaichean</target>
560 560
561 561
562 <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><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> 562 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
563 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html"> 563 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
564 <source>Private</source> 564 <source>Private</source>
565 <target state="translated">Prìobhaideach</target> 565 <target state="translated">Prìobhaideach</target>
566 566
567 567
568 568
569 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 569 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
570 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 570 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
571 571
572 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</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">23</context></context-group></trans-unit>
573 573
574 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 574 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
575 <source>Blacklisted</source> 575 <source>Blacklisted</source>
576 <target state="translated">Air an dubh-liosta</target> 576 <target state="translated">Air an dubh-liosta</target>
577 577
578 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</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">41</context></context-group></trans-unit>
579 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 579 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
580 <source>Sensitive</source> 580 <source>Sensitive</source>
581 <target state="translated">Dìomhair</target> 581 <target state="translated">Dìomhair</target>
582 582
583 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</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">45</context></context-group></trans-unit>
584 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 584 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
585 <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>
586 <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> 586 <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>
@@ -634,7 +634,7 @@
634 634
635 635
636 636
637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit> 637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
638 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 638 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
639 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 639 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
640 <target state="translated">Sguab às o <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 640 <target state="translated">Sguab às o <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -673,7 +673,7 @@
673 673
674 674
675 675
676 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 676 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
677 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d" datatype="html"> 677 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d" datatype="html">
678 <source>Truncated preview</source> 678 <source>Truncated preview</source>
679 <target state="translated">Ro-shealladh goirid</target> 679 <target state="translated">Ro-shealladh goirid</target>
@@ -827,7 +827,7 @@
827 827
828 828
829 829
830 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit> 830 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
831 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 831 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
832 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 832 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
833 <target state="translated">Ion-phortaich slighe HTTP (YouTube, Vimeo, URL dìreach…)</target> 833 <target state="translated">Ion-phortaich slighe HTTP (YouTube, Vimeo, URL dìreach…)</target>
@@ -955,7 +955,7 @@
955 955
956 956
957 957
958 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 958 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
959 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 959 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
960 <source>Ban this user</source> 960 <source>Ban this user</source>
961 <target state="translated">Toirmisg an cleachdaiche seo</target> 961 <target state="translated">Toirmisg an cleachdaiche seo</target>
@@ -969,14 +969,7 @@
969 <context context-type="linenumber">11</context> 969 <context context-type="linenumber">11</context>
970 </context-group> 970 </context-group>
971 </trans-unit> 971 </trans-unit>
972 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 972
973 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
974 <target state="translated">(leudachain: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, am meud as motha: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
975 <context-group purpose="location">
976 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
977 <context context-type="linenumber">12</context>
978 </context-group>
979 </trans-unit>
980 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html"> 973 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html">
981 <source>Login</source> 974 <source>Login</source>
982 <target state="translated">Clàraich a-steach</target> 975 <target state="translated">Clàraich a-steach</target>
@@ -1087,7 +1080,7 @@
1087 1080
1088 1081
1089 1082
1090 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1083 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1091 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html"> 1084 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html">
1092 <source>Email address</source> 1085 <source>Email address</source>
1093 <target state="translated">Seòladh puist-d</target> 1086 <target state="translated">Seòladh puist-d</target>
@@ -1439,15 +1432,9 @@
1439 </context-group> 1432 </context-group>
1440 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1433 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1441 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1434 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1442 <context-group purpose="location"> 1435
1443 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1436
1444 <context context-type="linenumber">36</context> 1437 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1445 </context-group>
1446 <context-group purpose="location">
1447 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1448 <context context-type="linenumber">158</context>
1449 </context-group>
1450 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1451 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1438 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1452 <context-group purpose="location"> 1439 <context-group purpose="location">
1453 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1440 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1480,41 +1467,26 @@
1480 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1467 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1481 <source>Help</source><target state="new">Help</target> 1468 <source>Help</source><target state="new">Help</target>
1482 1469
1483 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1470 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1484 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1471 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1485 <context-group purpose="location"> 1472
1486 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1473 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1487 <context context-type="linenumber">167</context>
1488 </context-group>
1489 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1490 <source>Shortcuts</source><target state="new">Shortcuts</target> 1474 <source>Shortcuts</source><target state="new">Shortcuts</target>
1491 <context-group purpose="location"> 1475
1492 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1476 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1493 <context context-type="linenumber">168</context>
1494 </context-group>
1495 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1496 <source> 1477 <source>
1497 powered by PeerTube 1478 powered by PeerTube
1498 </source><target state="new"> 1479 </source><target state="new">
1499 powered by PeerTube 1480 powered by PeerTube
1500 </target> 1481 </target>
1501 <context-group purpose="location"> 1482
1502 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1483 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1503 <context context-type="linenumber">172</context>
1504 </context-group>
1505 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1506 <source>PeerTube website</source><target state="new">PeerTube website</target> 1484 <source>PeerTube website</source><target state="new">PeerTube website</target>
1507 <context-group purpose="location"> 1485
1508 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1486 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1509 <context context-type="linenumber">172</context>
1510 </context-group>
1511 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1512 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1487 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1513 <context-group purpose="location"> 1488
1514 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1489 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1515 <context context-type="linenumber">171</context>
1516 </context-group>
1517 </trans-unit>
1518 1490
1519 1491
1520 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1492 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
@@ -1601,17 +1573,8 @@
1601 1573
1602 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1574 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1603 <source>Contact</source><target state="new">Contact</target> 1575 <source>Contact</source><target state="new">Contact</target>
1604 <context-group purpose="location"> 1576
1605 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1577 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1606 <context context-type="linenumber">154</context>
1607 </context-group>
1608 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1609 <source>Terms of Service</source><target state="new">Terms of Service</target>
1610 <context-group purpose="location">
1611 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1612 <context context-type="linenumber">155</context>
1613 </context-group>
1614 </trans-unit>
1615 1578
1616 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1579 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1617 <source>View your notifications</source> 1580 <source>View your notifications</source>
@@ -1978,7 +1941,7 @@
1978 1941
1979 1942
1980 1943
1981 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 1944 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1982 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html"> 1945 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html">
1983 <source>Privacy</source> 1946 <source>Privacy</source>
1984 <target state="translated">Prìobhaideachd</target> 1947 <target state="translated">Prìobhaideachd</target>
@@ -1989,37 +1952,19 @@
1989 1952
1990 1953
1991 1954
1992 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 1955 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
1993 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
1994 <context-group purpose="location">
1995 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1996 <context context-type="linenumber">164</context>
1997 </context-group>
1998 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
1999 <source>FAQ</source><target state="new">FAQ</target> 1956 <source>FAQ</source><target state="new">FAQ</target>
2000 <context-group purpose="location"> 1957
2001 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1958 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2002 <context context-type="linenumber">165</context>
2003 </context-group>
2004 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2005 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 1959 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
2006 <context-group purpose="location"> 1960
2007 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1961 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2008 <context context-type="linenumber">165</context>
2009 </context-group>
2010 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2011 <source>API</source><target state="new">API</target> 1962 <source>API</source><target state="new">API</target>
2012 <context-group purpose="location"> 1963
2013 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1964 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2014 <context context-type="linenumber">166</context>
2015 </context-group>
2016 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2017 <source>API documentation</source><target state="new">API documentation</target> 1965 <source>API documentation</source><target state="new">API documentation</target>
2018 <context-group purpose="location"> 1966
2019 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1967 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2020 <context context-type="linenumber">166</context>
2021 </context-group>
2022 </trans-unit>
2023 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html"> 1968 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
2024 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 1969 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2025 <target state="translated">Cuir foillseachadh air an sgeideal (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 1970 <target state="translated">Cuir foillseachadh air an sgeideal (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2161,7 +2106,7 @@
2161 2106
2162 2107
2163 2108
2164 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit> 2109 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2165 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 2110 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
2166 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2111 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2167 <target state="translated">Meal do naidheachd, thèid a’ video air cùlaibh <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> ion-phortadh! ’S urrainn dhut fiosrachadh mun video seo a chur ris mu thràth. </target> 2112 <target state="translated">Meal do naidheachd, thèid a’ video air cùlaibh <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> ion-phortadh! ’S urrainn dhut fiosrachadh mun video seo a chur ris mu thràth. </target>
@@ -2176,7 +2121,7 @@
2176 2121
2177 2122
2178 2123
2179 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 2124 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2180 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html"> 2125 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html">
2181 <source>Select the file to upload</source> 2126 <source>Select the file to upload</source>
2182 <target state="translated">Tagh am faidhle ri luchdadh suas</target> 2127 <target state="translated">Tagh am faidhle ri luchdadh suas</target>
@@ -2188,19 +2133,13 @@
2188 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html"> 2133 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html">
2189 <source>Scheduled</source> 2134 <source>Scheduled</source>
2190 <target state="translated">Sgeidealaichte</target> 2135 <target state="translated">Sgeidealaichte</target>
2191 <context-group purpose="location"> 2136
2192 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2137 <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">24</context></context-group></trans-unit>
2193 <context context-type="linenumber">25</context>
2194 </context-group>
2195 </trans-unit>
2196 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2138 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2197 <source>Video background image</source> 2139 <source>Video background image</source>
2198 <target state="translated">Dealbh cùlaibh video</target> 2140 <target state="translated">Dealbh cùlaibh video</target>
2199 <context-group purpose="location"> 2141
2200 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2142 <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">31</context></context-group></trans-unit>
2201 <context context-type="linenumber">32</context>
2202 </context-group>
2203 </trans-unit>
2204 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2143 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2205 <source> 2144 <source>
2206 Image that will be merged with your audio file. 2145 Image that will be merged with your audio file.
@@ -2208,42 +2147,30 @@
2208 The chosen image will be definitive and cannot be modified. 2147 The chosen image will be definitive and cannot be modified.
2209 </source> 2148 </source>
2210 <target state="translated">Seo dealbh a thèid a chur ris an fhaidhle fhuaime agad. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Bidh an dealbh a thagh thu buan is cha ghabh atharrachadh an uairsin. </target> 2149 <target state="translated">Seo dealbh a thèid a chur ris an fhaidhle fhuaime agad. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Bidh an dealbh a thagh thu buan is cha ghabh atharrachadh an uairsin. </target>
2211 <context-group purpose="location"> 2150
2212 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2151 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2213 <context context-type="linenumber">34</context>
2214 </context-group>
2215 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2216 <source>Processing…</source><target state="new">Processing…</target> 2152 <source>Processing…</source><target state="new">Processing…</target>
2217 <context-group purpose="location"> 2153
2218 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2154 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2219 <context context-type="linenumber">56</context>
2220 </context-group>
2221 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2222 <source>Total video quota</source><target state="new">Total video quota</target> 2155 <source>Total video quota</source><target state="new">Total video quota</target>
2223 <context-group purpose="location"> 2156
2224 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2157
2225 <context context-type="linenumber">54</context> 2158 <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">53</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">11</context></context-group></trans-unit>
2226 </context-group>
2227 <context-group purpose="location">
2228 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2229 <context context-type="linenumber">11</context>
2230 </context-group>
2231 </trans-unit>
2232 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html"> 2159 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2233 <source>Congratulations! Your video is now available in your private library.</source> 2160 <source>Congratulations! Your video is now available in your private library.</source>
2234 <target state="translated">Meal do naidheachd! Tha a’ video agad ri fhaighinn san leabhar-lann phrìobhaideach agad a-nis.</target> 2161 <target state="translated">Meal do naidheachd! Tha a’ video agad ri fhaighinn san leabhar-lann phrìobhaideach agad a-nis.</target>
2235 2162
2236 <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">68</context></context-group></trans-unit> 2163 <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">67</context></context-group></trans-unit>
2237 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html"> 2164 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
2238 <source>Publish will be available when upload is finished</source> 2165 <source>Publish will be available when upload is finished</source>
2239 <target state="translated">Gabhaidh fhoillseachadh nuair a bhios an luchdadh suas deiseil</target> 2166 <target state="translated">Gabhaidh fhoillseachadh nuair a bhios an luchdadh suas deiseil</target>
2240 2167
2241 <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">81</context></context-group></trans-unit> 2168 <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">80</context></context-group></trans-unit>
2242 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html"> 2169 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html">
2243 <source>Publish</source> 2170 <source>Publish</source>
2244 <target state="translated">Foillsich</target> 2171 <target state="translated">Foillsich</target>
2245 2172
2246 <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">88</context></context-group></trans-unit> 2173 <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">87</context></context-group></trans-unit>
2247 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html"> 2174 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
2248 <source>Select the torrent to import</source> 2175 <source>Select the torrent to import</source>
2249 <target state="translated">Tagh an torrent ri ion-phortadh</target> 2176 <target state="translated">Tagh an torrent ri ion-phortadh</target>
@@ -2251,42 +2178,32 @@
2251 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2178 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2252 <context context-type="linenumber">6</context> 2179 <context context-type="linenumber">6</context>
2253 </context-group> 2180 </context-group>
2254 </trans-unit> 2181 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2255 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc" datatype="html"> 2182 <source>OR</source><target state="new">OR</target>
2256 <source>Or</source>
2257 <target state="translated">No</target>
2258 <context-group purpose="location"> 2183 <context-group purpose="location">
2259 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2184 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2260 <context context-type="linenumber">11</context> 2185 <context context-type="linenumber">10</context>
2261 </context-group> 2186 </context-group>
2262 </trans-unit> 2187 </trans-unit>
2188
2263 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html"> 2189 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
2264 <source>Paste magnet URI</source> 2190 <source>Paste magnet URI</source>
2265 <target state="translated">Cuir ann URI magnet</target> 2191 <target state="translated">Cuir ann URI magnet</target>
2266 <context-group purpose="location"> 2192
2267 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2193 <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">13</context></context-group></trans-unit>
2268 <context context-type="linenumber">14</context>
2269 </context-group>
2270 </trans-unit>
2271 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2194 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2272 <source> 2195 <source>
2273 You can import any torrent file that points to a mp4 file. 2196 You can import any torrent file that points to a mp4 file.
2274 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. 2197 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.
2275 </source> 2198 </source>
2276 <target state="translated">’S urrainn dhut faidhle torrent sam bith a thomhas ri faidhle mp4 ion-phortadh. Bu chòir dhut dèanamh cinnteach gu bheil còir sgaoilidh agad air an t-susbaint ris an tomh e ach nach èirich trioblaid a thaobh an lagha dhut fhèin no dhan ionstans agad.</target> 2199 <target state="translated">’S urrainn dhut faidhle torrent sam bith a thomhas ri faidhle mp4 ion-phortadh. Bu chòir dhut dèanamh cinnteach gu bheil còir sgaoilidh agad air an t-susbaint ris an tomh e ach nach èirich trioblaid a thaobh an lagha dhut fhèin no dhan ionstans agad.</target>
2277 <context-group purpose="location"> 2200
2278 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2201 <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">16</context></context-group></trans-unit>
2279 <context context-type="linenumber">17</context>
2280 </context-group>
2281 </trans-unit>
2282 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html"> 2202 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2283 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2203 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2284 <target state="translated">Meal do naidheachd, thèid a’ video ion-phortadh le BitTorrent! ’S urrainn dhut fiosrachadh mun video seo a chur ris mu thràth.</target> 2204 <target state="translated">Meal do naidheachd, thèid a’ video ion-phortadh le BitTorrent! ’S urrainn dhut fiosrachadh mun video seo a chur ris mu thràth.</target>
2285 <context-group purpose="location"> 2205
2286 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2206 <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">56</context></context-group></trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2287 <context context-type="linenumber">57</context>
2288 </context-group>
2289 </trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2290 <source> 2207 <source>
2291 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. 2208 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.
2292 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2209 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -2555,7 +2472,7 @@
2555 <target state="translated">Tadhail air duilleag a’ chunntais</target> 2472 <target state="translated">Tadhail air duilleag a’ chunntais</target>
2556 2473
2557 2474
2558 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</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">63</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2475 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2559 <source>Subscribe</source><target state="new">Subscribe</target> 2476 <source>Subscribe</source><target state="new">Subscribe</target>
2560 <context-group purpose="location"> 2477 <context-group purpose="location">
2561 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2478 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
@@ -2623,7 +2540,7 @@
2623 <source>More information</source> 2540 <source>More information</source>
2624 <target state="translated">Barrachd fiosrachaidh</target> 2541 <target state="translated">Barrachd fiosrachaidh</target>
2625 2542
2626 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 2543 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2627 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2544 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2628 <source>Get more information</source> 2545 <source>Get more information</source>
2629 <target state="translated">Faigh barrachd fiosrachaidh</target> 2546 <target state="translated">Faigh barrachd fiosrachaidh</target>
@@ -2691,33 +2608,24 @@
2691 </source><target state="new"> 2608 </source><target state="new">
2692 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 2609 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
2693 </target> 2610 </target>
2694 <context-group purpose="location"> 2611
2695 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2612 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2696 <context context-type="linenumber">77</context>
2697 </context-group>
2698 </trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2699 <source> 2613 <source>
2700 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2614 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2701 </source><target state="new"> 2615 </source><target state="new">
2702 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2616 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2703 </target> 2617 </target>
2704 <context-group purpose="location"> 2618
2705 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2619 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2706 <context context-type="linenumber">80</context>
2707 </context-group>
2708 </trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2709 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 2620 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
2710 <context-group purpose="location"> 2621
2711 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2622 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
2712 <context context-type="linenumber">84</context>
2713 </context-group>
2714 </trans-unit>
2715 2623
2716 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html"> 2624 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
2717 <source>Comments are disabled.</source> 2625 <source>Comments are disabled.</source>
2718 <target state="translated">Tha beachdan à comas.</target> 2626 <target state="translated">Tha beachdan à comas.</target>
2719 2627
2720 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group></trans-unit> 2628 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
2721 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html"> 2629 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html">
2722 <source>Add comment...</source> 2630 <source>Add comment...</source>
2723 <target state="translated">Cuir beachd ris…</target> 2631 <target state="translated">Cuir beachd ris…</target>
@@ -2803,70 +2711,40 @@
2803 <context context-type="linenumber">5</context> 2711 <context context-type="linenumber">5</context>
2804 </context-group> 2712 </context-group>
2805 </trans-unit> 2713 </trans-unit>
2806 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246" datatype="html"> 2714
2807 <source>Follow</source>
2808 <target state="translated">Lean air</target>
2809 <context-group purpose="location">
2810 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
2811 <context context-type="linenumber">7</context>
2812 </context-group>
2813 </trans-unit>
2814 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html"> 2715 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html">
2815 <source>Followers</source> 2716 <source>Followers</source>
2816 <target state="translated">Luchd-leantainn</target> 2717 <target state="translated">Luchd-leantainn</target>
2817 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 2718
2818 </trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 2719 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
2819 <source>Video redundancies</source><target state="new">Video redundancies</target> 2720 <source>Video redundancies</source><target state="new">Video redundancies</target>
2820 <context-group purpose="location"> 2721
2821 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
2822 <context context-type="linenumber">11</context>
2823 </context-group>
2824 </trans-unit>
2825 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html"> 2723 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
2826 <source>1 host (without "http://") per line</source> 2724 <source>1 host (without "http://") per line</source>
2827 <target state="translated">Cuir gach òstair (às aonais “http://”) air loidhne fa leth</target> 2725 <target state="translated">Cuir gach òstair (às aonais “http://”) air loidhne fa leth</target>
2726
2727 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2728 <source>Follow domain</source><target state="new">Follow domain</target>
2828 <context-group purpose="location"> 2729 <context-group purpose="location">
2829 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context> 2730 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2830 <context context-type="linenumber">5</context> 2731 <context context-type="linenumber">15</context>
2831 </context-group>
2832 </trans-unit>
2833 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507" datatype="html">
2834 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
2835 <target state="translated">Tha coltas nach eil thu air frithealaiche HTTPS. Feumaidh am frithealaiche agad TLS a chur an comas mus lean e air frithealaichean eile.</target>
2836 <context-group purpose="location">
2837 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
2838 <context context-type="linenumber">17</context>
2839 </context-group>
2840 </trans-unit>
2841 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437" datatype="html">
2842 <source>Add following</source>
2843 <target state="translated">Cuir leantainn ris</target>
2844 <context-group purpose="location">
2845 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
2846 <context context-type="linenumber">21</context>
2847 </context-group> 2732 </context-group>
2848 </trans-unit> 2733 </trans-unit>
2734
2735
2849 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 2736 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
2850 <source>Filter...</source> 2737 <source>Filter...</source>
2851 <target state="translated">Criathraich…</target> 2738 <target state="translated">Criathraich…</target>
2852 <context-group purpose="location"> 2739
2853 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2740
2854 <context context-type="linenumber">8</context> 2741
2855 </context-group> 2742 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
2856 <context-group purpose="location">
2857 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2858 <context context-type="linenumber">9</context>
2859 </context-group>
2860 <context-group purpose="location">
2861 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2862 <context context-type="linenumber">27</context>
2863 </context-group>
2864 </trans-unit>
2865 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 2743 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
2866 <source>ID</source> 2744 <source>ID</source>
2867 <target state="translated">ID</target> 2745 <target state="translated">ID</target>
2868 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 2746
2869 </trans-unit> 2747 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
2870 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2748 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2871 <source>Follower handle</source> 2749 <source>Follower handle</source>
2872 <target state="translated">Làimhsichear neach-leantainn</target> 2750 <target state="translated">Làimhsichear neach-leantainn</target>
@@ -2877,37 +2755,22 @@
2877 <target state="translated">Staid</target> 2755 <target state="translated">Staid</target>
2878 2756
2879 2757
2880 <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"> 2758 <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="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2881 <source>Delayed.</source><target state="new">Delayed.</target> 2759 <source>Delayed.</source><target state="new">Delayed.</target>
2882 <context-group purpose="location"> 2760
2883 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2884 <context context-type="linenumber">42</context>
2885 </context-group>
2886 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2887 <source>Will start soon...</source><target state="new">Will start soon...</target> 2762 <source>Will start soon...</source><target state="new">Will start soon...</target>
2888 <context-group purpose="location"> 2763
2889 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2890 <context context-type="linenumber">43</context>
2891 </context-group>
2892 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2893 <source>Running...</source><target state="new">Running...</target> 2765 <source>Running...</source><target state="new">Running...</target>
2894 <context-group purpose="location"> 2766
2895 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2896 <context context-type="linenumber">44</context>
2897 </context-group>
2898 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2899 <source>Finished</source><target state="new">Finished</target> 2768 <source>Finished</source><target state="new">Finished</target>
2900 <context-group purpose="location"> 2769
2901 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2902 <context context-type="linenumber">45</context>
2903 </context-group>
2904 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2905 <source>Failed</source><target state="new">Failed</target> 2771 <source>Failed</source><target state="new">Failed</target>
2906 <context-group purpose="location"> 2772
2907 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2773 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
2908 <context context-type="linenumber">46</context>
2909 </context-group>
2910 </trans-unit>
2911 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 2774 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2912 <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> 2775 <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>
2913 <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> 2776 <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>
@@ -2917,19 +2780,19 @@
2917 2780
2918 2781
2919 2782
2920 <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> 2783 <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">24</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">46</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">11</context></context-group><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><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>
2921 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2784 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2922 <source>Accepted</source> 2785 <source>Accepted</source>
2923 <target state="translated">Air a ghabhail ris</target> 2786 <target state="translated">Air a ghabhail ris</target>
2924 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 2787
2925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 2788
2926 </trans-unit> 2789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
2927 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2790 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2928 <source>Pending</source> 2791 <source>Pending</source>
2929 <target state="translated">Ri lèirmheasadh</target> 2792 <target state="translated">Ri lèirmheasadh</target>
2930 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 2793
2931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 2794
2932 </trans-unit> 2795 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
2933 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2796 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2934 <source>Accept</source> 2797 <source>Accept</source>
2935 <target state="translated">Gabh ris</target> 2798 <target state="translated">Gabh ris</target>
@@ -2941,24 +2804,39 @@
2941 <target state="translated">Diùlt</target> 2804 <target state="translated">Diùlt</target>
2942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 2805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
2943 <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">42</context></context-group> 2806 <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">42</context></context-group>
2807 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2808 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2809 <context-group purpose="location">
2810 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
2811 <context context-type="linenumber">3</context>
2812 </context-group>
2944 </trans-unit> 2813 </trans-unit>
2945 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 2814 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
2946 <source>Host</source> 2815 <source>Host</source>
2947 <target state="translated">Òstair</target> 2816 <target state="translated">Òstair</target>
2948 <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> 2817
2949 </trans-unit> 2818 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2950 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 2819 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
2951 <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> 2820 <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>
2952 <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> 2821 <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>
2822
2823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
2824 <source>Follow domains</source><target state="new">Follow domains</target>
2953 <context-group purpose="location"> 2825 <context-group purpose="location">
2954 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2826 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2955 <context context-type="linenumber">21</context> 2827 <context context-type="linenumber">50</context>
2956 </context-group> 2828 </context-group>
2957 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 2829 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
2958 <source>Video redundancies list</source><target state="new">Video redundancies list</target> 2830 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
2959 <context-group purpose="location"> 2831 <context-group purpose="location">
2960 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2832 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2961 <context context-type="linenumber">2</context> 2833 <context context-type="linenumber">7</context>
2834 </context-group>
2835 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
2836 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
2837 <context-group purpose="location">
2838 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2839 <context context-type="linenumber">8</context>
2962 </context-group> 2840 </context-group>
2963 </trans-unit> 2841 </trans-unit>
2964 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html"> 2842 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html">
@@ -3008,7 +2886,7 @@
3008 2886
3009 2887
3010 2888
3011 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 2889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3012 <source> 2890 <source>
3013 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2891 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3014 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2892 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3089,57 +2967,52 @@
3089 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 2967 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3090 <source>Batch actions</source> 2968 <source>Batch actions</source>
3091 <target state="translated">Gnìomhan ’nan grunnan</target> 2969 <target state="translated">Gnìomhan ’nan grunnan</target>
3092 <context-group purpose="location"> 2970
3093 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2971 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3094 <context context-type="linenumber">19</context>
3095 </context-group>
3096 </trans-unit>
3097 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 2972 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3098 <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> 2973 <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>
3099 <target state="translated">Ainm-cleachdaiche <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> 2974 <target state="translated">Ainm-cleachdaiche <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>
3100 <context-group purpose="location"> 2975
3101 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2976 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3102 <context context-type="linenumber">40</context>
3103 </context-group>
3104 </trans-unit>
3105 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 2977 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3106 <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> 2978 <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>
3107 <target state="translated">Cuota de videothan <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> 2979 <target state="translated">Cuota de videothan <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>
3108 <context-group purpose="location"> 2980
3109 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2981 <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></trans-unit>
3110 <context context-type="linenumber">42</context>
3111 </context-group>
3112 </trans-unit>
3113 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 2982 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3114 <source>(banned)</source> 2983 <source>(banned)</source>
3115 <target state="translated">(air a thoirmeasg)</target> 2984 <target state="translated">(air a thoirmeasg)</target>
2985
2986 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
2987 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3116 <context-group purpose="location"> 2988 <context-group purpose="location">
3117 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2989 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3118 <context context-type="linenumber">65</context> 2990 <context context-type="linenumber">65</context>
3119 </context-group> 2991 </context-group>
2992 <context-group purpose="location">
2993 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2994 <context context-type="linenumber">27</context>
2995 </context-group>
3120 </trans-unit> 2996 </trans-unit>
3121 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 2997 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3122 <source>User's email must be verified to login</source> 2998 <source>User's email must be verified to login</source>
3123 <target state="translated">Feumaidh cleachdaiche am post-d a dhearbhadh ron chlàradh a-steach</target> 2999 <target state="translated">Feumaidh cleachdaiche am post-d a dhearbhadh ron chlàradh a-steach</target>
3124 <context-group purpose="location"> 3000
3125 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3001 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3126 <context context-type="linenumber">72</context>
3127 </context-group>
3128 </trans-unit>
3129 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3002 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3130 <source>User's email is verified / User can login without email verification</source> 3003 <source>User's email is verified / User can login without email verification</source>
3131 <target state="translated">Chaidh post-d a’ chleachdaiche a dhearbhadh / Faodaidh an cleachdaiche clàradh a-steach gun dearbhadh a’ phuist-d</target> 3004 <target state="translated">Chaidh post-d a’ chleachdaiche a dhearbhadh / Faodaidh an cleachdaiche clàradh a-steach gun dearbhadh a’ phuist-d</target>
3132 <context-group purpose="location"> 3005
3133 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3006 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3134 <context context-type="linenumber">76</context>
3135 </context-group>
3136 </trans-unit>
3137 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3007 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3138 <source>Ban reason:</source> 3008 <source>Ban reason:</source>
3139 <target state="translated">Adhbhar an toirmisg:</target> 3009 <target state="translated">Adhbhar an toirmisg:</target>
3010
3011 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3012 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3140 <context-group purpose="location"> 3013 <context-group purpose="location">
3141 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3014 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3142 <context context-type="linenumber">95</context> 3015 <context context-type="linenumber">15</context>
3143 </context-group> 3016 </context-group>
3144 </trans-unit> 3017 </trans-unit>
3145 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html"> 3018 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
@@ -3193,98 +3066,77 @@
3193 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 3066 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
3194 <context context-type="linenumber">13</context> 3067 <context context-type="linenumber">13</context>
3195 </context-group> 3068 </context-group>
3069 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3070 <source>Video <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">Video <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>
3071 <context-group purpose="location">
3072 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3073 <context context-type="linenumber">10</context>
3074 </context-group>
3196 </trans-unit> 3075 </trans-unit>
3197 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3076 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3198 <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> 3077 <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>
3199 <target state="translated">Ainm a’ video <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> 3078 <target state="translated">Ainm a’ video <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>
3200 3079
3201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><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">8</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3080 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3202 <source>Video URL</source><target state="new">Video URL</target> 3081 <source>Video URL</source><target state="new">Video URL</target>
3203 <context-group purpose="location"> 3082
3204 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3083 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3205 <context context-type="linenumber">24</context>
3206 </context-group>
3207 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3208 <source>Total size</source><target state="new">Total size</target> 3084 <source>Total size</source><target state="new">Total size</target>
3085
3086 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3087 <source>List redundancies</source><target state="new">List redundancies</target>
3209 <context-group purpose="location"> 3088 <context-group purpose="location">
3210 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3089 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3211 <context context-type="linenumber">25</context> 3090 <context context-type="linenumber">33</context>
3212 </context-group> 3091 </context-group>
3213 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3092 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3214 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3093 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3215 <context-group purpose="location"> 3094
3216 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3095 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3217 <context context-type="linenumber">69</context>
3218 </context-group>
3219 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3220 <source> 3096 <source>
3221 No redundancy strategy is enabled on your instance. 3097 No redundancy strategy is enabled on your instance.
3222 </source><target state="new"> 3098 </source><target state="new">
3223 No redundancy strategy is enabled on your instance. 3099 No redundancy strategy is enabled on your instance.
3224 </target> 3100 </target>
3225 <context-group purpose="location"> 3101
3226 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3102 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3227 <context context-type="linenumber">73</context>
3228 </context-group>
3229 </trans-unit>
3230 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3103 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3231 <source>Sensitive</source> 3104 <source>Sensitive</source>
3232 <target state="translated">Dìomhair</target> 3105 <target state="translated">Dìomhair</target>
3233 <context-group purpose="location"> 3106
3234 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3107 <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">11</context></context-group></trans-unit>
3235 <context context-type="linenumber">9</context>
3236 </context-group>
3237 </trans-unit>
3238 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3108 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3239 <source>Unfederated</source> 3109 <source>Unfederated</source>
3240 <target state="translated">Gun cho-nasgadh</target> 3110 <target state="translated">Gun cho-nasgadh</target>
3241 <context-group purpose="location"> 3111
3242 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3112 <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">12</context></context-group></trans-unit>
3243 <context context-type="linenumber">10</context>
3244 </context-group>
3245 </trans-unit>
3246 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3113 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3247 <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> 3114 <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>
3248 <target state="translated">Ceann-là <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> 3115 <target state="translated">Ceann-là <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>
3249 <context-group purpose="location"> 3116
3250 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3117 <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">13</context></context-group></trans-unit>
3251 <context context-type="linenumber">11</context>
3252 </context-group>
3253 </trans-unit>
3254 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 3118 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
3255 <source>Go to the video</source> 3119 <source>Go to the video</source>
3256 <target state="translated">Tadhail air a’ video</target> 3120 <target state="translated">Tadhail air a’ video</target>
3257 <context-group purpose="location"> 3121
3258 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3122
3259 <context context-type="linenumber">25</context> 3123
3260 </context-group> 3124 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3261 <context-group purpose="location">
3262 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3263 <context context-type="linenumber">33</context>
3264 </context-group>
3265 <context-group purpose="location">
3266 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3267 <context context-type="linenumber">33</context>
3268 </context-group>
3269 </trans-unit>
3270 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 3125 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3271 <source>Actions</source> 3126 <source>Actions</source>
3272 <target state="translated">Gnìomhan</target> 3127 <target state="translated">Gnìomhan</target>
3273 <context-group purpose="location"> 3128
3274 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3129
3275 <context context-type="linenumber">35</context> 3130 <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">38</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">57</context></context-group></trans-unit>
3276 </context-group>
3277 <context-group purpose="location">
3278 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3279 <context context-type="linenumber">44</context>
3280 </context-group>
3281 </trans-unit>
3282 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3131 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3283 <source>Blacklist reason:</source> 3132 <source>Blacklist reason:</source>
3284 <target state="translated">Adhbhar a’ chuir air an dubh-liosta:</target> 3133 <target state="translated">Adhbhar a’ chuir air an dubh-liosta:</target>
3134
3135 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3136 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3285 <context-group purpose="location"> 3137 <context-group purpose="location">
3286 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3138 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3287 <context context-type="linenumber">43</context> 3139 <context context-type="linenumber">5</context>
3288 </context-group> 3140 </context-group>
3289 </trans-unit> 3141 </trans-unit>
3290 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html"> 3142 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
@@ -3298,47 +3150,38 @@
3298 <trans-unit id="5731e5d5ac989bf08848b5a57a5586cf84d80964" datatype="html"> 3150 <trans-unit id="5731e5d5ac989bf08848b5a57a5586cf84d80964" datatype="html">
3299 <source>This comment can only be seen by you or the other moderators.</source> 3151 <source>This comment can only be seen by you or the other moderators.</source>
3300 <target state="translated">Chan fhaic ach thu fhèin ’s na maoir eile am beachd seo.</target> 3152 <target state="translated">Chan fhaic ach thu fhèin ’s na maoir eile am beachd seo.</target>
3301 <context-group purpose="location"> 3153
3302 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 3154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3303 <context context-type="linenumber">18</context>
3304 </context-group>
3305 </trans-unit>
3306 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html"> 3155 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
3307 <source>Update this comment</source> 3156 <source>Update this comment</source>
3308 <target state="translated">Ùraich am beachd seo</target> 3157 <target state="translated">Ùraich am beachd seo</target>
3309 3158
3310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3159 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3311 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 3160 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3312 <source>Reporter</source> 3161 <source>Reporter</source>
3313 <target state="translated">Cò rinn an gearan</target> 3162 <target state="translated">Cò rinn an gearan</target>
3314 <context-group purpose="location"> 3163
3315 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 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">10</context></context-group></trans-unit>
3316 <context context-type="linenumber">8</context>
3317 </context-group>
3318 </trans-unit>
3319 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 3165 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
3320 <source>Video</source> 3166 <source>Video</source>
3321 <target state="translated">Video</target> 3167 <target state="translated">Video</target>
3168
3169
3170
3171 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3172 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3322 <context-group purpose="location"> 3173 <context-group purpose="location">
3323 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3174 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3324 <context context-type="linenumber">10</context> 3175 <context context-type="linenumber">46</context>
3325 </context-group>
3326 <context-group purpose="location">
3327 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3328 <context context-type="linenumber">14</context>
3329 </context-group>
3330 <context-group purpose="location">
3331 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3332 <context context-type="linenumber">9</context>
3333 </context-group> 3176 </context-group>
3334 </trans-unit> 3177 </trans-unit>
3335 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3178 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3336 <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> 3179 <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>
3337 <target state="translated">Staid <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> 3180 <target state="translated">Staid <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>
3338 <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> 3181
3339 <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> 3182
3340 <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> 3183
3341 </trans-unit> 3184 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3342 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3185 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3343 <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> 3186 <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>
3344 <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> 3187 <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>
@@ -3350,31 +3193,27 @@
3350 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 3193 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3351 <source>Go to the account</source> 3194 <source>Go to the account</source>
3352 <target state="translated">Tadhail air a’ chunntas</target> 3195 <target state="translated">Tadhail air a’ chunntas</target>
3353 <context-group purpose="location"> 3196
3354 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3197
3355 <context context-type="linenumber">25</context> 3198 <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">27</context></context-group></trans-unit>
3356 </context-group>
3357 <context-group purpose="location">
3358 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3359 <context context-type="linenumber">27</context>
3360 </context-group>
3361 </trans-unit>
3362 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 3199 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
3363 <source>Reason:</source> 3200 <source>Reason:</source>
3364 <target state="translated">Adhbhar:</target> 3201 <target state="translated">Adhbhar:</target>
3202
3203 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3204 <source>Note:</source><target state="new">Note:</target>
3365 <context-group purpose="location"> 3205 <context-group purpose="location">
3366 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3206 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3367 <context context-type="linenumber">53</context> 3207 <context context-type="linenumber">72</context>
3368 </context-group> 3208 </context-group>
3369 </trans-unit> 3209 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3370 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638" datatype="html"> 3210 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3371 <source>Moderation comment:</source>
3372 <target state="translated">Beachd maorsainneachd:</target>
3373 <context-group purpose="location"> 3211 <context-group purpose="location">
3374 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3212 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3375 <context context-type="linenumber">57</context> 3213 <context context-type="linenumber">5</context>
3376 </context-group> 3214 </context-group>
3377 </trans-unit> 3215 </trans-unit>
3216
3378 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3217 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
3379 <source>Unblacklist</source> 3218 <source>Unblacklist</source>
3380 <target state="translated">Thoir far na dubh-liosta</target> 3219 <target state="translated">Thoir far na dubh-liosta</target>
@@ -3386,6 +3225,12 @@
3386 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context> 3225 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
3387 <context context-type="linenumber">17</context> 3226 <context context-type="linenumber">17</context>
3388 </context-group> 3227 </context-group>
3228 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3229 <source>Mute domain</source><target state="new">Mute domain</target>
3230 <context-group purpose="location">
3231 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3232 <context context-type="linenumber">11</context>
3233 </context-group>
3389 </trans-unit> 3234 </trans-unit>
3390 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 3235 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
3391 <source>Instance</source> 3236 <source>Instance</source>
@@ -3394,57 +3239,55 @@
3394 3239
3395 3240
3396 3241
3397 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3398 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3243 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3399 <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> 3244 <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>
3400 <target state="translated">Air a mhùchadh <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> 3245 <target state="translated">Air a mhùchadh <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>
3401 <context-group purpose="location"> 3246
3402 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3247
3403 <context context-type="linenumber">9</context> 3248
3404 </context-group> 3249
3405 <context-group purpose="location"> 3250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3406 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3407 <context context-type="linenumber">9</context>
3408 </context-group>
3409 <context-group purpose="location">
3410 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3411 <context context-type="linenumber">13</context>
3412 </context-group>
3413 <context-group purpose="location">
3414 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
3415 <context context-type="linenumber">13</context>
3416 </context-group>
3417 </trans-unit>
3418 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3251 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3419 <source>Unmute</source> 3252 <source>Unmute</source>
3420 <target state="translated">Dì-mhùch</target> 3253 <target state="translated">Dì-mhùch</target>
3254
3255
3256
3257
3258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3259 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3421 <context-group purpose="location"> 3260 <context-group purpose="location">
3422 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3261 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3423 <context context-type="linenumber">19</context> 3262 <context context-type="linenumber">5</context>
3424 </context-group>
3425 <context-group purpose="location">
3426 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3427 <context context-type="linenumber">18</context>
3428 </context-group> 3263 </context-group>
3264 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3265 <source>
3266 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3267 </source><target state="new">
3268 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3269 </target>
3429 <context-group purpose="location"> 3270 <context-group purpose="location">
3430 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 3271 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3431 <context context-type="linenumber">22</context> 3272 <context context-type="linenumber">37</context>
3432 </context-group> 3273 </context-group>
3274 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3275 <source>Mute domains</source><target state="new">Mute domains</target>
3433 <context-group purpose="location"> 3276 <context-group purpose="location">
3434 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 3277 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3435 <context context-type="linenumber">23</context> 3278 <context context-type="linenumber">35</context>
3436 </context-group> 3279 </context-group>
3437 </trans-unit> 3280 </trans-unit>
3438 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3281 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3439 <source>Account</source> 3282 <source>Account</source>
3440 <target state="translated">Cunntas</target> 3283 <target state="translated">Cunntas</target>
3284
3285
3286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3287 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3441 <context-group purpose="location"> 3288 <context-group purpose="location">
3442 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3289 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3443 <context context-type="linenumber">8</context> 3290 <context context-type="linenumber">5</context>
3444 </context-group>
3445 <context-group purpose="location">
3446 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3447 <context context-type="linenumber">12</context>
3448 </context-group> 3291 </context-group>
3449 </trans-unit> 3292 </trans-unit>
3450 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3293 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
@@ -3579,31 +3422,18 @@
3579 <context context-type="linenumber">9</context> 3422 <context context-type="linenumber">9</context>
3580 </context-group> 3423 </context-group>
3581 </trans-unit> 3424 </trans-unit>
3582 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f" datatype="html"> 3425 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3583 <source>Jobs list</source>
3584 <target state="translated">Liosta nan obraichean</target>
3585 <context-group purpose="location">
3586 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3587 <context context-type="linenumber">2</context>
3588 </context-group>
3589 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3590 <source>Job type</source><target state="new">Job type</target> 3426 <source>Job type</source><target state="new">Job type</target>
3591 <context-group purpose="location"> 3427
3592 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
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> 3429 <source>Job state</source><target state="new">Job state</target>
3597 <context-group purpose="location"> 3430
3598 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3599 <context context-type="linenumber">14</context>
3600 </context-group>
3601 </trans-unit>
3602 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3432 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3603 <source>Type</source> 3433 <source>Type</source>
3604 <target state="translated">Seòrsa</target> 3434 <target state="translated">Seòrsa</target>
3605 <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> 3435
3606 </trans-unit> 3436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
3607 3437
3608 3438
3609 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3439 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
@@ -3649,43 +3479,25 @@
3649 3479
3650 3480
3651 3481
3652 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 3482 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
3653 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 3483 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
3654 <context-group purpose="location"> 3484
3655 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3485 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3656 <context context-type="linenumber">46</context>
3657 </context-group>
3658 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3659 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 3486 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
3660 <context-group purpose="location"> 3487
3661 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3488 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3662 <context context-type="linenumber">43</context>
3663 </context-group>
3664 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3665 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 3489 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
3666 <context-group purpose="location"> 3490
3667 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3491 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3668 <context context-type="linenumber">57</context>
3669 </context-group>
3670 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3671 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 3492 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
3672 <context-group purpose="location"> 3493
3673 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3494 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3674 <context context-type="linenumber">54</context>
3675 </context-group>
3676 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3677 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 3495 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
3678 <context-group purpose="location"> 3496
3679 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3497 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3680 <context context-type="linenumber">68</context>
3681 </context-group>
3682 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3683 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 3498 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
3684 <context-group purpose="location"> 3499
3685 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3500 <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">66</context></context-group></trans-unit>
3686 <context context-type="linenumber">65</context>
3687 </context-group>
3688 </trans-unit>
3689 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 3501 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3690 <source>Main languages you/your moderators speak</source> 3502 <source>Main languages you/your moderators speak</source>
3691 <target state="translated">Na prìomh-chànanan a bhios agad ’s air na maoir</target> 3503 <target state="translated">Na prìomh-chànanan a bhios agad ’s air na maoir</target>
@@ -3735,97 +3547,94 @@
3735 <target state="translated">Na cuir ri liostaichean</target> 3547 <target state="translated">Na cuir ri liostaichean</target>
3736 3548
3737 3549
3738 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 3550 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
3739 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html"> 3551 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html">
3740 <source>Blur thumbnails</source> 3552 <source>Blur thumbnails</source>
3741 <target state="translated">Sgleò air dealbhagan</target> 3553 <target state="translated">Sgleò air dealbhagan</target>
3742 3554
3743 3555
3744 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 3556 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
3745 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html"> 3557 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html">
3746 <source>Display</source> 3558 <source>Display</source>
3747 <target state="translated">Taisbeanadh</target> 3559 <target state="translated">Taisbeanadh</target>
3748 3560
3749 3561
3750 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3562 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3751 <source>Strategy</source><target state="new">Strategy</target> 3563 <source>Strategy</source><target state="new">Strategy</target>
3752 <context-group purpose="location"> 3564
3753 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3754 <context context-type="linenumber">22</context>
3755 </context-group>
3756 </trans-unit>
3757 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html"> 3566 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3758 <source>Terms</source> 3567 <source>Terms</source>
3759 <target state="translated">Teirmichean</target> 3568 <target state="translated">Teirmichean</target>
3760 3569
3761 3570
3762 3571
3763 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3572 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3764 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 3573 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
3765 <source>Code of conduct</source> 3574 <source>Code of conduct</source>
3766 <target state="translated">An còd giùlain</target> 3575 <target state="translated">An còd giùlain</target>
3767 3576
3768 3577
3769 3578
3770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 3579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
3771 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 3580 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
3772 <source>Moderation information</source> 3581 <source>Moderation information</source>
3773 <target state="translated">Fiosrachadh maorsainneachd</target> 3582 <target state="translated">Fiosrachadh maorsainneachd</target>
3774 3583
3775 3584
3776 3585
3777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 3586 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
3778 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 3587 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
3779 3588
3780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 3589 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
3781 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 3590 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
3782 3591
3783 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit> 3592 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit>
3784 3593
3785 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 3594 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
3786 <source>Who is behind the instance?</source> 3595 <source>Who is behind the instance?</source>
3787 <target state="translated">Cò tha air cùlaibh an ionstans seo?</target> 3596 <target state="translated">Cò tha air cùlaibh an ionstans seo?</target>
3788 3597
3789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 3598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
3790 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 3599 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target>
3791 3600
3792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit> 3601 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
3793 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 3602 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
3794 <source>Why did you create this instance?</source> 3603 <source>Why did you create this instance?</source>
3795 <target state="translated">Carson a chruthaich thu an t-ionstans seo?</target> 3604 <target state="translated">Carson a chruthaich thu an t-ionstans seo?</target>
3796 3605
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">171</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 3606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
3798 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 3607 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
3799 3608
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">172</context></context-group></trans-unit> 3609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit>
3801 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 3610 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
3802 <source>How long do you plan to maintain this instance?</source> 3611 <source>How long do you plan to maintain this instance?</source>
3803 <target state="translated">Dè cho fada ’s a tha thu ’n dùil gun glèidh thu an t-ionstans seo?</target> 3612 <target state="translated">Dè cho fada ’s a tha thu ’n dùil gun glèidh thu an t-ionstans seo?</target>
3804 3613
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">182</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 3614 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
3806 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 3615 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target>
3807 3616
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">183</context></context-group></trans-unit> 3617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit>
3809 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 3618 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
3810 <source>How will you finance the PeerTube server?</source> 3619 <source>How will you finance the PeerTube server?</source>
3811 <target state="translated">Ciamar a phàigheas tu airson an fhrithealaiche PeerTube?</target> 3620 <target state="translated">Ciamar a phàigheas tu airson an fhrithealaiche PeerTube?</target>
3812 3621
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">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 3622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
3814 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 3623 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
3815 3624
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">194</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 3625 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
3817 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 3626 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
3818 3627
3819 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit> 3628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit>
3820 3629
3821 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 3630 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
3822 <source>What server/hardware does the instance run on?</source> 3631 <source>What server/hardware does the instance run on?</source>
3823 <target state="translated">Dè am frithealaiche/am bathar-cruaidh a tha an t-ionstans seo a ruith air?</target> 3632 <target state="translated">Dè am frithealaiche/am bathar-cruaidh a tha an t-ionstans seo a ruith air?</target>
3824 3633
3825 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 3634 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
3826 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 3635 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
3827 3636
3828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit> 3637 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit>
3829 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 3638 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
3830 <source>Instance information</source> 3639 <source>Instance information</source>
3831 <target state="translated">Fiosrachadh mun ionstans</target> 3640 <target state="translated">Fiosrachadh mun ionstans</target>
@@ -3833,76 +3642,76 @@
3833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 3642 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
3834 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 3643 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
3835 3644
3836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 3645 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
3837 <source> 3646 <source>
3838 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3647 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3839 </source><target state="new"> 3648 </source><target state="new">
3840 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3649 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3841 </target> 3650 </target>
3842 3651
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">240</context></context-group></trans-unit> 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">241</context></context-group></trans-unit>
3844 3653
3845 3654
3846 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 3655 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
3847 <source>default</source> 3656 <source>default</source>
3848 <target state="translated">tùsail</target> 3657 <target state="translated">tùsail</target>
3849 3658
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">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 3659 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
3851 <source>Landing page</source><target state="new">Landing page</target> 3660 <source>Landing page</source><target state="new">Landing page</target>
3852 3661
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">262</context></context-group></trans-unit> 3662 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit>
3854 3663
3855 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 3664 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
3856 <source>Discover videos</source> 3665 <source>Discover videos</source>
3857 <target state="translated">Fidir videothan</target> 3666 <target state="translated">Fidir videothan</target>
3858 3667
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">265</context></context-group></trans-unit> 3668 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit>
3860 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 3669 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
3861 <source>Trending videos</source> 3670 <source>Trending videos</source>
3862 <target state="translated">Videothan a’ treandadh</target> 3671 <target state="translated">Videothan a’ treandadh</target>
3863 3672
3864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 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">267</context></context-group></trans-unit>
3865 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 3674 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
3866 <source>Most liked videos</source> 3675 <source>Most liked videos</source>
3867 <target state="translated">Videothan air a bheil fèill mhòr</target> 3676 <target state="translated">Videothan air a bheil fèill mhòr</target>
3868 3677
3869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit> 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">268</context></context-group></trans-unit>
3870 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 3679 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
3871 <source>Recently added videos</source> 3680 <source>Recently added videos</source>
3872 <target state="translated">Videothan air an cur ris o chionn ghoirid</target> 3681 <target state="translated">Videothan air an cur ris o chionn ghoirid</target>
3873 3682
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">268</context></context-group></trans-unit> 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">269</context></context-group></trans-unit>
3875 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html"> 3684 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
3876 <source>Local videos</source> 3685 <source>Local videos</source>
3877 <target state="translated">Videothan ionadail</target> 3686 <target state="translated">Videothan ionadail</target>
3878 3687
3879 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" 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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
3880 <source>NEW USERS</source><target state="new">NEW USERS</target> 3689 <source>NEW USERS</source><target state="new">NEW USERS</target>
3881 3690
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">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" 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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
3883 <source> 3692 <source>
3884 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3693 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
3885 </source><target state="new"> 3694 </source><target state="new">
3886 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3695 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
3887 </target> 3696 </target>
3888 3697
3889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit> 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">282</context></context-group></trans-unit>
3890 3699
3891 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 3700 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
3892 <source>Signup enabled</source> 3701 <source>Signup enabled</source>
3893 <target state="translated">Tha clàradh an comas</target> 3702 <target state="translated">Tha clàradh an comas</target>
3894 3703
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">292</context></context-group></trans-unit> 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">293</context></context-group></trans-unit>
3896 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 3705 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
3897 <source>Signup requires email verification</source> 3706 <source>Signup requires email verification</source>
3898 <target state="translated">Iarraidh clàradh dearbhadh puist-d</target> 3707 <target state="translated">Iarraidh clàradh dearbhadh puist-d</target>
3899 3708
3900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">300</context></context-group></trans-unit> 3709 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit>
3901 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 3710 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
3902 <source>Signup limit</source> 3711 <source>Signup limit</source>
3903 <target state="translated">Cuingeachadh clàraidh</target> 3712 <target state="translated">Cuingeachadh clàraidh</target>
3904 3713
3905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">304</context></context-group></trans-unit> 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">305</context></context-group></trans-unit>
3906 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 3715 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
3907 <source>Users</source> 3716 <source>Users</source>
3908 <target state="translated">Buill</target> 3717 <target state="translated">Buill</target>
@@ -3988,71 +3797,84 @@
3988 <source>Default video quota per user</source> 3797 <source>Default video quota per user</source>
3989 <target state="translated">Cuota tùsail de videothan airson gach cleachdaiche</target> 3798 <target state="translated">Cuota tùsail de videothan airson gach cleachdaiche</target>
3990 3799
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">319</context></context-group></trans-unit> 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">320</context></context-group></trans-unit>
3992 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 3801 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
3993 <source>Default daily upload limit per user</source> 3802 <source>Default daily upload limit per user</source>
3994 <target state="translated">Crìoch thùsail air videothan a luchdaicheas cleachdaiche suas air an aon latha</target> 3803 <target state="translated">Crìoch thùsail air videothan a luchdaicheas cleachdaiche suas air an aon latha</target>
3995 3804
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">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
3997 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 3806 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
3998 3807
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">348</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4000 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 3809 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4001 3810
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">359</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 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">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4003 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target> 3812 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target>
4004 3813
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">366</context></context-group></trans-unit> 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">367</context></context-group></trans-unit>
4006 3815
4007 3816
4008 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 3817 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4009 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 3818 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4010 3819
4011 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">383</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 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">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4012 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 3821 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
4013 3822
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">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 3823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4015 <source>FEDERATION</source><target state="new">FEDERATION</target> 3824 <source>FEDERATION</source><target state="new">FEDERATION</target>
4016 3825
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">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 3826 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4018 <source> 3827 <source>
4019 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 3828 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4020 </source><target state="new"> 3829 </source><target state="new">
4021 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 3830 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4022 </target> 3831 </target>
4023 3832
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">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 3833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4025 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 3834 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4026 3835
4027 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">411</context></context-group></trans-unit> 3836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit>
4028 3837
4029 3838
4030 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 3839 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4031 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 3840 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
4032 3841
4033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 3842 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4034 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 3843 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4035 3844
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">431</context></context-group></trans-unit> 3845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
3846 <source>
3847 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3848 </source><target state="new">
3849 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3850 </target>
3851 <context-group purpose="location">
3852 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3853 <context context-type="linenumber">450</context>
3854 </context-group>
3855 </trans-unit>
4037 3856
4038 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 3857 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4039 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 3858 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4040 3859
4041 3860
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">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit> 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">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4043 3862
4044 3863
4045 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 3864 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4046 <source>Index URL</source> 3865 <source>Index URL</source>
4047 <target state="translated">URL an inneics</target> 3866 <target state="translated">URL an inneics</target>
4048 3867
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">452</context></context-group></trans-unit><trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4050 <source>Automatically follow instances of the public index</source><target state="new">Automatically follow instances of the public index</target> 3869 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4051 3870 <context-group purpose="location">
4052 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 3871 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3872 <context context-type="linenumber">445</context>
3873 </context-group>
3874 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4053 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 3875 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4054 3876
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">472</context></context-group></trans-unit> 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">477</context></context-group></trans-unit>
4056 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 3878 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
4057 <source>Administrator</source> 3879 <source>Administrator</source>
4058 <target state="translated">Rianaire</target> 3880 <target state="translated">Rianaire</target>
@@ -4062,39 +3884,39 @@
4062 <source>Admin email</source> 3884 <source>Admin email</source>
4063 <target state="translated">Post-d an rianaire</target> 3885 <target state="translated">Post-d an rianaire</target>
4064 3886
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">478</context></context-group></trans-unit> 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">483</context></context-group></trans-unit>
4066 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 3888 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4067 <source>Enable contact form</source> 3889 <source>Enable contact form</source>
4068 <target state="translated">Cuir foirm conaltraidh an comas</target> 3890 <target state="translated">Cuir foirm conaltraidh an comas</target>
4069 3891
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">489</context></context-group></trans-unit> 3892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit>
4071 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 3893 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
4072 <source>Basic configuration</source> 3894 <source>Basic configuration</source>
4073 <target state="translated">Rèiteachadh bunasach</target> 3895 <target state="translated">Rèiteachadh bunasach</target>
4074 3896
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">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 3897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4076 <source>TWITTER</source><target state="new">TWITTER</target> 3898 <source>TWITTER</source><target state="new">TWITTER</target>
4077 3899
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">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 3900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4079 <source> 3901 <source>
4080 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3902 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4081 </source><target state="new"> 3903 </source><target state="new">
4082 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3904 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4083 </target> 3905 </target>
4084 3906
4085 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">507</context></context-group></trans-unit> 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">512</context></context-group></trans-unit>
4086 3908
4087 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 3909 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
4088 <source>Your Twitter username</source> 3910 <source>Your Twitter username</source>
4089 <target state="translated">An t-ainm-cleachdaiche Twitter agad</target> 3911 <target state="translated">An t-ainm-cleachdaiche Twitter agad</target>
4090 3912
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">518</context></context-group></trans-unit> 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">523</context></context-group></trans-unit>
4092 3914
4093 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 3915 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
4094 <source>Instance whitelisted by Twitter</source> 3916 <source>Instance whitelisted by Twitter</source>
4095 <target state="translated">Tha an t-ionstans air geal-liosta Twitter</target> 3917 <target state="translated">Tha an t-ionstans air geal-liosta Twitter</target>
4096 3918
4097 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4098 <source> 3920 <source>
4099 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/>"/> 3921 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/>"/>
4100 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/>"/> 3922 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/>"/>
@@ -4109,16 +3931,16 @@
4109 to see if you instance is whitelisted. 3931 to see if you instance is whitelisted.
4110 </target> 3932 </target>
4111 3933
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">534</context></context-group></trans-unit> 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">539</context></context-group></trans-unit>
4113 3935
4114 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 3936 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
4115 <source>Services</source> 3937 <source>Services</source>
4116 <target state="translated">Seirbheisean</target> 3938 <target state="translated">Seirbheisean</target>
4117 3939
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">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4119 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 3941 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4120 3942
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">560</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 3943 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4122 <source> 3944 <source>
4123 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 3945 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4124 resources, this is a critical part of PeerTube, so tread carefully. 3946 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4127,42 +3949,36 @@
4127 resources, this is a critical part of PeerTube, so tread carefully. 3949 resources, this is a critical part of PeerTube, so tread carefully.
4128 </target> 3950 </target>
4129 3951
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">561</context></context-group></trans-unit> 3952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit>
4131 3953
4132 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 3954 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
4133 <source>Transcoding enabled</source> 3955 <source>Transcoding enabled</source>
4134 <target state="translated">Tha tar-chòdachadh an comas</target> 3956 <target state="translated">Tha tar-chòdachadh an comas</target>
4135 3957
4136 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></trans-unit> 3958 <context-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>
4137 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 3959 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
4138 <source>If you disable transcoding, many videos from your users will not work!</source> 3960 <source>If you disable transcoding, many videos from your users will not work!</source>
4139 <target state="translated">Ma chuireas tu an tar-chòdachadh à comas, feumaidh gum bi mòran videothan aig na cleachdaichean agad nach obraich!</target> 3961 <target state="translated">Ma chuireas tu an tar-chòdachadh à comas, feumaidh gum bi mòran videothan aig na cleachdaichean agad nach obraich!</target>
4140 3962
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">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4142 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 3964 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4143 <context-group purpose="location"> 3965
4144 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">594</context></context-group></trans-unit>
4145 <context context-type="linenumber">589</context>
4146 </context-group>
4147 </trans-unit>
4148 3967
4149 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 3968 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4150 <source>Allow additional extensions</source> 3969 <source>Allow additional extensions</source>
4151 <target state="translated">Ceadaich leudachain a bharrachd</target> 3970 <target state="translated">Ceadaich leudachain a bharrachd</target>
4152 3971
4153 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" 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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4154 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 3973 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4155 <context-group purpose="location"> 3974
4156 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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>
4157 <context context-type="linenumber">600</context>
4158 </context-group>
4159 </trans-unit>
4160 3976
4161 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 3977 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4162 <source>Allow audio files upload</source> 3978 <source>Allow audio files upload</source>
4163 <target state="translated">Ceadaich luchdadh suas faidhlichean fuaime</target> 3979 <target state="translated">Ceadaich luchdadh suas faidhlichean fuaime</target>
4164 3980
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">597</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4166 <source> 3982 <source>
4167 <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>"/>
4168 3984
@@ -4180,17 +3996,14 @@
4180 3996
4181 <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>"/> 3997 <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>"/>
4182 </target> 3998 </target>
4183 <context-group purpose="location"> 3999
4184 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">617</context></context-group></trans-unit>
4185 <context context-type="linenumber">612</context>
4186 </context-group>
4187 </trans-unit>
4188 4001
4189 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4002 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4190 <source>WebTorrent support enabled</source> 4003 <source>WebTorrent support enabled</source>
4191 <target state="new">WebTorrent support enabled</target> 4004 <target state="new">WebTorrent support enabled</target>
4192 4005
4193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" 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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4194 <source> 4007 <source>
4195 <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>"/> 4008 <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>"/>
4196 4009
@@ -4214,69 +4027,66 @@
4214 4027
4215 <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>"/> 4028 <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>"/>
4216 </target> 4029 </target>
4217 <context-group purpose="location"> 4030
4218 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">638</context></context-group></trans-unit>
4219 <context context-type="linenumber">633</context>
4220 </context-group>
4221 </trans-unit>
4222 4032
4223 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4033 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4224 <source>HLS support enabled</source> 4034 <source>HLS support enabled</source>
4225 <target state="translated">Tha taic ri HLS an comas</target> 4035 <target state="translated">Tha taic ri HLS an comas</target>
4226 4036
4227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group></trans-unit> 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">635</context></context-group></trans-unit>
4228 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4038 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4229 <source>Transcoding threads</source> 4039 <source>Transcoding threads</source>
4230 <target state="translated">Snàithleanan tar-chòdachaidh</target> 4040 <target state="translated">Snàithleanan tar-chòdachaidh</target>
4231 4041
4232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4233 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4043 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4234 4044
4235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group></trans-unit> 4045 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
4236 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4046 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4237 <source>CACHE</source><target state="new">CACHE</target> 4047 <source>CACHE</source><target state="new">CACHE</target>
4238 4048
4239 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4240 <source> 4050 <source>
4241 Some files are not federated, and fetched when necessary. Define their caching policies. 4051 Some files are not federated, and fetched when necessary. Define their caching policies.
4242 </source><target state="new"> 4052 </source><target state="new">
4243 Some files are not federated, and fetched when necessary. Define their caching policies. 4053 Some files are not federated, and fetched when necessary. Define their caching policies.
4244 </target> 4054 </target>
4245 4055
4246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4247 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4057 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4248 4058
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">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4250 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4060 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4251 4061
4252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group></trans-unit> 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">718</context></context-group></trans-unit>
4253 4063
4254 4064
4255 4065
4256 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4066 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4257 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4067 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4258 4068
4259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4260 <source> 4070 <source>
4261 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4071 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4262 </source><target state="new"> 4072 </source><target state="new">
4263 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4073 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4264 </target> 4074 </target>
4265 4075
4266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit> 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">734</context></context-group></trans-unit>
4267 4077
4268 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 4078 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4269 <source>JavaScript</source> 4079 <source>JavaScript</source>
4270 <target state="translated">JavaScript</target> 4080 <target state="translated">JavaScript</target>
4271 4081
4272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4273 <source> 4083 <source>
4274 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>"/> 4084 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>"/>
4275 </source><target state="new"> 4085 </source><target state="new">
4276 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>"/> 4086 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>"/>
4277 </target> 4087 </target>
4278 4088
4279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4280 <source> 4090 <source>
4281 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/>"/> 4091 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/>"/>
4282 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4092 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4301,24 +4111,24 @@
4301 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4111 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4302 </target> 4112 </target>
4303 4113
4304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</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">766</context></context-group></trans-unit>
4305 4115
4306 4116
4307 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4117 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4308 <source>Advanced configuration</source> 4118 <source>Advanced configuration</source>
4309 <target state="translated">Rèiteachadh adhartach</target> 4119 <target state="translated">Rèiteachadh adhartach</target>
4310 4120
4311 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group></trans-unit> 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">559</context></context-group></trans-unit>
4312 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4122 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4313 <source>Update configuration</source> 4123 <source>Update configuration</source>
4314 <target state="translated">Ùraich an rèiteachadh</target> 4124 <target state="translated">Ùraich an rèiteachadh</target>
4315 4125
4316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</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">804</context></context-group></trans-unit>
4317 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4127 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4318 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4128 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4319 <target state="translated">Tha coltas nach eil an rèiteachadh dligheach. Dèan lorg air mearachdan sna tabaichean.</target> 4129 <target state="translated">Tha coltas nach eil an rèiteachadh dligheach. Dèan lorg air mearachdan sna tabaichean.</target>
4320 4130
4321 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" 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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4322 <source>PROFILE</source><target state="new">PROFILE</target> 4132 <source>PROFILE</source><target state="new">PROFILE</target>
4323 <context-group purpose="location"> 4133 <context-group purpose="location">
4324 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4134 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4463,23 +4273,27 @@
4463 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4273 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4464 <context context-type="linenumber">6</context> 4274 <context context-type="linenumber">6</context>
4465 </context-group> 4275 </context-group>
4466 </trans-unit> 4276 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
4467 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 4277 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
4468 <source>Only display videos in the following languages/subtitles</source>
4469 <target state="new">Only display videos in the following languages/subtitles</target>
4470 <context-group purpose="location"> 4278 <context-group purpose="location">
4471 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4279 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4472 <context context-type="linenumber">22</context> 4280 <context context-type="linenumber">14</context>
4281 </context-group>
4282 <context-group purpose="location">
4283 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4284 <context context-type="linenumber">111</context>
4473 </context-group> 4285 </context-group>
4474 </trans-unit> 4286 </trans-unit>
4287 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
4288 <source>Only display videos in the following languages/subtitles</source>
4289 <target state="new">Only display videos in the following languages/subtitles</target>
4290
4291 <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">23</context></context-group></trans-unit>
4475 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 4292 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
4476 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 4293 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
4477 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target> 4294 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
4478 <context-group purpose="location"> 4295
4479 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4296 <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">26</context></context-group></trans-unit>
4480 <context context-type="linenumber">25</context>
4481 </context-group>
4482 </trans-unit>
4483 4297
4484 4298
4485 4299
@@ -4536,23 +4350,17 @@
4536 <source>Theme</source> 4350 <source>Theme</source>
4537 <target state="translated">Ùrlar</target> 4351 <target state="translated">Ùrlar</target>
4538 4352
4539 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 4353 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
4540 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 4354 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
4541 <source>instance default</source> 4355 <source>instance default</source>
4542 <target state="translated">bun-roghainn an ionstans</target> 4356 <target state="translated">bun-roghainn an ionstans</target>
4543 <context-group purpose="location"> 4357
4544 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4358 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
4545 <context context-type="linenumber">7</context>
4546 </context-group>
4547 </trans-unit>
4548 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 4359 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
4549 <source>peertube default</source> 4360 <source>peertube default</source>
4550 <target state="translated">bun-roghainn peertube</target> 4361 <target state="translated">bun-roghainn peertube</target>
4551 <context-group purpose="location"> 4362
4552 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4363 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
4553 <context context-type="linenumber">8</context>
4554 </context-group>
4555 </trans-unit>
4556 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html"> 4364 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
4557 <source>Change ownership</source> 4365 <source>Change ownership</source>
4558 <target state="translated">Atharraich an sealbhadair</target> 4366 <target state="translated">Atharraich an sealbhadair</target>
@@ -4703,6 +4511,18 @@
4703 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4511 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4704 <context context-type="linenumber">8</context> 4512 <context context-type="linenumber">8</context>
4705 </context-group> 4513 </context-group>
4514 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4515 <source>See the error</source><target state="new">See the error</target>
4516 <context-group purpose="location">
4517 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4518 <context context-type="linenumber">19</context>
4519 </context-group>
4520 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4521 <source>This video was deleted</source><target state="new">This video was deleted</target>
4522 <context-group purpose="location">
4523 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4524 <context context-type="linenumber">36</context>
4525 </context-group>
4706 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 4526 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4707 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 4527 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
4708 <context-group purpose="location"> 4528 <context-group purpose="location">
@@ -5046,35 +4866,11 @@
5046 <target state="translated">Stadastaireachd</target> 4866 <target state="translated">Stadastaireachd</target>
5047 4867
5048 4868
5049 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 4869 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5050 <source>Creators</source><target state="new">Creators</target>
5051 <context-group purpose="location">
5052 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5053 <context context-type="linenumber">162</context>
5054 </context-group>
5055 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5056 <source>Creator guide</source><target state="new">Creator guide</target>
5057 <context-group purpose="location">
5058 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5059 <context context-type="linenumber">162</context>
5060 </context-group>
5061 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5062 <source>Contributors</source><target state="new">Contributors</target>
5063 <context-group purpose="location">
5064 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5065 <context context-type="linenumber">163</context>
5066 </context-group>
5067 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5068 <source>PeerTube license</source><target state="new">PeerTube license</target> 4870 <source>PeerTube license</source><target state="new">PeerTube license</target>
5069 <context-group purpose="location"> 4871
5070 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 4872
5071 <context context-type="linenumber">163</context> 4873 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5072 </context-group>
5073 <context-group purpose="location">
5074 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5075 <context context-type="linenumber">175</context>
5076 </context-group>
5077 </trans-unit>
5078 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html"> 4874 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
5079 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 4875 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5080 <target state="translated">Air ballrachd fhaighinn <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 4876 <target state="translated">Air ballrachd fhaighinn <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6018,6 +5814,30 @@
6018 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5814 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6019 <context context-type="linenumber">1</context> 5815 <context context-type="linenumber">1</context>
6020 </context-group> 5816 </context-group>
5817 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
5818 <source>Process domains</source><target state="new">Process domains</target>
5819 <context-group purpose="location">
5820 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
5821 <context context-type="linenumber">1</context>
5822 </context-group>
5823 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
5824 <source>Domain is required.</source><target state="new">Domain is required.</target>
5825 <context-group purpose="location">
5826 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5827 <context context-type="linenumber">1</context>
5828 </context-group>
5829 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
5830 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
5831 <context-group purpose="location">
5832 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5833 <context context-type="linenumber">1</context>
5834 </context-group>
5835 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
5836 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
5837 <context-group purpose="location">
5838 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5839 <context context-type="linenumber">1</context>
5840 </context-group>
6021 </trans-unit> 5841 </trans-unit>
6022 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html"> 5842 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
6023 <source>Unlimited</source> 5843 <source>Unlimited</source>
@@ -6038,6 +5858,16 @@
6038 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context> 5858 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
6039 <context context-type="linenumber">1</context> 5859 <context context-type="linenumber">1</context>
6040 </context-group> 5860 </context-group>
5861 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
5862 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
5863 <context-group purpose="location">
5864 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5865 <context context-type="linenumber">1</context>
5866 </context-group>
5867 <context-group purpose="location">
5868 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5869 <context context-type="linenumber">1</context>
5870 </context-group>
6041 </trans-unit> 5871 </trans-unit>
6042 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html"> 5872 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
6043 <source>100MB</source> 5873 <source>100MB</source>
@@ -6174,51 +6004,17 @@
6174 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html"> 6004 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
6175 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source> 6005 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
6176 <target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target> 6006 <target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target>
6177 <context-group purpose="location"> 6007
6178 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6008 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6179 <context context-type="linenumber">1</context> 6009
6180 </context-group> 6010
6181 </trans-unit> 6011
6182 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html"> 6012
6183 <source>You need to specify hosts to follow.</source>
6184 <target state="new">You need to specify hosts to follow.</target>
6185 <context-group purpose="location">
6186 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6187 <context context-type="linenumber">1</context>
6188 </context-group>
6189 </trans-unit>
6190 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
6191 <source>Hosts need to be unique.</source>
6192 <target state="new">Hosts need to be unique.</target>
6193 <context-group purpose="location">
6194 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6195 <context context-type="linenumber">1</context>
6196 </context-group>
6197 </trans-unit>
6198 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
6199 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6200 <target state="new">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6201 <context-group purpose="location">
6202 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6203 <context context-type="linenumber">1</context>
6204 </context-group>
6205 </trans-unit>
6206 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409" datatype="html">
6207 <source>Follow new server(s)</source>
6208 <target state="new">Follow new server(s)</target>
6209 <context-group purpose="location">
6210 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6211 <context context-type="linenumber">1</context>
6212 </context-group>
6213 </trans-unit>
6214 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html"> 6013 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
6215 <source>Follow request(s) sent!</source> 6014 <source>Follow request(s) sent!</source>
6216 <target state="new">Follow request(s) sent!</target> 6015 <target state="new">Follow request(s) sent!</target>
6217 <context-group purpose="location"> 6016
6218 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6017 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6219 <context context-type="linenumber">1</context>
6220 </context-group>
6221 </trans-unit>
6222 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html"> 6018 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
6223 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6019 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6224 <target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 6020 <target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -6312,6 +6108,12 @@
6312 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 6108 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6313 <context context-type="linenumber">1</context> 6109 <context context-type="linenumber">1</context>
6314 </context-group> 6110 </context-group>
6111 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6112 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6113 <context-group purpose="location">
6114 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6115 <context context-type="linenumber">1</context>
6116 </context-group>
6315 </trans-unit> 6117 </trans-unit>
6316 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html"> 6118 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
6317 <source>Comment updated.</source> 6119 <source>Comment updated.</source>
@@ -6320,23 +6122,33 @@
6320 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context> 6122 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
6321 <context context-type="linenumber">1</context> 6123 <context context-type="linenumber">1</context>
6322 </context-group> 6124 </context-group>
6323 </trans-unit> 6125 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
6324 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html"> 6126 <source>Internal actions</source><target state="new">Internal actions</target>
6325 <source>Delete this report</source>
6326 <target state="new">Delete this report</target>
6327 <context-group purpose="location"> 6127 <context-group purpose="location">
6328 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6128 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6329 <context context-type="linenumber">1</context> 6129 <context context-type="linenumber">1</context>
6330 </context-group> 6130 </context-group>
6331 </trans-unit> 6131 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
6332 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 6132 <source>Delete report</source><target state="new">Delete report</target>
6333 <source>Update moderation comment</source> 6133 <context-group purpose="location">
6334 <target state="new">Update moderation comment</target> 6134 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6135 <context context-type="linenumber">1</context>
6136 </context-group>
6137 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6138 <source>Add note</source><target state="new">Add note</target>
6139 <context-group purpose="location">
6140 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6141 <context context-type="linenumber">1</context>
6142 </context-group>
6143 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6144 <source>Update note</source><target state="new">Update note</target>
6335 <context-group purpose="location"> 6145 <context-group purpose="location">
6336 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6146 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6337 <context context-type="linenumber">1</context> 6147 <context context-type="linenumber">1</context>
6338 </context-group> 6148 </context-group>
6339 </trans-unit> 6149 </trans-unit>
6150
6151
6340 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html"> 6152 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html">
6341 <source>Mark as accepted</source> 6153 <source>Mark as accepted</source>
6342 <target state="new">Mark as accepted</target> 6154 <target state="new">Mark as accepted</target>
@@ -6352,6 +6164,12 @@
6352 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6164 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6353 <context context-type="linenumber">1</context> 6165 <context context-type="linenumber">1</context>
6354 </context-group> 6166 </context-group>
6167 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
6168 <source>Actions for the video</source><target state="new">Actions for the video</target>
6169 <context-group purpose="location">
6170 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6171 <context context-type="linenumber">1</context>
6172 </context-group>
6355 </trans-unit> 6173 </trans-unit>
6356 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 6174 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
6357 <source>Do you really want to delete this abuse report?</source> 6175 <source>Do you really want to delete this abuse report?</source>
@@ -7292,11 +7110,8 @@
7292 </context-group> 7110 </context-group>
7293 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7111 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7294 <source>max size</source><target state="new">max size</target> 7112 <source>max size</source><target state="new">max size</target>
7295 <context-group purpose="location"> 7113
7296 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7114 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7297 <context context-type="linenumber">1</context>
7298 </context-group>
7299 </trans-unit>
7300 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7115 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
7301 <source>Now please check your emails to verify your account and complete signup.</source> 7116 <source>Now please check your emails to verify your account and complete signup.</source>
7302 <target state="new">Now please check your emails to verify your account and complete signup.</target> 7117 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -7652,6 +7467,12 @@
7652 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7467 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7653 <context context-type="linenumber">1</context> 7468 <context context-type="linenumber">1</context>
7654 </context-group> 7469 </context-group>
7470 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
7471 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
7472 <context-group purpose="location">
7473 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7474 <context context-type="linenumber">1</context>
7475 </context-group>
7655 </trans-unit> 7476 </trans-unit>
7656 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html"> 7477 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
7657 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 7478 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -7724,15 +7545,14 @@
7724 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7545 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7725 <context context-type="linenumber">1</context> 7546 <context context-type="linenumber">1</context>
7726 </context-group> 7547 </context-group>
7727 </trans-unit> 7548 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
7728 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html"> 7549 <source>just now</source><target state="new">just now</target>
7729 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
7730 <target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target>
7731 <context-group purpose="location"> 7550 <context-group purpose="location">
7732 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7551 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7733 <context context-type="linenumber">1</context> 7552 <context context-type="linenumber">1</context>
7734 </context-group> 7553 </context-group>
7735 </trans-unit><trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 7554 </trans-unit>
7555 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
7736 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 7556 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
7737 <context-group purpose="location"> 7557 <context-group purpose="location">
7738 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 7558 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
@@ -9445,11 +9265,8 @@
9445 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 9265 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
9446 <source>Video blacklisted.</source> 9266 <source>Video blacklisted.</source>
9447 <target state="new">Video blacklisted.</target> 9267 <target state="new">Video blacklisted.</target>
9448 <context-group purpose="location"> 9268
9449 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context> 9269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9450 <context context-type="linenumber">1</context>
9451 </context-group>
9452 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9453 <source>Encoder</source><target state="new">Encoder</target> 9270 <source>Encoder</source><target state="new">Encoder</target>
9454 <context-group purpose="location"> 9271 <context-group purpose="location">
9455 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 9272 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -9712,15 +9529,14 @@
9712 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context> 9529 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
9713 <context context-type="linenumber">1</context> 9530 <context context-type="linenumber">1</context>
9714 </context-group> 9531 </context-group>
9715 </trans-unit> 9532 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
9716 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 9533 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
9717 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
9718 <target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target>
9719 <context-group purpose="location"> 9534 <context-group purpose="location">
9720 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 9535 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
9721 <context context-type="linenumber">1</context> 9536 <context context-type="linenumber">1</context>
9722 </context-group> 9537 </context-group>
9723 </trans-unit> 9538 </trans-unit>
9539
9724 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 9540 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
9725 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 9541 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
9726 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target> 9542 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target>
diff --git a/client/src/locale/angular.gl-ES.xlf b/client/src/locale/angular.gl-ES.xlf
index dc6919633..260fba59f 100644
--- a/client/src/locale/angular.gl-ES.xlf
+++ b/client/src/locale/angular.gl-ES.xlf
@@ -632,32 +632,32 @@
632 <context-group name="null"> 632 <context-group name="null">
633 <context context-type="linenumber">6</context> 633 <context context-type="linenumber">6</context>
634 </context-group> 634 </context-group>
635 <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> 635
636 <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> 636
637 </trans-unit> 637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
638 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 638 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
639 <source>Private</source> 639 <source>Private</source>
640 <target>Privado</target> 640 <target>Privado</target>
641 <context-group name="null"> 641 <context-group name="null">
642 <context context-type="linenumber">7</context> 642 <context context-type="linenumber">7</context>
643 </context-group> 643 </context-group>
644 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</context></context-group> 644
645 <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> 645
646 <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> 646
647 </trans-unit> 647 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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>
648 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 648 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
649 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 649 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
650 <target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 650 <target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
651 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group> 651
652 </trans-unit> 652 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
653 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 653 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
654 <source>Blacklisted</source> 654 <source>Blacklisted</source>
655 <target>Na lista negra</target> 655 <target>Na lista negra</target>
656 <context-group name="null"> 656 <context-group name="null">
657 <context context-type="linenumber">42</context> 657 <context context-type="linenumber">42</context>
658 </context-group> 658 </context-group>
659 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group> 659
660 </trans-unit> 660 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
661 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 661 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
662 <source>Sensitive</source> 662 <source>Sensitive</source>
663 <target> 663 <target>
@@ -666,8 +666,8 @@
666 <context-group name="null"> 666 <context-group name="null">
667 <context context-type="linenumber">46</context> 667 <context context-type="linenumber">46</context>
668 </context-group> 668 </context-group>
669 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group> 669
670 </trans-unit> 670 <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>
671 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 671 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
672 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 672 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
673 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 673 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -726,7 +726,7 @@
726 726
727 727
728 728
729 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit> 729 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
730 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 730 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
731 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 731 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
732 <target>Eliminar de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 732 <target>Eliminar de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -774,7 +774,7 @@
774 774
775 775
776 776
777 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 777 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
778 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 778 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
779 <source>Truncated preview</source> 779 <source>Truncated preview</source>
780 <target>Vista previa recortada</target> 780 <target>Vista previa recortada</target>
@@ -972,7 +972,7 @@
972 972
973 973
974 974
975 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit> 975 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
976 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 976 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
977 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 977 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
978 <target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target> 978 <target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target>
@@ -1110,7 +1110,7 @@
1110 1110
1111 1111
1112 1112
1113 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1113 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1114 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1114 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1115 <source>Ban this user</source> 1115 <source>Ban this user</source>
1116 <target>Vetar esta usuaria</target> 1116 <target>Vetar esta usuaria</target>
@@ -1127,14 +1127,7 @@
1127 </context-group> 1127 </context-group>
1128 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group> 1128 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group>
1129 </trans-unit> 1129 </trans-unit>
1130 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798"> 1130
1131 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1132 <target>(extensións: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, tamaño máx: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1133 <context-group name="null">
1134 <context context-type="linenumber">12</context>
1135 </context-group>
1136 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context><context context-type="linenumber">12</context></context-group>
1137 </trans-unit>
1138 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1131 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1139 <source>Login</source> 1132 <source>Login</source>
1140 <target> 1133 <target>
@@ -1275,7 +1268,7 @@
1275 1268
1276 1269
1277 1270
1278 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1271 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1279 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1272 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1280 <source>Email address</source> 1273 <source>Email address</source>
1281 <target>Enderezo de correo electrónico</target> 1274 <target>Enderezo de correo electrónico</target>
@@ -1671,15 +1664,9 @@
1671 </context-group> 1664 </context-group>
1672 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1665 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1673 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1666 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1674 <context-group purpose="location"> 1667
1675 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1668
1676 <context context-type="linenumber">36</context> 1669 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1677 </context-group>
1678 <context-group purpose="location">
1679 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1680 <context context-type="linenumber">158</context>
1681 </context-group>
1682 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1683 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1670 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1684 <context-group purpose="location"> 1671 <context-group purpose="location">
1685 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1672 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1714,41 +1701,26 @@
1714 <source>Help</source> 1701 <source>Help</source>
1715 <target state="new">Help</target> 1702 <target state="new">Help</target>
1716 1703
1717 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1704 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1718 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1705 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1719 <context-group purpose="location"> 1706
1720 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1707 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1721 <context context-type="linenumber">167</context>
1722 </context-group>
1723 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1724 <source>Shortcuts</source><target state="new">Shortcuts</target> 1708 <source>Shortcuts</source><target state="new">Shortcuts</target>
1725 <context-group purpose="location"> 1709
1726 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1710 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1727 <context context-type="linenumber">168</context>
1728 </context-group>
1729 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1730 <source> 1711 <source>
1731 powered by PeerTube 1712 powered by PeerTube
1732 </source><target state="new"> 1713 </source><target state="new">
1733 powered by PeerTube 1714 powered by PeerTube
1734 </target> 1715 </target>
1735 <context-group purpose="location"> 1716
1736 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1717 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1737 <context context-type="linenumber">172</context>
1738 </context-group>
1739 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1740 <source>PeerTube website</source><target state="new">PeerTube website</target> 1718 <source>PeerTube website</source><target state="new">PeerTube website</target>
1741 <context-group purpose="location"> 1719
1742 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1720 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1743 <context context-type="linenumber">172</context>
1744 </context-group>
1745 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1746 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1721 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1747 <context-group purpose="location"> 1722
1748 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1723 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1749 <context context-type="linenumber">171</context>
1750 </context-group>
1751 </trans-unit>
1752 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1724 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1753 <source>Log out</source> 1725 <source>Log out</source>
1754 <target>Desconectar</target> 1726 <target>Desconectar</target>
@@ -1869,17 +1841,8 @@
1869 1841
1870 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1842 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1871 <source>Contact</source><target state="new">Contact</target> 1843 <source>Contact</source><target state="new">Contact</target>
1872 <context-group purpose="location"> 1844
1873 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1845 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1874 <context context-type="linenumber">154</context>
1875 </context-group>
1876 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1877 <source>Terms of Service</source><target state="new">Terms of Service</target>
1878 <context-group purpose="location">
1879 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1880 <context context-type="linenumber">155</context>
1881 </context-group>
1882 </trans-unit>
1883 1846
1884 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1847 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1885 <source>View your notifications</source> 1848 <source>View your notifications</source>
@@ -2341,7 +2304,7 @@
2341 2304
2342 2305
2343 2306
2344 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2307 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2345 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2308 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2346 <source>Privacy</source> 2309 <source>Privacy</source>
2347 <target>Intimidade</target> 2310 <target>Intimidade</target>
@@ -2355,37 +2318,19 @@
2355 2318
2356 2319
2357 2320
2358 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2321 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2359 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
2360 <context-group purpose="location">
2361 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2362 <context context-type="linenumber">164</context>
2363 </context-group>
2364 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2365 <source>FAQ</source><target state="new">FAQ</target> 2322 <source>FAQ</source><target state="new">FAQ</target>
2366 <context-group purpose="location"> 2323
2367 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2324 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2368 <context context-type="linenumber">165</context>
2369 </context-group>
2370 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2371 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 2325 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
2372 <context-group purpose="location"> 2326
2373 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2327 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2374 <context context-type="linenumber">165</context>
2375 </context-group>
2376 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2377 <source>API</source><target state="new">API</target> 2328 <source>API</source><target state="new">API</target>
2378 <context-group purpose="location"> 2329
2379 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2330 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2380 <context context-type="linenumber">166</context>
2381 </context-group>
2382 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2383 <source>API documentation</source><target state="new">API documentation</target> 2331 <source>API documentation</source><target state="new">API documentation</target>
2384 <context-group purpose="location"> 2332
2385 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2333 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2386 <context context-type="linenumber">166</context>
2387 </context-group>
2388 </trans-unit>
2389 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2334 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2390 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2335 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2391 <target>Programar publicación (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2336 <target>Programar publicación (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2607,7 +2552,7 @@
2607 2552
2608 2553
2609 2554
2610 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit> 2555 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2611 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2556 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2612 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2557 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2613 <target> 2558 <target>
@@ -2624,11 +2569,11 @@
2624 <context-group name="null"> 2569 <context-group name="null">
2625 <context context-type="linenumber">17</context> 2570 <context context-type="linenumber">17</context>
2626 </context-group> 2571 </context-group>
2627 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group> 2572
2628 <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">74</context></context-group> 2573
2629 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group> 2574
2630 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group> 2575
2631 </trans-unit> 2576 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2632 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2577 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2633 <source>Select the file to upload</source> 2578 <source>Select the file to upload</source>
2634 <target>Escoller ficheiro a subir</target> 2579 <target>Escoller ficheiro a subir</target>
@@ -2643,16 +2588,16 @@
2643 <context-group name="null"> 2588 <context-group name="null">
2644 <context context-type="linenumber">25</context> 2589 <context context-type="linenumber">25</context>
2645 </context-group> 2590 </context-group>
2646 <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">25</context></context-group> 2591
2647 </trans-unit> 2592 <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">24</context></context-group></trans-unit>
2648 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d"> 2593 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d">
2649 <source>Video background image</source> 2594 <source>Video background image</source>
2650 <target>Imaxe de fondo do vídeo</target> 2595 <target>Imaxe de fondo do vídeo</target>
2651 <context-group name="null"> 2596 <context-group name="null">
2652 <context context-type="linenumber">32</context> 2597 <context context-type="linenumber">32</context>
2653 </context-group> 2598 </context-group>
2654 <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> 2599
2655 </trans-unit> 2600 <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">31</context></context-group></trans-unit>
2656 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2601 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2657 <source> 2602 <source>
2658 Image that will be merged with your audio file. 2603 Image that will be merged with your audio file.
@@ -2667,41 +2612,32 @@
2667 <context-group name="null"> 2612 <context-group name="null">
2668 <context context-type="linenumber">34</context> 2613 <context context-type="linenumber">34</context>
2669 </context-group> 2614 </context-group>
2670 <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">34</context></context-group> 2615
2671 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2616 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2672 <source>Processing…</source><target state="new">Processing…</target> 2617 <source>Processing…</source><target state="new">Processing…</target>
2673 <context-group purpose="location"> 2618
2674 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2619 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2675 <context context-type="linenumber">56</context>
2676 </context-group>
2677 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2678 <source>Total video quota</source><target state="new">Total video quota</target> 2620 <source>Total video quota</source><target state="new">Total video quota</target>
2679 <context-group purpose="location"> 2621
2680 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2622
2681 <context context-type="linenumber">54</context> 2623 <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">53</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">11</context></context-group></trans-unit>
2682 </context-group>
2683 <context-group purpose="location">
2684 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2685 <context context-type="linenumber">11</context>
2686 </context-group>
2687 </trans-unit>
2688 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html"> 2624 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2689 <source>Congratulations! Your video is now available in your private library.</source> 2625 <source>Congratulations! Your video is now available in your private library.</source>
2690 <target state="new"> 2626 <target state="new">
2691 Congratulations! Your video is now available in your private library. 2627 Congratulations! Your video is now available in your private library.
2692</target> 2628</target>
2693 2629
2694 <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">68</context></context-group></trans-unit> 2630 <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">67</context></context-group></trans-unit>
2695 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html"> 2631 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
2696 <source>Publish will be available when upload is finished</source> 2632 <source>Publish will be available when upload is finished</source>
2697 <target state="new">Publish will be available when upload is finished</target> 2633 <target state="new">Publish will be available when upload is finished</target>
2698 2634
2699 <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">81</context></context-group></trans-unit> 2635 <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">80</context></context-group></trans-unit>
2700 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html"> 2636 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html">
2701 <source>Publish</source> 2637 <source>Publish</source>
2702 <target state="new">Publish</target> 2638 <target state="new">Publish</target>
2703 2639
2704 <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">88</context></context-group></trans-unit> 2640 <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">87</context></context-group></trans-unit>
2705 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html"> 2641 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
2706 <source>Select the torrent to import</source> 2642 <source>Select the torrent to import</source>
2707 <target state="new">Select the torrent to import</target> 2643 <target state="new">Select the torrent to import</target>
@@ -2709,23 +2645,19 @@
2709 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2645 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2710 <context context-type="linenumber">6</context> 2646 <context context-type="linenumber">6</context>
2711 </context-group> 2647 </context-group>
2712 </trans-unit> 2648 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2713 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc" datatype="html"> 2649 <source>OR</source><target state="new">OR</target>
2714 <source>Or</source>
2715 <target state="new">Or</target>
2716 <context-group purpose="location"> 2650 <context-group purpose="location">
2717 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2651 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2718 <context context-type="linenumber">11</context> 2652 <context context-type="linenumber">10</context>
2719 </context-group> 2653 </context-group>
2720 </trans-unit> 2654 </trans-unit>
2655
2721 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html"> 2656 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
2722 <source>Paste magnet URI</source> 2657 <source>Paste magnet URI</source>
2723 <target state="new">Paste magnet URI</target> 2658 <target state="new">Paste magnet URI</target>
2724 <context-group purpose="location"> 2659
2725 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2660 <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">13</context></context-group></trans-unit>
2726 <context context-type="linenumber">14</context>
2727 </context-group>
2728 </trans-unit>
2729 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2661 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2730 <source> 2662 <source>
2731 You can import any torrent file that points to a mp4 file. 2663 You can import any torrent file that points to a mp4 file.
@@ -2735,21 +2667,15 @@
2735 You can import any torrent file that points to a mp4 file. 2667 You can import any torrent file that points to a mp4 file.
2736 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. 2668 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.
2737 </target> 2669 </target>
2738 <context-group purpose="location"> 2670
2739 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2671 <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">16</context></context-group></trans-unit>
2740 <context context-type="linenumber">17</context>
2741 </context-group>
2742 </trans-unit>
2743 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html"> 2672 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2744 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2673 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2745 <target state="new"> 2674 <target state="new">
2746 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 2675 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2747</target> 2676</target>
2748 <context-group purpose="location"> 2677
2749 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2678 <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">56</context></context-group></trans-unit>
2750 <context context-type="linenumber">57</context>
2751 </context-group>
2752 </trans-unit>
2753 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2679 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2754 <source> 2680 <source>
2755 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. 2681 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.
@@ -3034,10 +2960,10 @@
3034 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c" datatype="html"> 2960 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c" datatype="html">
3035 <source>Go to the account page</source> 2961 <source>Go to the account page</source>
3036 <target state="new">Go to the account page</target> 2962 <target state="new">Go to the account page</target>
3037 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group> 2963
3038 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group> 2964
3039 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">63</context></context-group> 2965
3040 </trans-unit> 2966 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit>
3041 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2967 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
3042 <source>Subscribe</source> 2968 <source>Subscribe</source>
3043 <target state="new">Subscribe</target> 2969 <target state="new">Subscribe</target>
@@ -3115,7 +3041,7 @@
3115 <source>More information</source> 3041 <source>More information</source>
3116 <target state="new">More information</target> 3042 <target state="new">More information</target>
3117 3043
3118 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 3044 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3119 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 3045 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
3120 <source>Get more information</source> 3046 <source>Get more information</source>
3121 <target state="new">Get more information</target> 3047 <target state="new">Get more information</target>
@@ -3193,36 +3119,27 @@
3193 <target state="new"> 3119 <target state="new">
3194 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 3120 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
3195 </target> 3121 </target>
3196 <context-group purpose="location"> 3122
3197 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3123 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3198 <context context-type="linenumber">77</context>
3199 </context-group>
3200 </trans-unit>
3201 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3124 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3202 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3125 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3203 <target state="new"> 3126 <target state="new">
3204 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 3127 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
3205 </target> 3128 </target>
3206 <context-group purpose="location"> 3129
3207 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3130 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3208 <context context-type="linenumber">80</context>
3209 </context-group>
3210 </trans-unit>
3211 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3131 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3212 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3132 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3213 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 3133 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
3214 <context-group purpose="location"> 3134
3215 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3135 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3216 <context context-type="linenumber">84</context>
3217 </context-group>
3218 </trans-unit>
3219 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html"> 3136 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
3220 <source>Comments are disabled.</source> 3137 <source>Comments are disabled.</source>
3221 <target state="new"> 3138 <target state="new">
3222 Comments are disabled. 3139 Comments are disabled.
3223 </target> 3140 </target>
3224 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 3141
3225 </trans-unit> 3142 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3226 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html"> 3143 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html">
3227 <source>Add comment...</source> 3144 <source>Add comment...</source>
3228 <target state="new">Add comment...</target> 3145 <target state="new">Add comment...</target>
@@ -3310,74 +3227,42 @@
3310 <context context-type="linenumber">5</context> 3227 <context context-type="linenumber">5</context>
3311 </context-group> 3228 </context-group>
3312 </trans-unit> 3229 </trans-unit>
3313 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246" datatype="html"> 3230
3314 <source>Follow</source>
3315 <target state="new">Follow</target>
3316 <context-group purpose="location">
3317 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
3318 <context context-type="linenumber">7</context>
3319 </context-group>
3320 </trans-unit>
3321 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html"> 3231 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html">
3322 <source>Followers</source> 3232 <source>Followers</source>
3323 <target state="new">Followers</target> 3233 <target state="new">Followers</target>
3324 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 3234
3325 </trans-unit> 3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3326 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3236 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3327 <source>Video redundancies</source> 3237 <source>Video redundancies</source>
3328 <target state="new">Video redundancies</target> 3238 <target state="new">Video redundancies</target>
3329 <context-group purpose="location"> 3239
3330 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3331 <context context-type="linenumber">11</context>
3332 </context-group>
3333 </trans-unit>
3334 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html"> 3241 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
3335 <source>1 host (without "http://") per line</source> 3242 <source>1 host (without "http://") per line</source>
3336 <target state="new">1 host (without "http://") per line</target> 3243 <target state="new">1 host (without "http://") per line</target>
3244
3245 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3246 <source>Follow domain</source><target state="new">Follow domain</target>
3337 <context-group purpose="location"> 3247 <context-group purpose="location">
3338 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context> 3248 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3339 <context context-type="linenumber">5</context> 3249 <context context-type="linenumber">15</context>
3340 </context-group>
3341 </trans-unit>
3342 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507" datatype="html">
3343 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3344 <target state="new">
3345 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3346 </target>
3347 <context-group purpose="location">
3348 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
3349 <context context-type="linenumber">17</context>
3350 </context-group>
3351 </trans-unit>
3352 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437" datatype="html">
3353 <source>Add following</source>
3354 <target state="new">Add following</target>
3355 <context-group purpose="location">
3356 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
3357 <context context-type="linenumber">21</context>
3358 </context-group> 3250 </context-group>
3359 </trans-unit> 3251 </trans-unit>
3252
3253
3360 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 3254 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
3361 <source>Filter...</source> 3255 <source>Filter...</source>
3362 <target state="new">Filter...</target> 3256 <target state="new">Filter...</target>
3363 <context-group purpose="location"> 3257
3364 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3258
3365 <context context-type="linenumber">8</context> 3259
3366 </context-group> 3260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3367 <context-group purpose="location">
3368 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3369 <context context-type="linenumber">9</context>
3370 </context-group>
3371 <context-group purpose="location">
3372 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3373 <context context-type="linenumber">27</context>
3374 </context-group>
3375 </trans-unit>
3376 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 3261 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
3377 <source>ID</source> 3262 <source>ID</source>
3378 <target state="new">ID</target> 3263 <target state="new">ID</target>
3379 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 3264
3380 </trans-unit> 3265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3381 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3266 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3382 <source>Follower handle</source> 3267 <source>Follower handle</source>
3383 <target state="new">Follower handle</target> 3268 <target state="new">Follower handle</target>
@@ -3386,71 +3271,56 @@
3386 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 3271 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
3387 <source>State</source> 3272 <source>State</source>
3388 <target state="new">State</target> 3273 <target state="new">State</target>
3389 <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> 3274
3390 <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> 3275
3391 </trans-unit> 3276 <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>
3392 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3277 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3393 <source>Delayed.</source> 3278 <source>Delayed.</source>
3394 <target state="new">Delayed.</target> 3279 <target state="new">Delayed.</target>
3395 <context-group purpose="location"> 3280
3396 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3397 <context context-type="linenumber">42</context>
3398 </context-group>
3399 </trans-unit>
3400 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3282 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3401 <source>Will start soon...</source> 3283 <source>Will start soon...</source>
3402 <target state="new">Will start soon...</target> 3284 <target state="new">Will start soon...</target>
3403 <context-group purpose="location"> 3285
3404 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3405 <context context-type="linenumber">43</context>
3406 </context-group>
3407 </trans-unit>
3408 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3287 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3409 <source>Running...</source> 3288 <source>Running...</source>
3410 <target state="new">Running...</target> 3289 <target state="new">Running...</target>
3411 <context-group purpose="location"> 3290
3412 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3291 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3413 <context context-type="linenumber">44</context>
3414 </context-group>
3415 </trans-unit>
3416 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3292 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3417 <source>Finished</source> 3293 <source>Finished</source>
3418 <target state="new">Finished</target> 3294 <target state="new">Finished</target>
3419 <context-group purpose="location"> 3295
3420 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3421 <context context-type="linenumber">45</context>
3422 </context-group>
3423 </trans-unit>
3424 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3297 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3425 <source>Failed</source> 3298 <source>Failed</source>
3426 <target state="new">Failed</target> 3299 <target state="new">Failed</target>
3427 <context-group purpose="location"> 3300
3428 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3301 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3429 <context context-type="linenumber">46</context>
3430 </context-group>
3431 </trans-unit>
3432 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 3302 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3433 <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> 3303 <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>
3434 <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> 3304 <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>
3435 <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> 3305
3436 <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> 3306
3437 <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> 3307
3438 <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> 3308
3439 <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> 3309
3440 <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> 3310
3441 </trans-unit> 3311 <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">24</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">46</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">11</context></context-group><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><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>
3442 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3312 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3443 <source>Accepted</source> 3313 <source>Accepted</source>
3444 <target state="new">Accepted</target> 3314 <target state="new">Accepted</target>
3445 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3315
3446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3316
3447 </trans-unit> 3317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3448 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3318 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3449 <source>Pending</source> 3319 <source>Pending</source>
3450 <target state="new">Pending</target> 3320 <target state="new">Pending</target>
3451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3321
3452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3322
3453 </trans-unit> 3323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3454 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3324 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3455 <source>Accept</source> 3325 <source>Accept</source>
3456 <target state="new">Accept</target> 3326 <target state="new">Accept</target>
@@ -3462,28 +3332,42 @@
3462 <target state="new">Refuse</target> 3332 <target state="new">Refuse</target>
3463 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3464 <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">42</context></context-group> 3334 <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">42</context></context-group>
3335 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3336 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3337 <context-group purpose="location">
3338 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3339 <context context-type="linenumber">3</context>
3340 </context-group>
3465 </trans-unit> 3341 </trans-unit>
3466 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 3342 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
3467 <source>Host</source> 3343 <source>Host</source>
3468 <target state="new">Host</target> 3344 <target state="new">Host</target>
3469 <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> 3345
3470 </trans-unit> 3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3471 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3347 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3472 <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> 3348 <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>
3473 <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> 3349 <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>
3350
3351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3352 <source>Follow domains</source><target state="new">Follow domains</target>
3474 <context-group purpose="location"> 3353 <context-group purpose="location">
3475 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3354 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3476 <context context-type="linenumber">21</context> 3355 <context context-type="linenumber">50</context>
3477 </context-group> 3356 </context-group>
3478 </trans-unit> 3357 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3479 <trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3358 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3480 <source>Video redundancies list</source>
3481 <target state="new">Video redundancies list</target>
3482 <context-group purpose="location"> 3359 <context-group purpose="location">
3483 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3360 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3484 <context context-type="linenumber">2</context> 3361 <context context-type="linenumber">7</context>
3362 </context-group>
3363 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3364 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3365 <context-group purpose="location">
3366 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3367 <context context-type="linenumber">8</context>
3485 </context-group> 3368 </context-group>
3486 </trans-unit> 3369 </trans-unit>
3370
3487 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html"> 3371 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html">
3488 <source>Create user</source> 3372 <source>Create user</source>
3489 <target state="new">Create user</target> 3373 <target state="new">Create user</target>
@@ -3534,7 +3418,7 @@
3534 3418
3535 3419
3536 3420
3537 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3538 <source> 3422 <source>
3539 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3423 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3540 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3424 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3615,57 +3499,52 @@
3615 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 3499 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3616 <source>Batch actions</source> 3500 <source>Batch actions</source>
3617 <target state="new">Batch actions</target> 3501 <target state="new">Batch actions</target>
3618 <context-group purpose="location"> 3502
3619 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3503 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3620 <context context-type="linenumber">19</context>
3621 </context-group>
3622 </trans-unit>
3623 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3504 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3624 <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> 3505 <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>
3625 <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> 3506 <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>
3626 <context-group purpose="location"> 3507
3627 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3628 <context context-type="linenumber">40</context>
3629 </context-group>
3630 </trans-unit>
3631 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3509 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3632 <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> 3510 <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>
3633 <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> 3511 <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>
3634 <context-group purpose="location"> 3512
3635 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3513 <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></trans-unit>
3636 <context context-type="linenumber">42</context>
3637 </context-group>
3638 </trans-unit>
3639 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3514 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3640 <source>(banned)</source> 3515 <source>(banned)</source>
3641 <target state="new">(banned)</target> 3516 <target state="new">(banned)</target>
3517
3518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3519 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3642 <context-group purpose="location"> 3520 <context-group purpose="location">
3643 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3521 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3644 <context context-type="linenumber">65</context> 3522 <context context-type="linenumber">65</context>
3645 </context-group> 3523 </context-group>
3524 <context-group purpose="location">
3525 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3526 <context context-type="linenumber">27</context>
3527 </context-group>
3646 </trans-unit> 3528 </trans-unit>
3647 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3529 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3648 <source>User's email must be verified to login</source> 3530 <source>User's email must be verified to login</source>
3649 <target state="new">User's email must be verified to login</target> 3531 <target state="new">User's email must be verified to login</target>
3650 <context-group purpose="location"> 3532
3651 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3652 <context context-type="linenumber">72</context>
3653 </context-group>
3654 </trans-unit>
3655 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3534 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3656 <source>User's email is verified / User can login without email verification</source> 3535 <source>User's email is verified / User can login without email verification</source>
3657 <target state="new">User's email is verified / User can login without email verification</target> 3536 <target state="new">User's email is verified / User can login without email verification</target>
3658 <context-group purpose="location"> 3537
3659 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3538 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3660 <context context-type="linenumber">76</context>
3661 </context-group>
3662 </trans-unit>
3663 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3539 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3664 <source>Ban reason:</source> 3540 <source>Ban reason:</source>
3665 <target state="new">Ban reason:</target> 3541 <target state="new">Ban reason:</target>
3542
3543 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3544 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3666 <context-group purpose="location"> 3545 <context-group purpose="location">
3667 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3546 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3668 <context context-type="linenumber">95</context> 3547 <context context-type="linenumber">15</context>
3669 </context-group> 3548 </context-group>
3670 </trans-unit> 3549 </trans-unit>
3671 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html"> 3550 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
@@ -3719,105 +3598,84 @@
3719 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 3598 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
3720 <context context-type="linenumber">13</context> 3599 <context context-type="linenumber">13</context>
3721 </context-group> 3600 </context-group>
3601 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3602 <source>Video <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">Video <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>
3603 <context-group purpose="location">
3604 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3605 <context context-type="linenumber">10</context>
3606 </context-group>
3722 </trans-unit> 3607 </trans-unit>
3723 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3608 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3724 <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> 3609 <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>
3725 <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> 3610 <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>
3726 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3611
3727 <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">8</context></context-group> 3612
3728 </trans-unit> 3613 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3729 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3614 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3730 <source>Video URL</source> 3615 <source>Video URL</source>
3731 <target state="new">Video URL</target> 3616 <target state="new">Video URL</target>
3732 <context-group purpose="location"> 3617
3733 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3734 <context context-type="linenumber">24</context>
3735 </context-group>
3736 </trans-unit>
3737 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3619 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3738 <source>Total size</source> 3620 <source>Total size</source>
3739 <target state="new">Total size</target> 3621 <target state="new">Total size</target>
3622
3623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3624 <source>List redundancies</source><target state="new">List redundancies</target>
3740 <context-group purpose="location"> 3625 <context-group purpose="location">
3741 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3626 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3742 <context context-type="linenumber">25</context> 3627 <context context-type="linenumber">33</context>
3743 </context-group> 3628 </context-group>
3744 </trans-unit> 3629 </trans-unit>
3745 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3630 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3746 <source>Enabled strategies stats</source> 3631 <source>Enabled strategies stats</source>
3747 <target state="new">Enabled strategies stats</target> 3632 <target state="new">Enabled strategies stats</target>
3748 <context-group purpose="location"> 3633
3749 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3634 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
3750 <context context-type="linenumber">69</context>
3751 </context-group>
3752 </trans-unit>
3753 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3635 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3754 <source>No redundancy strategy is enabled on your instance.</source> 3636 <source>No redundancy strategy is enabled on your instance.</source>
3755 <target state="new"> 3637 <target state="new">
3756 No redundancy strategy is enabled on your instance. 3638 No redundancy strategy is enabled on your instance.
3757 </target> 3639 </target>
3758 <context-group purpose="location"> 3640
3759 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3760 <context context-type="linenumber">73</context>
3761 </context-group>
3762 </trans-unit>
3763 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3642 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3764 <source>Sensitive</source> 3643 <source>Sensitive</source>
3765 <target state="new">Sensitive</target> 3644 <target state="new">Sensitive</target>
3766 <context-group purpose="location"> 3645
3767 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3646 <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">11</context></context-group></trans-unit>
3768 <context context-type="linenumber">9</context>
3769 </context-group>
3770 </trans-unit>
3771 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3647 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3772 <source>Unfederated</source> 3648 <source>Unfederated</source>
3773 <target state="new">Unfederated</target> 3649 <target state="new">Unfederated</target>
3774 <context-group purpose="location"> 3650
3775 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3651 <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">12</context></context-group></trans-unit>
3776 <context context-type="linenumber">10</context>
3777 </context-group>
3778 </trans-unit>
3779 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3652 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3780 <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> 3653 <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>
3781 <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> 3654 <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>
3782 <context-group purpose="location"> 3655
3783 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3656 <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">13</context></context-group></trans-unit>
3784 <context context-type="linenumber">11</context>
3785 </context-group>
3786 </trans-unit>
3787 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 3657 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
3788 <source>Go to the video</source> 3658 <source>Go to the video</source>
3789 <target state="new">Go to the video</target> 3659 <target state="new">Go to the video</target>
3790 <context-group purpose="location"> 3660
3791 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3661
3792 <context context-type="linenumber">25</context> 3662
3793 </context-group> 3663 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3794 <context-group purpose="location">
3795 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3796 <context context-type="linenumber">33</context>
3797 </context-group>
3798 <context-group purpose="location">
3799 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3800 <context context-type="linenumber">33</context>
3801 </context-group>
3802 </trans-unit>
3803 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 3664 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3804 <source>Actions</source> 3665 <source>Actions</source>
3805 <target state="new">Actions</target> 3666 <target state="new">Actions</target>
3806 <context-group purpose="location"> 3667
3807 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3668
3808 <context context-type="linenumber">35</context> 3669 <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">38</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">57</context></context-group></trans-unit>
3809 </context-group>
3810 <context-group purpose="location">
3811 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3812 <context context-type="linenumber">44</context>
3813 </context-group>
3814 </trans-unit>
3815 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3670 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3816 <source>Blacklist reason:</source> 3671 <source>Blacklist reason:</source>
3817 <target state="new">Blacklist reason:</target> 3672 <target state="new">Blacklist reason:</target>
3673
3674 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3675 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3818 <context-group purpose="location"> 3676 <context-group purpose="location">
3819 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3677 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3820 <context context-type="linenumber">43</context> 3678 <context context-type="linenumber">5</context>
3821 </context-group> 3679 </context-group>
3822 </trans-unit> 3680 </trans-unit>
3823 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html"> 3681 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
@@ -3833,47 +3691,38 @@
3833 <target state="new"> 3691 <target state="new">
3834 This comment can only be seen by you or the other moderators. 3692 This comment can only be seen by you or the other moderators.
3835 </target> 3693 </target>
3836 <context-group purpose="location"> 3694
3837 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 3695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3838 <context context-type="linenumber">18</context>
3839 </context-group>
3840 </trans-unit>
3841 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html"> 3696 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
3842 <source>Update this comment</source> 3697 <source>Update this comment</source>
3843 <target state="new">Update this comment</target> 3698 <target state="new">Update this comment</target>
3844 3699
3845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3700 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3846 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 3701 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3847 <source>Reporter</source> 3702 <source>Reporter</source>
3848 <target state="new">Reporter</target> 3703 <target state="new">Reporter</target>
3849 <context-group purpose="location"> 3704
3850 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3705 <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">10</context></context-group></trans-unit>
3851 <context context-type="linenumber">8</context>
3852 </context-group>
3853 </trans-unit>
3854 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 3706 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
3855 <source>Video</source> 3707 <source>Video</source>
3856 <target state="new">Video</target> 3708 <target state="new">Video</target>
3709
3710
3711
3712 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3713 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3857 <context-group purpose="location"> 3714 <context-group purpose="location">
3858 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3715 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3859 <context context-type="linenumber">10</context> 3716 <context context-type="linenumber">46</context>
3860 </context-group>
3861 <context-group purpose="location">
3862 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3863 <context context-type="linenumber">14</context>
3864 </context-group>
3865 <context-group purpose="location">
3866 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3867 <context context-type="linenumber">9</context>
3868 </context-group> 3717 </context-group>
3869 </trans-unit> 3718 </trans-unit>
3870 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3719 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3871 <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> 3720 <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>
3872 <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> 3721 <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>
3873 <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> 3722
3874 <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> 3723
3875 <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> 3724
3876 </trans-unit> 3725 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3877 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3726 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3878 <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> 3727 <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>
3879 <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> 3728 <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>
@@ -3885,31 +3734,27 @@
3885 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 3734 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3886 <source>Go to the account</source> 3735 <source>Go to the account</source>
3887 <target state="new">Go to the account</target> 3736 <target state="new">Go to the account</target>
3888 <context-group purpose="location"> 3737
3889 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3738
3890 <context context-type="linenumber">25</context> 3739 <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">27</context></context-group></trans-unit>
3891 </context-group>
3892 <context-group purpose="location">
3893 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3894 <context context-type="linenumber">27</context>
3895 </context-group>
3896 </trans-unit>
3897 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 3740 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
3898 <source>Reason:</source> 3741 <source>Reason:</source>
3899 <target state="new">Reason:</target> 3742 <target state="new">Reason:</target>
3743
3744 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3745 <source>Note:</source><target state="new">Note:</target>
3900 <context-group purpose="location"> 3746 <context-group purpose="location">
3901 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3747 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3902 <context context-type="linenumber">53</context> 3748 <context context-type="linenumber">72</context>
3903 </context-group> 3749 </context-group>
3904 </trans-unit> 3750 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3905 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638" datatype="html"> 3751 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3906 <source>Moderation comment:</source>
3907 <target state="new">Moderation comment:</target>
3908 <context-group purpose="location"> 3752 <context-group purpose="location">
3909 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3753 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3910 <context context-type="linenumber">57</context> 3754 <context context-type="linenumber">5</context>
3911 </context-group> 3755 </context-group>
3912 </trans-unit> 3756 </trans-unit>
3757
3913 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3758 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
3914 <source>Unblacklist</source> 3759 <source>Unblacklist</source>
3915 <target state="new">Unblacklist</target> 3760 <target state="new">Unblacklist</target>
@@ -3921,6 +3766,12 @@
3921 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context> 3766 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
3922 <context context-type="linenumber">17</context> 3767 <context context-type="linenumber">17</context>
3923 </context-group> 3768 </context-group>
3769 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3770 <source>Mute domain</source><target state="new">Mute domain</target>
3771 <context-group purpose="location">
3772 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3773 <context context-type="linenumber">11</context>
3774 </context-group>
3924 </trans-unit> 3775 </trans-unit>
3925 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3776 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3926 <source>Instance</source> 3777 <source>Instance</source>
@@ -3932,57 +3783,55 @@
3932 3783
3933 3784
3934 3785
3935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3936 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3787 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3937 <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> 3788 <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>
3938 <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> 3789 <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>
3939 <context-group purpose="location"> 3790
3940 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3791
3941 <context context-type="linenumber">9</context> 3792
3942 </context-group> 3793
3943 <context-group purpose="location"> 3794 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3944 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3945 <context context-type="linenumber">9</context>
3946 </context-group>
3947 <context-group purpose="location">
3948 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3949 <context context-type="linenumber">13</context>
3950 </context-group>
3951 <context-group purpose="location">
3952 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
3953 <context context-type="linenumber">13</context>
3954 </context-group>
3955 </trans-unit>
3956 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3795 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3957 <source>Unmute</source> 3796 <source>Unmute</source>
3958 <target state="new">Unmute</target> 3797 <target state="new">Unmute</target>
3798
3799
3800
3801
3802 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3803 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3959 <context-group purpose="location"> 3804 <context-group purpose="location">
3960 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3805 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3961 <context context-type="linenumber">19</context> 3806 <context context-type="linenumber">5</context>
3962 </context-group>
3963 <context-group purpose="location">
3964 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3965 <context context-type="linenumber">18</context>
3966 </context-group> 3807 </context-group>
3808 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3809 <source>
3810 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3811 </source><target state="new">
3812 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3813 </target>
3967 <context-group purpose="location"> 3814 <context-group purpose="location">
3968 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 3815 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3969 <context context-type="linenumber">22</context> 3816 <context context-type="linenumber">37</context>
3970 </context-group> 3817 </context-group>
3818 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3819 <source>Mute domains</source><target state="new">Mute domains</target>
3971 <context-group purpose="location"> 3820 <context-group purpose="location">
3972 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 3821 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3973 <context context-type="linenumber">23</context> 3822 <context context-type="linenumber">35</context>
3974 </context-group> 3823 </context-group>
3975 </trans-unit> 3824 </trans-unit>
3976 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3825 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3977 <source>Account</source> 3826 <source>Account</source>
3978 <target state="new">Account</target> 3827 <target state="new">Account</target>
3828
3829
3830 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3831 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3979 <context-group purpose="location"> 3832 <context-group purpose="location">
3980 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3833 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3981 <context context-type="linenumber">8</context> 3834 <context context-type="linenumber">5</context>
3982 </context-group>
3983 <context-group purpose="location">
3984 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3985 <context context-type="linenumber">12</context>
3986 </context-group> 3835 </context-group>
3987 </trans-unit> 3836 </trans-unit>
3988 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3837 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
@@ -4126,35 +3975,22 @@
4126 <context context-type="linenumber">9</context> 3975 <context context-type="linenumber">9</context>
4127 </context-group> 3976 </context-group>
4128 </trans-unit> 3977 </trans-unit>
4129 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f" datatype="html"> 3978
4130 <source>Jobs list</source>
4131 <target state="new">Jobs list</target>
4132 <context-group purpose="location">
4133 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4134 <context context-type="linenumber">2</context>
4135 </context-group>
4136 </trans-unit>
4137 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 3979 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4138 <source>Job type</source> 3980 <source>Job type</source>
4139 <target state="new">Job type</target> 3981 <target state="new">Job type</target>
4140 <context-group purpose="location"> 3982
4141 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3983 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
4142 <context context-type="linenumber">5</context>
4143 </context-group>
4144 </trans-unit>
4145 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 3984 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4146 <source>Job state</source> 3985 <source>Job state</source>
4147 <target state="new">Job state</target> 3986 <target state="new">Job state</target>
4148 <context-group purpose="location"> 3987
4149 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3988 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4150 <context context-type="linenumber">14</context>
4151 </context-group>
4152 </trans-unit>
4153 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3989 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
4154 <source>Type</source> 3990 <source>Type</source>
4155 <target state="new">Type</target> 3991 <target state="new">Type</target>
4156 <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> 3992
4157 </trans-unit> 3993 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4158 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3994 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
4159 <source>Refresh</source> 3995 <source>Refresh</source>
4160 <target state="new">Refresh</target> 3996 <target state="new">Refresh</target>
@@ -4206,43 +4042,25 @@
4206 4042
4207 4043
4208 4044
4209 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4045 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4210 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4046 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4211 <context-group purpose="location"> 4047
4212 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4048 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4213 <context context-type="linenumber">46</context>
4214 </context-group>
4215 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4216 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 4049 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
4217 <context-group purpose="location"> 4050
4218 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4051 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4219 <context context-type="linenumber">43</context>
4220 </context-group>
4221 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4222 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 4052 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
4223 <context-group purpose="location"> 4053
4224 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4054 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4225 <context context-type="linenumber">57</context>
4226 </context-group>
4227 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4228 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 4055 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
4229 <context-group purpose="location"> 4056
4230 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4057 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4231 <context context-type="linenumber">54</context>
4232 </context-group>
4233 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4234 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 4058 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
4235 <context-group purpose="location"> 4059
4236 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4060 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4237 <context context-type="linenumber">68</context>
4238 </context-group>
4239 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4240 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 4061 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
4241 <context-group purpose="location"> 4062
4242 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4063 <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">66</context></context-group></trans-unit>
4243 <context context-type="linenumber">65</context>
4244 </context-group>
4245 </trans-unit>
4246 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 4064 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
4247 <source>Main languages you/your moderators speak</source> 4065 <source>Main languages you/your moderators speak</source>
4248 <target state="new">Main languages you/your moderators speak</target> 4066 <target state="new">Main languages you/your moderators speak</target>
@@ -4298,7 +4116,7 @@
4298 </context-group> 4116 </context-group>
4299 4117
4300 4118
4301 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 4119 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4302 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4120 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4303 <source>Blur thumbnails</source> 4121 <source>Blur thumbnails</source>
4304 <target>Emborrar icona</target> 4122 <target>Emborrar icona</target>
@@ -4307,7 +4125,7 @@
4307 </context-group> 4125 </context-group>
4308 4126
4309 4127
4310 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 4128 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4311 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4129 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4312 <source>Display</source> 4130 <source>Display</source>
4313 <target>Mostrar</target> 4131 <target>Mostrar</target>
@@ -4317,15 +4135,12 @@
4317 4135
4318 4136
4319 4137
4320 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit> 4138 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit>
4321 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4139 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4322 <source>Strategy</source> 4140 <source>Strategy</source>
4323 <target state="new">Strategy</target> 4141 <target state="new">Strategy</target>
4324 <context-group purpose="location"> 4142
4325 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4143 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4326 <context context-type="linenumber">22</context>
4327 </context-group>
4328 </trans-unit>
4329 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4144 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4330 <source>Terms</source> 4145 <source>Terms</source>
4331 <target>Termos</target> 4146 <target>Termos</target>
@@ -4335,81 +4150,81 @@
4335 4150
4336 4151
4337 4152
4338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 4153 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4339 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 4154 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4340 <source>Code of conduct</source> 4155 <source>Code of conduct</source>
4341 <target state="new">Code of conduct</target> 4156 <target state="new">Code of conduct</target>
4342 4157
4343 4158
4344 4159
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">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 4160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4346 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 4161 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4347 <source>Moderation information</source> 4162 <source>Moderation information</source>
4348 <target state="new">Moderation information</target> 4163 <target state="new">Moderation information</target>
4349 4164
4350 4165
4351 4166
4352 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 4167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
4353 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 4168 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4354 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4169 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4355 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 4170 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4356 4171
4357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4358 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 4173 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
4359 4174
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">153</context></context-group></trans-unit> 4175 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit>
4361 4176
4362 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4177 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4363 <source>Who is behind the instance?</source> 4178 <source>Who is behind the instance?</source>
4364 <target state="new">Who is behind the instance?</target> 4179 <target state="new">Who is behind the instance?</target>
4365 4180
4366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</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">160</context></context-group></trans-unit>
4367 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4182 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4368 <source>A single person? A non-profit? A company?</source> 4183 <source>A single person? A non-profit? A company?</source>
4369 <target state="new">A single person? A non-profit? A company?</target> 4184 <target state="new">A single person? A non-profit? A company?</target>
4370 4185
4371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit> 4186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
4372 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 4187 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4373 <source>Why did you create this instance?</source> 4188 <source>Why did you create this instance?</source>
4374 <target state="new">Why did you create this instance?</target> 4189 <target state="new">Why did you create this instance?</target>
4375 4190
4376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit> 4191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit>
4377 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4192 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4378 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4193 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4379 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 4194 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4380 4195
4381 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</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">173</context></context-group></trans-unit>
4382 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 4197 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4383 <source>How long do you plan to maintain this instance?</source> 4198 <source>How long do you plan to maintain this instance?</source>
4384 <target state="new">How long do you plan to maintain this instance?</target> 4199 <target state="new">How long do you plan to maintain this instance?</target>
4385 4200
4386 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">182</context></context-group></trans-unit> 4201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit>
4387 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4202 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4388 <source>It's important to know for users who want to register on your instance</source> 4203 <source>It's important to know for users who want to register on your instance</source>
4389 <target state="new">It's important to know for users who want to register on your instance</target> 4204 <target state="new">It's important to know for users who want to register on your instance</target>
4390 4205
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">183</context></context-group></trans-unit> 4206 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit>
4392 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4207 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4393 <source>How will you finance the PeerTube server?</source> 4208 <source>How will you finance the PeerTube server?</source>
4394 <target state="new">How will you finance the PeerTube server?</target> 4209 <target state="new">How will you finance the PeerTube server?</target>
4395 4210
4396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4397 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 4212 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
4398 4213
4399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit> 4214 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit>
4400 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4215 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4401 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 4216 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
4402 4217
4403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit> 4218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit>
4404 4219
4405 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4220 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4406 <source>What server/hardware does the instance run on?</source> 4221 <source>What server/hardware does the instance run on?</source>
4407 <target state="new">What server/hardware does the instance run on?</target> 4222 <target state="new">What server/hardware does the instance run on?</target>
4408 4223
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">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 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">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4410 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4225 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4411 4226
4412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit> 4227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit>
4413 4228
4414 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 4229 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4415 <source>Instance information</source> 4230 <source>Instance information</source>
@@ -4418,45 +4233,45 @@
4418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 4233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4419 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 4234 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
4420 4235
4421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4236 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4422 <source> 4237 <source>
4423 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4238 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4424 </source><target state="new"> 4239 </source><target state="new">
4425 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4240 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4426 </target> 4241 </target>
4427 4242
4428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit> 4243 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit>
4429 4244
4430 4245
4431 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4246 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4432 <source>default</source> 4247 <source>default</source>
4433 <target state="new">default</target> 4248 <target state="new">default</target>
4434 4249
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">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4436 <source>Landing page</source><target state="new">Landing page</target> 4251 <source>Landing page</source><target state="new">Landing page</target>
4437 4252
4438 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">262</context></context-group></trans-unit> 4253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit>
4439 4254
4440 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4255 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4441 <source>Discover videos</source> 4256 <source>Discover videos</source>
4442 <target state="new">Discover videos</target> 4257 <target state="new">Discover videos</target>
4443 4258
4444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">265</context></context-group></trans-unit> 4259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit>
4445 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4260 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4446 <source>Trending videos</source> 4261 <source>Trending videos</source>
4447 <target state="new">Trending videos</target> 4262 <target state="new">Trending videos</target>
4448 4263
4449 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 4264 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit>
4450 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4265 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4451 <source>Most liked videos</source> 4266 <source>Most liked videos</source>
4452 <target state="new">Most liked videos</target> 4267 <target state="new">Most liked videos</target>
4453 4268
4454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit> 4269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit>
4455 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4270 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4456 <source>Recently added videos</source> 4271 <source>Recently added videos</source>
4457 <target state="new">Recently added videos</target> 4272 <target state="new">Recently added videos</target>
4458 4273
4459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit> 4274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit>
4460 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4275 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4461 <source>Local videos</source> 4276 <source>Local videos</source>
4462 <target>Vídeos en local</target> 4277 <target>Vídeos en local</target>
@@ -4464,17 +4279,17 @@
4464 <context context-type="linenumber">223</context> 4279 <context context-type="linenumber">223</context>
4465 </context-group> 4280 </context-group>
4466 4281
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">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4468 <source>NEW USERS</source><target state="new">NEW USERS</target> 4283 <source>NEW USERS</source><target state="new">NEW USERS</target>
4469 4284
4470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4471 <source> 4286 <source>
4472 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4287 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4473 </source><target state="new"> 4288 </source><target state="new">
4474 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4289 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4475 </target> 4290 </target>
4476 4291
4477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit> 4292 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit>
4478 4293
4479 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4294 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4480 <source>Signup enabled</source> 4295 <source>Signup enabled</source>
@@ -4483,12 +4298,12 @@
4483 <context context-type="linenumber">235</context> 4298 <context context-type="linenumber">235</context>
4484 </context-group> 4299 </context-group>
4485 4300
4486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">292</context></context-group></trans-unit> 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">293</context></context-group></trans-unit>
4487 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 4302 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
4488 <source>Signup requires email verification</source> 4303 <source>Signup requires email verification</source>
4489 <target state="new">Signup requires email verification</target> 4304 <target state="new">Signup requires email verification</target>
4490 4305
4491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">300</context></context-group></trans-unit> 4306 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit>
4492 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4307 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4493 <source>Signup limit</source> 4308 <source>Signup limit</source>
4494 <target>Rexistro limitado</target> 4309 <target>Rexistro limitado</target>
@@ -4496,7 +4311,7 @@
4496 <context context-type="linenumber">247</context> 4311 <context context-type="linenumber">247</context>
4497 </context-group> 4312 </context-group>
4498 4313
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">304</context></context-group></trans-unit> 4314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit>
4500 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4315 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4501 <source>Users</source> 4316 <source>Users</source>
4502 <target>Usuarias</target> 4317 <target>Usuarias</target>
@@ -4585,59 +4400,69 @@
4585 <source>Default video quota per user</source> 4400 <source>Default video quota per user</source>
4586 <target state="new">Default video quota per user</target> 4401 <target state="new">Default video quota per user</target>
4587 4402
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">319</context></context-group></trans-unit> 4403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">320</context></context-group></trans-unit>
4589 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4404 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4590 <source>Default daily upload limit per user</source> 4405 <source>Default daily upload limit per user</source>
4591 <target state="new">Default daily upload limit per user</target> 4406 <target state="new">Default daily upload limit per user</target>
4592 4407
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">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4594 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4409 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4595 4410
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">348</context></context-group></trans-unit> 4411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group></trans-unit>
4597 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4412 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4598 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4413 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4599 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4414 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4600 4415
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">359</context></context-group></trans-unit> 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">360</context></context-group></trans-unit>
4602 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4417 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4603 <source>Allow import with a torrent file or a magnet URI</source> 4418 <source>Allow import with a torrent file or a magnet URI</source>
4604 <target state="new">Allow import with a torrent file or a magnet URI</target> 4419 <target state="new">Allow import with a torrent file or a magnet URI</target>
4605 4420
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">366</context></context-group></trans-unit> 4421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">367</context></context-group></trans-unit>
4607 4422
4608 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4423 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4609 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4424 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4610 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4425 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4611 4426
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">383</context></context-group></trans-unit> 4427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit>
4613 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4428 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4614 <source>Blacklist new videos automatically</source> 4429 <source>Blacklist new videos automatically</source>
4615 <target state="new">Blacklist new videos automatically</target> 4430 <target state="new">Blacklist new videos automatically</target>
4616 4431
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">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4618 <source>FEDERATION</source><target state="new">FEDERATION</target> 4433 <source>FEDERATION</source><target state="new">FEDERATION</target>
4619 4434
4620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4621 <source> 4436 <source>
4622 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4437 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4623 </source><target state="new"> 4438 </source><target state="new">
4624 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4439 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4625 </target> 4440 </target>
4626 4441
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">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4628 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4443 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4629 4444
4630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">411</context></context-group></trans-unit> 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">412</context></context-group></trans-unit>
4631 4446
4632 4447
4633 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4448 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4634 <source>Manually approve new instance followers</source> 4449 <source>Manually approve new instance followers</source>
4635 <target state="new">Manually approve new instance followers</target> 4450 <target state="new">Manually approve new instance followers</target>
4636 4451
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">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4638 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4453 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4639 4454
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">431</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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4456 <source>
4457 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4458 </source><target state="new">
4459 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4460 </target>
4461 <context-group purpose="location">
4462 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4463 <context context-type="linenumber">450</context>
4464 </context-group>
4465 </trans-unit>
4641 4466
4642 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4467 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4643 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4468 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
@@ -4645,21 +4470,23 @@
4645 4470
4646 4471
4647 4472
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">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit> 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">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4649 4474
4650 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4475 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4651 <source>Index URL</source> 4476 <source>Index URL</source>
4652 <target state="new">Index URL</target> 4477 <target state="new">Index URL</target>
4653 4478
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">452</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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4655 <trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4480 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4656 <source>Automatically follow instances of the public index</source> 4481 <context-group purpose="location">
4657 <target state="new">Automatically follow instances of the public index</target> 4482 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4658 4483 <context context-type="linenumber">445</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">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4484 </context-group>
4485 </trans-unit>
4486 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4660 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4487 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4661 4488
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">472</context></context-group></trans-unit> 4489 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group></trans-unit>
4663 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4490 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4664 <source>Administrator</source> 4491 <source>Administrator</source>
4665 <target>Administración</target> 4492 <target>Administración</target>
@@ -4675,12 +4502,12 @@
4675 <context context-type="linenumber">387</context> 4502 <context context-type="linenumber">387</context>
4676 </context-group> 4503 </context-group>
4677 4504
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">478</context></context-group></trans-unit> 4505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit>
4679 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4506 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4680 <source>Enable contact form</source> 4507 <source>Enable contact form</source>
4681 <target state="new">Enable contact form</target> 4508 <target state="new">Enable contact form</target>
4682 4509
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">489</context></context-group></trans-unit> 4510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit>
4684 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4511 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4685 <source>Basic configuration</source> 4512 <source>Basic configuration</source>
4686 <target>Configuración básica</target> 4513 <target>Configuración básica</target>
@@ -4688,17 +4515,17 @@
4688 <context context-type="linenumber">195</context> 4515 <context context-type="linenumber">195</context>
4689 </context-group> 4516 </context-group>
4690 4517
4691 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4692 <source>TWITTER</source><target state="new">TWITTER</target> 4519 <source>TWITTER</source><target state="new">TWITTER</target>
4693 4520
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">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4695 <source> 4522 <source>
4696 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4523 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4697 </source><target state="new"> 4524 </source><target state="new">
4698 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4525 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4699 </target> 4526 </target>
4700 4527
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">507</context></context-group></trans-unit> 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">512</context></context-group></trans-unit>
4702 4529
4703 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4530 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4704 <source>Your Twitter username</source> 4531 <source>Your Twitter username</source>
@@ -4707,7 +4534,7 @@
4707 <context context-type="linenumber">413</context> 4534 <context context-type="linenumber">413</context>
4708 </context-group> 4535 </context-group>
4709 4536
4710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</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">523</context></context-group></trans-unit>
4711 4538
4712 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4539 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4713 <source>Instance whitelisted by Twitter</source> 4540 <source>Instance whitelisted by Twitter</source>
@@ -4716,7 +4543,7 @@
4716 <context context-type="linenumber">431</context> 4543 <context context-type="linenumber">431</context>
4717 </context-group> 4544 </context-group>
4718 4545
4719 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4720 <source> 4547 <source>
4721 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/>"/> 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/>"/>
4722 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/>"/> 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/>"/>
@@ -4731,7 +4558,7 @@
4731 to see if you instance is whitelisted. 4558 to see if you instance is whitelisted.
4732 </target> 4559 </target>
4733 4560
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">534</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">539</context></context-group></trans-unit>
4735 4562
4736 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4563 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4737 <source>Services</source> 4564 <source>Services</source>
@@ -4740,10 +4567,10 @@
4740 <context context-type="linenumber">405</context> 4567 <context context-type="linenumber">405</context>
4741 </context-group> 4568 </context-group>
4742 4569
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">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4744 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4571 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4745 4572
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">560</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4747 <source> 4574 <source>
4748 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4575 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4749 resources, this is a critical part of PeerTube, so tread carefully. 4576 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4752,7 +4579,7 @@
4752 resources, this is a critical part of PeerTube, so tread carefully. 4579 resources, this is a critical part of PeerTube, so tread carefully.
4753 </target> 4580 </target>
4754 4581
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">561</context></context-group></trans-unit> 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">566</context></context-group></trans-unit>
4756 4583
4757 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4584 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4758 <source>Transcoding enabled</source> 4585 <source>Transcoding enabled</source>
@@ -4761,7 +4588,7 @@
4761 <context context-type="linenumber">461</context> 4588 <context context-type="linenumber">461</context>
4762 </context-group> 4589 </context-group>
4763 4590
4764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></trans-unit> 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">579</context></context-group></trans-unit>
4765 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4592 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4766 <source>If you disable transcoding, many videos from your users will not work!</source> 4593 <source>If you disable transcoding, many videos from your users will not work!</source>
4767 <target>Si desactiva a recodificación moitos vídeos das súas usuarias non funcionarán!</target> 4594 <target>Si desactiva a recodificación moitos vídeos das súas usuarias non funcionarán!</target>
@@ -4769,31 +4596,25 @@
4769 <context context-type="linenumber">465</context> 4596 <context context-type="linenumber">465</context>
4770 </context-group> 4597 </context-group>
4771 4598
4772 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4599 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4773 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4600 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4774 <context-group purpose="location"> 4601
4775 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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>
4776 <context context-type="linenumber">589</context>
4777 </context-group>
4778 </trans-unit>
4779 4603
4780 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4604 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4781 <source>Allow additional extensions</source> 4605 <source>Allow additional extensions</source>
4782 <target state="new">Allow additional extensions</target> 4606 <target state="new">Allow additional extensions</target>
4783 4607
4784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4785 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4609 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4786 <context-group purpose="location"> 4610
4787 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">605</context></context-group></trans-unit>
4788 <context context-type="linenumber">600</context>
4789 </context-group>
4790 </trans-unit>
4791 4612
4792 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4613 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4793 <source>Allow audio files upload</source> 4614 <source>Allow audio files upload</source>
4794 <target state="new">Allow audio files upload</target> 4615 <target state="new">Allow audio files upload</target>
4795 4616
4796 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4797 <source> 4618 <source>
4798 <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>"/> 4619 <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>"/>
4799 4620
@@ -4811,17 +4632,14 @@
4811 4632
4812 <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>"/> 4633 <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>"/>
4813 </target> 4634 </target>
4814 <context-group purpose="location"> 4635
4815 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">617</context></context-group></trans-unit>
4816 <context context-type="linenumber">612</context>
4817 </context-group>
4818 </trans-unit>
4819 4637
4820 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4638 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4821 <source>WebTorrent support enabled</source> 4639 <source>WebTorrent support enabled</source>
4822 <target state="new">WebTorrent support enabled</target> 4640 <target state="new">WebTorrent support enabled</target>
4823 4641
4824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4825 <source> 4643 <source>
4826 <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>"/> 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>"/>
4827 4645
@@ -4845,17 +4663,14 @@
4845 4663
4846 <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 <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>"/>
4847 </target> 4665 </target>
4848 <context-group purpose="location"> 4666
4849 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">638</context></context-group></trans-unit>
4850 <context context-type="linenumber">633</context>
4851 </context-group>
4852 </trans-unit>
4853 4668
4854 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4669 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4855 <source>HLS support enabled</source> 4670 <source>HLS support enabled</source>
4856 <target state="new">HLS support enabled</target> 4671 <target state="new">HLS support enabled</target>
4857 4672
4858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</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">635</context></context-group></trans-unit>
4859 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4674 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4860 <source>Transcoding threads</source> 4675 <source>Transcoding threads</source>
4861 <target>Fíos de recodificación</target> 4676 <target>Fíos de recodificación</target>
@@ -4863,41 +4678,41 @@
4863 <context context-type="linenumber">517</context> 4678 <context context-type="linenumber">517</context>
4864 </context-group> 4679 </context-group>
4865 4680
4866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4867 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4682 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4868 4683
4869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</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">673</context></context-group></trans-unit>
4870 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4685 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4871 <source>CACHE</source><target state="new">CACHE</target> 4686 <source>CACHE</source><target state="new">CACHE</target>
4872 4687
4873 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4874 <source> 4689 <source>
4875 Some files are not federated, and fetched when necessary. Define their caching policies. 4690 Some files are not federated, and fetched when necessary. Define their caching policies.
4876 </source><target state="new"> 4691 </source><target state="new">
4877 Some files are not federated, and fetched when necessary. Define their caching policies. 4692 Some files are not federated, and fetched when necessary. Define their caching policies.
4878 </target> 4693 </target>
4879 4694
4880 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4881 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4696 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4882 4697
4883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4884 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4699 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4885 4700
4886 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group></trans-unit> 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">718</context></context-group></trans-unit>
4887 4702
4888 4703
4889 4704
4890 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4705 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4891 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4706 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4892 4707
4893 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4894 <source> 4709 <source>
4895 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4710 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4896 </source><target state="new"> 4711 </source><target state="new">
4897 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4712 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4898 </target> 4713 </target>
4899 4714
4900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit> 4715 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
4901 4716
4902 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4717 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4903 <source>JavaScript</source> 4718 <source>JavaScript</source>
@@ -4906,14 +4721,14 @@
4906 <context context-type="linenumber">575</context> 4721 <context context-type="linenumber">575</context>
4907 </context-group> 4722 </context-group>
4908 4723
4909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4910 <source> 4725 <source>
4911 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>"/> 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>"/>
4912 </source><target state="new"> 4727 </source><target state="new">
4913 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>"/> 4728 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>"/>
4914 </target> 4729 </target>
4915 4730
4916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" 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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4917 <source> 4732 <source>
4918 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 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/>"/>
4919 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4734 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4938,7 +4753,7 @@
4938 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4753 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4939 </target> 4754 </target>
4940 4755
4941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group></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">766</context></context-group></trans-unit>
4942 4757
4943 4758
4944 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4759 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -4948,7 +4763,7 @@
4948 <context context-type="linenumber">452</context> 4763 <context context-type="linenumber">452</context>
4949 </context-group> 4764 </context-group>
4950 4765
4951 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group></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">559</context></context-group></trans-unit>
4952 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 4767 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
4953 <source>Update configuration</source> 4768 <source>Update configuration</source>
4954 <target>Actualizar configuración</target> 4769 <target>Actualizar configuración</target>
@@ -4956,12 +4771,12 @@
4956 <context context-type="linenumber">628</context> 4771 <context context-type="linenumber">628</context>
4957 </context-group> 4772 </context-group>
4958 4773
4959 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group></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">804</context></context-group></trans-unit>
4960 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4775 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4961 <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>
4962 <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>
4963 4778
4964 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4965 <source>PROFILE</source><target state="new">PROFILE</target> 4780 <source>PROFILE</source><target state="new">PROFILE</target>
4966 <context-group purpose="location"> 4781 <context-group purpose="location">
4967 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4782 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5108,23 +4923,27 @@
5108 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4923 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5109 <context context-type="linenumber">6</context> 4924 <context context-type="linenumber">6</context>
5110 </context-group> 4925 </context-group>
5111 </trans-unit> 4926 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5112 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 4927 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
5113 <source>Only display videos in the following languages/subtitles</source>
5114 <target state="new">Only display videos in the following languages/subtitles</target>
5115 <context-group purpose="location"> 4928 <context-group purpose="location">
5116 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4929 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5117 <context context-type="linenumber">22</context> 4930 <context context-type="linenumber">14</context>
4931 </context-group>
4932 <context-group purpose="location">
4933 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4934 <context context-type="linenumber">111</context>
5118 </context-group> 4935 </context-group>
5119 </trans-unit> 4936 </trans-unit>
4937 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
4938 <source>Only display videos in the following languages/subtitles</source>
4939 <target state="new">Only display videos in the following languages/subtitles</target>
4940
4941 <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">23</context></context-group></trans-unit>
5120 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 4942 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5121 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 4943 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
5122 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target> 4944 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
5123 <context-group purpose="location"> 4945
5124 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4946 <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">26</context></context-group></trans-unit>
5125 <context context-type="linenumber">25</context>
5126 </context-group>
5127 </trans-unit>
5128 4947
5129 4948
5130 4949
@@ -5185,23 +5004,17 @@
5185 <source>Theme</source> 5004 <source>Theme</source>
5186 <target state="new">Theme</target> 5005 <target state="new">Theme</target>
5187 5006
5188 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 5007 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
5189 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 5008 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
5190 <source>instance default</source> 5009 <source>instance default</source>
5191 <target state="new">instance default</target> 5010 <target state="new">instance default</target>
5192 <context-group purpose="location"> 5011
5193 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5012 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
5194 <context context-type="linenumber">7</context>
5195 </context-group>
5196 </trans-unit>
5197 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 5013 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
5198 <source>peertube default</source> 5014 <source>peertube default</source>
5199 <target state="new">peertube default</target> 5015 <target state="new">peertube default</target>
5200 <context-group purpose="location"> 5016
5201 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5017 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5202 <context context-type="linenumber">8</context>
5203 </context-group>
5204 </trans-unit>
5205 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html"> 5018 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
5206 <source>Change ownership</source> 5019 <source>Change ownership</source>
5207 <target state="new">Change ownership</target> 5020 <target state="new">Change ownership</target>
@@ -5357,6 +5170,18 @@
5357 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5170 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5358 <context context-type="linenumber">8</context> 5171 <context context-type="linenumber">8</context>
5359 </context-group> 5172 </context-group>
5173 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5174 <source>See the error</source><target state="new">See the error</target>
5175 <context-group purpose="location">
5176 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5177 <context context-type="linenumber">19</context>
5178 </context-group>
5179 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5180 <source>This video was deleted</source><target state="new">This video was deleted</target>
5181 <context-group purpose="location">
5182 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5183 <context context-type="linenumber">36</context>
5184 </context-group>
5360 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5185 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5361 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5186 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5362 <context-group purpose="location"> 5187 <context-group purpose="location">
@@ -5726,35 +5551,11 @@
5726 </context-group> 5551 </context-group>
5727 5552
5728 5553
5729 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5554 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5730 <source>Creators</source><target state="new">Creators</target>
5731 <context-group purpose="location">
5732 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5733 <context context-type="linenumber">162</context>
5734 </context-group>
5735 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5736 <source>Creator guide</source><target state="new">Creator guide</target>
5737 <context-group purpose="location">
5738 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5739 <context context-type="linenumber">162</context>
5740 </context-group>
5741 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5742 <source>Contributors</source><target state="new">Contributors</target>
5743 <context-group purpose="location">
5744 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5745 <context context-type="linenumber">163</context>
5746 </context-group>
5747 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5748 <source>PeerTube license</source><target state="new">PeerTube license</target> 5555 <source>PeerTube license</source><target state="new">PeerTube license</target>
5749 <context-group purpose="location"> 5556
5750 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5557
5751 <context context-type="linenumber">163</context> 5558 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5752 </context-group>
5753 <context-group purpose="location">
5754 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5755 <context context-type="linenumber">175</context>
5756 </context-group>
5757 </trans-unit>
5758 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 5559 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5759 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5560 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5760 <target>Uneuse <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5561 <target>Uneuse <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6729,6 +6530,30 @@
6729 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6530 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6730 <context context-type="linenumber">1</context> 6531 <context context-type="linenumber">1</context>
6731 </context-group> 6532 </context-group>
6533 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6534 <source>Process domains</source><target state="new">Process domains</target>
6535 <context-group purpose="location">
6536 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6537 <context context-type="linenumber">1</context>
6538 </context-group>
6539 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6540 <source>Domain is required.</source><target state="new">Domain is required.</target>
6541 <context-group purpose="location">
6542 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6543 <context context-type="linenumber">1</context>
6544 </context-group>
6545 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6546 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6547 <context-group purpose="location">
6548 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6549 <context context-type="linenumber">1</context>
6550 </context-group>
6551 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6552 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6553 <context-group purpose="location">
6554 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6555 <context context-type="linenumber">1</context>
6556 </context-group>
6732 </trans-unit> 6557 </trans-unit>
6733 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html"> 6558 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
6734 <source>Unlimited</source> 6559 <source>Unlimited</source>
@@ -6749,6 +6574,16 @@
6749 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context> 6574 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
6750 <context context-type="linenumber">1</context> 6575 <context context-type="linenumber">1</context>
6751 </context-group> 6576 </context-group>
6577 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6578 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6579 <context-group purpose="location">
6580 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6581 <context context-type="linenumber">1</context>
6582 </context-group>
6583 <context-group purpose="location">
6584 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6585 <context context-type="linenumber">1</context>
6586 </context-group>
6752 </trans-unit> 6587 </trans-unit>
6753 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html"> 6588 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
6754 <source>100MB</source> 6589 <source>100MB</source>
@@ -6885,51 +6720,17 @@
6885 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html"> 6720 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
6886 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source> 6721 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
6887 <target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target> 6722 <target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target>
6888 <context-group purpose="location"> 6723
6889 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6890 <context context-type="linenumber">1</context> 6725
6891 </context-group> 6726
6892 </trans-unit> 6727
6893 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html"> 6728
6894 <source>You need to specify hosts to follow.</source>
6895 <target state="new">You need to specify hosts to follow.</target>
6896 <context-group purpose="location">
6897 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6898 <context context-type="linenumber">1</context>
6899 </context-group>
6900 </trans-unit>
6901 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
6902 <source>Hosts need to be unique.</source>
6903 <target state="new">Hosts need to be unique.</target>
6904 <context-group purpose="location">
6905 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6906 <context context-type="linenumber">1</context>
6907 </context-group>
6908 </trans-unit>
6909 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
6910 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6911 <target state="new">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6912 <context-group purpose="location">
6913 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6914 <context context-type="linenumber">1</context>
6915 </context-group>
6916 </trans-unit>
6917 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409" datatype="html">
6918 <source>Follow new server(s)</source>
6919 <target state="new">Follow new server(s)</target>
6920 <context-group purpose="location">
6921 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6922 <context context-type="linenumber">1</context>
6923 </context-group>
6924 </trans-unit>
6925 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html"> 6729 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
6926 <source>Follow request(s) sent!</source> 6730 <source>Follow request(s) sent!</source>
6927 <target state="new">Follow request(s) sent!</target> 6731 <target state="new">Follow request(s) sent!</target>
6928 <context-group purpose="location"> 6732
6929 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6733 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6930 <context context-type="linenumber">1</context>
6931 </context-group>
6932 </trans-unit>
6933 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html"> 6734 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
6934 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6735 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6935 <target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 6736 <target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -7033,6 +6834,12 @@
7033 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 6834 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
7034 <context context-type="linenumber">1</context> 6835 <context context-type="linenumber">1</context>
7035 </context-group> 6836 </context-group>
6837 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6838 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6839 <context-group purpose="location">
6840 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6841 <context context-type="linenumber">1</context>
6842 </context-group>
7036 </trans-unit> 6843 </trans-unit>
7037 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html"> 6844 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
7038 <source>Comment updated.</source> 6845 <source>Comment updated.</source>
@@ -7041,23 +6848,33 @@
7041 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context> 6848 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
7042 <context context-type="linenumber">1</context> 6849 <context context-type="linenumber">1</context>
7043 </context-group> 6850 </context-group>
7044 </trans-unit> 6851 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
7045 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html"> 6852 <source>Internal actions</source><target state="new">Internal actions</target>
7046 <source>Delete this report</source>
7047 <target state="new">Delete this report</target>
7048 <context-group purpose="location"> 6853 <context-group purpose="location">
7049 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6854 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7050 <context context-type="linenumber">1</context> 6855 <context context-type="linenumber">1</context>
7051 </context-group> 6856 </context-group>
7052 </trans-unit> 6857 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
7053 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 6858 <source>Delete report</source><target state="new">Delete report</target>
7054 <source>Update moderation comment</source> 6859 <context-group purpose="location">
7055 <target state="new">Update moderation comment</target> 6860 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6861 <context context-type="linenumber">1</context>
6862 </context-group>
6863 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6864 <source>Add note</source><target state="new">Add note</target>
6865 <context-group purpose="location">
6866 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6867 <context context-type="linenumber">1</context>
6868 </context-group>
6869 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6870 <source>Update note</source><target state="new">Update note</target>
7056 <context-group purpose="location"> 6871 <context-group purpose="location">
7057 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6872 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7058 <context context-type="linenumber">1</context> 6873 <context context-type="linenumber">1</context>
7059 </context-group> 6874 </context-group>
7060 </trans-unit> 6875 </trans-unit>
6876
6877
7061 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html"> 6878 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html">
7062 <source>Mark as accepted</source> 6879 <source>Mark as accepted</source>
7063 <target state="new">Mark as accepted</target> 6880 <target state="new">Mark as accepted</target>
@@ -7073,6 +6890,12 @@
7073 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6890 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7074 <context context-type="linenumber">1</context> 6891 <context context-type="linenumber">1</context>
7075 </context-group> 6892 </context-group>
6893 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
6894 <source>Actions for the video</source><target state="new">Actions for the video</target>
6895 <context-group purpose="location">
6896 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6897 <context context-type="linenumber">1</context>
6898 </context-group>
7076 </trans-unit> 6899 </trans-unit>
7077 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 6900 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
7078 <source>Do you really want to delete this abuse report?</source> 6901 <source>Do you really want to delete this abuse report?</source>
@@ -8021,11 +7844,8 @@
8021 </context-group> 7844 </context-group>
8022 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7845 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
8023 <source>max size</source><target state="new">max size</target> 7846 <source>max size</source><target state="new">max size</target>
8024 <context-group purpose="location"> 7847
8025 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7848 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8026 <context context-type="linenumber">1</context>
8027 </context-group>
8028 </trans-unit>
8029 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7849 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
8030 <source>Now please check your emails to verify your account and complete signup.</source> 7850 <source>Now please check your emails to verify your account and complete signup.</source>
8031 <target state="new">Now please check your emails to verify your account and complete signup.</target> 7851 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8385,6 +8205,12 @@
8385 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8205 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8386 <context context-type="linenumber">1</context> 8206 <context context-type="linenumber">1</context>
8387 </context-group> 8207 </context-group>
8208 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8209 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8210 <context-group purpose="location">
8211 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8212 <context context-type="linenumber">1</context>
8213 </context-group>
8388 </trans-unit> 8214 </trans-unit>
8389 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html"> 8215 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
8390 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 8216 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8457,15 +8283,14 @@
8457 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8283 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8458 <context context-type="linenumber">1</context> 8284 <context context-type="linenumber">1</context>
8459 </context-group> 8285 </context-group>
8460 </trans-unit> 8286 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8461 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html"> 8287 <source>just now</source><target state="new">just now</target>
8462 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
8463 <target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target>
8464 <context-group purpose="location"> 8288 <context-group purpose="location">
8465 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8289 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8466 <context context-type="linenumber">1</context> 8290 <context context-type="linenumber">1</context>
8467 </context-group> 8291 </context-group>
8468 </trans-unit><trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8292 </trans-unit>
8293 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8469 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 8294 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
8470 <context-group purpose="location"> 8295 <context-group purpose="location">
8471 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8296 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
@@ -10209,11 +10034,8 @@
10209 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 10034 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
10210 <source>Video blacklisted.</source> 10035 <source>Video blacklisted.</source>
10211 <target state="new">Video blacklisted.</target> 10036 <target state="new">Video blacklisted.</target>
10212 <context-group purpose="location"> 10037
10213 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context> 10038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10214 <context context-type="linenumber">1</context>
10215 </context-group>
10216 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10217 <source>Encoder</source><target state="new">Encoder</target> 10039 <source>Encoder</source><target state="new">Encoder</target>
10218 <context-group purpose="location"> 10040 <context-group purpose="location">
10219 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10041 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10487,15 +10309,14 @@
10487 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context> 10309 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
10488 <context context-type="linenumber">1</context> 10310 <context context-type="linenumber">1</context>
10489 </context-group> 10311 </context-group>
10490 </trans-unit> 10312 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10491 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 10313 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10492 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
10493 <target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target>
10494 <context-group purpose="location"> 10314 <context-group purpose="location">
10495 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10315 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10496 <context context-type="linenumber">1</context> 10316 <context context-type="linenumber">1</context>
10497 </context-group> 10317 </context-group>
10498 </trans-unit> 10318 </trans-unit>
10319
10499 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 10320 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
10500 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10321 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10501 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target> 10322 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target>
diff --git a/client/src/locale/angular.hu-HU.xlf b/client/src/locale/angular.hu-HU.xlf
index 890ef70cf..9bd4f7dde 100644
--- a/client/src/locale/angular.hu-HU.xlf
+++ b/client/src/locale/angular.hu-HU.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 }}"/> közzétett egy új videót: <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 }}"/> közzétett egy új videót: <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">A(z) <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;"/> videója el lett távolítva a feketelistáról </target> 284 <target state="translated">A(z) <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>"/> videója el lett távolítva a feketelistáról </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">A(z) <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;"/> videója feketelistára lett téve </target> 289 <target state="translated">A(z) <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>"/> videója feketelistára lett téve </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;"/>Egy új videó visszaélési jelentés<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> lett létrehozva a(z) <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;"/> videóhoz </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Egy új videó visszaélési jelentés<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> lett létrehozva a(z) <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>"/> videóhoz </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">A legutóbb hozzáadott <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;"/> videó <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/> automatikusan feketelistára került <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">A legutóbb hozzáadott <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>"/> videó <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/> automatikusan feketelistára került <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;"/> hozzászólt az Ön <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;"/> videójához </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>"/> hozzászólt az Ön <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>"/> videójához </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">A(z) <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;"/> videója közzé lett téve </target> 320 <target state="translated">A(z) <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>"/> videója közzé lett téve </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;"/>A videoimportálás<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> sikerült </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A videoimportálás<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> sikerült </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;"/>A videoimportálás<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> nem sikerült </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A videoimportálás<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> nem sikerült </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;"/> felhasználó regisztrált az Ön példányára </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>"/> felhasználó regisztrált az Ön példányára </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;"/> követi <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>az Ön csatornáját <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;"/>az Ön fiókját<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>"/> követi <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>az Ön csatornáját <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>"/>az Ön fiókját<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;"/> megemlítette Önt <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>a(z) <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/> videónál<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>"/> megemlítette Önt <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>a(z) <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/> videónál<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">Az Ön példányának <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>új követője van<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;"/> aki az Ön jóváhagyására vár<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">Az Ön példányának <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>új követője van<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>"/> aki az Ön jóváhagyására vár<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">Az Ön példányát <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;"/> automatikusan követi </target> 366 <target state="translated">Az Ön példányát <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>"/> automatikusan követi </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">
@@ -533,8 +541,8 @@
533 <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> 541 <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>
534 </trans-unit> 542 </trans-unit>
535 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 543 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
536 <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;"/> and will be forwarded to the video origin (<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> 544 <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>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
537 <target state="translated">A jelentése el lesz küldve a(z) <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/> moderátorainak<x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> és továbbítva lesz a videó forrásához (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) is<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </target> 545 <target state="translated">A jelentése el lesz küldve a(z) <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/> moderátorainak<x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> és továbbítva lesz a videó forrásához (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) is<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </target>
538 <context-group purpose="location"> 546 <context-group purpose="location">
539 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 547 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
540 <context context-type="linenumber">9</context> 548 <context context-type="linenumber">9</context>
@@ -594,37 +602,37 @@
594 <context-group name="null"> 602 <context-group name="null">
595 <context context-type="linenumber">6</context> 603 <context context-type="linenumber">6</context>
596 </context-group> 604 </context-group>
597 <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> 605
598 <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> 606
599 </trans-unit> 607 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
600 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 608 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
601 <source>Private</source> 609 <source>Private</source>
602 <target>Személyes</target> 610 <target>Személyes</target>
603 <context-group name="null"> 611 <context-group name="null">
604 <context context-type="linenumber">7</context> 612 <context context-type="linenumber">7</context>
605 </context-group> 613 </context-group>
606 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</context></context-group> 614
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> 615
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> 616
609 </trans-unit> 617 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 618 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
611 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 619 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
612 <target state="translated">{VAR_PLURAL, plural, =1 {1 megtekintés} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> megtekintés} }</target> 620 <target state="translated">{VAR_PLURAL, plural, =1 {1 megtekintés} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> megtekintés} }</target>
613 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group> 621
614 </trans-unit> 622 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
615 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 623 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
616 <source>Blacklisted</source> 624 <source>Blacklisted</source>
617 <target>Feketelistázott</target> 625 <target>Feketelistázott</target>
618 <context-group name="null"> 626 <context-group name="null">
619 <context context-type="linenumber">42</context> 627 <context context-type="linenumber">42</context>
620 </context-group> 628 </context-group>
621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group> 629
622 </trans-unit> 630 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
623 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 631 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
624 <source>Sensitive</source> 632 <source>Sensitive</source>
625 <target state="translated">Érzékeny</target> 633 <target state="translated">Érzékeny</target>
626 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group> 634
627 </trans-unit> 635 <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>
628 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 636 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
629 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 637 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
630 <target>{VAR_PLURAL, plural, =0 {Nincs videó} =1 {1 videó} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videó} }</target> 638 <target>{VAR_PLURAL, plural, =0 {Nincs videó} =1 {1 videó} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videó} }</target>
@@ -677,11 +685,11 @@
677 <context-group name="null"> 685 <context-group name="null">
678 <context context-type="linenumber">15</context> 686 <context context-type="linenumber">15</context>
679 </context-group> 687 </context-group>
680 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group> 688
681 <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">73</context></context-group> 689
682 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</context></context-group> 690
683 <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> 691
684 </trans-unit> 692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
685 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 693 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
686 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 694 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
687 <target>Törlés innen: <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 695 <target>Törlés innen: <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -723,19 +731,19 @@
723 <context-group name="null"> 731 <context-group name="null">
724 <context context-type="linenumber">63</context> 732 <context context-type="linenumber">63</context>
725 </context-group> 733 </context-group>
726 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group> 734
727 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group> 735
728 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group> 736
729 <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">41</context></context-group> 737
730 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group> 738
731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group> 739
732 <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">11</context></context-group> 740
733 <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">87</context></context-group> 741
734 <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">11</context></context-group> 742
735 <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">87</context></context-group> 743
736 <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">11</context></context-group> 744
737 <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">11</context></context-group> 745
738 </trans-unit> 746 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
739 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 747 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
740 <source>Truncated preview</source> 748 <source>Truncated preview</source>
741 <target>Megvágott előnézet</target> 749 <target>Megvágott előnézet</target>
@@ -817,24 +825,33 @@
817 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 825 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
818 </trans-unit> 826 </trans-unit>
819 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 827 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
820 <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> 828 <source>
821 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Távoli feliratkozás<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;"/>Távoli interakció<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 829 <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>"/>
830 <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>"/>
831 </source>
832 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Távoli feliratkozás<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Távoli interakció<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
822 <context-group name="null"> 833 <context-group name="null">
823 <context context-type="linenumber">10</context> 834 <context context-type="linenumber">10</context>
824 </context-group> 835 </context-group>
825 <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> 836 <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>
826 </trans-unit> 837 </trans-unit>
827 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 838 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
828 <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> 839 <source>
829 <target state="translated">Feliratkozhat egy csatornára bármely ActivityPub-kompatibilis födiverzum példányon keresztül.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Például a Mastodon vagy a Pleroma esetén beírhatja a csatorna URL-t a keresőmezőbe, és ott feliratkozhat. </target> 840 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/>"/>
841 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
842 </source>
843 <target state="translated">Feliratkozhat egy csatornára bármely ActivityPub-kompatibilis födiverzum példányon keresztül.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Például a Mastodon vagy a Pleroma esetén beírhatja a csatorna URL-t a keresőmezőbe, és ott feliratkozhat. </target>
830 <context-group purpose="location"> 844 <context-group purpose="location">
831 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 845 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
832 <context context-type="linenumber">17</context> 846 <context context-type="linenumber">17</context>
833 </context-group> 847 </context-group>
834 </trans-unit> 848 </trans-unit>
835 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 849 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
836 <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> 850 <source>
837 <target state="translated">Interakcióba léphet ezzel bármely ActivityPub-kompatibilis födiverzum példányon keresztül.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Például a Mastodon vagy a Pleroma esetén beírhatja a jelenlegi URL-t a keresőmezőbe, és ott interakcióba léphet ezzel. </target> 851 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/>"/>
852 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
853 </source>
854 <target state="translated">Interakcióba léphet ezzel bármely ActivityPub-kompatibilis födiverzum példányon keresztül.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Például a Mastodon vagy a Pleroma esetén beírhatja a jelenlegi URL-t a keresőmezőbe, és ott interakcióba léphet ezzel. </target>
838 <context-group purpose="location"> 855 <context-group purpose="location">
839 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 856 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
840 <context context-type="linenumber">26</context> 857 <context context-type="linenumber">26</context>
@@ -849,8 +866,11 @@
849 </context-group> 866 </context-group>
850 </trans-unit> 867 </trans-unit>
851 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 868 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
852 <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> 869 <source>
853 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Az alapértelmezett érzékeny videók irányelvét<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;"/>a felhasználók felüldefiniálhatják<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </target> 870 <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>"/>
871 <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>"/>
872 </source>
873 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Az alapértelmezett érzékeny videók irányelvét<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>"/>a felhasználók felüldefiniálhatják<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> </target>
854 <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> 874 <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>
855 </trans-unit> 875 </trans-unit>
856 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html"> 876 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
@@ -896,9 +916,9 @@
896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
897 </trans-unit> 917 </trans-unit>
898 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 918 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
899 <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> 919 <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>
900 <target> 920 <target>
901 Korlátlan <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(naponta <x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 921 Korlátlan <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(naponta <x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
902 </target> 922 </target>
903 <context-group name="null"> 923 <context-group name="null">
904 <context context-type="linenumber">53</context> 924 <context context-type="linenumber">53</context>
@@ -911,10 +931,10 @@
911 <context-group name="null"> 931 <context-group name="null">
912 <context context-type="linenumber">286</context> 932 <context context-type="linenumber">286</context>
913 </context-group> 933 </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">66</context></context-group> 934
915 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group> 935
916 <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">46</context></context-group> 936
917 </trans-unit> 937 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
918 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 938 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
919 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 939 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
920 <target state="translated">HTTP-importálás (YouTube, Vimeo, közvetlen URL…)</target> 940 <target state="translated">HTTP-importálás (YouTube, Vimeo, közvetlen URL…)</target>
@@ -1046,19 +1066,19 @@
1046 <context-group name="null"> 1066 <context-group name="null">
1047 <context context-type="linenumber">23</context> 1067 <context context-type="linenumber">23</context>
1048 </context-group> 1068 </context-group>
1049 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group> 1069
1050 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group> 1070
1051 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group> 1071
1052 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group> 1072
1053 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 1073
1054 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group> 1074
1055 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</context></context-group> 1075
1056 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">47</context></context-group> 1076
1057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group> 1077
1058 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group> 1078
1059 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group> 1079
1060 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group> 1080
1061 </trans-unit> 1081 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1062 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1082 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1063 <source>Ban this user</source> 1083 <source>Ban this user</source>
1064 <target>Felhasználó kitiltása</target> 1084 <target>Felhasználó kitiltása</target>
@@ -1075,14 +1095,7 @@
1075 </context-group> 1095 </context-group>
1076 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group> 1096 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group>
1077 </trans-unit> 1097 </trans-unit>
1078 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 1098
1079 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1080 <target state="translated">(kiterjesztések: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, legnagyobb méret: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1081 <context-group purpose="location">
1082 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
1083 <context context-type="linenumber">12</context>
1084 </context-group>
1085 </trans-unit>
1086 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1099 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1087 <source>Login</source> 1100 <source>Login</source>
1088 <target> 1101 <target>
@@ -1102,8 +1115,15 @@
1102 </context-group> 1115 </context-group>
1103 </trans-unit> 1116 </trans-unit>
1104 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1117 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html">
1105 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1118 <source>
1106 <target state="translated">Jelenleg ezen a példányon nem engedélyezett a felhasználói regisztráció, de kereshet egy olyan példányt, amely lehetőséget ad egy fiók regisztrálására és a videók oda történő feltöltésére. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Keresse meg a sajátját több más példány mellett a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> oldalon. </target> 1119 Currently this instance doesn't allow for user registration, but you can find an instance
1120 that gives you the possibility to sign up for an account and upload your videos there.
1121
1122 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1123
1124 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1125 </source>
1126 <target state="translated">Jelenleg ezen a példányon nem engedélyezett a felhasználói regisztráció, de kereshet egy olyan példányt, amely lehetőséget ad egy fiók regisztrálására és a videók oda történő feltöltésére. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Keresse meg a sajátját több más példány mellett a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> oldalon. </target>
1107 <context-group purpose="location"> 1127 <context-group purpose="location">
1108 <context context-type="sourcefile">src/app/login/login.component.html</context> 1128 <context context-type="sourcefile">src/app/login/login.component.html</context>
1109 <context context-type="linenumber">11</context> 1129 <context context-type="linenumber">11</context>
@@ -1194,15 +1214,15 @@
1194 <context-group name="null"> 1214 <context-group name="null">
1195 <context context-type="linenumber">43</context> 1215 <context context-type="linenumber">43</context>
1196 </context-group> 1216 </context-group>
1197 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group> 1217
1198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1218
1199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1219
1200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">41</context></context-group> 1220
1201 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group> 1221
1202 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</context></context-group> 1222
1203 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group> 1223
1204 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group> 1224
1205 </trans-unit> 1225 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1206 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1226 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1207 <source>Email address</source> 1227 <source>Email address</source>
1208 <target>E-mail-cím</target> 1228 <target>E-mail-cím</target>
@@ -1261,9 +1281,9 @@
1261 </context-group> 1281 </context-group>
1262 </trans-unit> 1282 </trans-unit>
1263 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1283 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1264 <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> 1284 <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>
1265 <target> 1285 <target>
1266 erre: <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;"/> 1286 erre: <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>"/>
1267 </target> 1287 </target>
1268 <context-group name="null"> 1288 <context-group name="null">
1269 <context context-type="linenumber">6</context> 1289 <context context-type="linenumber">6</context>
@@ -1271,10 +1291,13 @@
1271 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1291 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1272 </trans-unit> 1292 </trans-unit>
1273 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1293 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1274 <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> 1294 <source>
1295 Filters
1296 <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>"/>
1297 </source>
1275 <target> 1298 <target>
1276 Szűrők 1299 Szűrők
1277 <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;"/> 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>"/>
1278 </target> 1301 </target>
1279 <context-group name="null"> 1302 <context-group name="null">
1280 <context context-type="linenumber">16</context> 1303 <context context-type="linenumber">16</context>
@@ -1308,7 +1331,8 @@
1308 </context-group> 1331 </context-group>
1309 </trans-unit> 1332 </trans-unit>
1310 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1333 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1311 <source>CLI documentation</source> 1334 <source>CLI
1335 documentation</source>
1312 <target state="translated">CLI dokumentáció</target> 1336 <target state="translated">CLI dokumentáció</target>
1313 <context-group purpose="location"> 1337 <context-group purpose="location">
1314 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1338 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1324,7 +1348,8 @@
1324 </context-group> 1348 </context-group>
1325 </trans-unit> 1349 </trans-unit>
1326 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1350 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1327 <source>Administer documentation</source> 1351 <source>Administer
1352 documentation</source>
1328 <target state="translated">Rendszergazda dokumentáció</target> 1353 <target state="translated">Rendszergazda dokumentáció</target>
1329 <context-group purpose="location"> 1354 <context-group purpose="location">
1330 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1355 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1340,7 +1365,8 @@
1340 </context-group> 1365 </context-group>
1341 </trans-unit> 1366 </trans-unit>
1342 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1367 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1343 <source>Use documentation</source> 1368 <source>Use
1369 documentation</source>
1344 <target state="translated">Dokumentáció használata</target> 1370 <target state="translated">Dokumentáció használata</target>
1345 <context-group purpose="location"> 1371 <context-group purpose="location">
1346 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1372 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1364,16 +1390,16 @@
1364 </context-group> 1390 </context-group>
1365 </trans-unit> 1391 </trans-unit>
1366 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1392 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1367 <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> 1393 <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>
1368 <target state="translated">Hivatalos PeerTube weboldal (hírek, támogatás, közreműködés…): <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> 1394 <target state="translated">Hivatalos PeerTube weboldal (hírek, támogatás, közreműködés…): <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>
1369 <context-group purpose="location"> 1395 <context-group purpose="location">
1370 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1396 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1371 <context context-type="linenumber">44</context> 1397 <context context-type="linenumber">44</context>
1372 </context-group> 1398 </context-group>
1373 </trans-unit> 1399 </trans-unit>
1374 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1400 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1375 <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> 1401 <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>
1376 <target state="translated">Saját példány elhelyezése a nyilvános PeerTube jegyzékbe: <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> 1402 <target state="translated">Saját példány elhelyezése a nyilvános PeerTube jegyzékbe: <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>
1377 <context-group purpose="location"> 1403 <context-group purpose="location">
1378 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1404 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1379 <context context-type="linenumber">47</context> 1405 <context context-type="linenumber">47</context>
@@ -1388,16 +1414,26 @@
1388 </context-group> 1414 </context-group>
1389 </trans-unit> 1415 </trans-unit>
1390 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1416 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1391 <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> 1417 <source>
1392 <target state="translated">A <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>példány nevének<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> kiválasztása, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>a leírás megadása<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, annak meghatározása, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>hogy Ön kicsoda<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, miért <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>hozta létre a példányát<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> és <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>meddig<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> tervezi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>fenntartani <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, nagyon fontosak a látogatóknak, hogy megértsék, milyen típusú példányon is vannak. </target> 1418 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>"/>,
1419 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>"/>
1420 is very important for visitors to understand on what type of instance they are.
1421 </source>
1422 <target state="translated">A <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>példány nevének<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> kiválasztása, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>a leírás megadása<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, annak meghatározása, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>hogy Ön kicsoda<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, miért <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>hozta létre a példányát<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> és <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>meddig<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> tervezi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>fenntartani <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, nagyon fontosak a látogatóknak, hogy megértsék, milyen típusú példányon is vannak. </target>
1393 <context-group purpose="location"> 1423 <context-group purpose="location">
1394 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1424 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1395 <context context-type="linenumber">61</context> 1425 <context context-type="linenumber">61</context>
1396 </context-group> 1426 </context-group>
1397 </trans-unit> 1427 </trans-unit>
1398 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1428 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1399 <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> 1429 <source>
1400 <target state="translated">Ha meg szeretné nyitni a regisztrációt, akkor döntse el, mik a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>moderálási szabályok<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, töltse ki <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>a példány használati feltételeit<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, valamint adja meg a kategóriákat és a beszélt nyelveket. Ezzel segíteni fog a felhasználóknak, hogy <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>a megfelelő<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube példányra regisztráljanak. </target> 1430 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
1431 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1432 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
1433 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1434 PeerTube instance.
1435 </source>
1436 <target state="translated">Ha meg szeretné nyitni a regisztrációt, akkor döntse el, mik a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>moderálási szabályok<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, töltse ki <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>a példány használati feltételeit<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, valamint adja meg a kategóriákat és a beszélt nyelveket. Ezzel segíteni fog a felhasználóknak, hogy <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>a megfelelő<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> PeerTube példányra regisztráljanak. </target>
1401 <context-group purpose="location"> 1437 <context-group purpose="location">
1402 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1438 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1403 <context context-type="linenumber">67</context> 1439 <context context-type="linenumber">67</context>
@@ -1486,8 +1522,11 @@
1486 </context-group> 1522 </context-group>
1487 </trans-unit> 1523 </trans-unit>
1488 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1524 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1489 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1525 <source>
1490 <target state="translated">Fontolja meg ezen mezők beállítását, hogy segítsen az embereknek kiválasztani <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>a megfelelő példányt<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Ezek nélkül előfordulhat, hogy az Ön példányára nem hivatkoznak a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube weboldalon<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1526 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1527 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1528 </source>
1529 <target state="translated">Fontolja meg ezen mezők beállítását, hogy segítsen az embereknek kiválasztani <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>a megfelelő példányt<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. Ezek nélkül előfordulhat, hogy az Ön példányára nem hivatkoznak a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube weboldalon<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1491 <context-group purpose="location"> 1530 <context-group purpose="location">
1492 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1531 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1493 <context context-type="linenumber">24</context> 1532 <context context-type="linenumber">24</context>
@@ -1560,15 +1599,9 @@
1560 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1599 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1561 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source> 1600 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source>
1562 <target state="translated">Felület: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1601 <target state="translated">Felület: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1563 <context-group purpose="location"> 1602
1564 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1603
1565 <context context-type="linenumber">36</context> 1604 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit>
1566 </context-group>
1567 <context-group purpose="location">
1568 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1569 <context context-type="linenumber">158</context>
1570 </context-group>
1571 </trans-unit>
1572 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html"> 1605 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1573 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source> 1606 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source>
1574 <target state="translated">Videók: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1607 <target state="translated">Videók: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
@@ -1612,48 +1645,33 @@
1612 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1645 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1613 <source>Help</source> 1646 <source>Help</source>
1614 <target state="translated">Súgó</target> 1647 <target state="translated">Súgó</target>
1615 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group> 1648
1616 </trans-unit> 1649 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1617 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1650 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1618 <source>Get help using PeerTube</source> 1651 <source>Get help using PeerTube</source>
1619 <target state="translated">Segítségkérés a PeerTube használatához</target> 1652 <target state="translated">Segítségkérés a PeerTube használatához</target>
1620 <context-group purpose="location"> 1653
1621 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1654 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1622 <context context-type="linenumber">167</context>
1623 </context-group>
1624 </trans-unit>
1625 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html"> 1655 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1626 <source>Shortcuts</source> 1656 <source>Shortcuts</source>
1627 <target state="translated">Gyorsbillentyűk</target> 1657 <target state="translated">Gyorsbillentyűk</target>
1628 <context-group purpose="location"> 1658
1629 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1659 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit>
1630 <context context-type="linenumber">168</context>
1631 </context-group>
1632 </trans-unit>
1633 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html"> 1660 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1634 <source>powered by PeerTube</source> 1661 <source>powered by PeerTube</source>
1635 <target state="translated">a gépházban: PeerTube</target> 1662 <target state="translated">a gépházban: PeerTube</target>
1636 <context-group purpose="location"> 1663
1637 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1664 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1638 <context context-type="linenumber">172</context>
1639 </context-group>
1640 </trans-unit>
1641 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html"> 1665 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1642 <source>PeerTube website</source> 1666 <source>PeerTube website</source>
1643 <target state="translated">PeerTube weboldal</target> 1667 <target state="translated">PeerTube weboldal</target>
1644 <context-group purpose="location"> 1668
1645 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1669 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1646 <context context-type="linenumber">172</context>
1647 </context-group>
1648 </trans-unit>
1649 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html"> 1670 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1650 <source>powered by PeerTube - CopyLeft 2015-2020</source> 1671 <source>powered by PeerTube - CopyLeft 2015-2020</source>
1651 <target state="translated">a gépházban: PeerTube - CopyLeft 2015-2020</target> 1672 <target state="translated">a gépházban: PeerTube - CopyLeft 2015-2020</target>
1652 <context-group purpose="location"> 1673
1653 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1674 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1654 <context context-type="linenumber">171</context>
1655 </context-group>
1656 </trans-unit>
1657 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1675 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1658 <source>Log out</source> 1676 <source>Log out</source>
1659 <target>Kijelentkezés</target> 1677 <target>Kijelentkezés</target>
@@ -1771,19 +1789,9 @@
1771 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1789 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1772 <source>Contact</source> 1790 <source>Contact</source>
1773 <target state="translated">Partner</target> 1791 <target state="translated">Partner</target>
1774 <context-group purpose="location"> 1792
1775 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1793 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1776 <context context-type="linenumber">154</context> 1794
1777 </context-group>
1778 </trans-unit>
1779 <trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1780 <source>Terms of Service</source>
1781 <target state="translated">Szolgáltatás feltételei</target>
1782 <context-group purpose="location">
1783 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1784 <context context-type="linenumber">155</context>
1785 </context-group>
1786 </trans-unit>
1787 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1795 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1788 <source>View your notifications</source> 1796 <source>View your notifications</source>
1789 <target>Értesítések megtekintése</target> 1797 <target>Értesítések megtekintése</target>
@@ -1944,8 +1952,11 @@
1944 </context-group> 1952 </context-group>
1945 </trans-unit> 1953 </trans-unit>
1946 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1954 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1947 <source>Jump to channel <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;"/> </source> 1955 <source>
1948 <target state="translated">Ugrás a csatornához <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;"/> </target> 1956 Jump to channel
1957 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1958 </source>
1959 <target state="translated">Ugrás a csatornához <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
1949 <context-group purpose="location"> 1960 <context-group purpose="location">
1950 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1961 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1951 <context context-type="linenumber">18</context> 1962 <context context-type="linenumber">18</context>
@@ -2172,8 +2183,12 @@
2172 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2183 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2173 </trans-unit> 2184 </trans-unit>
2174 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2185 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2175 <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> 2186 <source>
2176 <target state="translated">A címkék a kapcsolódó javaslatok ajánlásához használhatók. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Legfeljebb 5 címke adható meg. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Nyomja meg az Enter billentyűt új címke hozzáadásához. </target> 2187 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2188 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2189 Press Enter to add a new tag.
2190 </source>
2191 <target state="translated">A címkék a kapcsolódó javaslatok ajánlásához használhatók. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Legfeljebb 5 címke adható meg. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Nyomja meg az Enter billentyűt új címke hozzáadásához. </target>
2177 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2192 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2178 </trans-unit> 2193 </trans-unit>
2179 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2194 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2226,69 +2241,50 @@
2226 <context-group name="null"> 2241 <context-group name="null">
2227 <context context-type="linenumber">23</context> 2242 <context context-type="linenumber">23</context>
2228 </context-group> 2243 </context-group>
2229 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group> 2244
2230 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group> 2245
2231 <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">12</context></context-group> 2246
2232 <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">28</context></context-group> 2247
2233 <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">70</context></context-group> 2248
2234 <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">70</context></context-group> 2249
2235 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group> 2250
2236 </trans-unit> 2251 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2237 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2252 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2238 <source>Privacy</source> 2253 <source>Privacy</source>
2239 <target>Adatvédelem</target> 2254 <target>Adatvédelem</target>
2240 <context-group name="null"> 2255 <context-group name="null">
2241 <context context-type="linenumber">33</context> 2256 <context context-type="linenumber">33</context>
2242 </context-group> 2257 </context-group>
2243 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group> 2258
2244 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group> 2259
2245 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group> 2260
2246 <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">21</context></context-group> 2261
2247 <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">37</context></context-group> 2262
2248 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">187</context></context-group> 2263
2249 <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">57</context></context-group> 2264
2250 <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">57</context></context-group> 2265
2251 </trans-unit> 2266 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit>
2252 <trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2267
2253 <source>More information about privacy within PeerTube</source>
2254 <target state="translated">További információk a PeerTube szoftveren belüli adatvédelemről</target>
2255 <context-group purpose="location">
2256 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2257 <context context-type="linenumber">164</context>
2258 </context-group>
2259 </trans-unit>
2260 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html"> 2268 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2261 <source>FAQ</source> 2269 <source>FAQ</source>
2262 <target state="translated">GyIK</target> 2270 <target state="translated">GyIK</target>
2263 <context-group purpose="location"> 2271
2264 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2272 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2265 <context context-type="linenumber">165</context>
2266 </context-group>
2267 </trans-unit>
2268 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html"> 2273 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2269 <source>Frequently asked questions about PeerTube</source> 2274 <source>Frequently asked questions about PeerTube</source>
2270 <target state="translated">Gyakori kérdések a PeerTube szoftverrel kapcsolatban</target> 2275 <target state="translated">Gyakori kérdések a PeerTube szoftverrel kapcsolatban</target>
2271 <context-group purpose="location"> 2276
2272 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2277 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2273 <context context-type="linenumber">165</context>
2274 </context-group>
2275 </trans-unit>
2276 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html"> 2278 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2277 <source>API</source> 2279 <source>API</source>
2278 <target state="translated">API</target> 2280 <target state="translated">API</target>
2279 <context-group purpose="location"> 2281
2280 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2282 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2281 <context context-type="linenumber">166</context>
2282 </context-group>
2283 </trans-unit>
2284 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html"> 2283 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2285 <source>API documentation</source> 2284 <source>API documentation</source>
2286 <target state="translated">API dokumentáció</target> 2285 <target state="translated">API dokumentáció</target>
2287 <context-group purpose="location"> 2286
2288 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2287 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2289 <context context-type="linenumber">166</context>
2290 </context-group>
2291 </trans-unit>
2292 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2288 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2293 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2289 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2294 <target>Közzététel ütemezése (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2290 <target>Közzététel ütemezése (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2354,7 +2350,7 @@
2354 <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> 2350 <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>
2355 </trans-unit> 2351 </trans-unit>
2356 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2352 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2357 <source>Already uploaded ✔</source> 2353 <source>Already uploaded ✔</source>
2358 <target>Már fel van töltve ✔</target> 2354 <target>Már fel van töltve ✔</target>
2359 <context-group name="null"> 2355 <context-group name="null">
2360 <context context-type="linenumber">179</context> 2356 <context context-type="linenumber">179</context>
@@ -2480,8 +2476,12 @@
2480 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2476 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2481 </trans-unit> 2477 </trans-unit>
2482 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2478 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2483 <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> 2479 <source>
2484 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A youtube-dl által támogatott<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> bármilyen URL-t importálhat, vagy olyan URL-t, amely egy nyers MP4-fájlra mutat. Meg kell győződnie arról, hogy rendelkezik-e terjesztési jogokkal a hivatkozott tartalom felett, különben jogi problémákat okozhat Önnek és a példányának. </target> 2480 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>"/>
2481 or URL that points to a raw MP4 file.
2482 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.
2483 </source>
2484 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A youtube-dl által támogatott<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> bármilyen URL-t importálhat, vagy olyan URL-t, amely egy nyers MP4-fájlra mutat. Meg kell győződnie arról, hogy rendelkezik-e terjesztési jogokkal a hivatkozott tartalom felett, különben jogi problémákat okozhat Önnek és a példányának. </target>
2485 <context-group purpose="location"> 2485 <context-group purpose="location">
2486 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2486 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2487 <context context-type="linenumber">10</context> 2487 <context context-type="linenumber">10</context>
@@ -2493,10 +2493,10 @@
2493 <context-group name="null"> 2493 <context-group name="null">
2494 <context context-type="linenumber">53</context> 2494 <context context-type="linenumber">53</context>
2495 </context-group> 2495 </context-group>
2496 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group> 2496
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">64</context></context-group> 2497
2498 <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">53</context></context-group> 2498
2499 </trans-unit> 2499 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2500 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2500 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2501 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2501 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2502 <target>Gratulálunk, a(z) <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> mögött lévő videó importálva lesz! Már megadhatja a videóval kapcsolatos információkat. </target> 2502 <target>Gratulálunk, a(z) <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> mögött lévő videó importálva lesz! Már megadhatja a videóval kapcsolatos információkat. </target>
@@ -2511,11 +2511,11 @@
2511 <context-group name="null"> 2511 <context-group name="null">
2512 <context context-type="linenumber">17</context> 2512 <context context-type="linenumber">17</context>
2513 </context-group> 2513 </context-group>
2514 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group> 2514
2515 <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">74</context></context-group> 2515
2516 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group> 2516
2517 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group> 2517
2518 </trans-unit> 2518 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2519 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2519 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2520 <source>Select the file to upload</source> 2520 <source>Select the file to upload</source>
2521 <target>A feltöltendő fájl kiválasztása</target> 2521 <target>A feltöltendő fájl kiválasztása</target>
@@ -2530,68 +2530,57 @@
2530 <context-group name="null"> 2530 <context-group name="null">
2531 <context context-type="linenumber">25</context> 2531 <context context-type="linenumber">25</context>
2532 </context-group> 2532 </context-group>
2533 <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">25</context></context-group> 2533
2534 </trans-unit> 2534 <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">24</context></context-group></trans-unit>
2535 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2535 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2536 <source>Video background image</source> 2536 <source>Video background image</source>
2537 <target state="translated">Videó háttérképe</target> 2537 <target state="translated">Videó háttérképe</target>
2538 <context-group purpose="location"> 2538
2539 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2539 <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">31</context></context-group></trans-unit>
2540 <context context-type="linenumber">32</context>
2541 </context-group>
2542 </trans-unit>
2543 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2540 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2544 <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> 2541 <source>
2545 <target state="translated">Egy kép, amely egyesítve lesz a hangfájllal. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> A kiválasztott kép végleges lesz, és nem lehet módosítani. </target> 2542 Image that will be merged with your audio file.
2546 <context-group purpose="location"> 2543 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2547 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2544 The chosen image will be definitive and cannot be modified.
2548 <context context-type="linenumber">34</context> 2545 </source>
2549 </context-group> 2546 <target state="translated">Egy kép, amely egyesítve lesz a hangfájllal. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> A kiválasztott kép végleges lesz, és nem lehet módosítani. </target>
2550 </trans-unit> 2547
2548 <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">33</context></context-group></trans-unit>
2551 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2549 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2552 <source>Processing…</source> 2550 <source>Processing…</source>
2553 <target state="translated">Feldolgozás…</target> 2551 <target state="translated">Feldolgozás…</target>
2554 <context-group purpose="location"> 2552
2555 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2553 <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">55</context></context-group></trans-unit>
2556 <context context-type="linenumber">56</context>
2557 </context-group>
2558 </trans-unit>
2559 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html"> 2554 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2560 <source>Total video quota</source> 2555 <source>Total video quota</source>
2561 <target state="translated">Teljes videokvóta</target> 2556 <target state="translated">Teljes videokvóta</target>
2562 <context-group purpose="location"> 2557
2563 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2558
2564 <context context-type="linenumber">54</context> 2559 <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">53</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">11</context></context-group></trans-unit>
2565 </context-group>
2566 <context-group purpose="location">
2567 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2568 <context context-type="linenumber">11</context>
2569 </context-group>
2570 </trans-unit>
2571 <trans-unit id="6357683911e256c566259880de43ea9403de00d3"> 2560 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2572 <source>Congratulations! Your video is now available in your private library.</source> 2561 <source>Congratulations! Your video is now available in your private library.</source>
2573 <target>Gratulálunk! A videó most már elérhető a személyes könyvtárában.</target> 2562 <target>Gratulálunk! A videó most már elérhető a személyes könyvtárában.</target>
2574 <context-group name="null"> 2563 <context-group name="null">
2575 <context context-type="linenumber">66</context> 2564 <context context-type="linenumber">66</context>
2576 </context-group> 2565 </context-group>
2577 <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">68</context></context-group> 2566
2578 </trans-unit> 2567 <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">67</context></context-group></trans-unit>
2579 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2568 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2580 <source>Publish will be available when upload is finished</source> 2569 <source>Publish will be available when upload is finished</source>
2581 <target>A közzététel akkor lesz elérhető, ha a feltöltés befejeződött</target> 2570 <target>A közzététel akkor lesz elérhető, ha a feltöltés befejeződött</target>
2582 <context-group name="null"> 2571 <context-group name="null">
2583 <context context-type="linenumber">79</context> 2572 <context context-type="linenumber">79</context>
2584 </context-group> 2573 </context-group>
2585 <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">81</context></context-group> 2574
2586 </trans-unit> 2575 <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">80</context></context-group></trans-unit>
2587 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2576 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2588 <source>Publish</source> 2577 <source>Publish</source>
2589 <target>Közzététel</target> 2578 <target>Közzététel</target>
2590 <context-group name="null"> 2579 <context-group name="null">
2591 <context context-type="linenumber">86</context> 2580 <context context-type="linenumber">86</context>
2592 </context-group> 2581 </context-group>
2593 <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">88</context></context-group> 2582
2594 </trans-unit> 2583 <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">87</context></context-group></trans-unit>
2595 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2584 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2596 <source>Select the torrent to import</source> 2585 <source>Select the torrent to import</source>
2597 <target>Az importálandó torrent kiválasztása</target> 2586 <target>Az importálandó torrent kiválasztása</target>
@@ -2599,42 +2588,45 @@
2599 <context context-type="linenumber">6</context> 2588 <context context-type="linenumber">6</context>
2600 </context-group> 2589 </context-group>
2601 <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">6</context></context-group> 2590 <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">6</context></context-group>
2602 </trans-unit> 2591 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2603 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2592 <source>OR</source><target state="new">OR</target>
2604 <source>Or</source> 2593 <context-group purpose="location">
2605 <target>Vagy</target> 2594 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2606 <context-group name="null"> 2595 <context context-type="linenumber">10</context>
2607 <context context-type="linenumber">11</context>
2608 </context-group> 2596 </context-group>
2609 <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">11</context></context-group>
2610 </trans-unit> 2597 </trans-unit>
2598
2611 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2599 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2612 <source>Paste magnet URI</source> 2600 <source>Paste magnet URI</source>
2613 <target>Mágnes URI beillesztése</target> 2601 <target>Mágnes URI beillesztése</target>
2614 <context-group name="null"> 2602 <context-group name="null">
2615 <context context-type="linenumber">14</context> 2603 <context context-type="linenumber">14</context>
2616 </context-group> 2604 </context-group>
2617 <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> 2605
2618 </trans-unit> 2606 <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">13</context></context-group></trans-unit>
2619 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2607 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2620 <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> 2608 <source>
2609 You can import any torrent file that points to a mp4 file.
2610 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.
2611 </source>
2621 <target state="translated">Bármilyen torrent-fájlt importálhat, amely egy MP4-fájlra mutat. Meg kell győződnie arról, hogy rendelkezik-e terjesztési jogokkal a hivatkozott tartalom felett, különben jogi problémákat okozhat Önnek és a példányának.</target> 2612 <target state="translated">Bármilyen torrent-fájlt importálhat, amely egy MP4-fájlra mutat. Meg kell győződnie arról, hogy rendelkezik-e terjesztési jogokkal a hivatkozott tartalom felett, különben jogi problémákat okozhat Önnek és a példányának.</target>
2622 <context-group purpose="location"> 2613
2623 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2614 <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">16</context></context-group></trans-unit>
2624 <context context-type="linenumber">17</context>
2625 </context-group>
2626 </trans-unit>
2627 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2615 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2628 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2616 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2629 <target>Gratulálunk, a videó importálva lesz BitTorrent használatával! Már megadhatja a videóval kapcsolatos információkat.</target> 2617 <target>Gratulálunk, a videó importálva lesz BitTorrent használatával! Már megadhatja a videóval kapcsolatos információkat.</target>
2630 <context-group name="null"> 2618 <context-group name="null">
2631 <context context-type="linenumber">57</context> 2619 <context context-type="linenumber">57</context>
2632 </context-group> 2620 </context-group>
2633 <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> 2621
2634 </trans-unit> 2622 <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">56</context></context-group></trans-unit>
2635 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2623 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2636 <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> 2624 <source>
2637 <target state="translated">Azt ajánljuk, hogy ne használja a <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;"/> felhasználót a videók közzétételéhez, mivel az a példány rendszergazda fiókja. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Ehelyett inkább <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>hozzon létre egy külön fiókot<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a videói feltöltéséhez. </target> 2625 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.
2626 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2627 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.
2628 </source>
2629 <target state="translated">Azt ajánljuk, hogy ne használja a <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>"/> felhasználót a videók közzétételéhez, mivel az a példány rendszergazda fiókja. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Ehelyett inkább <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>hozzon létre egy külön fiókot<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a videói feltöltéséhez. </target>
2638 <context-group purpose="location"> 2630 <context-group purpose="location">
2639 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2631 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2640 <context context-type="linenumber">2</context> 2632 <context context-type="linenumber">2</context>
@@ -2852,16 +2844,16 @@
2852 <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> 2844 <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>
2853 </trans-unit> 2845 </trans-unit>
2854 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2846 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2855 <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> 2847 <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>
2856 <target state="translated">Közzétéve <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 }}"/> megtekintés<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2848 <target state="translated">Közzétéve <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 }}"/> megtekintés<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2857 <context-group purpose="location"> 2849 <context-group purpose="location">
2858 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2850 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2859 <context context-type="linenumber">45</context> 2851 <context context-type="linenumber">45</context>
2860 </context-group> 2852 </context-group>
2861 </trans-unit> 2853 </trans-unit>
2862 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2854 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2863 <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> 2855 <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>
2864 <target state="translated">Közzétéve <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 }}"/> megtekintés<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2856 <target state="translated">Közzétéve <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 }}"/> megtekintés<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2865 <context-group purpose="location"> 2857 <context-group purpose="location">
2866 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2858 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2867 <context context-type="linenumber">56</context> 2859 <context context-type="linenumber">56</context>
@@ -2938,10 +2930,10 @@
2938 <context-group name="null"> 2930 <context-group name="null">
2939 <context context-type="linenumber">63</context> 2931 <context context-type="linenumber">63</context>
2940 </context-group> 2932 </context-group>
2941 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group> 2933
2942 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group> 2934
2943 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">63</context></context-group> 2935
2944 </trans-unit> 2936 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit>
2945 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2937 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2946 <source>Subscribe</source> 2938 <source>Subscribe</source>
2947 <target state="translated">Feliratkozás</target> 2939 <target state="translated">Feliratkozás</target>
@@ -3028,8 +3020,8 @@
3028 <context-group name="null"> 3020 <context-group name="null">
3029 <context context-type="linenumber">215</context> 3021 <context context-type="linenumber">215</context>
3030 </context-group> 3022 </context-group>
3031 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group> 3023
3032 </trans-unit> 3024 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3033 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3025 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3034 <source>Get more information</source> 3026 <source>Get more information</source>
3035 <target>További információk szerzése</target> 3027 <target>További információk szerzése</target>
@@ -3105,35 +3097,26 @@
3105 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html"> 3097 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html">
3106 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source> 3098 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source>
3107 <target state="translated"><x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'A szerző' }}"/> és mások <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> válaszának megtekintése </target> 3099 <target state="translated"><x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'A szerző' }}"/> és mások <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> válaszának megtekintése </target>
3108 <context-group purpose="location"> 3100
3109 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3101 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3110 <context context-type="linenumber">77</context>
3111 </context-group>
3112 </trans-unit>
3113 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3102 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3114 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3103 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3115 <target state="translated"><x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'A szerző' }}"/> <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> válaszának megtekintése </target> 3104 <target state="translated"><x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'A szerző' }}"/> <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> válaszának megtekintése </target>
3116 <context-group purpose="location"> 3105
3117 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3106 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3118 <context context-type="linenumber">80</context>
3119 </context-group>
3120 </trans-unit>
3121 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3107 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3122 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3108 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3123 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> válasz megtekintése</target> 3109 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> válasz megtekintése</target>
3124 <context-group purpose="location"> 3110
3125 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3111 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3126 <context context-type="linenumber">84</context>
3127 </context-group>
3128 </trans-unit>
3129 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3112 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3130 <source>Comments are disabled.</source> 3113 <source>Comments are disabled.</source>
3131 <target>A hozzászólások le vannak tiltva.</target> 3114 <target>A hozzászólások le vannak tiltva.</target>
3132 <context-group name="null"> 3115 <context-group name="null">
3133 <context context-type="linenumber">64</context> 3116 <context context-type="linenumber">64</context>
3134 </context-group> 3117 </context-group>
3135 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 3118
3136 </trans-unit> 3119 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3137 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3120 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3138 <source>Add comment...</source> 3121 <source>Add comment...</source>
3139 <target>Hozzászólás hozzáadása…</target> 3122 <target>Hozzászólás hozzáadása…</target>
@@ -3159,7 +3142,11 @@
3159 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3142 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3160 </trans-unit> 3143 </trans-unit>
3161 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3144 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3162 <source>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> 3145 <source>
3146 You can comment using an account on any ActivityPub-compatible instance.
3147 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3148 from within the software's interface.
3149 </source>
3163 <target state="translated">Hozzászólhat bármilyen ActivityPub-kompatibilis példányon lévő fiók használatával is. A legtöbb platformon úgy találhatja meg a videót, hogy beírja az URL-ét a keresősávba, majd hozzászól a szoftver felületén belülről.</target> 3150 <target state="translated">Hozzászólhat bármilyen ActivityPub-kompatibilis példányon lévő fiók használatával is. A legtöbb platformon úgy találhatja meg a videót, hogy beírja az URL-ét a keresősávba, majd hozzászól a szoftver felületén belülről.</target>
3164 <context-group purpose="location"> 3151 <context-group purpose="location">
3165 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3152 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3216,72 +3203,51 @@
3216 </context-group> 3203 </context-group>
3217 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3218 </trans-unit> 3205 </trans-unit>
3219 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 3206
3220 <source>Follow</source>
3221 <target>Követés</target>
3222 <context-group name="null">
3223 <context context-type="linenumber">7</context>
3224 </context-group>
3225 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3226 </trans-unit>
3227 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3207 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3228 <source>Followers</source> 3208 <source>Followers</source>
3229 <target>Követők</target> 3209 <target>Követők</target>
3230 <context-group name="null"> 3210 <context-group name="null">
3231 <context context-type="linenumber">3</context> 3211 <context context-type="linenumber">3</context>
3232 </context-group> 3212 </context-group>
3233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 3213
3234 </trans-unit> 3214 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3235 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3215 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3236 <source>Video redundancies</source> 3216 <source>Video redundancies</source>
3237 <target state="translated">Videoredundanciák</target> 3217 <target state="translated">Videoredundanciák</target>
3238 <context-group purpose="location"> 3218
3239 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3219 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3240 <context context-type="linenumber">11</context>
3241 </context-group>
3242 </trans-unit>
3243 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html"> 3220 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
3244 <source>1 host (without "http://") per line</source> 3221 <source>1 host (without "http://") per line</source>
3245 <target state="translated">1 gép („http://” nélkül) soronként</target> 3222 <target state="translated">1 gép („http://” nélkül) soronként</target>
3223
3224 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3225 <source>Follow domain</source><target state="new">Follow domain</target>
3246 <context-group purpose="location"> 3226 <context-group purpose="location">
3247 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context> 3227 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3248 <context context-type="linenumber">5</context> 3228 <context context-type="linenumber">15</context>
3249 </context-group>
3250 </trans-unit>
3251 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507">
3252 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3253 <target>Úgy tűnik, hogy nem HTTPS kiszolgálón van. A TLS-nek bekapcsolva kell lennie a webkiszolgálóján, hogy kiszolgálókat követhessen.</target>
3254 <context-group name="null">
3255 <context context-type="linenumber">17</context>
3256 </context-group>
3257 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">17</context></context-group>
3258 </trans-unit>
3259 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
3260 <source>Add following</source>
3261 <target>Követés hozzáadása</target>
3262 <context-group name="null">
3263 <context context-type="linenumber">21</context>
3264 </context-group> 3229 </context-group>
3265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group>
3266 </trans-unit> 3230 </trans-unit>
3231
3232
3267 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3233 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3268 <source>Filter...</source> 3234 <source>Filter...</source>
3269 <target>Szűrő…</target> 3235 <target>Szűrő…</target>
3270 <context-group name="null"> 3236 <context-group name="null">
3271 <context context-type="linenumber">27</context> 3237 <context context-type="linenumber">27</context>
3272 </context-group> 3238 </context-group>
3273 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</context></context-group> 3239
3274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">9</context></context-group> 3240
3275 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">27</context></context-group> 3241
3276 </trans-unit> 3242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3277 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3243 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3278 <source>ID</source> 3244 <source>ID</source>
3279 <target>Azonosító</target> 3245 <target>Azonosító</target>
3280 <context-group name="null"> 3246 <context-group name="null">
3281 <context context-type="linenumber">18</context> 3247 <context context-type="linenumber">18</context>
3282 </context-group> 3248 </context-group>
3283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 3249
3284 </trans-unit> 3250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3285 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3251 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3286 <source>Follower handle</source> 3252 <source>Follower handle</source>
3287 <target state="translated">Követőkezelő</target> 3253 <target state="translated">Követőkezelő</target>
@@ -3293,80 +3259,65 @@
3293 <context-group name="null"> 3259 <context-group name="null">
3294 <context context-type="linenumber">10</context> 3260 <context context-type="linenumber">10</context>
3295 </context-group> 3261 </context-group>
3296 <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> 3262
3297 <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> 3263
3298 </trans-unit> 3264 <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>
3299 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3265 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3300 <source>Delayed.</source> 3266 <source>Delayed.</source>
3301 <target state="translated">Késleltetett.</target> 3267 <target state="translated">Késleltetett.</target>
3302 <context-group purpose="location"> 3268
3303 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3304 <context context-type="linenumber">42</context>
3305 </context-group>
3306 </trans-unit>
3307 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3270 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3308 <source>Will start soon...</source> 3271 <source>Will start soon...</source>
3309 <target state="translated">Hamarosan elindul…</target> 3272 <target state="translated">Hamarosan elindul…</target>
3310 <context-group purpose="location"> 3273
3311 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3312 <context context-type="linenumber">43</context>
3313 </context-group>
3314 </trans-unit>
3315 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3275 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3316 <source>Running...</source> 3276 <source>Running...</source>
3317 <target state="translated">Fut…</target> 3277 <target state="translated">Fut…</target>
3318 <context-group purpose="location"> 3278
3319 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3320 <context context-type="linenumber">44</context>
3321 </context-group>
3322 </trans-unit>
3323 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3280 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3324 <source>Finished</source> 3281 <source>Finished</source>
3325 <target state="translated">Befejeződött</target> 3282 <target state="translated">Befejeződött</target>
3326 <context-group purpose="location"> 3283
3327 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3328 <context context-type="linenumber">45</context>
3329 </context-group>
3330 </trans-unit>
3331 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3285 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3332 <source>Failed</source> 3286 <source>Failed</source>
3333 <target state="translated">Sikertelen</target> 3287 <target state="translated">Sikertelen</target>
3334 <context-group purpose="location"> 3288
3335 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3336 <context context-type="linenumber">46</context>
3337 </context-group>
3338 </trans-unit>
3339 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3290 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3340 <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> 3291 <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>
3341 <target>Létrehozva <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> 3292 <target>Létrehozva <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>
3342 <context-group name="null"> 3293 <context-group name="null">
3343 <context context-type="linenumber">11</context> 3294 <context context-type="linenumber">11</context>
3344 </context-group> 3295 </context-group>
3345 <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> 3296
3346 <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> 3297
3347 <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> 3298
3348 <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> 3299
3349 <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> 3300
3350 <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> 3301
3351 </trans-unit> 3302 <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">24</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">46</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">11</context></context-group><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><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>
3352 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3303 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3353 <source>Accepted</source> 3304 <source>Accepted</source>
3354 <target>Elfogadva</target> 3305 <target>Elfogadva</target>
3355 <context-group name="null"> 3306 <context-group name="null">
3356 <context context-type="linenumber">32</context> 3307 <context context-type="linenumber">32</context>
3357 </context-group> 3308 </context-group>
3358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3309
3359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3310
3360 </trans-unit> 3311 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3361 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3312 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3362 <source>Pending</source> 3313 <source>Pending</source>
3363 <target>Függőben</target> 3314 <target>Függőben</target>
3364 <context-group name="null"> 3315 <context-group name="null">
3365 <context context-type="linenumber">33</context> 3316 <context context-type="linenumber">33</context>
3366 </context-group> 3317 </context-group>
3367 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3318
3368 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3319
3369 </trans-unit> 3320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3370 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3321 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3371 <source>Accept</source> 3322 <source>Accept</source>
3372 <target state="translated">Elfogadás</target> 3323 <target state="translated">Elfogadás</target>
@@ -3381,28 +3332,42 @@
3381 </context-group> 3332 </context-group>
3382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3383 <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">42</context></context-group> 3334 <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">42</context></context-group>
3335 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3336 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3337 <context-group purpose="location">
3338 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3339 <context context-type="linenumber">3</context>
3340 </context-group>
3384 </trans-unit> 3341 </trans-unit>
3385 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 3342 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
3386 <source>Host</source> 3343 <source>Host</source>
3387 <target state="translated">Gép</target> 3344 <target state="translated">Gép</target>
3388 <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> 3345
3389 </trans-unit> 3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3390 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3347 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3391 <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> 3348 <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>
3392 <target state="translated">Redundancia megengedett <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> 3349 <target state="translated">Redundancia megengedett <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>
3350
3351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3352 <source>Follow domains</source><target state="new">Follow domains</target>
3393 <context-group purpose="location"> 3353 <context-group purpose="location">
3394 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3354 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3395 <context context-type="linenumber">21</context> 3355 <context context-type="linenumber">50</context>
3396 </context-group> 3356 </context-group>
3397 </trans-unit> 3357 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3398 <trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3358 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3399 <source>Video redundancies list</source>
3400 <target state="translated">Videoredundanciák listája</target>
3401 <context-group purpose="location"> 3359 <context-group purpose="location">
3402 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3360 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3403 <context context-type="linenumber">2</context> 3361 <context context-type="linenumber">7</context>
3362 </context-group>
3363 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3364 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3365 <context-group purpose="location">
3366 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3367 <context context-type="linenumber">8</context>
3404 </context-group> 3368 </context-group>
3405 </trans-unit> 3369 </trans-unit>
3370
3406 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 3371 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
3407 <source>Create user</source> 3372 <source>Create user</source>
3408 <target>Felhasználó létrehozása</target> 3373 <target>Felhasználó létrehozása</target>
@@ -3457,13 +3422,16 @@
3457 <context-group name="null"> 3422 <context-group name="null">
3458 <context context-type="linenumber">43</context> 3423 <context context-type="linenumber">43</context>
3459 </context-group> 3424 </context-group>
3460 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3425
3461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3426
3462 <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> 3427
3463 </trans-unit> 3428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit>
3464 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3429 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3465 <source>Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3430 <source>
3466 <target state="translated">Az átkódolás engedélyezett. A videókvóta csak az <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>eredeti<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> videó méretét veszi figyelembe. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Ez a felhasználó legfeljebb ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>-ot tölthet fel. </target> 3431 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3432 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3433 </source>
3434 <target state="translated">Az átkódolás engedélyezett. A videókvóta csak az <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>eredeti<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> videó méretét veszi figyelembe. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Ez a felhasználó legfeljebb ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>-ot tölthet fel. </target>
3467 <context-group purpose="location"> 3435 <context-group purpose="location">
3468 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3436 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3469 <context context-type="linenumber">148</context> 3437 <context context-type="linenumber">148</context>
@@ -3549,34 +3517,38 @@
3549 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 3517 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3550 <source>Batch actions</source> 3518 <source>Batch actions</source>
3551 <target state="translated">Kötegelt műveletek</target> 3519 <target state="translated">Kötegelt műveletek</target>
3552 <context-group purpose="location"> 3520
3553 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3554 <context context-type="linenumber">19</context>
3555 </context-group>
3556 </trans-unit>
3557 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3522 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3558 <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> 3523 <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>
3559 <target>Felhasználónév <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> 3524 <target>Felhasználónév <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>
3560 <context-group name="null"> 3525 <context-group name="null">
3561 <context context-type="linenumber">40</context> 3526 <context context-type="linenumber">40</context>
3562 </context-group> 3527 </context-group>
3563 <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> 3528
3564 </trans-unit> 3529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3565 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3530 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3566 <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> 3531 <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>
3567 <target state="translated">Videokvóta <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> 3532 <target state="translated">Videokvóta <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>
3568 <context-group purpose="location"> 3533
3569 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3534 <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></trans-unit>
3570 <context context-type="linenumber">42</context>
3571 </context-group>
3572 </trans-unit>
3573 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3535 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3574 <source>(banned)</source> 3536 <source>(banned)</source>
3575 <target>(kitiltva)</target> 3537 <target>(kitiltva)</target>
3576 <context-group name="null"> 3538 <context-group name="null">
3577 <context context-type="linenumber">65</context> 3539 <context context-type="linenumber">65</context>
3578 </context-group> 3540 </context-group>
3579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group> 3541
3542 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3543 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3544 <context-group purpose="location">
3545 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3546 <context context-type="linenumber">65</context>
3547 </context-group>
3548 <context-group purpose="location">
3549 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3550 <context context-type="linenumber">27</context>
3551 </context-group>
3580 </trans-unit> 3552 </trans-unit>
3581 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3553 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3582 <source>User's email must be verified to login</source> 3554 <source>User's email must be verified to login</source>
@@ -3584,23 +3556,29 @@
3584 <context-group name="null"> 3556 <context-group name="null">
3585 <context context-type="linenumber">72</context> 3557 <context context-type="linenumber">72</context>
3586 </context-group> 3558 </context-group>
3587 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group> 3559
3588 </trans-unit> 3560 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3589 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3561 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3590 <source>User's email is verified / User can login without email verification</source> 3562 <source>User's email is verified / User can login without email verification</source>
3591 <target>A felhasználó e-mail-címe ellenőrzött / A felhasználó be tud jelentkezni e-mail ellenőrzés nélkül</target> 3563 <target>A felhasználó e-mail-címe ellenőrzött / A felhasználó be tud jelentkezni e-mail ellenőrzés nélkül</target>
3592 <context-group name="null"> 3564 <context-group name="null">
3593 <context context-type="linenumber">76</context> 3565 <context context-type="linenumber">76</context>
3594 </context-group> 3566 </context-group>
3595 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group> 3567
3596 </trans-unit> 3568 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3597 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3569 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3598 <source>Ban reason:</source> 3570 <source>Ban reason:</source>
3599 <target>Kitiltás indoka:</target> 3571 <target>Kitiltás indoka:</target>
3600 <context-group name="null"> 3572 <context-group name="null">
3601 <context context-type="linenumber">95</context> 3573 <context context-type="linenumber">95</context>
3602 </context-group> 3574 </context-group>
3603 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group> 3575
3576 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3577 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3578 <context-group purpose="location">
3579 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3580 <context context-type="linenumber">15</context>
3581 </context-group>
3604 </trans-unit> 3582 </trans-unit>
3605 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3583 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
3606 <source>Moderation</source> 3584 <source>Moderation</source>
@@ -3650,98 +3628,101 @@
3650 <context context-type="linenumber">13</context> 3628 <context context-type="linenumber">13</context>
3651 </context-group> 3629 </context-group>
3652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3631 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3632 <source>Video <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">Video <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>
3633 <context-group purpose="location">
3634 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3635 <context context-type="linenumber">10</context>
3636 </context-group>
3653 </trans-unit> 3637 </trans-unit>
3654 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3638 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3655 <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> 3639 <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>
3656 <target>Videó neve <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> 3640 <target>Videó neve <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>
3657 <context-group name="null"> 3641 <context-group name="null">
3658 <context context-type="linenumber">8</context> 3642 <context context-type="linenumber">8</context>
3659 </context-group> 3643 </context-group>
3660 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3644
3661 <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">8</context></context-group> 3645
3662 </trans-unit> 3646 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3663 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3647 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3664 <source>Video URL</source> 3648 <source>Video URL</source>
3665 <target state="translated">Videó URL</target> 3649 <target state="translated">Videó URL</target>
3666 <context-group purpose="location"> 3650
3667 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3651 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3668 <context context-type="linenumber">24</context>
3669 </context-group>
3670 </trans-unit>
3671 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3652 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3672 <source>Total size</source> 3653 <source>Total size</source>
3673 <target state="translated">Teljes méret</target> 3654 <target state="translated">Teljes méret</target>
3655
3656 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3657 <source>List redundancies</source><target state="new">List redundancies</target>
3674 <context-group purpose="location"> 3658 <context-group purpose="location">
3675 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3659 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3676 <context context-type="linenumber">25</context> 3660 <context context-type="linenumber">33</context>
3677 </context-group> 3661 </context-group>
3678 </trans-unit> 3662 </trans-unit>
3679 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3663 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3680 <source>Enabled strategies stats</source> 3664 <source>Enabled strategies stats</source>
3681 <target state="translated">Stratégiák statisztikái engedélyezve</target> 3665 <target state="translated">Stratégiák statisztikái engedélyezve</target>
3682 <context-group purpose="location"> 3666
3683 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3667 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
3684 <context context-type="linenumber">69</context>
3685 </context-group>
3686 </trans-unit>
3687 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3668 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3688 <source>No redundancy strategy is enabled on your instance.</source> 3669 <source>No redundancy strategy is enabled on your instance.</source>
3689 <target state="translated">Nincs redundanciás stratégia engedélyezve az Ön példányán.</target> 3670 <target state="translated">Nincs redundanciás stratégia engedélyezve az Ön példányán.</target>
3690 <context-group purpose="location"> 3671
3691 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3672 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3692 <context context-type="linenumber">73</context>
3693 </context-group>
3694 </trans-unit>
3695 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3673 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3696 <source>Sensitive</source> 3674 <source>Sensitive</source>
3697 <target>Érzékeny</target> 3675 <target>Érzékeny</target>
3698 <context-group name="null"> 3676 <context-group name="null">
3699 <context context-type="linenumber">9</context> 3677 <context context-type="linenumber">9</context>
3700 </context-group> 3678 </context-group>
3701 <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">9</context></context-group> 3679
3702 </trans-unit> 3680 <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">11</context></context-group></trans-unit>
3703 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3681 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3704 <source>Unfederated</source> 3682 <source>Unfederated</source>
3705 <target state="translated">Nincs föderálva</target> 3683 <target state="translated">Nincs föderálva</target>
3706 <context-group purpose="location"> 3684
3707 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3685 <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">12</context></context-group></trans-unit>
3708 <context context-type="linenumber">10</context>
3709 </context-group>
3710 </trans-unit>
3711 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3686 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3712 <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> 3687 <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>
3713 <target>Dátum <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>Dátum <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>
3714 <context-group name="null"> 3689 <context-group name="null">
3715 <context context-type="linenumber">11</context> 3690 <context context-type="linenumber">11</context>
3716 </context-group> 3691 </context-group>
3717 <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">11</context></context-group> 3692
3718 </trans-unit> 3693 <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">13</context></context-group></trans-unit>
3719 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3694 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3720 <source>Go to the video</source> 3695 <source>Go to the video</source>
3721 <target>Ugrás a videóhoz</target> 3696 <target>Ugrás a videóhoz</target>
3722 <context-group name="null"> 3697 <context-group name="null">
3723 <context context-type="linenumber">33</context> 3698 <context context-type="linenumber">33</context>
3724 </context-group> 3699 </context-group>
3725 <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">25</context></context-group> 3700
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">33</context></context-group> 3701
3727 <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">33</context></context-group> 3702
3728 </trans-unit> 3703 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3729 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3704 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3730 <source>Actions</source> 3705 <source>Actions</source>
3731 <target>Műveletek</target> 3706 <target>Műveletek</target>
3732 <context-group name="null"> 3707 <context-group name="null">
3733 <context context-type="linenumber">44</context> 3708 <context context-type="linenumber">44</context>
3734 </context-group> 3709 </context-group>
3735 <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">35</context></context-group> 3710
3736 <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">44</context></context-group> 3711
3737 </trans-unit> 3712 <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">38</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">57</context></context-group></trans-unit>
3738 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3713 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3739 <source>Blacklist reason:</source> 3714 <source>Blacklist reason:</source>
3740 <target>Feketelista indoka:</target> 3715 <target>Feketelista indoka:</target>
3741 <context-group name="null"> 3716 <context-group name="null">
3742 <context context-type="linenumber">43</context> 3717 <context context-type="linenumber">43</context>
3743 </context-group> 3718 </context-group>
3744 <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">43</context></context-group> 3719
3720 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3721 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3722 <context-group purpose="location">
3723 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3724 <context context-type="linenumber">5</context>
3725 </context-group>
3745 </trans-unit> 3726 </trans-unit>
3746 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 3727 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
3747 <source>Moderation comment</source> 3728 <source>Moderation comment</source>
@@ -3757,47 +3738,53 @@
3757 <context-group name="null"> 3738 <context-group name="null">
3758 <context context-type="linenumber">18</context> 3739 <context context-type="linenumber">18</context>
3759 </context-group> 3740 </context-group>
3760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">18</context></context-group> 3741
3761 </trans-unit> 3742 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3762 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3743 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3763 <source>Update this comment</source> 3744 <source>Update this comment</source>
3764 <target>Hozzászólás frissítése</target> 3745 <target>Hozzászólás frissítése</target>
3765 <context-group name="null"> 3746 <context-group name="null">
3766 <context context-type="linenumber">26</context> 3747 <context context-type="linenumber">26</context>
3767 </context-group> 3748 </context-group>
3768 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group> 3749
3769 </trans-unit> 3750 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3770 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3751 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3771 <source>Reporter</source> 3752 <source>Reporter</source>
3772 <target>Bejelentő</target> 3753 <target>Bejelentő</target>
3773 <context-group name="null"> 3754 <context-group name="null">
3774 <context context-type="linenumber">8</context> 3755 <context context-type="linenumber">8</context>
3775 </context-group> 3756 </context-group>
3776 <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">8</context></context-group> 3757
3777 </trans-unit> 3758 <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">10</context></context-group></trans-unit>
3778 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3759 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3779 <source>Video</source> 3760 <source>Video</source>
3780 <target>Videó</target> 3761 <target>Videó</target>
3781 <context-group name="null"> 3762 <context-group name="null">
3782 <context context-type="linenumber">9</context> 3763 <context context-type="linenumber">9</context>
3783 </context-group> 3764 </context-group>
3784 <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">10</context></context-group> 3765
3785 <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">14</context></context-group> 3766
3786 <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
3768 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3769 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3770 <context-group purpose="location">
3771 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3772 <context context-type="linenumber">46</context>
3773 </context-group>
3787 </trans-unit> 3774 </trans-unit>
3788 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3775 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3789 <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>
3790 <target>Állapot <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>Állapot <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>
3791 <context-group name="null"> 3778 <context-group name="null">
3792 <context context-type="linenumber">11</context> 3779 <context context-type="linenumber">11</context>
3793 </context-group> 3780 </context-group>
3794 <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> 3781
3795 <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> 3782
3796 <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
3797 </trans-unit> 3784 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3798 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3785 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3799 <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>
3800 <target state="translated">Pontszám <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">Pontszám <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>
3801 <context-group purpose="location"> 3788 <context-group purpose="location">
3802 <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>
3803 <context context-type="linenumber">18</context> 3790 <context context-type="linenumber">18</context>
@@ -3809,25 +3796,30 @@
3809 <context-group name="null"> 3796 <context-group name="null">
3810 <context context-type="linenumber">27</context> 3797 <context context-type="linenumber">27</context>
3811 </context-group> 3798 </context-group>
3812 <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">25</context></context-group> 3799
3813 <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">27</context></context-group> 3800
3814 </trans-unit> 3801 <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">27</context></context-group></trans-unit>
3815 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3802 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
3816 <source>Reason:</source> 3803 <source>Reason:</source>
3817 <target>Indok:</target> 3804 <target>Indok:</target>
3818 <context-group name="null"> 3805 <context-group name="null">
3819 <context context-type="linenumber">53</context> 3806 <context context-type="linenumber">53</context>
3820 </context-group> 3807 </context-group>
3821 <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">53</context></context-group> 3808
3822 </trans-unit> 3809 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3823 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 3810 <source>Note:</source><target state="new">Note:</target>
3824 <source>Moderation comment:</source> 3811 <context-group purpose="location">
3825 <target>Moderálási hozzászólás:</target> 3812 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3826 <context-group name="null"> 3813 <context context-type="linenumber">72</context>
3827 <context context-type="linenumber">57</context> 3814 </context-group>
3815 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3816 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3817 <context-group purpose="location">
3818 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3819 <context context-type="linenumber">5</context>
3828 </context-group> 3820 </context-group>
3829 <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">57</context></context-group>
3830 </trans-unit> 3821 </trans-unit>
3822
3831 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3823 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3832 <source>Unblacklist</source> 3824 <source>Unblacklist</source>
3833 <target>Levétel a feketelistáról</target> 3825 <target>Levétel a feketelistáról</target>
@@ -3836,6 +3828,12 @@
3836 </context-group> 3828 </context-group>
3837 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 3829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
3838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 3830 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3831 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3832 <source>Mute domain</source><target state="new">Mute domain</target>
3833 <context-group purpose="location">
3834 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3835 <context context-type="linenumber">11</context>
3836 </context-group>
3839 </trans-unit> 3837 </trans-unit>
3840 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3838 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3841 <source>Instance</source> 3839 <source>Instance</source>
@@ -3843,31 +3841,53 @@
3843 <context-group name="null"> 3841 <context-group name="null">
3844 <context context-type="linenumber">5</context> 3842 <context context-type="linenumber">5</context>
3845 </context-group> 3843 </context-group>
3846 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 3844
3847 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 3845
3848 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3846
3849 </trans-unit> 3847 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3850 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3848 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3851 <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> 3849 <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>
3852 <target>Némítás ideje: <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> 3850 <target>Némítás ideje: <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>
3853 <context-group name="null"> 3851 <context-group name="null">
3854 <context context-type="linenumber">13</context> 3852 <context context-type="linenumber">13</context>
3855 </context-group> 3853 </context-group>
3856 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3854
3857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3855
3858 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3856
3859 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3857
3860 </trans-unit> 3858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3861 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 3859 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3862 <source>Unmute</source> 3860 <source>Unmute</source>
3863 <target>Némítás visszavonása</target> 3861 <target>Némítás visszavonása</target>
3864 <context-group name="null"> 3862 <context-group name="null">
3865 <context context-type="linenumber">23</context> 3863 <context context-type="linenumber">23</context>
3866 </context-group> 3864 </context-group>
3867 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group> 3865
3868 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 3866
3869 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group> 3867
3870 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group> 3868
3869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3870 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3871 <context-group purpose="location">
3872 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3873 <context context-type="linenumber">5</context>
3874 </context-group>
3875 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3876 <source>
3877 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3878 </source><target state="new">
3879 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3880 </target>
3881 <context-group purpose="location">
3882 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3883 <context context-type="linenumber">37</context>
3884 </context-group>
3885 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3886 <source>Mute domains</source><target state="new">Mute domains</target>
3887 <context-group purpose="location">
3888 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3889 <context context-type="linenumber">35</context>
3890 </context-group>
3871 </trans-unit> 3891 </trans-unit>
3872 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 3892 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3873 <source>Account</source> 3893 <source>Account</source>
@@ -3875,8 +3895,14 @@
3875 <context-group name="null"> 3895 <context-group name="null">
3876 <context context-type="linenumber">12</context> 3896 <context context-type="linenumber">12</context>
3877 </context-group> 3897 </context-group>
3878 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 3898
3879 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 3899
3900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3901 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3902 <context-group purpose="location">
3903 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3904 <context context-type="linenumber">5</context>
3905 </context-group>
3880 </trans-unit> 3906 </trans-unit>
3881 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3907 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
3882 <source>Plugins/Themes</source> 3908 <source>Plugins/Themes</source>
@@ -4020,38 +4046,25 @@
4020 <context context-type="linenumber">9</context> 4046 <context context-type="linenumber">9</context>
4021 </context-group> 4047 </context-group>
4022 </trans-unit> 4048 </trans-unit>
4023 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 4049
4024 <source>Jobs list</source>
4025 <target>Feladatlista</target>
4026 <context-group name="null">
4027 <context context-type="linenumber">2</context>
4028 </context-group>
4029 <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>
4030 </trans-unit>
4031 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 4050 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4032 <source>Job type</source> 4051 <source>Job type</source>
4033 <target state="translated">Feladat típusa</target> 4052 <target state="translated">Feladat típusa</target>
4034 <context-group purpose="location"> 4053
4035 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4054 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
4036 <context context-type="linenumber">5</context>
4037 </context-group>
4038 </trans-unit>
4039 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 4055 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4040 <source>Job state</source> 4056 <source>Job state</source>
4041 <target state="translated">Feladat állapota</target> 4057 <target state="translated">Feladat állapota</target>
4042 <context-group purpose="location"> 4058
4043 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4059 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4044 <context context-type="linenumber">14</context>
4045 </context-group>
4046 </trans-unit>
4047 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4060 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
4048 <source>Type</source> 4061 <source>Type</source>
4049 <target>Típus</target> 4062 <target>Típus</target>
4050 <context-group name="null"> 4063 <context-group name="null">
4051 <context context-type="linenumber">19</context> 4064 <context context-type="linenumber">19</context>
4052 </context-group> 4065 </context-group>
4053 <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> 4066
4054 </trans-unit> 4067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4055 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 4068 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
4056 <source>Refresh</source> 4069 <source>Refresh</source>
4057 <target state="translated">Frissítés</target> 4070 <target state="translated">Frissítés</target>
@@ -4066,7 +4079,7 @@
4066 </context-group> 4079 </context-group>
4067 </trans-unit> 4080 </trans-unit>
4068 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4081 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4069 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4082 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4070 <target state="translated">Szerző: <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> →</target> 4083 <target state="translated">Szerző: <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> →</target>
4071 <context-group purpose="location"> 4084 <context-group purpose="location">
4072 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4085 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
@@ -4104,58 +4117,40 @@
4104 <trans-unit id="f871b41bfbdb193507cce2cd848c2d02bde77a03" datatype="html"> 4117 <trans-unit id="f871b41bfbdb193507cce2cd848c2d02bde77a03" datatype="html">
4105 <source>No results found</source> 4118 <source>No results found</source>
4106 <target state="translated">Nincs találat</target> 4119 <target state="translated">Nincs találat</target>
4107 <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">33</context></context-group> 4120
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">53</context></context-group> 4121
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">65</context></context-group> 4122
4110 </trans-unit> 4123 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
4111 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4124 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4112 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4125 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4113 <target state="translated">A <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>megosztási rendszer<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> következménye, hogy bizonyos műszaki adatok (mint a nyilvános IP-cím) el lesznek küldve a többi partnernek, viszont ez nagymértékben segít a kiszolgáló tehermentesítésében.</target> 4126 <target state="translated">A <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>megosztási rendszer<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> következménye, hogy bizonyos műszaki adatok (mint a nyilvános IP-cím) el lesznek küldve a többi partnernek, viszont ez nagymértékben segít a kiszolgáló tehermentesítésében.</target>
4114 <context-group purpose="location"> 4127
4115 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4128 <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">47</context></context-group></trans-unit>
4116 <context context-type="linenumber">46</context>
4117 </context-group>
4118 </trans-unit>
4119 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4129 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4120 <source>Help share videos being played</source> 4130 <source>Help share videos being played</source>
4121 <target state="translated">Segítsen a lejátszott videók megosztásában</target> 4131 <target state="translated">Segítsen a lejátszott videók megosztásában</target>
4122 <context-group purpose="location"> 4132
4123 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4133 <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">44</context></context-group></trans-unit>
4124 <context context-type="linenumber">43</context>
4125 </context-group>
4126 </trans-unit>
4127 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html"> 4134 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4128 <source>When on a video page, directly start playing the video.</source> 4135 <source>When on a video page, directly start playing the video.</source>
4129 <target state="translated">Ha egy videóoldalon van, azonnal elindítja a videólejátszást.</target> 4136 <target state="translated">Ha egy videóoldalon van, azonnal elindítja a videólejátszást.</target>
4130 <context-group purpose="location"> 4137
4131 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4138 <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">58</context></context-group></trans-unit>
4132 <context context-type="linenumber">57</context>
4133 </context-group>
4134 </trans-unit>
4135 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html"> 4139 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4136 <source>Automatically play videos</source> 4140 <source>Automatically play videos</source>
4137 <target state="translated">Videók automatikus lejátszása</target> 4141 <target state="translated">Videók automatikus lejátszása</target>
4138 <context-group purpose="location"> 4142
4139 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4143 <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">55</context></context-group></trans-unit>
4140 <context context-type="linenumber">54</context>
4141 </context-group>
4142 </trans-unit>
4143 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html"> 4144 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4144 <source>When a video ends, follow up with the next suggested video.</source> 4145 <source>When a video ends, follow up with the next suggested video.</source>
4145 <target state="translated">Ha egy videó véget ér, folytassa a következő javasolt videóval.</target> 4146 <target state="translated">Ha egy videó véget ér, folytassa a következő javasolt videóval.</target>
4146 <context-group purpose="location"> 4147
4147 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4148 <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">69</context></context-group></trans-unit>
4148 <context context-type="linenumber">68</context>
4149 </context-group>
4150 </trans-unit>
4151 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html"> 4149 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4152 <source>Automatically start playing the next video</source> 4150 <source>Automatically start playing the next video</source>
4153 <target state="translated">A következő videó automatikus lejátszása</target> 4151 <target state="translated">A következő videó automatikus lejátszása</target>
4154 <context-group purpose="location"> 4152
4155 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4153 <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">66</context></context-group></trans-unit>
4156 <context context-type="linenumber">65</context>
4157 </context-group>
4158 </trans-unit>
4159 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 4154 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
4160 <source>Main languages you/your moderators speak</source> 4155 <source>Main languages you/your moderators speak</source>
4161 <target state="translated">Fő nyelvek, amelyeken Ön vagy a moderátorai beszélnek</target> 4156 <target state="translated">Fő nyelvek, amelyeken Ön vagy a moderátorai beszélnek</target>
@@ -4167,8 +4162,8 @@
4167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4168 </trans-unit> 4163 </trans-unit>
4169 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4164 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4170 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4165 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4171 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Felhasználók<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> kezelése egy moderáló csapat összeállításához. </target> 4166 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Felhasználók<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> kezelése egy moderáló csapat összeállításához. </target>
4172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4173 </trans-unit> 4168 </trans-unit>
4174 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html"> 4169 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html">
@@ -4177,8 +4172,11 @@
4177 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4178 </trans-unit> 4173 </trans-unit>
4179 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4174 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4180 <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> 4175 <source>
4181 <target state="translated">Ennek engedélyezésével a többi rendszergazda tudni fogja, hogy elsősorban az érzékeny tartalmakat föderálja.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Ezenkívül a videó feltöltésénél az érzékeny tartalom jelölőnégyzet alapértelmezetten automatikusan be lesz jelölve. </target> 4176 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/>"/>
4177 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4178 </source>
4179 <target state="translated">Ennek engedélyezésével a többi rendszergazda tudni fogja, hogy elsősorban az érzékeny tartalmakat föderálja.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Ezenkívül a videó feltöltésénél az érzékeny tartalom jelölőnégyzet alapértelmezetten automatikusan be lesz jelölve. </target>
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">90</context></context-group> 4180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
4183 </trans-unit> 4181 </trans-unit>
4184 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4182 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
@@ -4190,8 +4188,8 @@
4190 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4188 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4191 </trans-unit> 4189 </trans-unit>
4192 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4190 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4193 <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> 4191 <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>
4194 <target state="translated">A <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Ne listázza<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> vagy a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Bélyegképek elhomályosítása<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> beállításokkal megerősítés lesz kérve a videó megnézéséhez. </target> 4192 <target state="translated">A <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Ne listázza<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> vagy a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Bélyegképek elhomályosítása<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> beállításokkal megerősítés lesz kérve a videó megnézéséhez. </target>
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">103</context></context-group> 4193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4196 </trans-unit> 4194 </trans-unit>
4197 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4195 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4200,125 +4198,122 @@
4200 <context-group name="null"> 4198 <context-group name="null">
4201 <context context-type="linenumber">14</context> 4199 <context context-type="linenumber">14</context>
4202 </context-group> 4200 </context-group>
4203 <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">14</context></context-group> 4201
4204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group> 4202
4205 </trans-unit> 4203 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4206 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4204 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4207 <source>Blur thumbnails</source> 4205 <source>Blur thumbnails</source>
4208 <target>Bélyegképek elhomályosítása</target> 4206 <target>Bélyegképek elhomályosítása</target>
4209 <context-group name="null"> 4207 <context-group name="null">
4210 <context context-type="linenumber">15</context> 4208 <context context-type="linenumber">15</context>
4211 </context-group> 4209 </context-group>
4212 <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">15</context></context-group> 4210
4213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group> 4211
4214 </trans-unit> 4212 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4215 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4213 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4216 <source>Display</source> 4214 <source>Display</source>
4217 <target>Megjelenítés</target> 4215 <target>Megjelenítés</target>
4218 <context-group name="null"> 4216 <context-group name="null">
4219 <context context-type="linenumber">16</context> 4217 <context context-type="linenumber">16</context>
4220 </context-group> 4218 </context-group>
4221 <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">16</context></context-group> 4219
4222 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group> 4220
4223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group> 4221
4224 </trans-unit> 4222 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit>
4225 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4223 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4226 <source>Strategy</source> 4224 <source>Strategy</source>
4227 <target state="translated">Stratégia</target> 4225 <target state="translated">Stratégia</target>
4228 <context-group purpose="location"> 4226
4229 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4230 <context context-type="linenumber">22</context>
4231 </context-group>
4232 </trans-unit>
4233 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4228 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4234 <source>Terms</source> 4229 <source>Terms</source>
4235 <target>Használati feltételek</target> 4230 <target>Használati feltételek</target>
4236 <context-group name="null"> 4231 <context-group name="null">
4237 <context context-type="linenumber">88</context> 4232 <context context-type="linenumber">88</context>
4238 </context-group> 4233 </context-group>
4239 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group> 4234
4240 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group> 4235
4241 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group> 4236
4242 </trans-unit> 4237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4243 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 4238 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4244 <source>Code of conduct</source> 4239 <source>Code of conduct</source>
4245 <target state="translated">Magatartási kódex</target> 4240 <target state="translated">Magatartási kódex</target>
4246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group> 4241
4247 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group> 4242
4248 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group> 4243
4249 </trans-unit> 4244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4250 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 4245 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4251 <source>Moderation information</source> 4246 <source>Moderation information</source>
4252 <target state="translated">Moderálási információk</target> 4247 <target state="translated">Moderálási információk</target>
4253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group> 4248
4254 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group> 4249
4255 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group> 4250
4256 </trans-unit> 4251 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
4257 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 4252 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4258 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4253 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4259 <target state="translated">Ki moderálja a példányt? Mi az irányelv az érzékeny tartalmú videókkal kapcsolatban? Politikai videók? Stb.</target> 4254 <target state="translated">Ki moderálja a példányt? Mi az irányelv az érzékeny tartalmú videókkal kapcsolatban? Politikai videók? Stb.</target>
4260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group> 4255
4261 </trans-unit> 4256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit>
4262 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4257 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4263 <source>YOU AND YOUR INSTANCE</source> 4258 <source>YOU AND YOUR INSTANCE</source>
4264 <target state="translated">ÖN ÉS AZ ÖN PÉLDÁNYA</target> 4259 <target state="translated">ÖN ÉS AZ ÖN PÉLDÁNYA</target>
4265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group> 4260
4266 </trans-unit> 4261 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit>
4267 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4262 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4268 <source>Who is behind the instance?</source> 4263 <source>Who is behind the instance?</source>
4269 <target state="translated">Ki van a példány mögött?</target> 4264 <target state="translated">Ki van a példány mögött?</target>
4270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group> 4265
4271 </trans-unit> 4266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
4272 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4267 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4273 <source>A single person? A non-profit? A company?</source> 4268 <source>A single person? A non-profit? A company?</source>
4274 <target state="translated">Egy magánszemély? Egy non-profit? Egy vállalat?</target> 4269 <target state="translated">Egy magánszemély? Egy non-profit? Egy vállalat?</target>
4275 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group> 4270
4276 </trans-unit> 4271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
4277 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 4272 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4278 <source>Why did you create this instance?</source> 4273 <source>Why did you create this instance?</source>
4279 <target state="translated">Miért hozta létre ezt a példányt?</target> 4274 <target state="translated">Miért hozta létre ezt a példányt?</target>
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">171</context></context-group> 4275
4281 </trans-unit> 4276 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit>
4282 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4277 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4283 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4278 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4284 <target state="translated">Személyes videók megosztásához? Regisztrációk megnyitásához és ahhoz, hogy az emberek bármit feltöltsenek, amit akarnak?</target> 4279 <target state="translated">Személyes videók megosztásához? Regisztrációk megnyitásához és ahhoz, hogy az emberek bármit feltöltsenek, amit akarnak?</target>
4285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group> 4280
4286 </trans-unit> 4281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit>
4287 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 4282 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4288 <source>How long do you plan to maintain this instance?</source> 4283 <source>How long do you plan to maintain this instance?</source>
4289 <target state="translated">Meddig tervezi fenntartani ezt a példányt?</target> 4284 <target state="translated">Meddig tervezi fenntartani ezt a példányt?</target>
4290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">182</context></context-group> 4285
4291 </trans-unit> 4286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit>
4292 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4287 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4293 <source>It's important to know for users who want to register on your instance</source> 4288 <source>It's important to know for users who want to register on your instance</source>
4294 <target state="translated">Fontos tudatni a felhasználókkal, akik regisztrálni akarnak az Ön példányán</target> 4289 <target state="translated">Fontos tudatni a felhasználókkal, akik regisztrálni akarnak az Ön példányán</target>
4295 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group> 4290
4296 </trans-unit> 4291 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit>
4297 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4292 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4298 <source>How will you finance the PeerTube server?</source> 4293 <source>How will you finance the PeerTube server?</source>
4299 <target state="translated">Hogyan fogja finanszírozni a PeerTube kiszolgálót?</target> 4294 <target state="translated">Hogyan fogja finanszírozni a PeerTube kiszolgálót?</target>
4300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">193</context></context-group> 4295
4301 </trans-unit> 4296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit>
4302 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4297 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4303 <source>With your own funds? With user donations? Advertising?</source> 4298 <source>With your own funds? With user donations? Advertising?</source>
4304 <target state="translated">Saját forrásokkal? A felhasználói adományokkal? Hirdetés?</target> 4299 <target state="translated">Saját forrásokkal? A felhasználói adományokkal? Hirdetés?</target>
4305 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group> 4300
4306 </trans-unit> 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">195</context></context-group></trans-unit>
4307 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4302 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4308 <source>OTHER INFORMATION</source> 4303 <source>OTHER INFORMATION</source>
4309 <target state="translated">EGYÉB INFORMÁCIÓK</target> 4304 <target state="translated">EGYÉB INFORMÁCIÓK</target>
4310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group> 4305
4311 </trans-unit> 4306 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit>
4312 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4307 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4313 <source>What server/hardware does the instance run on?</source> 4308 <source>What server/hardware does the instance run on?</source>
4314 <target state="translated">Milyen kiszolgálón és hardveren fut a példány?</target> 4309 <target state="translated">Milyen kiszolgálón és hardveren fut a példány?</target>
4315 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">214</context></context-group> 4310
4316 </trans-unit> 4311 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit>
4317 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 4312 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4318 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source> 4313 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source>
4319 <target state="translated">azaz 2vCore 2GB RAM, egy közvetlen hivatkozás a bérelt kiszolgálóra stb.</target> 4314 <target state="translated">azaz 2vCore 2GB RAM, egy közvetlen hivatkozás a bérelt kiszolgálóra stb.</target>
4320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group> 4315
4321 </trans-unit> 4316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit>
4322 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 4317 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4323 <source>Instance information</source> 4318 <source>Instance information</source>
4324 <target state="translated">Példányinformációk</target> 4319 <target state="translated">Példányinformációk</target>
@@ -4327,85 +4322,85 @@
4327 <trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 4322 <trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4328 <source>APPEARANCE</source> 4323 <source>APPEARANCE</source>
4329 <target state="translated">MEGJELENÉS</target> 4324 <target state="translated">MEGJELENÉS</target>
4330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group> 4325
4331 </trans-unit> 4326 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit>
4332 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4327 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4333 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4328 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4334 <target state="translated">Használjon <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>bővítményeket és témákat<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a nagyobb mértékű változtatásokhoz, vagy <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>adjon hozzá apró személyre szabásokat<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 4329 <target state="translated">Használjon <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>bővítményeket és témákat<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a nagyobb mértékű változtatásokhoz, vagy <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>adjon hozzá apró személyre szabásokat<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </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">240</context></context-group> 4330
4336 </trans-unit> 4331 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit>
4337 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4332 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4338 <source>default</source> 4333 <source>default</source>
4339 <target state="translated">alapértelmezett</target> 4334 <target state="translated">alapértelmezett</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">253</context></context-group> 4335
4341 </trans-unit> 4336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
4342 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4337 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4343 <source>Landing page</source> 4338 <source>Landing page</source>
4344 <target state="translated">Kezdőlap</target> 4339 <target state="translated">Kezdőlap</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">262</context></context-group> 4340
4346 </trans-unit> 4341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit>
4347 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4342 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4348 <source>Discover videos</source> 4343 <source>Discover videos</source>
4349 <target state="translated">Videók felfedezése</target> 4344 <target state="translated">Videók felfedezése</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">265</context></context-group> 4345
4351 </trans-unit> 4346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit>
4352 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4347 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4353 <source>Trending videos</source> 4348 <source>Trending videos</source>
4354 <target state="translated">Felkapott videók</target> 4349 <target state="translated">Felkapott videók</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">266</context></context-group> 4350
4356 </trans-unit> 4351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit>
4357 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4352 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4358 <source>Most liked videos</source> 4353 <source>Most liked videos</source>
4359 <target state="translated">Legkedveltebb videók</target> 4354 <target state="translated">Legkedveltebb videók</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">267</context></context-group> 4355
4361 </trans-unit> 4356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit>
4362 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4357 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4363 <source>Recently added videos</source> 4358 <source>Recently added videos</source>
4364 <target state="translated">Legutóbb hozzáadott videók</target> 4359 <target state="translated">Legutóbb hozzáadott videók</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">268</context></context-group> 4360
4366 </trans-unit> 4361 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit>
4367 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4362 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4368 <source>Local videos</source> 4363 <source>Local videos</source>
4369 <target>Helyi videók</target> 4364 <target>Helyi videók</target>
4370 <context-group name="null"> 4365 <context-group name="null">
4371 <context context-type="linenumber">223</context> 4366 <context context-type="linenumber">223</context>
4372 </context-group> 4367 </context-group>
4373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group> 4368
4374 </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">270</context></context-group></trans-unit>
4375 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4370 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4376 <source>NEW USERS</source> 4371 <source>NEW USERS</source>
4377 <target state="translated">ÚJ FELHASZNÁLÓK</target> 4372 <target state="translated">ÚJ FELHASZNÁLÓK</target>
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">280</context></context-group> 4373
4379 </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">281</context></context-group></trans-unit>
4380 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4375 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4381 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4376 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4382 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Felhasználók<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> kezelése a kvótáik egyénileg történő beállításához. </target> 4377 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Felhasználók<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> kezelése a kvótáik egyénileg történő beállításához. </target>
4383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4378
4384 </trans-unit> 4379 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit>
4385 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4380 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4386 <source>Signup enabled</source> 4381 <source>Signup enabled</source>
4387 <target>Regisztráció engedélyezve</target> 4382 <target>Regisztráció engedélyezve</target>
4388 <context-group name="null"> 4383 <context-group name="null">
4389 <context context-type="linenumber">235</context> 4384 <context context-type="linenumber">235</context>
4390 </context-group> 4385 </context-group>
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">292</context></context-group> 4386
4392 </trans-unit> 4387 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group></trans-unit>
4393 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4388 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4394 <source>Signup requires email verification</source> 4389 <source>Signup requires email verification</source>
4395 <target>A regisztráció e-mail ellenőrzést igényel</target> 4390 <target>A regisztráció e-mail ellenőrzést igényel</target>
4396 <context-group name="null"> 4391 <context-group name="null">
4397 <context context-type="linenumber">242</context> 4392 <context context-type="linenumber">242</context>
4398 </context-group> 4393 </context-group>
4399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">300</context></context-group> 4394
4400 </trans-unit> 4395 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit>
4401 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4396 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4402 <source>Signup limit</source> 4397 <source>Signup limit</source>
4403 <target>Regisztrációs korlát</target> 4398 <target>Regisztrációs korlát</target>
4404 <context-group name="null"> 4399 <context-group name="null">
4405 <context context-type="linenumber">247</context> 4400 <context context-type="linenumber">247</context>
4406 </context-group> 4401 </context-group>
4407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">304</context></context-group> 4402
4408 </trans-unit> 4403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit>
4409 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4404 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4410 <source>Users</source> 4405 <source>Users</source>
4411 <target>Felhasználók</target> 4406 <target>Felhasználók</target>
@@ -4510,85 +4505,97 @@
4510 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 4505 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4511 <source>Default video quota per user</source> 4506 <source>Default video quota per user</source>
4512 <target state="translated">Alapértelmezett videokvóta felhasználóként</target> 4507 <target state="translated">Alapértelmezett videokvóta felhasználóként</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">319</context></context-group> 4508
4514 </trans-unit> 4509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">320</context></context-group></trans-unit>
4515 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4510 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4516 <source>Default daily upload limit per user</source> 4511 <source>Default daily upload limit per user</source>
4517 <target state="translated">Alapértelmezett napi feltöltési korlát felhasználóként</target> 4512 <target state="translated">Alapértelmezett napi feltöltési korlát felhasználóként</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">331</context></context-group> 4513
4519 </trans-unit> 4514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group></trans-unit>
4520 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4515 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4521 <source>NEW VIDEOS</source> 4516 <source>NEW VIDEOS</source>
4522 <target state="translated">ÚJ VIDEÓK</target> 4517 <target state="translated">ÚJ VIDEÓK</target>
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">348</context></context-group> 4518
4524 </trans-unit> 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">349</context></context-group></trans-unit>
4525 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4520 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4526 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4521 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4527 <target state="translated">Importálás engedélyezése HTTP URL-lel (azaz YouTube használatával)</target> 4522 <target state="translated">Importálás engedélyezése HTTP URL-lel (azaz YouTube használatával)</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">359</context></context-group> 4523
4529 </trans-unit> 4524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group></trans-unit>
4530 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4525 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4531 <source>Allow import with a torrent file or a magnet URI</source> 4526 <source>Allow import with a torrent file or a magnet URI</source>
4532 <target state="translated">Importálás engedélyezése torrent-fájllal vagy egy mágnes URI-val</target> 4527 <target state="translated">Importálás engedélyezése torrent-fájllal vagy egy mágnes URI-val</target>
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">366</context></context-group> 4528
4534 </trans-unit> 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">367</context></context-group></trans-unit>
4535 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4530 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4536 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4531 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4537 <target state="translated">Hacsak egy felhasználó nincs megbízhatóként megjelölve, a videói mindaddig személyes állapotban maradnak, amíg egy moderátor meg nem vizsgálja azokat.</target> 4532 <target state="translated">Hacsak egy felhasználó nincs megbízhatóként megjelölve, a videói mindaddig személyes állapotban maradnak, amíg egy moderátor meg nem vizsgálja azokat.</target>
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">383</context></context-group> 4533
4539 </trans-unit> 4534 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit>
4540 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4535 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4541 <source>Blacklist new videos automatically</source> 4536 <source>Blacklist new videos automatically</source>
4542 <target state="translated">Új videók feketelistára tétele automatikusan</target> 4537 <target state="translated">Új videók feketelistára tétele automatikusan</target>
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">380</context></context-group> 4538
4544 </trans-unit> 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">381</context></context-group></trans-unit>
4545 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4540 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4546 <source>FEDERATION</source> 4541 <source>FEDERATION</source>
4547 <target state="translated">FÖDERÁCIÓ</target> 4542 <target state="translated">FÖDERÁCIÓ</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">397</context></context-group> 4543
4549 </trans-unit> 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">398</context></context-group></trans-unit>
4550 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4545 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4551 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 4546 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4552 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Kapcsolatok<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> kezelése más példányokkal. </target> 4547 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Kapcsolatok<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> kezelése más példányokkal. </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">398</context></context-group> 4548
4554 </trans-unit> 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">399</context></context-group></trans-unit>
4555 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4550 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4556 <source>Other instances can follow yours</source> 4551 <source>Other instances can follow yours</source>
4557 <target state="translated">Más példányok követhetik az Önét</target> 4552 <target state="translated">Más példányok követhetik az Önét</target>
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">411</context></context-group> 4553
4559 </trans-unit> 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">412</context></context-group></trans-unit>
4560 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4555 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4561 <source>Manually approve new instance followers</source> 4556 <source>Manually approve new instance followers</source>
4562 <target state="translated">Új példánykövetők kézi jóváhagyása</target> 4557 <target state="translated">Új példánykövetők kézi jóváhagyása</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">418</context></context-group> 4558
4564 </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">419</context></context-group></trans-unit>
4565 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4560 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4566 <source>Automatically follow back instances</source> 4561 <source>Automatically follow back instances</source>
4567 <target state="translated">Példányok automatikus visszakövetése</target> 4562 <target state="translated">Példányok automatikus visszakövetése</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">431</context></context-group> 4563
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4565 <source>
4566 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4567 </source><target state="new">
4568 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4569 </target>
4570 <context-group purpose="location">
4571 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4572 <context context-type="linenumber">450</context>
4573 </context-group>
4569 </trans-unit> 4574 </trans-unit>
4570 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4575 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4571 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4576 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4572 <target state="translated">⚠️ Ez a funkció nagyon sok figyelmet és további moderálást igényel.</target> 4577 <target state="translated">⚠️ Ez a funkció nagyon sok figyelmet és további moderálást igényel.</target>
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">295</context></context-group> 4578
4574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group> 4579
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">447</context></context-group> 4580
4576 </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">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4577 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4582 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4578 <source>Index URL</source> 4583 <source>Index URL</source>
4579 <target state="translated">Index URL</target> 4584 <target state="translated">Index URL</target>
4580 <context-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> 4585
4581 </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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4582 <trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4587 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4583 <source>Automatically follow instances of the public index</source> 4588 <context-group purpose="location">
4584 <target state="translated">A nyilvános index példányainak automatikus követése</target> 4589 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
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">444</context></context-group> 4590 <context context-type="linenumber">445</context>
4591 </context-group>
4586 </trans-unit> 4592 </trans-unit>
4593
4587 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4594 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4588 <source>ADMINISTRATORS</source> 4595 <source>ADMINISTRATORS</source>
4589 <target state="translated">RENDSZERGAZDÁK</target> 4596 <target state="translated">RENDSZERGAZDÁK</target>
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">472</context></context-group> 4597
4591 </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">477</context></context-group></trans-unit>
4592 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4599 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4593 <source>Administrator</source> 4600 <source>Administrator</source>
4594 <target>Rendszergazda</target> 4601 <target>Rendszergazda</target>
@@ -4603,226 +4610,253 @@
4603 <context-group name="null"> 4610 <context-group name="null">
4604 <context context-type="linenumber">387</context> 4611 <context context-type="linenumber">387</context>
4605 </context-group> 4612 </context-group>
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">478</context></context-group> 4613
4607 </trans-unit> 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">483</context></context-group></trans-unit>
4608 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4615 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4609 <source>Enable contact form</source> 4616 <source>Enable contact form</source>
4610 <target>Kapcsolatfelvételi űrlap engedélyezése</target> 4617 <target>Kapcsolatfelvételi űrlap engedélyezése</target>
4611 <context-group name="null"> 4618 <context-group name="null">
4612 <context context-type="linenumber">398</context> 4619 <context context-type="linenumber">398</context>
4613 </context-group> 4620 </context-group>
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">489</context></context-group> 4621
4615 </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">494</context></context-group></trans-unit>
4616 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4623 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4617 <source>Basic configuration</source> 4624 <source>Basic configuration</source>
4618 <target>Alapvető beállítás</target> 4625 <target>Alapvető beállítás</target>
4619 <context-group name="null"> 4626 <context-group name="null">
4620 <context context-type="linenumber">195</context> 4627 <context context-type="linenumber">195</context>
4621 </context-group> 4628 </context-group>
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">233</context></context-group> 4629
4623 </trans-unit> 4630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit>
4624 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4631 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4625 <source>TWITTER</source> 4632 <source>TWITTER</source>
4626 <target state="translated">TWITTER</target> 4633 <target state="translated">TWITTER</target>
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">506</context></context-group> 4634
4628 </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">511</context></context-group></trans-unit>
4629 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4636 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4630 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 4637 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4631 <target state="translated">Nem kötelező. Ha meg van adva, akkor adja meg az Ön példányát bemutató Twitter-fiókot a hivatkozás előnézeteinek feljavításához.</target> 4638 <target state="translated">Nem kötelező. Ha meg van adva, akkor adja meg az Ön példányát bemutató Twitter-fiókot a hivatkozás előnézeteinek feljavításához.</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">507</context></context-group> 4639
4633 </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">512</context></context-group></trans-unit>
4634 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4641 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4635 <source>Your Twitter username</source> 4642 <source>Your Twitter username</source>
4636 <target>A Twitter felhasználóneve</target> 4643 <target>A Twitter felhasználóneve</target>
4637 <context-group name="null"> 4644 <context-group name="null">
4638 <context context-type="linenumber">413</context> 4645 <context context-type="linenumber">413</context>
4639 </context-group> 4646 </context-group>
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">518</context></context-group> 4647
4641 </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">523</context></context-group></trans-unit>
4642 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4649 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4643 <source>Instance whitelisted by Twitter</source> 4650 <source>Instance whitelisted by Twitter</source>
4644 <target>A példány a Twitter fehérlistáján van</target> 4651 <target>A példány a Twitter fehérlistáján van</target>
4645 <context-group name="null"> 4652 <context-group name="null">
4646 <context context-type="linenumber">431</context> 4653 <context context-type="linenumber">431</context>
4647 </context-group> 4654 </context-group>
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">530</context></context-group> 4655
4649 </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">535</context></context-group></trans-unit>
4650 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4657 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4651 <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> 4658 <source>
4652 <target state="translated">Ha a példánya a Twitter fehérlistáján van, akkor a videolejátszó be lesz ágyazva a Twitter hírforrásba a PeerTube videomegosztásakor.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Ha a példány nincs a fehérlistán, akkor egy képhivatkozás-kártyát használunk, amely átirányít az Ön PeerTube példányára.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Jelölje be ezt a jelölőnégyzetet, mentse el a beállítást, és próbálja ki az Ön példánya videó URL-jével (https://example.com/videos/watch/blabla) a <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;"/> oldalon, hogy az Ön példánya rajta van-e a fehérlistán. </target> 4659 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/>"/>
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">534</context></context-group> 4660 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/>"/>
4654 </trans-unit> 4661 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4662 <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>"/>
4663 to see if you instance is whitelisted.
4664 </source>
4665 <target state="translated">Ha a példánya a Twitter fehérlistáján van, akkor a videolejátszó be lesz ágyazva a Twitter hírforrásba a PeerTube videomegosztásakor.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Ha a példány nincs a fehérlistán, akkor egy képhivatkozás-kártyát használunk, amely átirányít az Ön PeerTube példányára.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Jelölje be ezt a jelölőnégyzetet, mentse el a beállítást, és próbálja ki az Ön példánya videó URL-jével (https://example.com/videos/watch/blabla) a <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>"/> oldalon, hogy az Ön példánya rajta van-e a fehérlistán. </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">539</context></context-group></trans-unit>
4655 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4668 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4656 <source>Services</source> 4669 <source>Services</source>
4657 <target>Szolgáltatások</target> 4670 <target>Szolgáltatások</target>
4658 <context-group name="null"> 4671 <context-group name="null">
4659 <context context-type="linenumber">405</context> 4672 <context context-type="linenumber">405</context>
4660 </context-group> 4673 </context-group>
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">500</context></context-group> 4674
4662 </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">505</context></context-group></trans-unit>
4663 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4676 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4664 <source>TRANSCODING</source> 4677 <source>TRANSCODING</source>
4665 <target state="translated">ÁTKÓDOLÁS</target> 4678 <target state="translated">ÁTKÓDOLÁS</target>
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">560</context></context-group> 4679
4667 </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">565</context></context-group></trans-unit>
4668 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4681 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4669 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 4682 <source>
4683 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4684 resources, this is a critical part of PeerTube, so tread carefully.
4685 </source>
4670 <target state="translated">A feltöltött videók feldolgozása, hogy azok olyan műsorszórható formában legyenek, amit bármely eszköz képes lejátszani. Bár ez drága erőforrásokat igényel, de ez a PeerTube kritikus része, szóval gondosan járjon el.</target> 4686 <target state="translated">A feltöltött videók feldolgozása, hogy azok olyan műsorszórható formában legyenek, amit bármely eszköz képes lejátszani. Bár ez drága erőforrásokat igényel, de ez a PeerTube kritikus része, szóval gondosan járjon el.</target>
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">561</context></context-group> 4687
4672 </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">566</context></context-group></trans-unit>
4673 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4689 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4674 <source>Transcoding enabled</source> 4690 <source>Transcoding enabled</source>
4675 <target>Átkódolás engedélyezve</target> 4691 <target>Átkódolás engedélyezve</target>
4676 <context-group name="null"> 4692 <context-group name="null">
4677 <context context-type="linenumber">461</context> 4693 <context context-type="linenumber">461</context>
4678 </context-group> 4694 </context-group>
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">574</context></context-group> 4695
4680 </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">579</context></context-group></trans-unit>
4681 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4697 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4682 <source>If you disable transcoding, many videos from your users will not work!</source> 4698 <source>If you disable transcoding, many videos from your users will not work!</source>
4683 <target>Ha letiltja az átkódolást, akkor a felhasználók számos videói nem fognak működni!</target> 4699 <target>Ha letiltja az átkódolást, akkor a felhasználók számos videói nem fognak működni!</target>
4684 <context-group name="null"> 4700 <context-group name="null">
4685 <context context-type="linenumber">465</context> 4701 <context context-type="linenumber">465</context>
4686 </context-group> 4702 </context-group>
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">578</context></context-group> 4703
4688 </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">583</context></context-group></trans-unit>
4689 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4705 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4690 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 4706 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
4691 <target state="translated">Lehetővé teszi, hogy a felhasználók .mkv, .mov, .avi és .flv videókat töltsenek fel.</target> 4707 <target state="translated">Lehetővé teszi, hogy a felhasználók .mkv, .mov, .avi és .flv videókat töltsenek fel.</target>
4692 <context-group purpose="location"> 4708
4693 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4709 <context-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>
4694 <context context-type="linenumber">589</context>
4695 </context-group>
4696 </trans-unit>
4697 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4710 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4698 <source>Allow additional extensions</source> 4711 <source>Allow additional extensions</source>
4699 <target>További kiterjesztések engedélyezése</target> 4712 <target>További kiterjesztések engedélyezése</target>
4700 <context-group name="null"> 4713 <context-group name="null">
4701 <context context-type="linenumber">475</context> 4714 <context context-type="linenumber">475</context>
4702 </context-group> 4715 </context-group>
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">586</context></context-group> 4716
4704 </trans-unit> 4717 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit>
4705 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4718 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4706 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 4719 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
4707 <target state="translated">Lehetővé teszi a felhasználók számára, hogy hangfájlokat töltsenek fel, amelyek feltöltéskor egyesítve lesznek az előnézeti fájllal.</target> 4720 <target state="translated">Lehetővé teszi a felhasználók számára, hogy hangfájlokat töltsenek fel, amelyek feltöltéskor egyesítve lesznek az előnézeti fájllal.</target>
4708 <context-group purpose="location"> 4721
4709 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">605</context></context-group></trans-unit>
4710 <context context-type="linenumber">600</context>
4711 </context-group>
4712 </trans-unit>
4713 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4723 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4714 <source>Allow audio files upload</source> 4724 <source>Allow audio files upload</source>
4715 <target state="translated">Hangfájlok feltöltésének engedélyezése</target> 4725 <target state="translated">Hangfájlok feltöltésének engedélyezése</target>
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">597</context></context-group> 4726
4717 </trans-unit> 4727 <context-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>
4718 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4728 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4719 <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;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <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;"/> </source> 4729 <source>
4720 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Kísérleti, azt javasoljuk hogy egyelőre ne tiltsa le a webtorrent támogatást<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;"/>Ha a HLS támogatást is engedélyezte, akkor az megduplázza a videók által foglalt területet<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Ha le van tiltva, akkor működésképtelenné teszi a 2.1-es verziónál régebbi PeerTube példányokkal történő föderálást.<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </target> 4730 <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>"/>
4721 <context-group purpose="location"> 4731
4722 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4732 <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>"/>
4723 <context context-type="linenumber">612</context> 4733
4724 </context-group> 4734 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4725 </trans-unit> 4735
4736 <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>"/>
4737 </source>
4738 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Kísérleti, azt javasoljuk hogy egyelőre ne tiltsa le a webtorrent támogatást<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Ha a HLS támogatást is engedélyezte, akkor az megduplázza a videók által foglalt területet<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Ha le van tiltva, akkor működésképtelenné teszi a 2.1-es verziónál régebbi PeerTube példányokkal történő föderálást.<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> </target>
4739
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">617</context></context-group></trans-unit>
4726 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4741 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4727 <source>WebTorrent support enabled</source> 4742 <source>WebTorrent support enabled</source>
4728 <target state="translated">WebTorrent támogatás engedélyezve</target> 4743 <target state="translated">WebTorrent támogatás engedélyezve</target>
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">609</context></context-group> 4744
4730 </trans-unit> 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">614</context></context-group></trans-unit>
4731 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4746 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4732 <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> 4747 <source>
4733 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>ffmpeg &gt;= 4.1 szükséges<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-lejátszólisták és töredezett MP4-fájlok előállítása, amely jobb lejátszást eredményez a jelenlegi alapértelmezett lejátszóval:<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;"/>A felbontásmódosítás simább<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;"/>Gyorsabb lejátszás a különösen hosszú videóknál<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;"/>Stabilabb lejátszás (kevesebb hiba/végtelen betöltés)<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;"/>Ha engedélyezte a WebTorrent támogatást is, akkor megduplázza a videók által foglalt tárterületet<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target> 4748 <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>"/>
4734 <context-group purpose="location"> 4749
4735 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4750 <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>"/>
4736 <context context-type="linenumber">633</context> 4751 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4737 </context-group> 4752 <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>"/>
4738 </trans-unit> 4753 <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>"/>
4754 <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>"/>
4755 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4756
4757 <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>"/>
4758 </source>
4759 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>ffmpeg >= 4.1 szükséges<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>HLS-lejátszólisták és töredezett MP4-fájlok előállítása, amely jobb lejátszást eredményez a jelenlegi alapértelmezett lejátszóval:<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>"/>A felbontásmódosítás simább<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Gyorsabb lejátszás a különösen hosszú videóknál<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Stabilabb lejátszás (kevesebb hiba/végtelen betöltés)<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>"/>Ha engedélyezte a WebTorrent támogatást is, akkor megduplázza a videók által foglalt tárterületet<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target>
4760
4761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit>
4739 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4762 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4740 <source>HLS support enabled</source> 4763 <source>HLS support enabled</source>
4741 <target state="translated">HLS támogatás engedélyezve</target> 4764 <target state="translated">HLS támogatás engedélyezve</target>
4742 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group> 4765
4743 </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">635</context></context-group></trans-unit>
4744 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4767 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4745 <source>Transcoding threads</source> 4768 <source>Transcoding threads</source>
4746 <target>Átkódolási szálak</target> 4769 <target>Átkódolási szálak</target>
4747 <context-group name="null"> 4770 <context-group name="null">
4748 <context context-type="linenumber">517</context> 4771 <context context-type="linenumber">517</context>
4749 </context-group> 4772 </context-group>
4750 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group> 4773
4751 </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">660</context></context-group></trans-unit>
4752 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4775 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4753 <source>Resolutions to generate</source> 4776 <source>Resolutions to generate</source>
4754 <target state="translated">Előállítandó felbontások</target> 4777 <target state="translated">Előállítandó felbontások</target>
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">672</context></context-group> 4778
4756 </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">673</context></context-group></trans-unit>
4757 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4780 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4758 <source>CACHE</source> 4781 <source>CACHE</source>
4759 <target state="translated">GYORSÍTÓTÁR</target> 4782 <target state="translated">GYORSÍTÓTÁR</target>
4760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group> 4783
4761 </trans-unit> 4784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit>
4762 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4785 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4763 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 4786 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
4764 <target state="translated">Néhány fájl nincs föderálva, és akkor lesz letöltve, ha szükséges. Határozza meg a gyorsítótárazási irányelveiket.</target> 4787 <target state="translated">Néhány fájl nincs föderálva, és akkor lesz letöltve, ha szükséges. Határozza meg a gyorsítótárazási irányelveiket.</target>
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">699</context></context-group> 4788
4766 </trans-unit> 4789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit>
4767 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4790 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4768 <source>Number of previews to keep in cache</source> 4791 <source>Number of previews to keep in cache</source>
4769 <target state="translated">A gyorsítótárban tartandó előnézetek száma</target> 4792 <target state="translated">A gyorsítótárban tartandó előnézetek száma</target>
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">708</context></context-group> 4793
4771 </trans-unit> 4794 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit>
4772 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4795 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4773 <source>Number of video captions to keep in cache</source> 4796 <source>Number of video captions to keep in cache</source>
4774 <target state="translated">A gyorsítótárban tartandó video-képaláírások száma</target> 4797 <target state="translated">A gyorsítótárban tartandó video-képaláírások száma</target>
4775 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group> 4798
4776 </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">718</context></context-group></trans-unit>
4777 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4800 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4778 <source>CUSTOMIZATIONS</source> 4801 <source>CUSTOMIZATIONS</source>
4779 <target state="translated">SZEMÉLYRE SZABÁSOK</target> 4802 <target state="translated">SZEMÉLYRE SZABÁSOK</target>
4780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group> 4803
4781 </trans-unit> 4804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit>
4782 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4805 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4783 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 4806 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
4784 <target state="translated">Apró módosítások az Ön PeerTube példányán, amikor egy bővítmény vagy egy téma létrehozás túlzás.</target> 4807 <target state="translated">Apró módosítások az Ön PeerTube példányán, amikor egy bővítmény vagy egy téma létrehozás túlzás.</target>
4785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group> 4808
4786 </trans-unit> 4809 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
4787 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4810 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4788 <source>JavaScript</source> 4811 <source>JavaScript</source>
4789 <target>JavaScript</target> 4812 <target>JavaScript</target>
4790 <context-group name="null"> 4813 <context-group name="null">
4791 <context context-type="linenumber">575</context> 4814 <context context-type="linenumber">575</context>
4792 </context-group> 4815 </context-group>
4793 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group> 4816
4794 </trans-unit> 4817 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit>
4795 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4818 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4796 <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> 4819 <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>
4797 <target state="translated">JavaScript kód közvetlen írása.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Példa: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('az én példányom csodálatos');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 4820 <target state="translated">JavaScript kód közvetlen írása.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Példa: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('az én példányom csodálatos');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
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">746</context></context-group> 4821
4799 </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">747</context></context-group></trans-unit>
4800 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4823 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4801 <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> 4824 <source>
4802 <target state="translated">A CSS kód közvetlen írása. Példa:<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;"/> Tegye elé a <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;"/> azonosítót a stílusok felülírásához. Példa:<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> 4825 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/>"/>
4803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group> 4826 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4804 </trans-unit> 4827 color: red;
4828 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4829 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4830 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/>"/>
4831 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4832 color: red;
4833 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4834 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4835 </source>
4836 <target state="translated">A CSS kód közvetlen írása. Példa:<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>"/> Tegye elé a <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>"/> azonosítót a stílusok felülírásához. Példa:<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>
4837
4838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
4805 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4839 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4806 <source>Advanced configuration</source> 4840 <source>Advanced configuration</source>
4807 <target>Speciális beállítás</target> 4841 <target>Speciális beállítás</target>
4808 <context-group name="null"> 4842 <context-group name="null">
4809 <context context-type="linenumber">452</context> 4843 <context context-type="linenumber">452</context>
4810 </context-group> 4844 </context-group>
4811 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group> 4845
4812 </trans-unit> 4846 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit>
4813 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 4847 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
4814 <source>Update configuration</source> 4848 <source>Update configuration</source>
4815 <target>Beállítás frissítése</target> 4849 <target>Beállítás frissítése</target>
4816 <context-group name="null"> 4850 <context-group name="null">
4817 <context context-type="linenumber">628</context> 4851 <context context-type="linenumber">628</context>
4818 </context-group> 4852 </context-group>
4819 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group> 4853
4820 </trans-unit> 4854 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
4821 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4855 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4822 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4856 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4823 <target state="translated">Úgy tűnik, hogy a beállítás érvénytelen. Keresse meg a lehetséges hibákat a különböző lapokon.</target> 4857 <target state="translated">Úgy tűnik, hogy a beállítás érvénytelen. Keresse meg a lehetséges hibákat a különböző lapokon.</target>
4824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group> 4858
4825 </trans-unit> 4859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit>
4826 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4860 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4827 <source>PROFILE</source> 4861 <source>PROFILE</source>
4828 <target state="translated">PROFIL</target> 4862 <target state="translated">PROFIL</target>
@@ -4989,40 +5023,44 @@
4989 <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> 5023 <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>
4990 </trans-unit> 5024 </trans-unit>
4991 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5025 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
4992 <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> 5026 <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>
4993 <target state="translated">A <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Ne listázza<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> vagy a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Bélyegképek elhomályosítása<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> beállításokkal megerősítés lesz kérve a videó megnézéséhez. </target> 5027 <target state="translated">A <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Ne listázza<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> vagy a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Bélyegképek elhomályosítása<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> beállításokkal megerősítés lesz kérve a videó megnézéséhez. </target>
4994 <context-group purpose="location"> 5028 <context-group purpose="location">
4995 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5029 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4996 <context context-type="linenumber">6</context> 5030 <context context-type="linenumber">6</context>
4997 </context-group> 5031 </context-group>
4998 </trans-unit> 5032 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
4999 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 5033 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
5000 <source>Only display videos in the following languages/subtitles</source>
5001 <target state="translated">Csak a következő nyelveken vagy felirattal elérhető videók megjelenítése</target>
5002 <context-group purpose="location"> 5034 <context-group purpose="location">
5003 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5035 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5004 <context context-type="linenumber">22</context> 5036 <context context-type="linenumber">14</context>
5037 </context-group>
5038 <context-group purpose="location">
5039 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5040 <context context-type="linenumber">111</context>
5005 </context-group> 5041 </context-group>
5006 </trans-unit> 5042 </trans-unit>
5043 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
5044 <source>Only display videos in the following languages/subtitles</source>
5045 <target state="translated">Csak a következő nyelveken vagy felirattal elérhető videók megjelenítése</target>
5046
5047 <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">23</context></context-group></trans-unit>
5007 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 5048 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5008 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 5049 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
5009 <target state="translated">A legutóbb hozzáadott, a felkapott, a helyi, a legkedveltebb és a keresés oldalakon</target> 5050 <target state="translated">A legutóbb hozzáadott, a felkapott, a helyi, a legkedveltebb és a keresés oldalakon</target>
5010 <context-group purpose="location"> 5051
5011 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5052 <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">26</context></context-group></trans-unit>
5012 <context context-type="linenumber">25</context>
5013 </context-group>
5014 </trans-unit>
5015 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 5053 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
5016 <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> 5054 <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>
5017 <target state="translated">A jelenlegi e-mail-címe <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> 5055 <target state="translated">A jelenlegi e-mail-címe <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>
5018 <context-group purpose="location"> 5056 <context-group purpose="location">
5019 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5057 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5020 <context context-type="linenumber">4</context> 5058 <context context-type="linenumber">4</context>
5021 </context-group> 5059 </context-group>
5022 </trans-unit> 5060 </trans-unit>
5023 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 5061 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
5024 <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> 5062 <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>
5025 <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;"/> e-mail ellenőrzésre vár </target> 5063 <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>"/> e-mail ellenőrzésre vár </target>
5026 <context-group purpose="location"> 5064 <context-group purpose="location">
5027 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5065 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5028 <context context-type="linenumber">8</context> 5066 <context context-type="linenumber">8</context>
@@ -5063,25 +5101,19 @@
5063 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5101 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5064 <source>Theme</source> 5102 <source>Theme</source>
5065 <target state="translated">Téma</target> 5103 <target state="translated">Téma</target>
5066 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group> 5104
5067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group> 5105
5068 </trans-unit> 5106 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
5069 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 5107 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
5070 <source>instance default</source> 5108 <source>instance default</source>
5071 <target state="translated">példány alapértelmezettje</target> 5109 <target state="translated">példány alapértelmezettje</target>
5072 <context-group purpose="location"> 5110
5073 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5111 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
5074 <context context-type="linenumber">7</context>
5075 </context-group>
5076 </trans-unit>
5077 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 5112 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
5078 <source>peertube default</source> 5113 <source>peertube default</source>
5079 <target state="translated">peertube alapértelmezettje</target> 5114 <target state="translated">peertube alapértelmezettje</target>
5080 <context-group purpose="location"> 5115
5081 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5116 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5082 <context context-type="linenumber">8</context>
5083 </context-group>
5084 </trans-unit>
5085 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 5117 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
5086 <source>Change ownership</source> 5118 <source>Change ownership</source>
5087 <target>Tulajdonjog megváltoztatása</target> 5119 <target>Tulajdonjog megváltoztatása</target>
@@ -5100,8 +5132,8 @@
5100 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5132 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5101 </trans-unit> 5133 </trans-unit>
5102 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5134 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5103 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5135 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5104 <target state="translated">Videók <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5136 <target state="translated">Videók <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5105 <context-group purpose="location"> 5137 <context-group purpose="location">
5106 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5138 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5107 <context context-type="linenumber">2</context> 5139 <context context-type="linenumber">2</context>
@@ -5137,8 +5169,11 @@
5137 <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> 5169 <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>
5138 </trans-unit> 5170 </trans-unit>
5139 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5171 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5140 <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> 5172 <source>
5141 <target>Létrehozva <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> 5173 Created
5174 <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>"/>
5175 </source>
5176 <target>Létrehozva <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>
5142 <context-group name="null"> 5177 <context-group name="null">
5143 <context context-type="linenumber">15</context> 5178 <context context-type="linenumber">15</context>
5144 </context-group> 5179 </context-group>
@@ -5209,8 +5244,9 @@
5209 <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">26</context></context-group> 5244 <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">26</context></context-group>
5210 </trans-unit> 5245 </trans-unit>
5211 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5246 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5212 <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> 5247 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5213 <target state="translated">Rövid szöveg, amely ismerteti az embereknek, hogy hogyan támogathatják a csatornáját (tagsági platform…).&lt;br /&gt;&lt;br /&gt; Ha feltölt egy videót ebbe a csatornába, akkor a videó támogatási mezője automatikusan ki lesz töltve ezzel a szöveggel.</target> 5248 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5249 <target state="translated">Rövid szöveg, amely ismerteti az embereknek, hogy hogyan támogathatják a csatornáját (tagsági platform…).&lt;br />&lt;br /> Ha feltölt egy videót ebbe a csatornába, akkor a videó támogatási mezője automatikusan ki lesz töltve ezzel a szöveggel.</target>
5214 <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">77</context></context-group> 5250 <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">77</context></context-group>
5215 <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">77</context></context-group> 5251 <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">77</context></context-group>
5216 </trans-unit> 5252 </trans-unit>
@@ -5235,6 +5271,18 @@
5235 <context context-type="linenumber">8</context> 5271 <context context-type="linenumber">8</context>
5236 </context-group> 5272 </context-group>
5237 <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">8</context></context-group> 5273 <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">8</context></context-group>
5274 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5275 <source>See the error</source><target state="new">See the error</target>
5276 <context-group purpose="location">
5277 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5278 <context context-type="linenumber">19</context>
5279 </context-group>
5280 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5281 <source>This video was deleted</source><target state="new">This video was deleted</target>
5282 <context-group purpose="location">
5283 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5284 <context context-type="linenumber">36</context>
5285 </context-group>
5238 </trans-unit> 5286 </trans-unit>
5239 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5287 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5240 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5288 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
@@ -5294,9 +5342,12 @@
5294 </context-group> 5342 </context-group>
5295 </trans-unit> 5343 </trans-unit>
5296 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5344 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5297 <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> 5345 <source>
5346 <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>"/>
5347 Delete history
5348 </source>
5298 <target> 5349 <target>
5299 <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;"/> 5350 <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 Előzmények törlése 5351 Előzmények törlése
5301 </target> 5352 </target>
5302 <context-group name="null"> 5353 <context-group name="null">
@@ -5313,9 +5364,12 @@
5313 </context-group> 5364 </context-group>
5314 </trans-unit> 5365 </trans-unit>
5315 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5366 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5316 <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> 5367 <source>
5368 <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>"/>
5369 Notification preferences
5370 </source>
5317 <target> 5371 <target>
5318 <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;"/> 5372 <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>"/>
5319 Értesítési beállítások 5373 Értesítési beállítások
5320 </target> 5374 </target>
5321 <context-group name="null"> 5375 <context-group name="null">
@@ -5392,8 +5446,8 @@
5392 <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">84</context></context-group> 5446 <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">84</context></context-group>
5393 </trans-unit> 5447 </trans-unit>
5394 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5448 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5395 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5449 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5396 <target state="translated">Lejátszási listák <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5450 <target state="translated">Lejátszási listák <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5397 <context-group purpose="location"> 5451 <context-group purpose="location">
5398 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5452 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5399 <context context-type="linenumber">2</context> 5453 <context context-type="linenumber">2</context>
@@ -5421,8 +5475,8 @@
5421 </context-group> 5475 </context-group>
5422 </trans-unit> 5476 </trans-unit>
5423 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5477 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5424 <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> 5478 <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>
5425 <target state="translated">Ha segítségre van szüksége a PeerTube használatához, akkor megnézheti a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>dokumentációt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 5479 <target state="translated">Ha segítségre van szüksége a PeerTube használatához, akkor megnézheti a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>dokumentációt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5426 <context-group purpose="location"> 5480 <context-group purpose="location">
5427 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5481 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
5428 <context context-type="linenumber">13</context> 5482 <context context-type="linenumber">13</context>
@@ -5617,44 +5671,17 @@
5617 <context-group name="null"> 5671 <context-group name="null">
5618 <context context-type="linenumber">16</context> 5672 <context context-type="linenumber">16</context>
5619 </context-group> 5673 </context-group>
5620 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group> 5674
5621 </trans-unit> 5675 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit>
5622 <trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5676
5623 <source>Creators</source> 5677
5624 <target state="translated">Készítők</target> 5678
5625 <context-group purpose="location">
5626 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5627 <context context-type="linenumber">162</context>
5628 </context-group>
5629 </trans-unit>
5630 <trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5631 <source>Creator guide</source>
5632 <target state="translated">Létrehozó útmutatója</target>
5633 <context-group purpose="location">
5634 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5635 <context context-type="linenumber">162</context>
5636 </context-group>
5637 </trans-unit>
5638 <trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5639 <source>Contributors</source>
5640 <target state="translated">Közreműködők</target>
5641 <context-group purpose="location">
5642 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5643 <context context-type="linenumber">163</context>
5644 </context-group>
5645 </trans-unit>
5646 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html"> 5679 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5647 <source>PeerTube license</source> 5680 <source>PeerTube license</source>
5648 <target state="translated">PeerTube licenc</target> 5681 <target state="translated">PeerTube licenc</target>
5649 <context-group purpose="location"> 5682
5650 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5683
5651 <context context-type="linenumber">163</context> 5684 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5652 </context-group>
5653 <context-group purpose="location">
5654 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5655 <context context-type="linenumber">175</context>
5656 </context-group>
5657 </trans-unit>
5658 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 5685 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5659 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5686 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5660 <target>Csatlakozva: <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5687 <target>Csatlakozva: <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -5899,23 +5926,27 @@
5899 </context-group> 5926 </context-group>
5900 </trans-unit> 5927 </trans-unit>
5901 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 5928 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5902 <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> 5929 <source>
5903 <target state="translated">Ez egy szabad és nyílt forráskódú szoftver az <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licenc<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> előírásai szerint. </target> 5930 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
5931 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5932 </source>
5933 <target state="translated">Ez egy szabad és nyílt forráskódú szoftver az <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 licenc<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> előírásai szerint. </target>
5904 <context-group purpose="location"> 5934 <context-group purpose="location">
5905 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5935 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5906 <context context-type="linenumber">13</context> 5936 <context context-type="linenumber">13</context>
5907 </context-group> 5937 </context-group>
5908 </trans-unit> 5938 </trans-unit>
5909 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 5939 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
5910 <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> 5940 <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>
5911 <target state="translated">További információkért látogassa meg a <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;"/> oldalt. </target> 5941 <target state="translated">További információkért látogassa meg a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> oldalt. </target>
5912 <context-group purpose="location"> 5942 <context-group purpose="location">
5913 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5943 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5914 <context context-type="linenumber">18</context> 5944 <context context-type="linenumber">18</context>
5915 </context-group> 5945 </context-group>
5916 </trans-unit> 5946 </trans-unit>
5917 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 5947 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
5918 <source>Use PeerTube documentation</source> 5948 <source>Use PeerTube
5949 documentation</source>
5919 <target state="translated">A PeerTube dokumentáció használata</target> 5950 <target state="translated">A PeerTube dokumentáció használata</target>
5920 <context-group purpose="location"> 5951 <context-group purpose="location">
5921 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5952 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5931,7 +5962,8 @@
5931 </context-group> 5962 </context-group>
5932 </trans-unit> 5963 </trans-unit>
5933 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 5964 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
5934 <source>PeerTube Applications</source> 5965 <source>PeerTube
5966 Applications</source>
5935 <target state="translated">PeerTube alkalmazások</target> 5967 <target state="translated">PeerTube alkalmazások</target>
5936 <context-group purpose="location"> 5968 <context-group purpose="location">
5937 <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>
@@ -5947,7 +5979,8 @@
5947 </context-group> 5979 </context-group>
5948 </trans-unit> 5980 </trans-unit>
5949 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 5981 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
5950 <source>Contribute on PeerTube</source> 5982 <source>Contribute on
5983 PeerTube</source>
5951 <target state="translated">Közreműködés a PeerTube fejlesztésében</target> 5984 <target state="translated">Közreműködés a PeerTube fejlesztésében</target>
5952 <context-group purpose="location"> 5985 <context-group purpose="location">
5953 <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>
@@ -5971,7 +6004,11 @@
5971 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6004 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
5972 </trans-unit> 6005 </trans-unit>
5973 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6006 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
5974 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6007 <source>
6008 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6009 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6010 follows applies only if you want to keep using the P2P mode of PeerTube.
6011 </source>
5975 <target state="translated">A PeerTube alapértelmezetten a BitTorrent protokollt használja a felhasználók közötti sávszélesség megosztásához, hogy segítsen a kiszolgálón lévő terhelés csökkentésében, de végül Önre hagyja annak megválasztást, hogy visszaváltson kizárólag a videó kiszolgálójától érkező szokásos adatfolyamra. Az alábbiak csak akkor lesznek alkalmazva, ha továbbra is a PeerTube egyenrangú hálózati módját szeretné használni.</target> 6012 <target state="translated">A PeerTube alapértelmezetten a BitTorrent protokollt használja a felhasználók közötti sávszélesség megosztásához, hogy segítsen a kiszolgálón lévő terhelés csökkentésében, de végül Önre hagyja annak megválasztást, hogy visszaváltson kizárólag a videó kiszolgálójától érkező szokásos adatfolyamra. Az alábbiak csak akkor lesznek alkalmazva, ha továbbra is a PeerTube egyenrangú hálózati módját szeretné használni.</target>
5976 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group> 6013 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group>
5977 </trans-unit> 6014 </trans-unit>
@@ -5984,17 +6021,27 @@
5984 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6021 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
5985 </trans-unit> 6022 </trans-unit>
5986 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6023 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
5987 <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> 6024 <source>
6025 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6026 In practice, this is much more difficult because:
6027 </source>
5988 <target state="translated">Elméletben, ha valaki megfelelő műszaki képességgel rendelkezik, akkor képes lehet olyan parancsfájlt létrehozni, amely követni tudja, hogy mely IP-címről töltenek le egy videót. A gyakorlatban ez sokkal nehezebb, mert:</target> 6028 <target state="translated">Elméletben, ha valaki megfelelő műszaki képességgel rendelkezik, akkor képes lehet olyan parancsfájlt létrehozni, amely követni tudja, hogy mely IP-címről töltenek le egy videót. A gyakorlatban ez sokkal nehezebb, mert:</target>
5989 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6029 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
5990 </trans-unit> 6030 </trans-unit>
5991 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6031 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
5992 <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> 6032 <source>
6033 An HTTP request has to be sent on each tracker for each video to spy.
6034 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6035 </source>
5993 <target state="translated">A kikémleléshez minden egyes követőhöz egy-egy HTTP-kérést kell elküldeni minden egyes videónál. Ha ki akarjuk kémlelni az összes PeerTube videóját, akkor annyi kérést kell elküldenünk, ahány videó van (vagyis potenciálisan sokat)</target> 6036 <target state="translated">A kikémleléshez minden egyes követőhöz egy-egy HTTP-kérést kell elküldeni minden egyes videónál. Ha ki akarjuk kémlelni az összes PeerTube videóját, akkor annyi kérést kell elküldenünk, ahány videó van (vagyis potenciálisan sokat)</target>
5994 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6037 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
5995 </trans-unit> 6038 </trans-unit>
5996 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6039 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
5997 <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 peer in the swarm</source> 6040 <source>
6041 For each request sent, the tracker returns random peers at a limited number.
6042 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
6043 requests sent to know every peer in the swarm
6044 </source>
5998 <target state="translated">Minden egyes elküldött kérésnél a követő korlátozott számú, véletlenszerűen kiválasztott partnert ad vissza. Például, ha 1000 partner van a rajban, és a követő kérésenként 20 partnert küld el, akkor legalább 50 kérésre van szükség, hogy megismerje a rajban szereplő összes partnert.</target> 6045 <target state="translated">Minden egyes elküldött kérésnél a követő korlátozott számú, véletlenszerűen kiválasztott partnert ad vissza. Például, ha 1000 partner van a rajban, és a követő kérésenként 20 partnert küld el, akkor legalább 50 kérésre van szükség, hogy megismerje a rajban szereplő összes partnert.</target>
5999 <context-group purpose="location"> 6046 <context-group purpose="location">
6000 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6047 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6007,7 +6054,10 @@
6007 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6054 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6008 </trans-unit> 6055 </trans-unit>
6009 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6056 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6010 <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> 6057 <source>
6058 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
6059 video
6060 </source>
6011 <target state="translated">Ha egy IP-cím tárolásra került a követőben, akkor az nem jelenti azt, hogy az IP-cím mögötti személy (ha ez a személy létezik) megnézte a videót</target> 6061 <target state="translated">Ha egy IP-cím tárolásra került a követőben, akkor az nem jelenti azt, hogy az IP-cím mögötti személy (ha ez a személy létezik) megnézte a videót</target>
6012 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group> 6062 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group>
6013 </trans-unit> 6063 </trans-unit>
@@ -6017,12 +6067,21 @@
6017 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6067 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6018 </trans-unit> 6068 </trans-unit>
6019 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6069 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6020 <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> 6070 <source>
6021 <target state="translated">A webes partnerek nem érhetől el nyilvánosan: mivel WebRTC protokollt használunk a webböngészőn belül (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a WebTorrent programkönyvtárral<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), a protokoll eltér a klasszikus BitTorrent protokolltól. Ha Ön egy webböngészőben van, akkor elküldi az IP-címét tartalmazó jelet a követőnek, amely véletlenszerűen fogja kiválasztani azokat a partnereket, akiknek az információt továbbítja. További információkért nézze meg <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>ezt a dokumentumot<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 6071 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
6072 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6073 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6074 to forward the information to.
6075 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
6076 </source>
6077 <target state="translated">A webes partnerek nem érhetől el nyilvánosan: mivel WebRTC protokollt használunk a webböngészőn belül (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a WebTorrent programkönyvtárral<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), a protokoll eltér a klasszikus BitTorrent protokolltól. Ha Ön egy webböngészőben van, akkor elküldi az IP-címét tartalmazó jelet a követőnek, amely véletlenszerűen fogja kiválasztani azokat a partnereket, akiknek az információt továbbítja. További információkért nézze meg <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>ezt a dokumentumot<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
6022 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6078 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6023 </trans-unit> 6079 </trans-unit>
6024 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6080 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6025 <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> 6081 <source>
6082 The worst-case scenario of an average person spying on their friends is quite unlikely.
6083 There are much more effective ways to get that kind of information.
6084 </source>
6026 <target state="translated">A legrosszabb forgatókönyv, hogy egy átlagos személy kikémleli az ismerőseit, meglehetősen valószínűtlen. Sokkal több hatékonyabb mód létezik az ilyesfajta információk megszerzéséhez.</target> 6085 <target state="translated">A legrosszabb forgatókönyv, hogy egy átlagos személy kikémleli az ismerőseit, meglehetősen valószínűtlen. Sokkal több hatékonyabb mód létezik az ilyesfajta információk megszerzéséhez.</target>
6027 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group> 6086 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
6028 </trans-unit> 6087 </trans-unit>
@@ -6035,7 +6094,11 @@
6035 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6094 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6036 </trans-unit> 6095 </trans-unit>
6037 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6096 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6038 <source>The threats to privacy with 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> 6097 <source>
6098 The threats to privacy with YouTube are different from PeerTube's.
6099 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6100 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6101 </source>
6039 <target state="translated">A magánéletet fenyegető veszélyek a YouTube és a PeerTube használatakor eltérőek. A YouTube esetében a platform hatalmas mennyiségű személyes információt gyűjt (nem csak az IP-címet), hogy elemezze azokat és kövesse Önt. Ráadásul a YouTube a Google/Alphabet tulajdona, egy olyan vállalaté, amely számos weboldalon keresztül követi Önt (az AdSense vagy a Google Analytics használatával).</target> 6102 <target state="translated">A magánéletet fenyegető veszélyek a YouTube és a PeerTube használatakor eltérőek. A YouTube esetében a platform hatalmas mennyiségű személyes információt gyűjt (nem csak az IP-címet), hogy elemezze azokat és kövesse Önt. Ráadásul a YouTube a Google/Alphabet tulajdona, egy olyan vállalaté, amely számos weboldalon keresztül követi Önt (az AdSense vagy a Google Analytics használatával).</target>
6040 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group> 6103 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
6041 </trans-unit> 6104 </trans-unit>
@@ -6048,7 +6111,12 @@
6048 <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> 6111 <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>
6049 </trans-unit> 6112 </trans-unit>
6050 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6113 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6051 <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> 6114 <source>
6115 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
6116 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6117 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.
6118 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6119 </source>
6052 <target state="translated">Az Ön IP-címe nyilvános, így minden alkalommal, amikor meglátogat egy weboldalt, számos szereplő látja az Ön IP-címét (a végső weboldalon kívüli is) a kapcsolódási naplókban: az internet-szolgáltató, az útválasztók, a követők, a tartalomkézbesítési hálózatok, és továbbiak. A PeerTube átlátszó ilyen szempontból: figyelmeztetjük, hogy ha titokban szeretné tartani az IP-címét, akkor VPN-t vagy Tor böngészőt kell használnia. Ha arra gondol, hogy az egyenrangú hálózat eltávolítása a PeerTube szoftverből visszaadja a névtelenségét, akkor ennek nincs semmi értelme.</target> 6120 <target state="translated">Az Ön IP-címe nyilvános, így minden alkalommal, amikor meglátogat egy weboldalt, számos szereplő látja az Ön IP-címét (a végső weboldalon kívüli is) a kapcsolódási naplókban: az internet-szolgáltató, az útválasztók, a követők, a tartalomkézbesítési hálózatok, és továbbiak. A PeerTube átlátszó ilyen szempontból: figyelmeztetjük, hogy ha titokban szeretné tartani az IP-címét, akkor VPN-t vagy Tor böngészőt kell használnia. Ha arra gondol, hogy az egyenrangú hálózat eltávolítása a PeerTube szoftverből visszaadja a névtelenségét, akkor ennek nincs semmi értelme.</target>
6053 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group> 6121 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6054 </trans-unit> 6122 </trans-unit>
@@ -6058,7 +6126,10 @@
6058 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6126 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6059 </trans-unit> 6127 </trans-unit>
6060 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6128 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6061 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6129 <source>
6130 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6131 and render attacks less likely. Here is what we put in place so far:
6132 </source>
6062 <target state="translated">A PeerTube a lehető legjobb ellenintézkedéseket akarja megvalósítani azzal, hogy nagyobb választási lehetőséget biztosít, és kevésbé valószínűvé teszi a támadásokat. Ez az, amit eddig bevezettünk:</target> 6133 <target state="translated">A PeerTube a lehető legjobb ellenintézkedéseket akarja megvalósítani azzal, hogy nagyobb választási lehetőséget biztosít, és kevésbé valószínűvé teszi a támadásokat. Ez az, amit eddig bevezettünk:</target>
6063 <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> 6134 <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>
6064 </trans-unit> 6135 </trans-unit>
@@ -6083,7 +6154,10 @@
6083 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6154 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6084 </trans-unit> 6155 </trans-unit>
6085 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6156 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6086 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6157 <source>
6158 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6159 WebRTC in your browser.
6160 </source>
6087 <target state="translated">Végezetül ne feledje, hogy bármikor letilthatja az egyenrangú hálózatot a videolejátszóban történő kikapcsolással, vagy egyszerűen a WebRTC letiltásával a böngészőben.</target> 6161 <target state="translated">Végezetül ne feledje, hogy bármikor letilthatja az egyenrangú hálózatot a videolejátszóban történő kikapcsolással, vagy egyszerűen a WebRTC letiltásával a böngészőben.</target>
6088 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group> 6162 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6089 </trans-unit> 6163 </trans-unit>
@@ -6120,8 +6194,8 @@
6120 </context-group> 6194 </context-group>
6121 </trans-unit> 6195 </trans-unit>
6122 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6196 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6123 <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> 6197 <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>
6124 <target state="translated">A szoftvert a <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;"/> fejleszti</target> 6198 <target state="translated">A szoftvert a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> fejleszti</target>
6125 <context-group purpose="location"> 6199 <context-group purpose="location">
6126 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6200 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6127 <context context-type="linenumber">3</context> 6201 <context context-type="linenumber">3</context>
@@ -6202,8 +6276,11 @@
6202 </context-group> 6276 </context-group>
6203 </trans-unit> 6277 </trans-unit>
6204 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6278 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6205 <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> 6279 <source>
6206 <target state="translated">A csatorna egy olyan egység, amelybe feltölti a videóit. Több csatorna létrehozása segít a tartalom szervezésében és elkülönítésében.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Például dönthet úgy, hogy létrehoz egy csatornát a zongorakoncertek közzétételéhez, valamint egy másik csatornát, amelyben az ökológiáról szóló videóit teszi közzé. </target> 6280 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/>"/>
6281 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.
6282 </source>
6283 <target state="translated">A csatorna egy olyan egység, amelybe feltölti a videóit. Több csatorna létrehozása segít a tartalom szervezésében és elkülönítésében.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Például dönthet úgy, hogy létrehoz egy csatornát a zongorakoncertek közzétételéhez, valamint egy másik csatornát, amelyben az ökológiáról szóló videóit teszi közzé. </target>
6207 <context-group purpose="location"> 6284 <context-group purpose="location">
6208 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context> 6285 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
6209 <context context-type="linenumber">4</context> 6286 <context context-type="linenumber">4</context>
@@ -6274,8 +6351,13 @@
6274 </context-group> 6351 </context-group>
6275 </trans-unit> 6352 </trans-unit>
6276 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6353 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6277 <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> 6354 <source>
6278 <target state="translated">Elmúltam 16 éves, és elfogadom ennek a példánynak a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>használati feltételeit<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;"/> és a <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>magatartási kódexét<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> 6355 I am at least 16 years old and agree
6356 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>"/>
6357 <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>"/>
6358 of this instance
6359 </source>
6360 <target state="translated">Elmúltam 16 éves, és elfogadom ennek a példánynak a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>használati feltételeit<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>"/> és a <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>magatartási kódexét<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>
6279 <context-group purpose="location"> 6361 <context-group purpose="location">
6280 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 6362 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
6281 <context context-type="linenumber">65</context> 6363 <context context-type="linenumber">65</context>
@@ -6370,8 +6452,8 @@
6370 </context-group> 6452 </context-group>
6371 </trans-unit> 6453 </trans-unit>
6372 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6454 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6373 <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> 6455 <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>
6374 <target state="translated">Egy <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;"/>, amely megtartja az eredeti hangsávot videó nélkül</target> 6456 <target state="translated">Egy <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>"/>, amely megtartja az eredeti hangsávot videó nélkül</target>
6375 <context-group purpose="location"> 6457 <context-group purpose="location">
6376 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6458 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6377 <context context-type="linenumber">1</context> 6459 <context context-type="linenumber">1</context>
@@ -6480,6 +6562,30 @@
6480 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6562 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6481 <context context-type="linenumber">1</context> 6563 <context context-type="linenumber">1</context>
6482 </context-group> 6564 </context-group>
6565 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6566 <source>Process domains</source><target state="new">Process domains</target>
6567 <context-group purpose="location">
6568 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6569 <context context-type="linenumber">1</context>
6570 </context-group>
6571 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6572 <source>Domain is required.</source><target state="new">Domain is required.</target>
6573 <context-group purpose="location">
6574 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6575 <context context-type="linenumber">1</context>
6576 </context-group>
6577 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6578 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6579 <context-group purpose="location">
6580 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6581 <context context-type="linenumber">1</context>
6582 </context-group>
6583 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6584 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6585 <context-group purpose="location">
6586 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6587 <context context-type="linenumber">1</context>
6588 </context-group>
6483 </trans-unit> 6589 </trans-unit>
6484 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html"> 6590 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
6485 <source>Unlimited</source> 6591 <source>Unlimited</source>
@@ -6500,6 +6606,16 @@
6500 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context> 6606 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
6501 <context context-type="linenumber">1</context> 6607 <context context-type="linenumber">1</context>
6502 </context-group> 6608 </context-group>
6609 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6610 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6611 <context-group purpose="location">
6612 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6613 <context context-type="linenumber">1</context>
6614 </context-group>
6615 <context-group purpose="location">
6616 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6617 <context context-type="linenumber">1</context>
6618 </context-group>
6503 </trans-unit> 6619 </trans-unit>
6504 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html"> 6620 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
6505 <source>100MB</source> 6621 <source>100MB</source>
@@ -6636,51 +6752,17 @@
6636 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html"> 6752 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
6637 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source> 6753 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
6638 <target state="translated"><x id="INTERPOLATION" equiv-text="{{host}}"/> nem érvényes</target> 6754 <target state="translated"><x id="INTERPOLATION" equiv-text="{{host}}"/> nem érvényes</target>
6639 <context-group purpose="location"> 6755
6640 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6641 <context context-type="linenumber">1</context> 6757
6642 </context-group> 6758
6643 </trans-unit> 6759
6644 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html"> 6760
6645 <source>You need to specify hosts to follow.</source>
6646 <target state="translated">Meg kell adnia a követendő gépeket.</target>
6647 <context-group purpose="location">
6648 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6649 <context context-type="linenumber">1</context>
6650 </context-group>
6651 </trans-unit>
6652 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
6653 <source>Hosts need to be unique.</source>
6654 <target state="translated">A gépeknek egyedinek kell lenniük.</target>
6655 <context-group purpose="location">
6656 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6657 <context context-type="linenumber">1</context>
6658 </context-group>
6659 </trans-unit>
6660 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
6661 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source>
6662 <target state="translated">Ha megerősíti, akkor küldeni fog egy követési kérést ide:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> – </target>
6663 <context-group purpose="location">
6664 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6665 <context context-type="linenumber">1</context>
6666 </context-group>
6667 </trans-unit>
6668 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409" datatype="html">
6669 <source>Follow new server(s)</source>
6670 <target state="translated">Új kiszolgálók követése</target>
6671 <context-group purpose="location">
6672 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6673 <context context-type="linenumber">1</context>
6674 </context-group>
6675 </trans-unit>
6676 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html"> 6761 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
6677 <source>Follow request(s) sent!</source> 6762 <source>Follow request(s) sent!</source>
6678 <target state="translated">Követési kérések elküldve!</target> 6763 <target state="translated">Követési kérések elküldve!</target>
6679 <context-group purpose="location"> 6764
6680 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6765 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6681 <context context-type="linenumber">1</context>
6682 </context-group>
6683 </trans-unit>
6684 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html"> 6766 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
6685 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6767 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6686 <target state="translated">Valóban meg szeretné szüntetni a(z) <x id="INTERPOLATION" equiv-text="{{host}}"/> követését?</target> 6768 <target state="translated">Valóban meg szeretné szüntetni a(z) <x id="INTERPOLATION" equiv-text="{{host}}"/> követését?</target>
@@ -6784,6 +6866,12 @@
6784 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 6866 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6785 <context context-type="linenumber">1</context> 6867 <context context-type="linenumber">1</context>
6786 </context-group> 6868 </context-group>
6869 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6870 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6871 <context-group purpose="location">
6872 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6873 <context context-type="linenumber">1</context>
6874 </context-group>
6787 </trans-unit> 6875 </trans-unit>
6788 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html"> 6876 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
6789 <source>Comment updated.</source> 6877 <source>Comment updated.</source>
@@ -6792,23 +6880,33 @@
6792 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context> 6880 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
6793 <context context-type="linenumber">1</context> 6881 <context context-type="linenumber">1</context>
6794 </context-group> 6882 </context-group>
6795 </trans-unit> 6883 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
6796 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html"> 6884 <source>Internal actions</source><target state="new">Internal actions</target>
6797 <source>Delete this report</source>
6798 <target state="translated">Jelentés törlése</target>
6799 <context-group purpose="location"> 6885 <context-group purpose="location">
6800 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6886 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6801 <context context-type="linenumber">1</context> 6887 <context context-type="linenumber">1</context>
6802 </context-group> 6888 </context-group>
6803 </trans-unit> 6889 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
6804 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 6890 <source>Delete report</source><target state="new">Delete report</target>
6805 <source>Update moderation comment</source> 6891 <context-group purpose="location">
6806 <target state="translated">Moderálási hozzászólás frissítése</target> 6892 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6893 <context context-type="linenumber">1</context>
6894 </context-group>
6895 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6896 <source>Add note</source><target state="new">Add note</target>
6897 <context-group purpose="location">
6898 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6899 <context context-type="linenumber">1</context>
6900 </context-group>
6901 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6902 <source>Update note</source><target state="new">Update note</target>
6807 <context-group purpose="location"> 6903 <context-group purpose="location">
6808 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6904 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6809 <context context-type="linenumber">1</context> 6905 <context context-type="linenumber">1</context>
6810 </context-group> 6906 </context-group>
6811 </trans-unit> 6907 </trans-unit>
6908
6909
6812 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html"> 6910 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html">
6813 <source>Mark as accepted</source> 6911 <source>Mark as accepted</source>
6814 <target state="translated">Megjelölés elfogadottnak</target> 6912 <target state="translated">Megjelölés elfogadottnak</target>
@@ -6824,6 +6922,12 @@
6824 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6922 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6825 <context context-type="linenumber">1</context> 6923 <context context-type="linenumber">1</context>
6826 </context-group> 6924 </context-group>
6925 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
6926 <source>Actions for the video</source><target state="new">Actions for the video</target>
6927 <context-group purpose="location">
6928 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6929 <context context-type="linenumber">1</context>
6930 </context-group>
6827 </trans-unit> 6931 </trans-unit>
6828 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 6932 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
6829 <source>Do you really want to delete this abuse report?</source> 6933 <source>Do you really want to delete this abuse report?</source>
@@ -7780,11 +7884,8 @@
7780 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7884 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7781 <source>max size</source> 7885 <source>max size</source>
7782 <target state="translated">legnagyobb méret</target> 7886 <target state="translated">legnagyobb méret</target>
7783 <context-group purpose="location"> 7887
7784 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7888 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7785 <context context-type="linenumber">1</context>
7786 </context-group>
7787 </trans-unit>
7788 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7889 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
7789 <source>Now please check your emails to verify your account and complete signup.</source> 7890 <source>Now please check your emails to verify your account and complete signup.</source>
7790 <target state="translated">Most nézze meg az e-mailjeit a fiókja ellenőrzéséhez és a regisztráció befejezéséhez.</target> 7891 <target state="translated">Most nézze meg az e-mailjeit a fiókja ellenőrzéséhez és a regisztráció befejezéséhez.</target>
@@ -8114,8 +8215,8 @@
8114 </context-group> 8215 </context-group>
8115 </trans-unit> 8216 </trans-unit>
8116 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html"> 8217 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html">
8117 <source>Long (&gt; 10 min)</source> 8218 <source>Long (> 10 min)</source>
8118 <target state="translated">Hosszú (&gt; 10 perc)</target> 8219 <target state="translated">Hosszú (> 10 perc)</target>
8119 <context-group purpose="location"> 8220 <context-group purpose="location">
8120 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 8221 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
8121 <context context-type="linenumber">1</context> 8222 <context context-type="linenumber">1</context>
@@ -8152,6 +8253,12 @@
8152 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8253 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8153 <context context-type="linenumber">1</context> 8254 <context context-type="linenumber">1</context>
8154 </context-group> 8255 </context-group>
8256 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8257 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8258 <context-group purpose="location">
8259 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8260 <context context-type="linenumber">1</context>
8261 </context-group>
8155 </trans-unit> 8262 </trans-unit>
8156 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html"> 8263 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
8157 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 8264 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8224,15 +8331,14 @@
8224 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8331 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8225 <context context-type="linenumber">1</context> 8332 <context context-type="linenumber">1</context>
8226 </context-group> 8333 </context-group>
8227 </trans-unit> 8334 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8228 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html"> 8335 <source>just now</source><target state="new">just now</target>
8229 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
8230 <target state="translated"><x id="INTERPOLATION" equiv-text="{{interval}}"/> másodperccel ezelőtt</target>
8231 <context-group purpose="location"> 8336 <context-group purpose="location">
8232 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8337 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8233 <context context-type="linenumber">1</context> 8338 <context context-type="linenumber">1</context>
8234 </context-group> 8339 </context-group>
8235 </trans-unit> 8340 </trans-unit>
8341
8236 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8342 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8237 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source> 8343 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source>
8238 <target state="translated"><x id="INTERPOLATION" equiv-text="{{hours}}"/> ó <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> p <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> mp</target> 8344 <target state="translated"><x id="INTERPOLATION" equiv-text="{{hours}}"/> ó <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> p <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> mp</target>
@@ -9508,8 +9614,8 @@
9508 </context-group> 9614 </context-group>
9509 </trans-unit> 9615 </trans-unit>
9510 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html"> 9616 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html">
9511 <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> 9617 <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>
9512 <target state="translated"><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;"/>-kompatibilis, amely ezeket támogatja:</target> 9618 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>-kompatibilis, amely ezeket támogatja:</target>
9513 <context-group purpose="location"> 9619 <context-group purpose="location">
9514 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context> 9620 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
9515 <context context-type="linenumber">1</context> 9621 <context context-type="linenumber">1</context>
@@ -9982,11 +10088,8 @@
9982 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 10088 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
9983 <source>Video blacklisted.</source> 10089 <source>Video blacklisted.</source>
9984 <target state="translated">Videó feketelistára lett téve.</target> 10090 <target state="translated">Videó feketelistára lett téve.</target>
9985 <context-group purpose="location"> 10091
9986 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context> 10092 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
9987 <context context-type="linenumber">1</context>
9988 </context-group>
9989 </trans-unit>
9990 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10093 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9991 <source>Encoder</source> 10094 <source>Encoder</source>
9992 <target state="translated">Kódoló</target> 10095 <target state="translated">Kódoló</target>
@@ -10270,15 +10373,14 @@
10270 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context> 10373 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
10271 <context context-type="linenumber">1</context> 10374 <context context-type="linenumber">1</context>
10272 </context-group> 10375 </context-group>
10273 </trans-unit> 10376 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10274 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 10377 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10275 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
10276 <target state="translated">A törlés el lesz küldve a távoli példányokhoz, így azok is eltávolítják a hozzászólást.</target>
10277 <context-group purpose="location"> 10378 <context-group purpose="location">
10278 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10379 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10279 <context context-type="linenumber">1</context> 10380 <context context-type="linenumber">1</context>
10280 </context-group> 10381 </context-group>
10281 </trans-unit> 10382 </trans-unit>
10383
10282 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 10384 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
10283 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10385 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10284 <target state="translated">Ez egy távoli hozzászólás, ezért a törlés csak az Ön példányán lesz hatással.</target> 10386 <target state="translated">Ez egy távoli hozzászólás, ezért a törlés csak az Ön példányán lesz hatással.</target>
diff --git a/client/src/locale/angular.it-IT.xlf b/client/src/locale/angular.it-IT.xlf
index c6cdde161..25ba207ca 100644
--- a/client/src/locale/angular.it-IT.xlf
+++ b/client/src/locale/angular.it-IT.xlf
@@ -624,7 +624,7 @@
624 </context-group> 624 </context-group>
625 625
626 626
627 <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><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> 627 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
628 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 628 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
629 <source>Private</source> 629 <source>Private</source>
630 <target>Privato</target> 630 <target>Privato</target>
@@ -634,12 +634,12 @@
634 634
635 635
636 636
637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</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> 637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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>
638 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 638 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
639 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 639 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
640 <target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 640 <target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
641 641
642 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 642 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
643 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 643 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
644 <source>Blacklisted</source> 644 <source>Blacklisted</source>
645 <target>In lista nera</target> 645 <target>In lista nera</target>
@@ -647,7 +647,7 @@
647 <context context-type="linenumber">42</context> 647 <context context-type="linenumber">42</context>
648 </context-group> 648 </context-group>
649 649
650 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 650 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
651 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 651 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
652 <source>Sensitive</source> 652 <source>Sensitive</source>
653 <target> 653 <target>
@@ -657,7 +657,7 @@
657 <context context-type="linenumber">46</context> 657 <context context-type="linenumber">46</context>
658 </context-group> 658 </context-group>
659 659
660 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 660 <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>
661 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 661 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
662 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 662 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
663 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 663 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -716,7 +716,7 @@
716 716
717 717
718 718
719 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit> 719 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
720 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 720 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
721 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 721 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
722 <target>Eliminato da <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 722 <target>Eliminato da <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -764,7 +764,7 @@
764 764
765 765
766 766
767 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 767 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
768 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 768 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
769 <source>Truncated preview</source> 769 <source>Truncated preview</source>
770 <target>Anteprima parziale</target> 770 <target>Anteprima parziale</target>
@@ -962,7 +962,7 @@
962 962
963 963
964 964
965 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit> 965 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
966 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 966 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
967 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 967 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
968 <target>HTTP import (YouTube, Vimeo, direct URL...)</target> 968 <target>HTTP import (YouTube, Vimeo, direct URL...)</target>
@@ -1106,7 +1106,7 @@
1106 1106
1107 1107
1108 1108
1109 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1109 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1110 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1110 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1111 <source>Ban this user</source> 1111 <source>Ban this user</source>
1112 <target>Espelli questo utente</target> 1112 <target>Espelli questo utente</target>
@@ -1123,14 +1123,7 @@
1123 </context-group> 1123 </context-group>
1124 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group> 1124 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group>
1125 </trans-unit> 1125 </trans-unit>
1126 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 1126
1127 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1128 <target state="new">(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1129 <context-group purpose="location">
1130 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
1131 <context context-type="linenumber">12</context>
1132 </context-group>
1133 </trans-unit>
1134 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1127 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1135 <source>Login</source> 1128 <source>Login</source>
1136 <target> 1129 <target>
@@ -1271,7 +1264,7 @@
1271 1264
1272 1265
1273 1266
1274 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1267 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1275 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1268 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1276 <source>Email address</source> 1269 <source>Email address</source>
1277 <target>Indirizzo email</target> 1270 <target>Indirizzo email</target>
@@ -1670,15 +1663,9 @@
1670 </context-group> 1663 </context-group>
1671 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1664 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1672 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1665 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1673 <context-group purpose="location"> 1666
1674 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1667
1675 <context context-type="linenumber">36</context> 1668 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1676 </context-group>
1677 <context-group purpose="location">
1678 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1679 <context context-type="linenumber">158</context>
1680 </context-group>
1681 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1682 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1669 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1683 <context-group purpose="location"> 1670 <context-group purpose="location">
1684 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1671 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1713,41 +1700,26 @@
1713 <source>Help</source> 1700 <source>Help</source>
1714 <target state="new">Help</target> 1701 <target state="new">Help</target>
1715 1702
1716 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1703 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1717 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1704 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1718 <context-group purpose="location"> 1705
1719 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1706 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1720 <context context-type="linenumber">167</context>
1721 </context-group>
1722 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1723 <source>Shortcuts</source><target state="new">Shortcuts</target> 1707 <source>Shortcuts</source><target state="new">Shortcuts</target>
1724 <context-group purpose="location"> 1708
1725 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1709 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1726 <context context-type="linenumber">168</context>
1727 </context-group>
1728 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1729 <source> 1710 <source>
1730 powered by PeerTube 1711 powered by PeerTube
1731 </source><target state="new"> 1712 </source><target state="new">
1732 powered by PeerTube 1713 powered by PeerTube
1733 </target> 1714 </target>
1734 <context-group purpose="location"> 1715
1735 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1716 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1736 <context context-type="linenumber">172</context>
1737 </context-group>
1738 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1739 <source>PeerTube website</source><target state="new">PeerTube website</target> 1717 <source>PeerTube website</source><target state="new">PeerTube website</target>
1740 <context-group purpose="location"> 1718
1741 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1719 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1742 <context context-type="linenumber">172</context>
1743 </context-group>
1744 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1745 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1720 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1746 <context-group purpose="location"> 1721
1747 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1722 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1748 <context context-type="linenumber">171</context>
1749 </context-group>
1750 </trans-unit>
1751 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1723 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1752 <source>Log out</source> 1724 <source>Log out</source>
1753 <target>Disconnetti</target> 1725 <target>Disconnetti</target>
@@ -1865,17 +1837,8 @@
1865 1837
1866 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1838 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1867 <source>Contact</source><target state="new">Contact</target> 1839 <source>Contact</source><target state="new">Contact</target>
1868 <context-group purpose="location"> 1840
1869 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1841 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1870 <context context-type="linenumber">154</context>
1871 </context-group>
1872 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1873 <source>Terms of Service</source><target state="new">Terms of Service</target>
1874 <context-group purpose="location">
1875 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1876 <context context-type="linenumber">155</context>
1877 </context-group>
1878 </trans-unit>
1879 1842
1880 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1843 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1881 <source>View your notifications</source> 1844 <source>View your notifications</source>
@@ -2334,7 +2297,7 @@
2334 2297
2335 2298
2336 2299
2337 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2300 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2338 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2301 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2339 <source>Privacy</source> 2302 <source>Privacy</source>
2340 <target>Privacy</target> 2303 <target>Privacy</target>
@@ -2348,37 +2311,19 @@
2348 2311
2349 2312
2350 2313
2351 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2314 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2352 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
2353 <context-group purpose="location">
2354 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2355 <context context-type="linenumber">164</context>
2356 </context-group>
2357 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2358 <source>FAQ</source><target state="new">FAQ</target> 2315 <source>FAQ</source><target state="new">FAQ</target>
2359 <context-group purpose="location"> 2316
2360 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2317 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2361 <context context-type="linenumber">165</context>
2362 </context-group>
2363 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2364 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 2318 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
2365 <context-group purpose="location"> 2319
2366 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2320 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2367 <context context-type="linenumber">165</context>
2368 </context-group>
2369 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2370 <source>API</source><target state="new">API</target> 2321 <source>API</source><target state="new">API</target>
2371 <context-group purpose="location"> 2322
2372 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2323 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2373 <context context-type="linenumber">166</context>
2374 </context-group>
2375 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2376 <source>API documentation</source><target state="new">API documentation</target> 2324 <source>API documentation</source><target state="new">API documentation</target>
2377 <context-group purpose="location"> 2325
2378 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2326 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2379 <context context-type="linenumber">166</context>
2380 </context-group>
2381 </trans-unit>
2382 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2327 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2383 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2328 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2384 <target>Programma la pubblicazione (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2329 <target>Programma la pubblicazione (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2597,7 +2542,7 @@
2597 2542
2598 2543
2599 2544
2600 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit> 2545 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2601 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2546 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2602 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2547 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2603 <target> 2548 <target>
@@ -2614,11 +2559,11 @@
2614 <context-group name="null"> 2559 <context-group name="null">
2615 <context context-type="linenumber">17</context> 2560 <context context-type="linenumber">17</context>
2616 </context-group> 2561 </context-group>
2617 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group> 2562
2618 <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">74</context></context-group> 2563
2619 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group> 2564
2620 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group> 2565
2621 </trans-unit> 2566 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2622 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2567 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2623 <source>Select the file to upload</source> 2568 <source>Select the file to upload</source>
2624 <target>Seleziona il file da caricare</target> 2569 <target>Seleziona il file da caricare</target>
@@ -2633,16 +2578,13 @@
2633 <context-group name="null"> 2578 <context-group name="null">
2634 <context context-type="linenumber">25</context> 2579 <context context-type="linenumber">25</context>
2635 </context-group> 2580 </context-group>
2636 <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">25</context></context-group> 2581
2637 </trans-unit> 2582 <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">24</context></context-group></trans-unit>
2638 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2583 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2639 <source>Video background image</source> 2584 <source>Video background image</source>
2640 <target state="new">Video background image</target> 2585 <target state="new">Video background image</target>
2641 <context-group purpose="location"> 2586
2642 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2587 <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">31</context></context-group></trans-unit>
2643 <context context-type="linenumber">32</context>
2644 </context-group>
2645 </trans-unit>
2646 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2588 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2647 <source> 2589 <source>
2648 Image that will be merged with your audio file. 2590 Image that will be merged with your audio file.
@@ -2654,27 +2596,15 @@
2654 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2596 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2655 The chosen image will be definitive and cannot be modified. 2597 The chosen image will be definitive and cannot be modified.
2656 </target> 2598 </target>
2657 <context-group purpose="location"> 2599
2658 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2600 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2659 <context context-type="linenumber">34</context>
2660 </context-group>
2661 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2662 <source>Processing…</source><target state="new">Processing…</target> 2601 <source>Processing…</source><target state="new">Processing…</target>
2663 <context-group purpose="location"> 2602
2664 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2603 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2665 <context context-type="linenumber">56</context>
2666 </context-group>
2667 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2668 <source>Total video quota</source><target state="new">Total video quota</target> 2604 <source>Total video quota</source><target state="new">Total video quota</target>
2669 <context-group purpose="location"> 2605
2670 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2606
2671 <context context-type="linenumber">54</context> 2607 <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">53</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">11</context></context-group></trans-unit>
2672 </context-group>
2673 <context-group purpose="location">
2674 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2675 <context context-type="linenumber">11</context>
2676 </context-group>
2677 </trans-unit>
2678 <trans-unit id="6357683911e256c566259880de43ea9403de00d3"> 2608 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2679 <source>Congratulations! Your video is now available in your private library.</source> 2609 <source>Congratulations! Your video is now available in your private library.</source>
2680 <target> 2610 <target>
@@ -2684,7 +2614,7 @@
2684 <context context-type="linenumber">66</context> 2614 <context context-type="linenumber">66</context>
2685 </context-group> 2615 </context-group>
2686 2616
2687 <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">68</context></context-group></trans-unit> 2617 <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">67</context></context-group></trans-unit>
2688 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2618 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2689 <source>Publish will be available when upload is finished</source> 2619 <source>Publish will be available when upload is finished</source>
2690 <target>La pubblicazione sarà possibile quando il caricamento sarà completato</target> 2620 <target>La pubblicazione sarà possibile quando il caricamento sarà completato</target>
@@ -2692,7 +2622,7 @@
2692 <context context-type="linenumber">79</context> 2622 <context context-type="linenumber">79</context>
2693 </context-group> 2623 </context-group>
2694 2624
2695 <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">81</context></context-group></trans-unit> 2625 <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">80</context></context-group></trans-unit>
2696 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2626 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2697 <source>Publish</source> 2627 <source>Publish</source>
2698 <target>Pubblica</target> 2628 <target>Pubblica</target>
@@ -2700,7 +2630,7 @@
2700 <context context-type="linenumber">86</context> 2630 <context context-type="linenumber">86</context>
2701 </context-group> 2631 </context-group>
2702 2632
2703 <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">88</context></context-group></trans-unit> 2633 <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">87</context></context-group></trans-unit>
2704 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2634 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2705 <source>Select the torrent to import</source> 2635 <source>Select the torrent to import</source>
2706 <target>Seleziona il file torrent da importare</target> 2636 <target>Seleziona il file torrent da importare</target>
@@ -2708,23 +2638,22 @@
2708 <context context-type="linenumber">6</context> 2638 <context context-type="linenumber">6</context>
2709 </context-group> 2639 </context-group>
2710 <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">6</context></context-group> 2640 <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">6</context></context-group>
2711 </trans-unit> 2641 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2712 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2642 <source>OR</source><target state="new">OR</target>
2713 <source>Or</source> 2643 <context-group purpose="location">
2714 <target>O</target> 2644 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2715 <context-group name="null"> 2645 <context context-type="linenumber">10</context>
2716 <context context-type="linenumber">11</context>
2717 </context-group> 2646 </context-group>
2718 <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">11</context></context-group>
2719 </trans-unit> 2647 </trans-unit>
2648
2720 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2649 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2721 <source>Paste magnet URI</source> 2650 <source>Paste magnet URI</source>
2722 <target>Incolla un magnet URI</target> 2651 <target>Incolla un magnet URI</target>
2723 <context-group name="null"> 2652 <context-group name="null">
2724 <context context-type="linenumber">14</context> 2653 <context context-type="linenumber">14</context>
2725 </context-group> 2654 </context-group>
2726 <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> 2655
2727 </trans-unit> 2656 <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">13</context></context-group></trans-unit>
2728 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2657 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2729 <source> 2658 <source>
2730 You can import any torrent file that points to a mp4 file. 2659 You can import any torrent file that points to a mp4 file.
@@ -2734,11 +2663,8 @@
2734 You can import any torrent file that points to a mp4 file. 2663 You can import any torrent file that points to a mp4 file.
2735 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. 2664 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.
2736 </target> 2665 </target>
2737 <context-group purpose="location"> 2666
2738 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2667 <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">16</context></context-group></trans-unit>
2739 <context context-type="linenumber">17</context>
2740 </context-group>
2741 </trans-unit>
2742 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2668 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2743 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2669 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2744 <target> 2670 <target>
@@ -2747,8 +2673,8 @@
2747 <context-group name="null"> 2673 <context-group name="null">
2748 <context context-type="linenumber">57</context> 2674 <context context-type="linenumber">57</context>
2749 </context-group> 2675 </context-group>
2750 <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> 2676
2751 </trans-unit> 2677 <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">56</context></context-group></trans-unit>
2752 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2678 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2753 <source> 2679 <source>
2754 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. 2680 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.
@@ -3075,10 +3001,10 @@
3075 <context-group name="null"> 3001 <context-group name="null">
3076 <context context-type="linenumber">63</context> 3002 <context context-type="linenumber">63</context>
3077 </context-group> 3003 </context-group>
3078 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group> 3004
3079 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group> 3005
3080 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">63</context></context-group> 3006
3081 </trans-unit> 3007 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit>
3082 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 3008 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
3083 <source>Subscribe</source> 3009 <source>Subscribe</source>
3084 <target state="new">Subscribe</target> 3010 <target state="new">Subscribe</target>
@@ -3166,7 +3092,7 @@
3166 <context context-type="linenumber">215</context> 3092 <context context-type="linenumber">215</context>
3167 </context-group> 3093 </context-group>
3168 3094
3169 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 3095 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3170 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3096 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3171 <source>Get more information</source> 3097 <source>Get more information</source>
3172 <target>Ottieni più informazioni</target> 3098 <target>Ottieni più informazioni</target>
@@ -3250,29 +3176,20 @@
3250 <target state="new"> 3176 <target state="new">
3251 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 3177 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
3252 </target> 3178 </target>
3253 <context-group purpose="location"> 3179
3254 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3180 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3255 <context context-type="linenumber">77</context>
3256 </context-group>
3257 </trans-unit>
3258 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3181 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3259 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3182 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3260 <target state="new"> 3183 <target state="new">
3261 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 3184 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
3262 </target> 3185 </target>
3263 <context-group purpose="location"> 3186
3264 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3187 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3265 <context context-type="linenumber">80</context>
3266 </context-group>
3267 </trans-unit>
3268 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3188 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3269 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3189 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3270 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 3190 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
3271 <context-group purpose="location"> 3191
3272 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3192 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3273 <context context-type="linenumber">84</context>
3274 </context-group>
3275 </trans-unit>
3276 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3193 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3277 <source>Comments are disabled.</source> 3194 <source>Comments are disabled.</source>
3278 <target> 3195 <target>
@@ -3281,8 +3198,8 @@
3281 <context-group name="null"> 3198 <context-group name="null">
3282 <context context-type="linenumber">64</context> 3199 <context context-type="linenumber">64</context>
3283 </context-group> 3200 </context-group>
3284 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 3201
3285 </trans-unit> 3202 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3286 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3203 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3287 <source>Add comment...</source> 3204 <source>Add comment...</source>
3288 <target>Aggiungi commento...</target> 3205 <target>Aggiungi commento...</target>
@@ -3381,72 +3298,52 @@
3381 </context-group> 3298 </context-group>
3382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3383 </trans-unit> 3300 </trans-unit>
3384 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 3301
3385 <source>Follow</source>
3386 <target>Segui</target>
3387 <context-group name="null">
3388 <context context-type="linenumber">7</context>
3389 </context-group>
3390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3391 </trans-unit>
3392 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3302 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3393 <source>Followers</source> 3303 <source>Followers</source>
3394 <target>Chi ti segue</target> 3304 <target>Chi ti segue</target>
3395 <context-group name="null"> 3305 <context-group name="null">
3396 <context context-type="linenumber">3</context> 3306 <context context-type="linenumber">3</context>
3397 </context-group> 3307 </context-group>
3398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 3308
3399 </trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3309 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3400 <source>Video redundancies</source><target state="new">Video redundancies</target> 3310 <source>Video redundancies</source><target state="new">Video redundancies</target>
3401 <context-group purpose="location"> 3311
3402 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3312 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3403 <context context-type="linenumber">11</context>
3404 </context-group>
3405 </trans-unit>
3406 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 3313 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
3407 <source>1 host (without "http://") per line</source> 3314 <source>1 host (without "http://") per line</source>
3408 <target>1 host (senza "http://") per riga</target> 3315 <target>1 host (senza "http://") per riga</target>
3409 <context-group name="null"> 3316 <context-group name="null">
3410 <context context-type="linenumber">5</context> 3317 <context context-type="linenumber">5</context>
3411 </context-group> 3318 </context-group>
3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">5</context></context-group> 3319
3413 </trans-unit> 3320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3414 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507"> 3321 <source>Follow domain</source><target state="new">Follow domain</target>
3415 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3322 <context-group purpose="location">
3416 <target> 3323 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3417 Sembra che tu non sia su un server HTTPS. Il tuo web server ha bisogno di avere TLS attivato per poter seguire altri servers. 3324 <context context-type="linenumber">15</context>
3418 </target>
3419 <context-group name="null">
3420 <context context-type="linenumber">17</context>
3421 </context-group>
3422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">17</context></context-group>
3423 </trans-unit>
3424 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
3425 <source>Add following</source>
3426 <target>Aggiungi 'sta seguendo'</target>
3427 <context-group name="null">
3428 <context context-type="linenumber">21</context>
3429 </context-group> 3325 </context-group>
3430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group>
3431 </trans-unit> 3326 </trans-unit>
3327
3328
3432 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3329 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3433 <source>Filter...</source> 3330 <source>Filter...</source>
3434 <target>Filtra...</target> 3331 <target>Filtra...</target>
3435 <context-group name="null"> 3332 <context-group name="null">
3436 <context context-type="linenumber">27</context> 3333 <context context-type="linenumber">27</context>
3437 </context-group> 3334 </context-group>
3438 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</context></context-group> 3335
3439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">9</context></context-group> 3336
3440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">27</context></context-group> 3337
3441 </trans-unit> 3338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3442 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3339 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3443 <source>ID</source> 3340 <source>ID</source>
3444 <target>ID</target> 3341 <target>ID</target>
3445 <context-group name="null"> 3342 <context-group name="null">
3446 <context context-type="linenumber">18</context> 3343 <context context-type="linenumber">18</context>
3447 </context-group> 3344 </context-group>
3448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 3345
3449 </trans-unit> 3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3450 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3347 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3451 <source>Follower handle</source> 3348 <source>Follower handle</source>
3452 <target state="new">Follower handle</target> 3349 <target state="new">Follower handle</target>
@@ -3458,80 +3355,65 @@
3458 <context-group name="null"> 3355 <context-group name="null">
3459 <context context-type="linenumber">10</context> 3356 <context context-type="linenumber">10</context>
3460 </context-group> 3357 </context-group>
3461 <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
3462 <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> 3359
3463 </trans-unit> 3360 <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>
3464 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3361 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3465 <source>Delayed.</source> 3362 <source>Delayed.</source>
3466 <target state="new">Delayed.</target> 3363 <target state="new">Delayed.</target>
3467 <context-group purpose="location"> 3364
3468 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3469 <context context-type="linenumber">42</context>
3470 </context-group>
3471 </trans-unit>
3472 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3366 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3473 <source>Will start soon...</source> 3367 <source>Will start soon...</source>
3474 <target state="new">Will start soon...</target> 3368 <target state="new">Will start soon...</target>
3475 <context-group purpose="location"> 3369
3476 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3370 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3477 <context context-type="linenumber">43</context>
3478 </context-group>
3479 </trans-unit>
3480 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3371 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3481 <source>Running...</source> 3372 <source>Running...</source>
3482 <target state="new">Running...</target> 3373 <target state="new">Running...</target>
3483 <context-group purpose="location"> 3374
3484 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3485 <context context-type="linenumber">44</context>
3486 </context-group>
3487 </trans-unit>
3488 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3376 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3489 <source>Finished</source> 3377 <source>Finished</source>
3490 <target state="new">Finished</target> 3378 <target state="new">Finished</target>
3491 <context-group purpose="location"> 3379
3492 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3493 <context context-type="linenumber">45</context>
3494 </context-group>
3495 </trans-unit>
3496 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3381 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3497 <source>Failed</source> 3382 <source>Failed</source>
3498 <target state="new">Failed</target> 3383 <target state="new">Failed</target>
3499 <context-group purpose="location"> 3384
3500 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3501 <context context-type="linenumber">46</context>
3502 </context-group>
3503 </trans-unit>
3504 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3386 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3505 <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> 3387 <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>
3506 <target>Creato <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> 3388 <target>Creato <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>
3507 <context-group name="null"> 3389 <context-group name="null">
3508 <context context-type="linenumber">11</context> 3390 <context context-type="linenumber">11</context>
3509 </context-group> 3391 </context-group>
3510 <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> 3392
3511 <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> 3393
3512 <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> 3394
3513 <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> 3395
3514 <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> 3396
3515 <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> 3397
3516 </trans-unit> 3398 <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">24</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">46</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">11</context></context-group><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><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>
3517 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3399 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3518 <source>Accepted</source> 3400 <source>Accepted</source>
3519 <target>Accettato</target> 3401 <target>Accettato</target>
3520 <context-group name="null"> 3402 <context-group name="null">
3521 <context context-type="linenumber">32</context> 3403 <context context-type="linenumber">32</context>
3522 </context-group> 3404 </context-group>
3523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3405
3524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3406
3525 </trans-unit> 3407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3526 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3408 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3527 <source>Pending</source> 3409 <source>Pending</source>
3528 <target>In attesa</target> 3410 <target>In attesa</target>
3529 <context-group name="null"> 3411 <context-group name="null">
3530 <context context-type="linenumber">33</context> 3412 <context context-type="linenumber">33</context>
3531 </context-group> 3413 </context-group>
3532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3414
3533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3415
3534 </trans-unit> 3416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3535 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3417 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3536 <source>Accept</source> 3418 <source>Accept</source>
3537 <target>Accetta</target> 3419 <target>Accetta</target>
@@ -3549,6 +3431,12 @@
3549 </context-group> 3431 </context-group>
3550 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3432 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3551 <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">42</context></context-group> 3433 <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">42</context></context-group>
3434 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3435 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3436 <context-group purpose="location">
3437 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3438 <context context-type="linenumber">3</context>
3439 </context-group>
3552 </trans-unit> 3440 </trans-unit>
3553 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 3441 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3554 <source>Host</source> 3442 <source>Host</source>
@@ -3556,20 +3444,29 @@
3556 <context-group name="null"> 3444 <context-group name="null">
3557 <context context-type="linenumber">19</context> 3445 <context context-type="linenumber">19</context>
3558 </context-group> 3446 </context-group>
3559 <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> 3447
3560 </trans-unit> 3448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3561 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3449 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3562 <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> 3450 <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>
3563 <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> 3451 <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>
3452
3453 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3454 <source>Follow domains</source><target state="new">Follow domains</target>
3564 <context-group purpose="location"> 3455 <context-group purpose="location">
3565 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3456 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3566 <context context-type="linenumber">21</context> 3457 <context context-type="linenumber">50</context>
3567 </context-group> 3458 </context-group>
3568 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3459 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3569 <source>Video redundancies list</source><target state="new">Video redundancies list</target> 3460 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3570 <context-group purpose="location"> 3461 <context-group purpose="location">
3571 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3462 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3572 <context context-type="linenumber">2</context> 3463 <context context-type="linenumber">7</context>
3464 </context-group>
3465 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3466 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3467 <context-group purpose="location">
3468 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3469 <context context-type="linenumber">8</context>
3573 </context-group> 3470 </context-group>
3574 </trans-unit> 3471 </trans-unit>
3575 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 3472 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
@@ -3634,7 +3531,7 @@
3634 3531
3635 3532
3636 3533
3637 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3534 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3638 <source> 3535 <source>
3639 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3536 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3640 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3537 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3730,31 +3627,38 @@
3730 <context-group name="null"> 3627 <context-group name="null">
3731 <context context-type="linenumber">19</context> 3628 <context context-type="linenumber">19</context>
3732 </context-group> 3629 </context-group>
3733 <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> 3630
3734 </trans-unit> 3631 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3735 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3632 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3736 <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> 3633 <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>
3737 <target>Nome utente <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> 3634 <target>Nome utente <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>
3738 <context-group name="null"> 3635 <context-group name="null">
3739 <context context-type="linenumber">40</context> 3636 <context context-type="linenumber">40</context>
3740 </context-group> 3637 </context-group>
3741 <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> 3638
3742 </trans-unit> 3639 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3743 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3640 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3744 <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> 3641 <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>
3745 <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> 3642 <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>
3746 <context-group purpose="location"> 3643
3747 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3644 <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></trans-unit>
3748 <context context-type="linenumber">42</context>
3749 </context-group>
3750 </trans-unit>
3751 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3645 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3752 <source>(banned)</source> 3646 <source>(banned)</source>
3753 <target>(espulso)</target> 3647 <target>(espulso)</target>
3754 <context-group name="null"> 3648 <context-group name="null">
3755 <context context-type="linenumber">65</context> 3649 <context context-type="linenumber">65</context>
3756 </context-group> 3650 </context-group>
3757 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group> 3651
3652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3653 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3654 <context-group purpose="location">
3655 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3656 <context context-type="linenumber">65</context>
3657 </context-group>
3658 <context-group purpose="location">
3659 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3660 <context context-type="linenumber">27</context>
3661 </context-group>
3758 </trans-unit> 3662 </trans-unit>
3759 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3663 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3760 <source>User's email must be verified to login</source> 3664 <source>User's email must be verified to login</source>
@@ -3762,23 +3666,29 @@
3762 <context-group name="null"> 3666 <context-group name="null">
3763 <context context-type="linenumber">72</context> 3667 <context context-type="linenumber">72</context>
3764 </context-group> 3668 </context-group>
3765 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group> 3669
3766 </trans-unit> 3670 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3767 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3671 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3768 <source>User's email is verified / User can login without email verification</source> 3672 <source>User's email is verified / User can login without email verification</source>
3769 <target>L'indirizzo dell'utente è verificato/L'utente può accedere senza verifica dell'indirizzo</target> 3673 <target>L'indirizzo dell'utente è verificato/L'utente può accedere senza verifica dell'indirizzo</target>
3770 <context-group name="null"> 3674 <context-group name="null">
3771 <context context-type="linenumber">76</context> 3675 <context context-type="linenumber">76</context>
3772 </context-group> 3676 </context-group>
3773 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group> 3677
3774 </trans-unit> 3678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3775 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3679 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3776 <source>Ban reason:</source> 3680 <source>Ban reason:</source>
3777 <target>Motivo espulsione:</target> 3681 <target>Motivo espulsione:</target>
3778 <context-group name="null"> 3682 <context-group name="null">
3779 <context context-type="linenumber">95</context> 3683 <context context-type="linenumber">95</context>
3780 </context-group> 3684 </context-group>
3781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group> 3685
3686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3687 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3688 <context-group purpose="location">
3689 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3690 <context context-type="linenumber">15</context>
3691 </context-group>
3782 </trans-unit> 3692 </trans-unit>
3783 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3693 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
3784 <source>Moderation</source> 3694 <source>Moderation</source>
@@ -3828,6 +3738,12 @@
3828 <context context-type="linenumber">13</context> 3738 <context context-type="linenumber">13</context>
3829 </context-group> 3739 </context-group>
3830 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3741 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3742 <source>Video <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">Video <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>
3743 <context-group purpose="location">
3744 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3745 <context context-type="linenumber">10</context>
3746 </context-group>
3831 </trans-unit> 3747 </trans-unit>
3832 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3748 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3833 <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> 3749 <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>
@@ -3836,85 +3752,85 @@
3836 <context context-type="linenumber">8</context> 3752 <context context-type="linenumber">8</context>
3837 </context-group> 3753 </context-group>
3838 3754
3839 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><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">8</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3840 <source>Video URL</source><target state="new">Video URL</target> 3756 <source>Video URL</source><target state="new">Video URL</target>
3841 <context-group purpose="location"> 3757
3842 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3758 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3843 <context context-type="linenumber">24</context>
3844 </context-group>
3845 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3846 <source>Total size</source><target state="new">Total size</target> 3759 <source>Total size</source><target state="new">Total size</target>
3760
3761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3762 <source>List redundancies</source><target state="new">List redundancies</target>
3847 <context-group purpose="location"> 3763 <context-group purpose="location">
3848 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3764 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3849 <context context-type="linenumber">25</context> 3765 <context context-type="linenumber">33</context>
3850 </context-group> 3766 </context-group>
3851 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3767 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3852 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3768 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3853 <context-group purpose="location"> 3769
3854 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3855 <context context-type="linenumber">69</context>
3856 </context-group>
3857 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3858 <source> 3771 <source>
3859 No redundancy strategy is enabled on your instance. 3772 No redundancy strategy is enabled on your instance.
3860 </source><target state="new"> 3773 </source><target state="new">
3861 No redundancy strategy is enabled on your instance. 3774 No redundancy strategy is enabled on your instance.
3862 </target> 3775 </target>
3863 <context-group purpose="location"> 3776
3864 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3865 <context context-type="linenumber">73</context>
3866 </context-group>
3867 </trans-unit>
3868 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3778 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3869 <source>Sensitive</source> 3779 <source>Sensitive</source>
3870 <target>Sensibile</target> 3780 <target>Sensibile</target>
3871 <context-group name="null"> 3781 <context-group name="null">
3872 <context context-type="linenumber">9</context> 3782 <context context-type="linenumber">9</context>
3873 </context-group> 3783 </context-group>
3874 <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">9</context></context-group> 3784
3875 </trans-unit> 3785 <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">11</context></context-group></trans-unit>
3876 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3786 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3877 <source>Unfederated</source> 3787 <source>Unfederated</source>
3878 <target>Non federato</target> 3788 <target>Non federato</target>
3879 <context-group name="null"> 3789 <context-group name="null">
3880 <context context-type="linenumber">10</context> 3790 <context context-type="linenumber">10</context>
3881 </context-group> 3791 </context-group>
3882 <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> 3792
3883 </trans-unit> 3793 <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">12</context></context-group></trans-unit>
3884 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3794 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3885 <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> 3795 <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>
3886 <target>Data <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> 3796 <target>Data <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>
3887 <context-group name="null"> 3797 <context-group name="null">
3888 <context context-type="linenumber">11</context> 3798 <context context-type="linenumber">11</context>
3889 </context-group> 3799 </context-group>
3890 <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">11</context></context-group> 3800
3891 </trans-unit> 3801 <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">13</context></context-group></trans-unit>
3892 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3802 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3893 <source>Go to the video</source> 3803 <source>Go to the video</source>
3894 <target>Vai al video</target> 3804 <target>Vai al video</target>
3895 <context-group name="null"> 3805 <context-group name="null">
3896 <context context-type="linenumber">33</context> 3806 <context context-type="linenumber">33</context>
3897 </context-group> 3807 </context-group>
3898 <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">25</context></context-group> 3808
3899 <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">33</context></context-group> 3809
3900 <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">33</context></context-group> 3810
3901 </trans-unit> 3811 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3902 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3812 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3903 <source>Actions</source> 3813 <source>Actions</source>
3904 <target>Azioni</target> 3814 <target>Azioni</target>
3905 <context-group name="null"> 3815 <context-group name="null">
3906 <context context-type="linenumber">44</context> 3816 <context context-type="linenumber">44</context>
3907 </context-group> 3817 </context-group>
3908 <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">35</context></context-group> 3818
3909 <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">44</context></context-group> 3819
3910 </trans-unit> 3820 <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">38</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">57</context></context-group></trans-unit>
3911 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3821 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3912 <source>Blacklist reason:</source> 3822 <source>Blacklist reason:</source>
3913 <target>motivo per essere in lista nera:</target> 3823 <target>motivo per essere in lista nera:</target>
3914 <context-group name="null"> 3824 <context-group name="null">
3915 <context context-type="linenumber">43</context> 3825 <context context-type="linenumber">43</context>
3916 </context-group> 3826 </context-group>
3917 <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">43</context></context-group> 3827
3828 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3829 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3830 <context-group purpose="location">
3831 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3832 <context context-type="linenumber">5</context>
3833 </context-group>
3918 </trans-unit> 3834 </trans-unit>
3919 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 3835 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
3920 <source>Moderation comment</source> 3836 <source>Moderation comment</source>
@@ -3932,8 +3848,8 @@
3932 <context-group name="null"> 3848 <context-group name="null">
3933 <context context-type="linenumber">18</context> 3849 <context context-type="linenumber">18</context>
3934 </context-group> 3850 </context-group>
3935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">18</context></context-group> 3851
3936 </trans-unit> 3852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3937 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3853 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3938 <source>Update this comment</source> 3854 <source>Update this comment</source>
3939 <target>Modifica questo commento</target> 3855 <target>Modifica questo commento</target>
@@ -3941,24 +3857,30 @@
3941 <context context-type="linenumber">26</context> 3857 <context context-type="linenumber">26</context>
3942 </context-group> 3858 </context-group>
3943 3859
3944 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3945 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3861 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3946 <source>Reporter</source> 3862 <source>Reporter</source>
3947 <target>Chi ha segnalato</target> 3863 <target>Chi ha segnalato</target>
3948 <context-group name="null"> 3864 <context-group name="null">
3949 <context context-type="linenumber">8</context> 3865 <context context-type="linenumber">8</context>
3950 </context-group> 3866 </context-group>
3951 <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">8</context></context-group> 3867
3952 </trans-unit> 3868 <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">10</context></context-group></trans-unit>
3953 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3869 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3954 <source>Video</source> 3870 <source>Video</source>
3955 <target>Video</target> 3871 <target>Video</target>
3956 <context-group name="null"> 3872 <context-group name="null">
3957 <context context-type="linenumber">9</context> 3873 <context context-type="linenumber">9</context>
3958 </context-group> 3874 </context-group>
3959 <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">10</context></context-group> 3875
3960 <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">14</context></context-group> 3876
3961 <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> 3877
3878 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3879 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3880 <context-group purpose="location">
3881 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3882 <context context-type="linenumber">46</context>
3883 </context-group>
3962 </trans-unit> 3884 </trans-unit>
3963 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3885 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3964 <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> 3886 <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>
@@ -3966,10 +3888,10 @@
3966 <context-group name="null"> 3888 <context-group name="null">
3967 <context context-type="linenumber">11</context> 3889 <context context-type="linenumber">11</context>
3968 </context-group> 3890 </context-group>
3969 <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> 3891
3970 <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> 3892
3971 <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> 3893
3972 </trans-unit> 3894 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3973 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3895 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3974 <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> 3896 <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>
3975 <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> 3897 <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>
@@ -3984,25 +3906,30 @@
3984 <context-group name="null"> 3906 <context-group name="null">
3985 <context context-type="linenumber">27</context> 3907 <context context-type="linenumber">27</context>
3986 </context-group> 3908 </context-group>
3987 <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">25</context></context-group> 3909
3988 <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">27</context></context-group> 3910
3989 </trans-unit> 3911 <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">27</context></context-group></trans-unit>
3990 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3912 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
3991 <source>Reason:</source> 3913 <source>Reason:</source>
3992 <target>Motivo:</target> 3914 <target>Motivo:</target>
3993 <context-group name="null"> 3915 <context-group name="null">
3994 <context context-type="linenumber">53</context> 3916 <context context-type="linenumber">53</context>
3995 </context-group> 3917 </context-group>
3996 <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">53</context></context-group> 3918
3997 </trans-unit> 3919 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3998 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 3920 <source>Note:</source><target state="new">Note:</target>
3999 <source>Moderation comment:</source> 3921 <context-group purpose="location">
4000 <target>Commento di moderazione:</target> 3922 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4001 <context-group name="null"> 3923 <context context-type="linenumber">72</context>
4002 <context context-type="linenumber">57</context> 3924 </context-group>
3925 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3926 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3927 <context-group purpose="location">
3928 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3929 <context context-type="linenumber">5</context>
4003 </context-group> 3930 </context-group>
4004 <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">57</context></context-group>
4005 </trans-unit> 3931 </trans-unit>
3932
4006 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3933 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
4007 <source>Unblacklist</source> 3934 <source>Unblacklist</source>
4008 <target>Rimuovi dalla lista nera</target> 3935 <target>Rimuovi dalla lista nera</target>
@@ -4011,6 +3938,12 @@
4011 </context-group> 3938 </context-group>
4012 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 3939 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
4013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 3940 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3941 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3942 <source>Mute domain</source><target state="new">Mute domain</target>
3943 <context-group purpose="location">
3944 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3945 <context context-type="linenumber">11</context>
3946 </context-group>
4014 </trans-unit> 3947 </trans-unit>
4015 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3948 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
4016 <source>Instance</source> 3949 <source>Instance</source>
@@ -4022,28 +3955,50 @@
4022 3955
4023 3956
4024 3957
4025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
4026 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3959 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4027 <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> 3960 <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>
4028 <target>Silenziato a <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> 3961 <target>Silenziato a <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>
4029 <context-group name="null"> 3962 <context-group name="null">
4030 <context context-type="linenumber">13</context> 3963 <context context-type="linenumber">13</context>
4031 </context-group> 3964 </context-group>
4032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3965
4033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3966
4034 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3967
4035 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3968
4036 </trans-unit> 3969 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
4037 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 3970 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
4038 <source>Unmute</source> 3971 <source>Unmute</source>
4039 <target>Non silenziare più</target> 3972 <target>Non silenziare più</target>
4040 <context-group name="null"> 3973 <context-group name="null">
4041 <context context-type="linenumber">23</context> 3974 <context context-type="linenumber">23</context>
4042 </context-group> 3975 </context-group>
4043 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group> 3976
4044 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 3977
4045 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group> 3978
4046 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group> 3979
3980 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3981 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3982 <context-group purpose="location">
3983 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3984 <context context-type="linenumber">5</context>
3985 </context-group>
3986 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3987 <source>
3988 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3989 </source><target state="new">
3990 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3991 </target>
3992 <context-group purpose="location">
3993 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3994 <context context-type="linenumber">37</context>
3995 </context-group>
3996 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3997 <source>Mute domains</source><target state="new">Mute domains</target>
3998 <context-group purpose="location">
3999 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4000 <context context-type="linenumber">35</context>
4001 </context-group>
4047 </trans-unit> 4002 </trans-unit>
4048 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4003 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
4049 <source>Account</source> 4004 <source>Account</source>
@@ -4051,8 +4006,14 @@
4051 <context-group name="null"> 4006 <context-group name="null">
4052 <context context-type="linenumber">12</context> 4007 <context context-type="linenumber">12</context>
4053 </context-group> 4008 </context-group>
4054 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 4009
4055 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 4010
4011 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4012 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
4013 <context-group purpose="location">
4014 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4015 <context context-type="linenumber">5</context>
4016 </context-group>
4056 </trans-unit> 4017 </trans-unit>
4057 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 4018 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
4058 <source>Plugins/Themes</source> 4019 <source>Plugins/Themes</source>
@@ -4198,38 +4159,25 @@
4198 </context-group> 4159 </context-group>
4199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group> 4160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group>
4200 </trans-unit> 4161 </trans-unit>
4201 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 4162
4202 <source>Jobs list</source>
4203 <target>Lista operazioni in corso</target>
4204 <context-group name="null">
4205 <context context-type="linenumber">2</context>
4206 </context-group>
4207 <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>
4208 </trans-unit>
4209 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 4163 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4210 <source>Job type</source> 4164 <source>Job type</source>
4211 <target state="new">Job type</target> 4165 <target state="new">Job type</target>
4212 <context-group purpose="location"> 4166
4213 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
4214 <context context-type="linenumber">5</context>
4215 </context-group>
4216 </trans-unit>
4217 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 4168 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4218 <source>Job state</source> 4169 <source>Job state</source>
4219 <target state="new">Job state</target> 4170 <target state="new">Job state</target>
4220 <context-group purpose="location"> 4171
4221 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4222 <context context-type="linenumber">14</context>
4223 </context-group>
4224 </trans-unit>
4225 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4173 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
4226 <source>Type</source> 4174 <source>Type</source>
4227 <target>Tipo</target> 4175 <target>Tipo</target>
4228 <context-group name="null"> 4176 <context-group name="null">
4229 <context context-type="linenumber">19</context> 4177 <context context-type="linenumber">19</context>
4230 </context-group> 4178 </context-group>
4231 <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> 4179
4232 </trans-unit> 4180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4233 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 4181 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
4234 <source>Refresh</source> 4182 <source>Refresh</source>
4235 <target>Aggiorna</target> 4183 <target>Aggiorna</target>
@@ -4284,43 +4232,25 @@
4284 4232
4285 4233
4286 4234
4287 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4235 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4288 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4236 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4289 <context-group purpose="location"> 4237
4290 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4238 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4291 <context context-type="linenumber">46</context>
4292 </context-group>
4293 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4294 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 4239 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
4295 <context-group purpose="location"> 4240
4296 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4241 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4297 <context context-type="linenumber">43</context>
4298 </context-group>
4299 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4300 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 4242 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
4301 <context-group purpose="location"> 4243
4302 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4244 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4303 <context context-type="linenumber">57</context>
4304 </context-group>
4305 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4306 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 4245 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
4307 <context-group purpose="location"> 4246
4308 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4247 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4309 <context context-type="linenumber">54</context>
4310 </context-group>
4311 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4312 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 4248 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
4313 <context-group purpose="location"> 4249
4314 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4250 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4315 <context context-type="linenumber">68</context>
4316 </context-group>
4317 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4318 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 4251 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
4319 <context-group purpose="location"> 4252
4320 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4253 <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">66</context></context-group></trans-unit>
4321 <context context-type="linenumber">65</context>
4322 </context-group>
4323 </trans-unit>
4324 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 4254 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
4325 <source>Main languages you/your moderators speak</source> 4255 <source>Main languages you/your moderators speak</source>
4326 <target state="new">Main languages you/your moderators speak</target> 4256 <target state="new">Main languages you/your moderators speak</target>
@@ -4376,7 +4306,7 @@
4376 </context-group> 4306 </context-group>
4377 4307
4378 4308
4379 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 4309 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4380 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4310 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4381 <source>Blur thumbnails</source> 4311 <source>Blur thumbnails</source>
4382 <target>Miniature offuscate.</target> 4312 <target>Miniature offuscate.</target>
@@ -4385,7 +4315,7 @@
4385 </context-group> 4315 </context-group>
4386 4316
4387 4317
4388 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 4318 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4389 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4319 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4390 <source>Display</source> 4320 <source>Display</source>
4391 <target>Mostra</target> 4321 <target>Mostra</target>
@@ -4394,13 +4324,10 @@
4394 </context-group> 4324 </context-group>
4395 4325
4396 4326
4397 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4327 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4398 <source>Strategy</source><target state="new">Strategy</target> 4328 <source>Strategy</source><target state="new">Strategy</target>
4399 <context-group purpose="location"> 4329
4400 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4401 <context context-type="linenumber">22</context>
4402 </context-group>
4403 </trans-unit>
4404 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4331 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4405 <source>Terms</source> 4332 <source>Terms</source>
4406 <target>Termini</target> 4333 <target>Termini</target>
@@ -4410,72 +4337,72 @@
4410 4337
4411 4338
4412 4339
4413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 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">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4414 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 4341 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4415 <source>Code of conduct</source> 4342 <source>Code of conduct</source>
4416 <target state="new">Code of conduct</target> 4343 <target state="new">Code of conduct</target>
4417 4344
4418 4345
4419 4346
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">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 4347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4421 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 4348 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4422 <source>Moderation information</source> 4349 <source>Moderation information</source>
4423 <target state="new">Moderation information</target> 4350 <target state="new">Moderation information</target>
4424 4351
4425 4352
4426 4353
4427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 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">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4428 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 4355 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4429 4356
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">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4431 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 4358 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
4432 4359
4433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit> 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">154</context></context-group></trans-unit>
4434 4361
4435 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4362 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4436 <source>Who is behind the instance?</source> 4363 <source>Who is behind the instance?</source>
4437 <target state="new">Who is behind the instance?</target> 4364 <target state="new">Who is behind the instance?</target>
4438 4365
4439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4440 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 4367 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target>
4441 4368
4442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></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">161</context></context-group></trans-unit>
4443 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 4370 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4444 <source>Why did you create this instance?</source> 4371 <source>Why did you create this instance?</source>
4445 <target state="new">Why did you create this instance?</target> 4372 <target state="new">Why did you create this instance?</target>
4446 4373
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">171</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 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">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4448 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 4375 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4449 4376
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">172</context></context-group></trans-unit> 4377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit>
4451 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 4378 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4452 <source>How long do you plan to maintain this instance?</source> 4379 <source>How long do you plan to maintain this instance?</source>
4453 <target state="new">How long do you plan to maintain this instance?</target> 4380 <target state="new">How long do you plan to maintain this instance?</target>
4454 4381
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">182</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4456 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 4383 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target>
4457 4384
4458 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit> 4385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit>
4459 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4386 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4460 <source>How will you finance the PeerTube server?</source> 4387 <source>How will you finance the PeerTube server?</source>
4461 <target state="new">How will you finance the PeerTube server?</target> 4388 <target state="new">How will you finance the PeerTube server?</target>
4462 4389
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">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4464 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 4391 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
4465 4392
4466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 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">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4467 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 4394 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
4468 4395
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">208</context></context-group></trans-unit> 4396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit>
4470 4397
4471 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4398 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4472 <source>What server/hardware does the instance run on?</source> 4399 <source>What server/hardware does the instance run on?</source>
4473 <target state="new">What server/hardware does the instance run on?</target> 4400 <target state="new">What server/hardware does the instance run on?</target>
4474 4401
4475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 4402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4476 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4403 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4477 4404
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">215</context></context-group></trans-unit> 4405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit>
4479 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 4406 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4480 <source>Instance information</source> 4407 <source>Instance information</source>
4481 <target state="new">Instance information</target> 4408 <target state="new">Instance information</target>
@@ -4483,45 +4410,45 @@
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">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 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">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4484 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 4411 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
4485 4412
4486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4487 <source> 4414 <source>
4488 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4415 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4489 </source><target state="new"> 4416 </source><target state="new">
4490 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4417 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4491 </target> 4418 </target>
4492 4419
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">240</context></context-group></trans-unit> 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">241</context></context-group></trans-unit>
4494 4421
4495 4422
4496 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4423 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4497 <source>default</source> 4424 <source>default</source>
4498 <target state="new">default</target> 4425 <target state="new">default</target>
4499 4426
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">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4501 <source>Landing page</source><target state="new">Landing page</target> 4428 <source>Landing page</source><target state="new">Landing page</target>
4502 4429
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">262</context></context-group></trans-unit> 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">263</context></context-group></trans-unit>
4504 4431
4505 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4432 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4506 <source>Discover videos</source> 4433 <source>Discover videos</source>
4507 <target state="new">Discover videos</target> 4434 <target state="new">Discover videos</target>
4508 4435
4509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">265</context></context-group></trans-unit> 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">266</context></context-group></trans-unit>
4510 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4437 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4511 <source>Trending videos</source> 4438 <source>Trending videos</source>
4512 <target state="new">Trending videos</target> 4439 <target state="new">Trending videos</target>
4513 4440
4514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 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">267</context></context-group></trans-unit>
4515 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4442 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4516 <source>Most liked videos</source> 4443 <source>Most liked videos</source>
4517 <target state="new">Most liked videos</target> 4444 <target state="new">Most liked videos</target>
4518 4445
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">267</context></context-group></trans-unit> 4446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit>
4520 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4447 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4521 <source>Recently added videos</source> 4448 <source>Recently added videos</source>
4522 <target state="new">Recently added videos</target> 4449 <target state="new">Recently added videos</target>
4523 4450
4524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit> 4451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit>
4525 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4452 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4526 <source>Local videos</source> 4453 <source>Local videos</source>
4527 <target>Video locali</target> 4454 <target>Video locali</target>
@@ -4529,17 +4456,17 @@
4529 <context context-type="linenumber">223</context> 4456 <context context-type="linenumber">223</context>
4530 </context-group> 4457 </context-group>
4531 4458
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">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4533 <source>NEW USERS</source><target state="new">NEW USERS</target> 4460 <source>NEW USERS</source><target state="new">NEW USERS</target>
4534 4461
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">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4462 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4536 <source> 4463 <source>
4537 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4464 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4538 </source><target state="new"> 4465 </source><target state="new">
4539 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4466 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4540 </target> 4467 </target>
4541 4468
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">281</context></context-group></trans-unit> 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">282</context></context-group></trans-unit>
4543 4470
4544 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4471 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4545 <source>Signup enabled</source> 4472 <source>Signup enabled</source>
@@ -4548,7 +4475,7 @@
4548 <context context-type="linenumber">235</context> 4475 <context context-type="linenumber">235</context>
4549 </context-group> 4476 </context-group>
4550 4477
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">292</context></context-group></trans-unit> 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">293</context></context-group></trans-unit>
4552 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4479 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4553 <source>Signup requires email verification</source> 4480 <source>Signup requires email verification</source>
4554 <target>La registrazione richiede una verifica via email</target> 4481 <target>La registrazione richiede una verifica via email</target>
@@ -4556,7 +4483,7 @@
4556 <context context-type="linenumber">242</context> 4483 <context context-type="linenumber">242</context>
4557 </context-group> 4484 </context-group>
4558 4485
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">300</context></context-group></trans-unit> 4486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit>
4560 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4487 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4561 <source>Signup limit</source> 4488 <source>Signup limit</source>
4562 <target>Limite registrazioni</target> 4489 <target>Limite registrazioni</target>
@@ -4564,7 +4491,7 @@
4564 <context context-type="linenumber">247</context> 4491 <context context-type="linenumber">247</context>
4565 </context-group> 4492 </context-group>
4566 4493
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">304</context></context-group></trans-unit> 4494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit>
4568 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4495 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4569 <source>Users</source> 4496 <source>Users</source>
4570 <target>Utenti</target> 4497 <target>Utenti</target>
@@ -4653,79 +4580,91 @@
4653 <source>Default video quota per user</source> 4580 <source>Default video quota per user</source>
4654 <target state="new">Default video quota per user</target> 4581 <target state="new">Default video quota per user</target>
4655 4582
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">319</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">320</context></context-group></trans-unit>
4657 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4584 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4658 <source>Default daily upload limit per user</source> 4585 <source>Default daily upload limit per user</source>
4659 <target state="new">Default daily upload limit per user</target> 4586 <target state="new">Default daily upload limit per user</target>
4660 4587
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">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4662 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4589 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4663 4590
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">348</context></context-group></trans-unit> 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">349</context></context-group></trans-unit>
4665 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4592 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4666 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4593 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4667 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4594 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4668 4595
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">359</context></context-group></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">360</context></context-group></trans-unit>
4670 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4597 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4671 <source>Allow import with a torrent file or a magnet URI</source> 4598 <source>Allow import with a torrent file or a magnet URI</source>
4672 <target state="new">Allow import with a torrent file or a magnet URI</target> 4599 <target state="new">Allow import with a torrent file or a magnet URI</target>
4673 4600
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">366</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">367</context></context-group></trans-unit>
4675 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4602 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4676 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4603 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4677 4604
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">383</context></context-group></trans-unit> 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">384</context></context-group></trans-unit>
4679 4606
4680 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4607 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4681 <source>Blacklist new videos automatically</source> 4608 <source>Blacklist new videos automatically</source>
4682 <target state="new">Blacklist new videos automatically</target> 4609 <target state="new">Blacklist new videos automatically</target>
4683 4610
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">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4685 <source>FEDERATION</source><target state="new">FEDERATION</target> 4612 <source>FEDERATION</source><target state="new">FEDERATION</target>
4686 4613
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">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4688 <source> 4615 <source>
4689 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4616 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4690 </source><target state="new"> 4617 </source><target state="new">
4691 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4618 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4692 </target> 4619 </target>
4693 4620
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">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4695 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4622 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4696 4623
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">411</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">412</context></context-group></trans-unit>
4698 4625
4699 4626
4700 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4627 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4701 <source>Manually approve new instance followers</source> 4628 <source>Manually approve new instance followers</source>
4702 <target state="new">Manually approve new instance followers</target> 4629 <target state="new">Manually approve new instance followers</target>
4703 4630
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">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4705 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4632 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4706 4633
4707 <context-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></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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4635 <source>
4636 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4637 </source><target state="new">
4638 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4639 </target>
4640 <context-group purpose="location">
4641 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4642 <context context-type="linenumber">450</context>
4643 </context-group>
4644 </trans-unit>
4708 4645
4709 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4646 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4710 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4647 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4711 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4648 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4712 4649
4713 4650
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">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</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">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4715 4652
4716 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4653 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4717 <source>Index URL</source> 4654 <source>Index URL</source>
4718 <target state="new">Index URL</target> 4655 <target state="new">Index URL</target>
4719 4656
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">452</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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4721 <trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4658 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4722 <source>Automatically follow instances of the public index</source> 4659 <context-group purpose="location">
4723 <target state="new">Automatically follow instances of the public index</target> 4660 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4724 4661 <context context-type="linenumber">445</context>
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">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4662 </context-group>
4663 </trans-unit>
4664 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4726 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4665 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4727 4666
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">472</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">477</context></context-group></trans-unit>
4729 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4668 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4730 <source>Administrator</source> 4669 <source>Administrator</source>
4731 <target>Amministratore</target> 4670 <target>Amministratore</target>
@@ -4741,7 +4680,7 @@
4741 <context context-type="linenumber">387</context> 4680 <context context-type="linenumber">387</context>
4742 </context-group> 4681 </context-group>
4743 4682
4744 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group></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">483</context></context-group></trans-unit>
4745 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4684 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4746 <source>Enable contact form</source> 4685 <source>Enable contact form</source>
4747 <target>Abilita modulo di contatto</target> 4686 <target>Abilita modulo di contatto</target>
@@ -4749,7 +4688,7 @@
4749 <context context-type="linenumber">398</context> 4688 <context context-type="linenumber">398</context>
4750 </context-group> 4689 </context-group>
4751 4690
4752 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</context></context-group></trans-unit> 4691 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit>
4753 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4692 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4754 <source>Basic configuration</source> 4693 <source>Basic configuration</source>
4755 <target>Configurazione di base</target> 4694 <target>Configurazione di base</target>
@@ -4757,17 +4696,17 @@
4757 <context context-type="linenumber">195</context> 4696 <context context-type="linenumber">195</context>
4758 </context-group> 4697 </context-group>
4759 4698
4760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4761 <source>TWITTER</source><target state="new">TWITTER</target> 4700 <source>TWITTER</source><target state="new">TWITTER</target>
4762 4701
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">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4702 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4764 <source> 4703 <source>
4765 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4704 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4766 </source><target state="new"> 4705 </source><target state="new">
4767 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4706 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4768 </target> 4707 </target>
4769 4708
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">507</context></context-group></trans-unit> 4709 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit>
4771 4710
4772 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4711 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4773 <source>Your Twitter username</source> 4712 <source>Your Twitter username</source>
@@ -4776,7 +4715,7 @@
4776 <context context-type="linenumber">413</context> 4715 <context context-type="linenumber">413</context>
4777 </context-group> 4716 </context-group>
4778 4717
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">518</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">523</context></context-group></trans-unit>
4780 4719
4781 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4720 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4782 <source>Instance whitelisted by Twitter</source> 4721 <source>Instance whitelisted by Twitter</source>
@@ -4785,7 +4724,7 @@
4785 <context context-type="linenumber">431</context> 4724 <context context-type="linenumber">431</context>
4786 </context-group> 4725 </context-group>
4787 4726
4788 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4727 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4789 <source> 4728 <source>
4790 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/>"/> 4729 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/>"/>
4791 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/>"/> 4730 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/>"/>
@@ -4800,7 +4739,7 @@
4800 to see if you instance is whitelisted. 4739 to see if you instance is whitelisted.
4801 </target> 4740 </target>
4802 4741
4803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</context></context-group></trans-unit> 4742 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit>
4804 4743
4805 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4744 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4806 <source>Services</source> 4745 <source>Services</source>
@@ -4809,10 +4748,10 @@
4809 <context context-type="linenumber">405</context> 4748 <context context-type="linenumber">405</context>
4810 </context-group> 4749 </context-group>
4811 4750
4812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4813 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4752 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4814 4753
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">560</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4754 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4816 <source> 4755 <source>
4817 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4756 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4818 resources, this is a critical part of PeerTube, so tread carefully. 4757 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4821,7 +4760,7 @@
4821 resources, this is a critical part of PeerTube, so tread carefully. 4760 resources, this is a critical part of PeerTube, so tread carefully.
4822 </target> 4761 </target>
4823 4762
4824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</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">566</context></context-group></trans-unit>
4825 4764
4826 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4765 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4827 <source>Transcoding enabled</source> 4766 <source>Transcoding enabled</source>
@@ -4830,7 +4769,7 @@
4830 <context context-type="linenumber">461</context> 4769 <context context-type="linenumber">461</context>
4831 </context-group> 4770 </context-group>
4832 4771
4833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></trans-unit> 4772 <context-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>
4834 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4773 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4835 <source>If you disable transcoding, many videos from your users will not work!</source> 4774 <source>If you disable transcoding, many videos from your users will not work!</source>
4836 <target>Se si disattiva la trascodifica, molti video degli utenti non funzioneranno.</target> 4775 <target>Se si disattiva la trascodifica, molti video degli utenti non funzioneranno.</target>
@@ -4838,13 +4777,10 @@
4838 <context context-type="linenumber">465</context> 4777 <context context-type="linenumber">465</context>
4839 </context-group> 4778 </context-group>
4840 4779
4841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4842 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4781 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4843 <context-group purpose="location"> 4782
4844 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4783 <context-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>
4845 <context context-type="linenumber">589</context>
4846 </context-group>
4847 </trans-unit>
4848 4784
4849 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4785 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4850 <source>Allow additional extensions</source> 4786 <source>Allow additional extensions</source>
@@ -4853,19 +4789,16 @@
4853 <context context-type="linenumber">475</context> 4789 <context context-type="linenumber">475</context>
4854 </context-group> 4790 </context-group>
4855 4791
4856 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4857 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4793 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4858 <context-group purpose="location"> 4794
4859 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4795 <context-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>
4860 <context context-type="linenumber">600</context>
4861 </context-group>
4862 </trans-unit>
4863 4796
4864 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4797 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4865 <source>Allow audio files upload</source> 4798 <source>Allow audio files upload</source>
4866 <target state="new">Allow audio files upload</target> 4799 <target state="new">Allow audio files upload</target>
4867 4800
4868 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4801 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4869 <source> 4802 <source>
4870 <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>"/> 4803 <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>"/>
4871 4804
@@ -4883,17 +4816,14 @@
4883 4816
4884 <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>"/> 4817 <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>"/>
4885 </target> 4818 </target>
4886 <context-group purpose="location"> 4819
4887 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">617</context></context-group></trans-unit>
4888 <context context-type="linenumber">612</context>
4889 </context-group>
4890 </trans-unit>
4891 4821
4892 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4822 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4893 <source>WebTorrent support enabled</source> 4823 <source>WebTorrent support enabled</source>
4894 <target state="new">WebTorrent support enabled</target> 4824 <target state="new">WebTorrent support enabled</target>
4895 4825
4896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4826 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4897 <source> 4827 <source>
4898 <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>"/> 4828 <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>"/>
4899 4829
@@ -4917,17 +4847,14 @@
4917 4847
4918 <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>"/> 4848 <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>"/>
4919 </target> 4849 </target>
4920 <context-group purpose="location"> 4850
4921 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4851 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit>
4922 <context context-type="linenumber">633</context>
4923 </context-group>
4924 </trans-unit>
4925 4852
4926 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4853 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4927 <source>HLS support enabled</source> 4854 <source>HLS support enabled</source>
4928 <target state="new">HLS support enabled</target> 4855 <target state="new">HLS support enabled</target>
4929 4856
4930 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group></trans-unit> 4857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
4931 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4858 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4932 <source>Transcoding threads</source> 4859 <source>Transcoding threads</source>
4933 <target>Numero thread di trascodifica</target> 4860 <target>Numero thread di trascodifica</target>
@@ -4935,41 +4862,41 @@
4935 <context context-type="linenumber">517</context> 4862 <context context-type="linenumber">517</context>
4936 </context-group> 4863 </context-group>
4937 4864
4938 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4865 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4939 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4866 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4940 4867
4941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group></trans-unit> 4868 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
4942 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4869 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4943 <source>CACHE</source><target state="new">CACHE</target> 4870 <source>CACHE</source><target state="new">CACHE</target>
4944 4871
4945 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4946 <source> 4873 <source>
4947 Some files are not federated, and fetched when necessary. Define their caching policies. 4874 Some files are not federated, and fetched when necessary. Define their caching policies.
4948 </source><target state="new"> 4875 </source><target state="new">
4949 Some files are not federated, and fetched when necessary. Define their caching policies. 4876 Some files are not federated, and fetched when necessary. Define their caching policies.
4950 </target> 4877 </target>
4951 4878
4952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4879 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4953 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4880 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4954 4881
4955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4956 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4883 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4957 4884
4958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group></trans-unit> 4885 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit>
4959 4886
4960 4887
4961 4888
4962 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4889 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4963 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4890 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4964 4891
4965 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4966 <source> 4893 <source>
4967 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4894 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4968 </source><target state="new"> 4895 </source><target state="new">
4969 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4896 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4970 </target> 4897 </target>
4971 4898
4972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit> 4899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
4973 4900
4974 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4901 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4975 <source>JavaScript</source> 4902 <source>JavaScript</source>
@@ -4978,14 +4905,14 @@
4978 <context context-type="linenumber">575</context> 4905 <context context-type="linenumber">575</context>
4979 </context-group> 4906 </context-group>
4980 4907
4981 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4908 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4982 <source> 4909 <source>
4983 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>"/> 4910 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>"/>
4984 </source><target state="new"> 4911 </source><target state="new">
4985 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>"/> 4912 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>"/>
4986 </target> 4913 </target>
4987 4914
4988 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4915 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4989 <source> 4916 <source>
4990 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/>"/> 4917 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/>"/>
4991 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4918 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -5010,7 +4937,7 @@
5010 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4937 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5011 </target> 4938 </target>
5012 4939
5013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group></trans-unit> 4940 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
5014 4941
5015 4942
5016 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4943 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -5020,7 +4947,7 @@
5020 <context context-type="linenumber">452</context> 4947 <context context-type="linenumber">452</context>
5021 </context-group> 4948 </context-group>
5022 4949
5023 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group></trans-unit> 4950 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit>
5024 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 4951 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5025 <source>Update configuration</source> 4952 <source>Update configuration</source>
5026 <target>Aggiorna configurazione</target> 4953 <target>Aggiorna configurazione</target>
@@ -5028,12 +4955,12 @@
5028 <context context-type="linenumber">628</context> 4955 <context context-type="linenumber">628</context>
5029 </context-group> 4956 </context-group>
5030 4957
5031 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group></trans-unit> 4958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
5032 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4959 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5033 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4960 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5034 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4961 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
5035 4962
5036 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4963 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5037 <source>PROFILE</source><target state="new">PROFILE</target> 4964 <source>PROFILE</source><target state="new">PROFILE</target>
5038 <context-group purpose="location"> 4965 <context-group purpose="location">
5039 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4966 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5183,23 +5110,27 @@
5183 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5110 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5184 <context context-type="linenumber">6</context> 5111 <context context-type="linenumber">6</context>
5185 </context-group> 5112 </context-group>
5186 </trans-unit> 5113 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5187 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 5114 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
5188 <source>Only display videos in the following languages/subtitles</source>
5189 <target state="new">Only display videos in the following languages/subtitles</target>
5190 <context-group purpose="location"> 5115 <context-group purpose="location">
5191 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5116 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5192 <context context-type="linenumber">22</context> 5117 <context context-type="linenumber">14</context>
5118 </context-group>
5119 <context-group purpose="location">
5120 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5121 <context context-type="linenumber">111</context>
5193 </context-group> 5122 </context-group>
5194 </trans-unit> 5123 </trans-unit>
5124 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
5125 <source>Only display videos in the following languages/subtitles</source>
5126 <target state="new">Only display videos in the following languages/subtitles</target>
5127
5128 <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">23</context></context-group></trans-unit>
5195 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 5129 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5196 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 5130 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
5197 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target> 5131 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
5198 <context-group purpose="location"> 5132
5199 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5133 <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">26</context></context-group></trans-unit>
5200 <context context-type="linenumber">25</context>
5201 </context-group>
5202 </trans-unit>
5203 5134
5204 5135
5205 5136
@@ -5260,23 +5191,17 @@
5260 <source>Theme</source> 5191 <source>Theme</source>
5261 <target state="new">Theme</target> 5192 <target state="new">Theme</target>
5262 5193
5263 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 5194 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
5264 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 5195 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
5265 <source>instance default</source> 5196 <source>instance default</source>
5266 <target state="new">instance default</target> 5197 <target state="new">instance default</target>
5267 <context-group purpose="location"> 5198
5268 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5199 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
5269 <context context-type="linenumber">7</context>
5270 </context-group>
5271 </trans-unit>
5272 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 5200 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
5273 <source>peertube default</source> 5201 <source>peertube default</source>
5274 <target state="new">peertube default</target> 5202 <target state="new">peertube default</target>
5275 <context-group purpose="location"> 5203
5276 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5204 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5277 <context context-type="linenumber">8</context>
5278 </context-group>
5279 </trans-unit>
5280 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 5205 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
5281 <source>Change ownership</source> 5206 <source>Change ownership</source>
5282 <target>Cambia proprietà</target> 5207 <target>Cambia proprietà</target>
@@ -5438,6 +5363,18 @@
5438 <context context-type="linenumber">8</context> 5363 <context context-type="linenumber">8</context>
5439 </context-group> 5364 </context-group>
5440 <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">8</context></context-group> 5365 <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">8</context></context-group>
5366 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5367 <source>See the error</source><target state="new">See the error</target>
5368 <context-group purpose="location">
5369 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5370 <context context-type="linenumber">19</context>
5371 </context-group>
5372 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5373 <source>This video was deleted</source><target state="new">This video was deleted</target>
5374 <context-group purpose="location">
5375 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5376 <context context-type="linenumber">36</context>
5377 </context-group>
5441 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5378 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5442 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5379 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5443 <context-group purpose="location"> 5380 <context-group purpose="location">
@@ -5824,35 +5761,11 @@
5824 </context-group> 5761 </context-group>
5825 5762
5826 5763
5827 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5764 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5828 <source>Creators</source><target state="new">Creators</target>
5829 <context-group purpose="location">
5830 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5831 <context context-type="linenumber">162</context>
5832 </context-group>
5833 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5834 <source>Creator guide</source><target state="new">Creator guide</target>
5835 <context-group purpose="location">
5836 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5837 <context context-type="linenumber">162</context>
5838 </context-group>
5839 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5840 <source>Contributors</source><target state="new">Contributors</target>
5841 <context-group purpose="location">
5842 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5843 <context context-type="linenumber">163</context>
5844 </context-group>
5845 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5846 <source>PeerTube license</source><target state="new">PeerTube license</target> 5765 <source>PeerTube license</source><target state="new">PeerTube license</target>
5847 <context-group purpose="location"> 5766
5848 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5767
5849 <context context-type="linenumber">163</context> 5768 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5850 </context-group>
5851 <context-group purpose="location">
5852 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5853 <context context-type="linenumber">175</context>
5854 </context-group>
5855 </trans-unit>
5856 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 5769 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5857 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5770 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5858 <target>Creato il <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5771 <target>Creato il <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6823,6 +6736,30 @@
6823 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6736 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6824 <context context-type="linenumber">1</context> 6737 <context context-type="linenumber">1</context>
6825 </context-group> 6738 </context-group>
6739 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6740 <source>Process domains</source><target state="new">Process domains</target>
6741 <context-group purpose="location">
6742 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6743 <context context-type="linenumber">1</context>
6744 </context-group>
6745 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6746 <source>Domain is required.</source><target state="new">Domain is required.</target>
6747 <context-group purpose="location">
6748 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6749 <context context-type="linenumber">1</context>
6750 </context-group>
6751 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6752 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6753 <context-group purpose="location">
6754 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6755 <context context-type="linenumber">1</context>
6756 </context-group>
6757 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6758 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6759 <context-group purpose="location">
6760 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6761 <context context-type="linenumber">1</context>
6762 </context-group>
6826 </trans-unit> 6763 </trans-unit>
6827 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 6764 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6828 <source>Unlimited</source> 6765 <source>Unlimited</source>
@@ -6834,6 +6771,16 @@
6834 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 6771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6835 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 6772 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6836 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 6773 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
6774 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6775 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6776 <context-group purpose="location">
6777 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6778 <context context-type="linenumber">1</context>
6779 </context-group>
6780 <context-group purpose="location">
6781 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6782 <context context-type="linenumber">1</context>
6783 </context-group>
6837 </trans-unit> 6784 </trans-unit>
6838 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a"> 6785 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
6839 <source>100MB</source> 6786 <source>100MB</source>
@@ -6964,48 +6911,20 @@
6964 <context-group name="null"> 6911 <context-group name="null">
6965 <context context-type="linenumber">1</context> 6912 <context context-type="linenumber">1</context>
6966 </context-group> 6913 </context-group>
6967 <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> 6914
6968 </trans-unit> 6915 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6969 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df"> 6916
6970 <source>You need to specify hosts to follow.</source> 6917
6971 <target>Devi specificare gli host da seguire.</target> 6918
6972 <context-group name="null"> 6919
6973 <context context-type="linenumber">1</context>
6974 </context-group>
6975 <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>
6976 </trans-unit>
6977 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
6978 <source>Hosts need to be unique.</source>
6979 <target>Gli host non devono essere duplicati.</target>
6980 <context-group name="null">
6981 <context context-type="linenumber">1</context>
6982 </context-group>
6983 <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>
6984 </trans-unit>
6985 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
6986 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6987 <target>Se confermi, manderai la seguente richiesta a: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6988 <context-group name="null">
6989 <context context-type="linenumber">1</context>
6990 </context-group>
6991 <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>
6992 </trans-unit>
6993 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
6994 <source>Follow new server(s)</source>
6995 <target>Segui (un) nuovo/i server</target>
6996 <context-group name="null">
6997 <context context-type="linenumber">1</context>
6998 </context-group>
6999 <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>
7000 </trans-unit>
7001 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 6920 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
7002 <source>Follow request(s) sent!</source> 6921 <source>Follow request(s) sent!</source>
7003 <target>Richiesta/e per seguire (follow) spedita/e!</target> 6922 <target>Richiesta/e per seguire (follow) spedita/e!</target>
7004 <context-group name="null"> 6923 <context-group name="null">
7005 <context context-type="linenumber">1</context> 6924 <context context-type="linenumber">1</context>
7006 </context-group> 6925 </context-group>
7007 <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> 6926
7008 </trans-unit> 6927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7009 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 6928 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
7010 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6929 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
7011 <target>Vuoi veramente smettere di seguire (unfollow) <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 6930 <target>Vuoi veramente smettere di seguire (unfollow) <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -7099,6 +7018,12 @@
7099 <context context-type="linenumber">1</context> 7018 <context context-type="linenumber">1</context>
7100 </context-group> 7019 </context-group>
7101 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group> 7020 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group>
7021 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
7022 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
7023 <context-group purpose="location">
7024 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
7025 <context context-type="linenumber">1</context>
7026 </context-group>
7102 </trans-unit> 7027 </trans-unit>
7103 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 7028 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
7104 <source>Comment updated.</source> 7029 <source>Comment updated.</source>
@@ -7107,23 +7032,33 @@
7107 <context context-type="linenumber">1</context> 7032 <context context-type="linenumber">1</context>
7108 </context-group> 7033 </context-group>
7109 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group> 7034 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group>
7110 </trans-unit> 7035 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
7111 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978"> 7036 <source>Internal actions</source><target state="new">Internal actions</target>
7112 <source>Delete this report</source> 7037 <context-group purpose="location">
7113 <target>Elimina questa segnalazione</target> 7038 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7114 <context-group name="null">
7115 <context context-type="linenumber">1</context> 7039 <context context-type="linenumber">1</context>
7116 </context-group> 7040 </context-group>
7117 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7041 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
7118 </trans-unit> 7042 <source>Delete report</source><target state="new">Delete report</target>
7119 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321"> 7043 <context-group purpose="location">
7120 <source>Update moderation comment</source> 7044 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7121 <target>Modifica commento di moderazione</target> 7045 <context context-type="linenumber">1</context>
7122 <context-group name="null"> 7046 </context-group>
7047 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
7048 <source>Add note</source><target state="new">Add note</target>
7049 <context-group purpose="location">
7050 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7051 <context context-type="linenumber">1</context>
7052 </context-group>
7053 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
7054 <source>Update note</source><target state="new">Update note</target>
7055 <context-group purpose="location">
7056 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7123 <context context-type="linenumber">1</context> 7057 <context context-type="linenumber">1</context>
7124 </context-group> 7058 </context-group>
7125 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7126 </trans-unit> 7059 </trans-unit>
7060
7061
7127 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3"> 7062 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
7128 <source>Mark as accepted</source> 7063 <source>Mark as accepted</source>
7129 <target>Segna come accettato</target> 7064 <target>Segna come accettato</target>
@@ -7139,6 +7074,12 @@
7139 <context context-type="linenumber">1</context> 7074 <context context-type="linenumber">1</context>
7140 </context-group> 7075 </context-group>
7141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7076 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7077 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
7078 <source>Actions for the video</source><target state="new">Actions for the video</target>
7079 <context-group purpose="location">
7080 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7081 <context context-type="linenumber">1</context>
7082 </context-group>
7142 </trans-unit> 7083 </trans-unit>
7143 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599"> 7084 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
7144 <source>Do you really want to delete this abuse report?</source> 7085 <source>Do you really want to delete this abuse report?</source>
@@ -8029,11 +7970,8 @@
8029 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group> 7970 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group>
8030 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7971 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
8031 <source>max size</source><target state="new">max size</target> 7972 <source>max size</source><target state="new">max size</target>
8032 <context-group purpose="location"> 7973
8033 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7974 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8034 <context context-type="linenumber">1</context>
8035 </context-group>
8036 </trans-unit>
8037 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7975 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
8038 <source>Now please check your emails to verify your account and complete signup.</source> 7976 <source>Now please check your emails to verify your account and complete signup.</source>
8039 <target state="new">Now please check your emails to verify your account and complete signup.</target> 7977 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8382,6 +8320,12 @@
8382 <context context-type="linenumber">1</context> 8320 <context context-type="linenumber">1</context>
8383 </context-group> 8321 </context-group>
8384 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8322 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8323 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8324 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8325 <context-group purpose="location">
8326 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8327 <context context-type="linenumber">1</context>
8328 </context-group>
8385 </trans-unit> 8329 </trans-unit>
8386 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 8330 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
8387 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 8331 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8454,15 +8398,14 @@
8454 <context context-type="linenumber">1</context> 8398 <context context-type="linenumber">1</context>
8455 </context-group> 8399 </context-group>
8456 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8400 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8457 </trans-unit> 8401 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8458 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 8402 <source>just now</source><target state="new">just now</target>
8459 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 8403 <context-group purpose="location">
8460 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec fa</target> 8404 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8461 <context-group name="null">
8462 <context context-type="linenumber">1</context> 8405 <context context-type="linenumber">1</context>
8463 </context-group> 8406 </context-group>
8464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8407 </trans-unit>
8465 </trans-unit><trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8408 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8466 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 8409 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
8467 <context-group purpose="location"> 8410 <context-group purpose="location">
8468 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8411 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
@@ -10145,8 +10088,8 @@
10145 <context-group name="null"> 10088 <context-group name="null">
10146 <context context-type="linenumber">1</context> 10089 <context context-type="linenumber">1</context>
10147 </context-group> 10090 </context-group>
10148 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group> 10091
10149 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10092 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10150 <source>Encoder</source><target state="new">Encoder</target> 10093 <source>Encoder</source><target state="new">Encoder</target>
10151 <context-group purpose="location"> 10094 <context-group purpose="location">
10152 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10095 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10419,15 +10362,14 @@
10419 <context context-type="linenumber">1</context> 10362 <context context-type="linenumber">1</context>
10420 </context-group> 10363 </context-group>
10421 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 10364 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10422 </trans-unit> 10365 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10423 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 10366 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10424 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
10425 <target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target>
10426 <context-group purpose="location"> 10367 <context-group purpose="location">
10427 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10368 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10428 <context context-type="linenumber">1</context> 10369 <context context-type="linenumber">1</context>
10429 </context-group> 10370 </context-group>
10430 </trans-unit> 10371 </trans-unit>
10372
10431 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 10373 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
10432 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10374 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10433 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target> 10375 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target>
diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf
index ad09c3c8f..ff9aa527c 100644
--- a/client/src/locale/angular.ja-JP.xlf
+++ b/client/src/locale/angular.ja-JP.xlf
@@ -624,39 +624,39 @@
624 <context-group name="null"> 624 <context-group name="null">
625 <context context-type="linenumber">6</context> 625 <context context-type="linenumber">6</context>
626 </context-group> 626 </context-group>
627 <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> 627
628 <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> 628
629 </trans-unit> 629 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
630 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 630 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
631 <source>Private</source> 631 <source>Private</source>
632 <target>非公開</target> 632 <target>非公開</target>
633 <context-group name="null"> 633 <context-group name="null">
634 <context context-type="linenumber">7</context> 634 <context context-type="linenumber">7</context>
635 </context-group> 635 </context-group>
636 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</context></context-group> 636
637 <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> 637
638 <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> 638
639 </trans-unit> 639 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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>
640 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 640 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
641 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 641 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
642 <target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 642 <target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
643 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group> 643
644 </trans-unit> 644 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
645 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 645 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
646 <source>Blacklisted</source> 646 <source>Blacklisted</source>
647 <target>ブラックリストに登録されています</target> 647 <target>ブラックリストに登録されています</target>
648 <context-group name="null"> 648 <context-group name="null">
649 <context context-type="linenumber">42</context> 649 <context context-type="linenumber">42</context>
650 </context-group> 650 </context-group>
651 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group> 651
652 </trans-unit> 652 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
653 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 653 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
654 <source>Sensitive</source> 654 <source>Sensitive</source>
655 <target state="new"> 655 <target state="new">
656 Sensitive 656 Sensitive
657 </target> 657 </target>
658 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group> 658
659 </trans-unit> 659 <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>
660 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 660 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
661 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 661 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
662 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 662 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -715,7 +715,7 @@
715 715
716 716
717 717
718 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit> 718 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
719 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 719 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
720 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 720 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
721 <target><x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/> から削除</target> 721 <target><x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/> から削除</target>
@@ -763,7 +763,7 @@
763 763
764 764
765 765
766 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 766 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
767 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 767 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
768 <source>Truncated preview</source> 768 <source>Truncated preview</source>
769 <target>切り取ったプレビュー</target> 769 <target>切り取ったプレビュー</target>
@@ -964,7 +964,7 @@
964 964
965 965
966 966
967 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit> 967 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
968 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 968 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
969 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 969 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
970 <target>HTTP でのインポート (YouTube、Vimeo、ダイレクトURLなど)</target> 970 <target>HTTP でのインポート (YouTube、Vimeo、ダイレクトURLなど)</target>
@@ -1108,7 +1108,7 @@
1108 1108
1109 1109
1110 1110
1111 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1111 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1112 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1112 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1113 <source>Ban this user</source> 1113 <source>Ban this user</source>
1114 <target>このユーザーをBANする</target> 1114 <target>このユーザーをBANする</target>
@@ -1125,14 +1125,7 @@
1125 </context-group> 1125 </context-group>
1126 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group> 1126 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group>
1127 </trans-unit> 1127 </trans-unit>
1128 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 1128
1129 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1130 <target state="new">(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1131 <context-group purpose="location">
1132 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
1133 <context context-type="linenumber">12</context>
1134 </context-group>
1135 </trans-unit>
1136 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1129 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1137 <source>Login</source> 1130 <source>Login</source>
1138 <target> 1131 <target>
@@ -1273,7 +1266,7 @@
1273 1266
1274 1267
1275 1268
1276 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1269 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1277 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1270 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1278 <source>Email address</source> 1271 <source>Email address</source>
1279 <target>メールアドレス</target> 1272 <target>メールアドレス</target>
@@ -1672,15 +1665,9 @@
1672 </context-group> 1665 </context-group>
1673 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1666 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1674 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1667 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1675 <context-group purpose="location"> 1668
1676 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1669
1677 <context context-type="linenumber">36</context> 1670 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1678 </context-group>
1679 <context-group purpose="location">
1680 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1681 <context context-type="linenumber">158</context>
1682 </context-group>
1683 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1684 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1671 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1685 <context-group purpose="location"> 1672 <context-group purpose="location">
1686 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1673 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1715,41 +1702,26 @@
1715 <source>Help</source> 1702 <source>Help</source>
1716 <target state="new">Help</target> 1703 <target state="new">Help</target>
1717 1704
1718 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1705 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1719 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1706 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1720 <context-group purpose="location"> 1707
1721 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1708 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1722 <context context-type="linenumber">167</context>
1723 </context-group>
1724 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1725 <source>Shortcuts</source><target state="new">Shortcuts</target> 1709 <source>Shortcuts</source><target state="new">Shortcuts</target>
1726 <context-group purpose="location"> 1710
1727 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1711 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1728 <context context-type="linenumber">168</context>
1729 </context-group>
1730 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1731 <source> 1712 <source>
1732 powered by PeerTube 1713 powered by PeerTube
1733 </source><target state="new"> 1714 </source><target state="new">
1734 powered by PeerTube 1715 powered by PeerTube
1735 </target> 1716 </target>
1736 <context-group purpose="location"> 1717
1737 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1718 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1738 <context context-type="linenumber">172</context>
1739 </context-group>
1740 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1741 <source>PeerTube website</source><target state="new">PeerTube website</target> 1719 <source>PeerTube website</source><target state="new">PeerTube website</target>
1742 <context-group purpose="location"> 1720
1743 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1721 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1744 <context context-type="linenumber">172</context>
1745 </context-group>
1746 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1747 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1722 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1748 <context-group purpose="location"> 1723
1749 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1724 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1750 <context context-type="linenumber">171</context>
1751 </context-group>
1752 </trans-unit>
1753 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1725 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1754 <source>Log out</source> 1726 <source>Log out</source>
1755 <target>ログアウト</target> 1727 <target>ログアウト</target>
@@ -1867,17 +1839,8 @@
1867 1839
1868 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1840 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1869 <source>Contact</source><target state="new">Contact</target> 1841 <source>Contact</source><target state="new">Contact</target>
1870 <context-group purpose="location"> 1842
1871 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1843 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1872 <context context-type="linenumber">154</context>
1873 </context-group>
1874 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1875 <source>Terms of Service</source><target state="new">Terms of Service</target>
1876 <context-group purpose="location">
1877 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1878 <context context-type="linenumber">155</context>
1879 </context-group>
1880 </trans-unit>
1881 1844
1882 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1845 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1883 <source>View your notifications</source> 1846 <source>View your notifications</source>
@@ -2339,7 +2302,7 @@
2339 2302
2340 2303
2341 2304
2342 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2305 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2343 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2306 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2344 <source>Privacy</source> 2307 <source>Privacy</source>
2345 <target>公開範囲</target> 2308 <target>公開範囲</target>
@@ -2353,37 +2316,19 @@
2353 2316
2354 2317
2355 2318
2356 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2319 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2357 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
2358 <context-group purpose="location">
2359 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2360 <context context-type="linenumber">164</context>
2361 </context-group>
2362 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2363 <source>FAQ</source><target state="new">FAQ</target> 2320 <source>FAQ</source><target state="new">FAQ</target>
2364 <context-group purpose="location"> 2321
2365 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2322 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2366 <context context-type="linenumber">165</context>
2367 </context-group>
2368 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2369 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 2323 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
2370 <context-group purpose="location"> 2324
2371 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2325 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2372 <context context-type="linenumber">165</context>
2373 </context-group>
2374 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2375 <source>API</source><target state="new">API</target> 2326 <source>API</source><target state="new">API</target>
2376 <context-group purpose="location"> 2327
2377 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2328 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2378 <context context-type="linenumber">166</context>
2379 </context-group>
2380 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2381 <source>API documentation</source><target state="new">API documentation</target> 2329 <source>API documentation</source><target state="new">API documentation</target>
2382 <context-group purpose="location"> 2330
2383 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2331 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2384 <context context-type="linenumber">166</context>
2385 </context-group>
2386 </trans-unit>
2387 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2332 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2388 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2333 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2389 <target>スケジュール公開 (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2334 <target>スケジュール公開 (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2602,7 +2547,7 @@
2602 2547
2603 2548
2604 2549
2605 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit> 2550 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2606 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2551 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2607 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2552 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2608 <target> 2553 <target>
@@ -2619,11 +2564,11 @@
2619 <context-group name="null"> 2564 <context-group name="null">
2620 <context context-type="linenumber">17</context> 2565 <context context-type="linenumber">17</context>
2621 </context-group> 2566 </context-group>
2622 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group> 2567
2623 <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">74</context></context-group> 2568
2624 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group> 2569
2625 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group> 2570
2626 </trans-unit> 2571 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2627 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2572 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2628 <source>Select the file to upload</source> 2573 <source>Select the file to upload</source>
2629 <target>アップロードするファイルを選択する</target> 2574 <target>アップロードするファイルを選択する</target>
@@ -2638,16 +2583,13 @@
2638 <context-group name="null"> 2583 <context-group name="null">
2639 <context context-type="linenumber">25</context> 2584 <context context-type="linenumber">25</context>
2640 </context-group> 2585 </context-group>
2641 <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">25</context></context-group> 2586
2642 </trans-unit> 2587 <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">24</context></context-group></trans-unit>
2643 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2588 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2644 <source>Video background image</source> 2589 <source>Video background image</source>
2645 <target state="new">Video background image</target> 2590 <target state="new">Video background image</target>
2646 <context-group purpose="location"> 2591
2647 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2592 <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">31</context></context-group></trans-unit>
2648 <context context-type="linenumber">32</context>
2649 </context-group>
2650 </trans-unit>
2651 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2593 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2652 <source> 2594 <source>
2653 Image that will be merged with your audio file. 2595 Image that will be merged with your audio file.
@@ -2659,27 +2601,15 @@
2659 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2601 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2660 The chosen image will be definitive and cannot be modified. 2602 The chosen image will be definitive and cannot be modified.
2661 </target> 2603 </target>
2662 <context-group purpose="location"> 2604
2663 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2605 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2664 <context context-type="linenumber">34</context>
2665 </context-group>
2666 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2667 <source>Processing…</source><target state="new">Processing…</target> 2606 <source>Processing…</source><target state="new">Processing…</target>
2668 <context-group purpose="location"> 2607
2669 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2608 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2670 <context context-type="linenumber">56</context>
2671 </context-group>
2672 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2673 <source>Total video quota</source><target state="new">Total video quota</target> 2609 <source>Total video quota</source><target state="new">Total video quota</target>
2674 <context-group purpose="location"> 2610
2675 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2611
2676 <context context-type="linenumber">54</context> 2612 <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">53</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">11</context></context-group></trans-unit>
2677 </context-group>
2678 <context-group purpose="location">
2679 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2680 <context context-type="linenumber">11</context>
2681 </context-group>
2682 </trans-unit>
2683 <trans-unit id="6357683911e256c566259880de43ea9403de00d3"> 2613 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2684 <source>Congratulations! Your video is now available in your private library.</source> 2614 <source>Congratulations! Your video is now available in your private library.</source>
2685 <target> 2615 <target>
@@ -2689,7 +2619,7 @@
2689 <context context-type="linenumber">66</context> 2619 <context context-type="linenumber">66</context>
2690 </context-group> 2620 </context-group>
2691 2621
2692 <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">68</context></context-group></trans-unit> 2622 <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">67</context></context-group></trans-unit>
2693 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2623 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2694 <source>Publish will be available when upload is finished</source> 2624 <source>Publish will be available when upload is finished</source>
2695 <target>アップロードが終わったら公開することができます</target> 2625 <target>アップロードが終わったら公開することができます</target>
@@ -2697,7 +2627,7 @@
2697 <context context-type="linenumber">79</context> 2627 <context context-type="linenumber">79</context>
2698 </context-group> 2628 </context-group>
2699 2629
2700 <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">81</context></context-group></trans-unit> 2630 <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">80</context></context-group></trans-unit>
2701 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2631 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2702 <source>Publish</source> 2632 <source>Publish</source>
2703 <target>公開</target> 2633 <target>公開</target>
@@ -2705,7 +2635,7 @@
2705 <context context-type="linenumber">86</context> 2635 <context context-type="linenumber">86</context>
2706 </context-group> 2636 </context-group>
2707 2637
2708 <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">88</context></context-group></trans-unit> 2638 <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">87</context></context-group></trans-unit>
2709 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2639 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2710 <source>Select the torrent to import</source> 2640 <source>Select the torrent to import</source>
2711 <target>インポートする Torrent を選択する</target> 2641 <target>インポートする Torrent を選択する</target>
@@ -2713,23 +2643,22 @@
2713 <context context-type="linenumber">6</context> 2643 <context context-type="linenumber">6</context>
2714 </context-group> 2644 </context-group>
2715 <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">6</context></context-group> 2645 <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">6</context></context-group>
2716 </trans-unit> 2646 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2717 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2647 <source>OR</source><target state="new">OR</target>
2718 <source>Or</source> 2648 <context-group purpose="location">
2719 <target>または</target> 2649 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2720 <context-group name="null"> 2650 <context context-type="linenumber">10</context>
2721 <context context-type="linenumber">11</context>
2722 </context-group> 2651 </context-group>
2723 <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">11</context></context-group>
2724 </trans-unit> 2652 </trans-unit>
2653
2725 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2654 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2726 <source>Paste magnet URI</source> 2655 <source>Paste magnet URI</source>
2727 <target>Magnet URI を貼り付け</target> 2656 <target>Magnet URI を貼り付け</target>
2728 <context-group name="null"> 2657 <context-group name="null">
2729 <context context-type="linenumber">14</context> 2658 <context context-type="linenumber">14</context>
2730 </context-group> 2659 </context-group>
2731 <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> 2660
2732 </trans-unit> 2661 <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">13</context></context-group></trans-unit>
2733 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2662 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2734 <source> 2663 <source>
2735 You can import any torrent file that points to a mp4 file. 2664 You can import any torrent file that points to a mp4 file.
@@ -2739,11 +2668,8 @@
2739 You can import any torrent file that points to a mp4 file. 2668 You can import any torrent file that points to a mp4 file.
2740 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. 2669 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.
2741 </target> 2670 </target>
2742 <context-group purpose="location"> 2671
2743 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2672 <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">16</context></context-group></trans-unit>
2744 <context context-type="linenumber">17</context>
2745 </context-group>
2746 </trans-unit>
2747 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2673 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2748 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2674 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2749 <target> 2675 <target>
@@ -2752,8 +2678,8 @@
2752 <context-group name="null"> 2678 <context-group name="null">
2753 <context context-type="linenumber">57</context> 2679 <context context-type="linenumber">57</context>
2754 </context-group> 2680 </context-group>
2755 <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> 2681
2756 </trans-unit> 2682 <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">56</context></context-group></trans-unit>
2757 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2683 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2758 <source> 2684 <source>
2759 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. 2685 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.
@@ -3080,10 +3006,10 @@
3080 <context-group name="null"> 3006 <context-group name="null">
3081 <context context-type="linenumber">63</context> 3007 <context context-type="linenumber">63</context>
3082 </context-group> 3008 </context-group>
3083 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group> 3009
3084 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group> 3010
3085 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">63</context></context-group> 3011
3086 </trans-unit> 3012 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit>
3087 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 3013 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
3088 <source>Subscribe</source> 3014 <source>Subscribe</source>
3089 <target state="translated">チャンネル登録する</target> 3015 <target state="translated">チャンネル登録する</target>
@@ -3173,7 +3099,7 @@
3173 <context context-type="linenumber">215</context> 3099 <context context-type="linenumber">215</context>
3174 </context-group> 3100 </context-group>
3175 3101
3176 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 3102 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3177 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3103 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3178 <source>Get more information</source> 3104 <source>Get more information</source>
3179 <target>詳細</target> 3105 <target>詳細</target>
@@ -3257,37 +3183,28 @@
3257 <target state="new"> 3183 <target state="new">
3258 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 3184 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
3259 </target> 3185 </target>
3260 <context-group purpose="location"> 3186
3261 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3187 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3262 <context context-type="linenumber">77</context>
3263 </context-group>
3264 </trans-unit>
3265 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3188 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3266 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3189 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3267 <target state="new"> 3190 <target state="new">
3268 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 3191 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
3269 </target> 3192 </target>
3270 <context-group purpose="location"> 3193
3271 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3194 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3272 <context context-type="linenumber">80</context>
3273 </context-group>
3274 </trans-unit>
3275 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3195 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3276 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3196 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3277 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 3197 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
3278 <context-group purpose="location"> 3198
3279 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3199 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3280 <context context-type="linenumber">84</context>
3281 </context-group>
3282 </trans-unit>
3283 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3200 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3284 <source>Comments are disabled.</source> 3201 <source>Comments are disabled.</source>
3285 <target>コメントはオフになっています。</target> 3202 <target>コメントはオフになっています。</target>
3286 <context-group name="null"> 3203 <context-group name="null">
3287 <context context-type="linenumber">64</context> 3204 <context context-type="linenumber">64</context>
3288 </context-group> 3205 </context-group>
3289 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 3206
3290 </trans-unit> 3207 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3291 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3208 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3292 <source>Add comment...</source> 3209 <source>Add comment...</source>
3293 <target>コメントを入力...</target> 3210 <target>コメントを入力...</target>
@@ -3383,74 +3300,54 @@
3383 </context-group> 3300 </context-group>
3384 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3301 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3385 </trans-unit> 3302 </trans-unit>
3386 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 3303
3387 <source>Follow</source>
3388 <target>フォロー</target>
3389 <context-group name="null">
3390 <context context-type="linenumber">7</context>
3391 </context-group>
3392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3393 </trans-unit>
3394 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3304 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3395 <source>Followers</source> 3305 <source>Followers</source>
3396 <target>フォロワー</target> 3306 <target>フォロワー</target>
3397 <context-group name="null"> 3307 <context-group name="null">
3398 <context context-type="linenumber">3</context> 3308 <context context-type="linenumber">3</context>
3399 </context-group> 3309 </context-group>
3400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 3310
3401 </trans-unit> 3311 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3402 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3312 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3403 <source>Video redundancies</source> 3313 <source>Video redundancies</source>
3404 <target state="new">Video redundancies</target> 3314 <target state="new">Video redundancies</target>
3405 <context-group purpose="location"> 3315
3406 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3407 <context context-type="linenumber">11</context>
3408 </context-group>
3409 </trans-unit>
3410 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 3317 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
3411 <source>1 host (without "http://") per line</source> 3318 <source>1 host (without "http://") per line</source>
3412 <target>1行に1ホスト ("http://" は不要)</target> 3319 <target>1行に1ホスト ("http://" は不要)</target>
3413 <context-group name="null"> 3320 <context-group name="null">
3414 <context context-type="linenumber">5</context> 3321 <context context-type="linenumber">5</context>
3415 </context-group> 3322 </context-group>
3416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">5</context></context-group> 3323
3417 </trans-unit> 3324 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3418 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507"> 3325 <source>Follow domain</source><target state="new">Follow domain</target>
3419 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3326 <context-group purpose="location">
3420 <target> 3327 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3421 HTTPSサーバーに接続していないようです。サーバーを追跡するには、WebサーバーでTLSを有効にする必要があります。 3328 <context context-type="linenumber">15</context>
3422 </target>
3423 <context-group name="null">
3424 <context context-type="linenumber">17</context>
3425 </context-group>
3426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">17</context></context-group>
3427 </trans-unit>
3428 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
3429 <source>Add following</source>
3430 <target>次を追加</target>
3431 <context-group name="null">
3432 <context context-type="linenumber">21</context>
3433 </context-group> 3329 </context-group>
3434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group>
3435 </trans-unit> 3330 </trans-unit>
3331
3332
3436 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3333 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3437 <source>Filter...</source> 3334 <source>Filter...</source>
3438 <target>フィルタ…</target> 3335 <target>フィルタ…</target>
3439 <context-group name="null"> 3336 <context-group name="null">
3440 <context context-type="linenumber">27</context> 3337 <context context-type="linenumber">27</context>
3441 </context-group> 3338 </context-group>
3442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</context></context-group> 3339
3443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">9</context></context-group> 3340
3444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">27</context></context-group> 3341
3445 </trans-unit> 3342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3446 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3343 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3447 <source>ID</source> 3344 <source>ID</source>
3448 <target>ID</target> 3345 <target>ID</target>
3449 <context-group name="null"> 3346 <context-group name="null">
3450 <context context-type="linenumber">18</context> 3347 <context context-type="linenumber">18</context>
3451 </context-group> 3348 </context-group>
3452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 3349
3453 </trans-unit> 3350 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3454 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3351 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3455 <source>Follower handle</source> 3352 <source>Follower handle</source>
3456 <target state="new">Follower handle</target> 3353 <target state="new">Follower handle</target>
@@ -3462,80 +3359,65 @@
3462 <context-group name="null"> 3359 <context-group name="null">
3463 <context context-type="linenumber">10</context> 3360 <context context-type="linenumber">10</context>
3464 </context-group> 3361 </context-group>
3465 <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
3466 <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> 3363
3467 </trans-unit> 3364 <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>
3468 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3365 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3469 <source>Delayed.</source> 3366 <source>Delayed.</source>
3470 <target state="new">Delayed.</target> 3367 <target state="new">Delayed.</target>
3471 <context-group purpose="location"> 3368
3472 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3473 <context context-type="linenumber">42</context>
3474 </context-group>
3475 </trans-unit>
3476 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3370 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3477 <source>Will start soon...</source> 3371 <source>Will start soon...</source>
3478 <target state="new">Will start soon...</target> 3372 <target state="new">Will start soon...</target>
3479 <context-group purpose="location"> 3373
3480 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3374 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3481 <context context-type="linenumber">43</context>
3482 </context-group>
3483 </trans-unit>
3484 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3375 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3485 <source>Running...</source> 3376 <source>Running...</source>
3486 <target state="new">Running...</target> 3377 <target state="new">Running...</target>
3487 <context-group purpose="location"> 3378
3488 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3379 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3489 <context context-type="linenumber">44</context>
3490 </context-group>
3491 </trans-unit>
3492 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3380 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3493 <source>Finished</source> 3381 <source>Finished</source>
3494 <target state="translated">終了しました</target> 3382 <target state="translated">終了しました</target>
3495 <context-group purpose="location"> 3383
3496 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3384 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3497 <context context-type="linenumber">45</context>
3498 </context-group>
3499 </trans-unit>
3500 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3385 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3501 <source>Failed</source> 3386 <source>Failed</source>
3502 <target state="new">Failed</target> 3387 <target state="new">Failed</target>
3503 <context-group purpose="location"> 3388
3504 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3505 <context context-type="linenumber">46</context>
3506 </context-group>
3507 </trans-unit>
3508 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3390 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3509 <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> 3391 <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>
3510 <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> 3392 <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>
3511 <context-group name="null"> 3393 <context-group name="null">
3512 <context context-type="linenumber">11</context> 3394 <context context-type="linenumber">11</context>
3513 </context-group> 3395 </context-group>
3514 <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> 3396
3515 <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> 3397
3516 <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> 3398
3517 <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> 3399
3518 <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> 3400
3519 <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> 3401
3520 </trans-unit> 3402 <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">24</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">46</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">11</context></context-group><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><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>
3521 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3403 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3522 <source>Accepted</source> 3404 <source>Accepted</source>
3523 <target>受入済</target> 3405 <target>受入済</target>
3524 <context-group name="null"> 3406 <context-group name="null">
3525 <context context-type="linenumber">32</context> 3407 <context context-type="linenumber">32</context>
3526 </context-group> 3408 </context-group>
3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3409
3528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3410
3529 </trans-unit> 3411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3530 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3412 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3531 <source>Pending</source> 3413 <source>Pending</source>
3532 <target>保留中</target> 3414 <target>保留中</target>
3533 <context-group name="null"> 3415 <context-group name="null">
3534 <context context-type="linenumber">33</context> 3416 <context context-type="linenumber">33</context>
3535 </context-group> 3417 </context-group>
3536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3418
3537 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3419
3538 </trans-unit> 3420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3539 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3421 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3540 <source>Accept</source> 3422 <source>Accept</source>
3541 <target>受け入れる</target> 3423 <target>受け入れる</target>
@@ -3553,6 +3435,12 @@
3553 </context-group> 3435 </context-group>
3554 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3555 <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">42</context></context-group> 3437 <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">42</context></context-group>
3438 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3439 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3440 <context-group purpose="location">
3441 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3442 <context context-type="linenumber">3</context>
3443 </context-group>
3556 </trans-unit> 3444 </trans-unit>
3557 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 3445 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3558 <source>Host</source> 3446 <source>Host</source>
@@ -3560,24 +3448,32 @@
3560 <context-group name="null"> 3448 <context-group name="null">
3561 <context context-type="linenumber">19</context> 3449 <context context-type="linenumber">19</context>
3562 </context-group> 3450 </context-group>
3563 <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> 3451
3564 </trans-unit> 3452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3565 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3453 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3566 <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> 3454 <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>
3567 <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> 3455 <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>
3456
3457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3458 <source>Follow domains</source><target state="new">Follow domains</target>
3568 <context-group purpose="location"> 3459 <context-group purpose="location">
3569 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3460 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3570 <context context-type="linenumber">21</context> 3461 <context context-type="linenumber">50</context>
3571 </context-group> 3462 </context-group>
3572 </trans-unit> 3463 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3573 <trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3464 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3574 <source>Video redundancies list</source>
3575 <target state="new">Video redundancies list</target>
3576 <context-group purpose="location"> 3465 <context-group purpose="location">
3577 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3466 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3578 <context context-type="linenumber">2</context> 3467 <context context-type="linenumber">7</context>
3468 </context-group>
3469 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3470 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3471 <context-group purpose="location">
3472 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3473 <context context-type="linenumber">8</context>
3579 </context-group> 3474 </context-group>
3580 </trans-unit> 3475 </trans-unit>
3476
3581 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 3477 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
3582 <source>Create user</source> 3478 <source>Create user</source>
3583 <target>ユーザーを作成</target> 3479 <target>ユーザーを作成</target>
@@ -3640,7 +3536,7 @@
3640 3536
3641 3537
3642 3538
3643 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3539 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3644 <source> 3540 <source>
3645 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3541 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3646 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3542 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3736,31 +3632,38 @@
3736 <context-group name="null"> 3632 <context-group name="null">
3737 <context context-type="linenumber">19</context> 3633 <context context-type="linenumber">19</context>
3738 </context-group> 3634 </context-group>
3739 <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> 3635
3740 </trans-unit> 3636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3741 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3637 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3742 <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> 3638 <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>
3743 <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> 3639 <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>
3744 <context-group name="null"> 3640 <context-group name="null">
3745 <context context-type="linenumber">40</context> 3641 <context context-type="linenumber">40</context>
3746 </context-group> 3642 </context-group>
3747 <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> 3643
3748 </trans-unit> 3644 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3749 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3645 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3750 <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> 3646 <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>
3751 <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> 3647 <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>
3752 <context-group purpose="location"> 3648
3753 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3649 <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></trans-unit>
3754 <context context-type="linenumber">42</context>
3755 </context-group>
3756 </trans-unit>
3757 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3650 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3758 <source>(banned)</source> 3651 <source>(banned)</source>
3759 <target>(banned)</target> 3652 <target>(banned)</target>
3760 <context-group name="null"> 3653 <context-group name="null">
3761 <context context-type="linenumber">65</context> 3654 <context context-type="linenumber">65</context>
3762 </context-group> 3655 </context-group>
3763 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group> 3656
3657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3658 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3659 <context-group purpose="location">
3660 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3661 <context context-type="linenumber">65</context>
3662 </context-group>
3663 <context-group purpose="location">
3664 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3665 <context context-type="linenumber">27</context>
3666 </context-group>
3764 </trans-unit> 3667 </trans-unit>
3765 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3668 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3766 <source>User's email must be verified to login</source> 3669 <source>User's email must be verified to login</source>
@@ -3768,23 +3671,29 @@
3768 <context-group name="null"> 3671 <context-group name="null">
3769 <context context-type="linenumber">72</context> 3672 <context context-type="linenumber">72</context>
3770 </context-group> 3673 </context-group>
3771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group> 3674
3772 </trans-unit> 3675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3773 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3676 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3774 <source>User's email is verified / User can login without email verification</source> 3677 <source>User's email is verified / User can login without email verification</source>
3775 <target>ユーザーのメールアドレスは確認済 / ユーザーはメールアドレスの確認なしでログインできます</target> 3678 <target>ユーザーのメールアドレスは確認済 / ユーザーはメールアドレスの確認なしでログインできます</target>
3776 <context-group name="null"> 3679 <context-group name="null">
3777 <context context-type="linenumber">76</context> 3680 <context context-type="linenumber">76</context>
3778 </context-group> 3681 </context-group>
3779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group> 3682
3780 </trans-unit> 3683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3781 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3684 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3782 <source>Ban reason:</source> 3685 <source>Ban reason:</source>
3783 <target>BAN理由:</target> 3686 <target>BAN理由:</target>
3784 <context-group name="null"> 3687 <context-group name="null">
3785 <context context-type="linenumber">95</context> 3688 <context context-type="linenumber">95</context>
3786 </context-group> 3689 </context-group>
3787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group> 3690
3691 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3692 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3693 <context-group purpose="location">
3694 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3695 <context context-type="linenumber">15</context>
3696 </context-group>
3788 </trans-unit> 3697 </trans-unit>
3789 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3698 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
3790 <source>Moderation</source> 3699 <source>Moderation</source>
@@ -3834,6 +3743,12 @@
3834 <context context-type="linenumber">13</context> 3743 <context context-type="linenumber">13</context>
3835 </context-group> 3744 </context-group>
3836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3746 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3747 <source>Video <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">Video <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>
3748 <context-group purpose="location">
3749 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3750 <context context-type="linenumber">10</context>
3751 </context-group>
3837 </trans-unit> 3752 </trans-unit>
3838 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3753 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3839 <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> 3754 <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>
@@ -3841,93 +3756,93 @@
3841 <context-group name="null"> 3756 <context-group name="null">
3842 <context context-type="linenumber">8</context> 3757 <context context-type="linenumber">8</context>
3843 </context-group> 3758 </context-group>
3844 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3759
3845 <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">8</context></context-group> 3760
3846 </trans-unit> 3761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3847 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3762 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3848 <source>Video URL</source> 3763 <source>Video URL</source>
3849 <target state="new">Video URL</target> 3764 <target state="new">Video URL</target>
3850 <context-group purpose="location"> 3765
3851 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3852 <context context-type="linenumber">24</context>
3853 </context-group>
3854 </trans-unit>
3855 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3767 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3856 <source>Total size</source> 3768 <source>Total size</source>
3857 <target state="new">Total size</target> 3769 <target state="new">Total size</target>
3770
3771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3772 <source>List redundancies</source><target state="new">List redundancies</target>
3858 <context-group purpose="location"> 3773 <context-group purpose="location">
3859 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3774 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3860 <context context-type="linenumber">25</context> 3775 <context context-type="linenumber">33</context>
3861 </context-group> 3776 </context-group>
3862 </trans-unit> 3777 </trans-unit>
3863 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3778 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3864 <source>Enabled strategies stats</source> 3779 <source>Enabled strategies stats</source>
3865 <target state="new">Enabled strategies stats</target> 3780 <target state="new">Enabled strategies stats</target>
3866 <context-group purpose="location"> 3781
3867 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
3868 <context context-type="linenumber">69</context>
3869 </context-group>
3870 </trans-unit>
3871 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3783 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3872 <source>No redundancy strategy is enabled on your instance.</source> 3784 <source>No redundancy strategy is enabled on your instance.</source>
3873 <target state="new"> 3785 <target state="new">
3874 No redundancy strategy is enabled on your instance. 3786 No redundancy strategy is enabled on your instance.
3875 </target> 3787 </target>
3876 <context-group purpose="location"> 3788
3877 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3878 <context context-type="linenumber">73</context>
3879 </context-group>
3880 </trans-unit>
3881 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3790 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3882 <source>Sensitive</source> 3791 <source>Sensitive</source>
3883 <target>センシティブ</target> 3792 <target>センシティブ</target>
3884 <context-group name="null"> 3793 <context-group name="null">
3885 <context context-type="linenumber">9</context> 3794 <context context-type="linenumber">9</context>
3886 </context-group> 3795 </context-group>
3887 <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">9</context></context-group> 3796
3888 </trans-unit> 3797 <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">11</context></context-group></trans-unit>
3889 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3798 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3890 <source>Unfederated</source> 3799 <source>Unfederated</source>
3891 <target>連合なし</target> 3800 <target>連合なし</target>
3892 <context-group name="null"> 3801 <context-group name="null">
3893 <context context-type="linenumber">10</context> 3802 <context context-type="linenumber">10</context>
3894 </context-group> 3803 </context-group>
3895 <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> 3804
3896 </trans-unit> 3805 <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">12</context></context-group></trans-unit>
3897 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3806 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3898 <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> 3807 <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>
3899 <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> 3808 <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>
3900 <context-group name="null"> 3809 <context-group name="null">
3901 <context context-type="linenumber">11</context> 3810 <context context-type="linenumber">11</context>
3902 </context-group> 3811 </context-group>
3903 <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">11</context></context-group> 3812
3904 </trans-unit> 3813 <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">13</context></context-group></trans-unit>
3905 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3814 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3906 <source>Go to the video</source> 3815 <source>Go to the video</source>
3907 <target>動画に移動</target> 3816 <target>動画に移動</target>
3908 <context-group name="null"> 3817 <context-group name="null">
3909 <context context-type="linenumber">33</context> 3818 <context context-type="linenumber">33</context>
3910 </context-group> 3819 </context-group>
3911 <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">25</context></context-group> 3820
3912 <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">33</context></context-group> 3821
3913 <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">33</context></context-group> 3822
3914 </trans-unit> 3823 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3915 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3824 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3916 <source>Actions</source> 3825 <source>Actions</source>
3917 <target>アクション</target> 3826 <target>アクション</target>
3918 <context-group name="null"> 3827 <context-group name="null">
3919 <context context-type="linenumber">44</context> 3828 <context context-type="linenumber">44</context>
3920 </context-group> 3829 </context-group>
3921 <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">35</context></context-group> 3830
3922 <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">44</context></context-group> 3831
3923 </trans-unit> 3832 <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">38</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">57</context></context-group></trans-unit>
3924 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3833 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3925 <source>Blacklist reason:</source> 3834 <source>Blacklist reason:</source>
3926 <target>ブラックリストの理由:</target> 3835 <target>ブラックリストの理由:</target>
3927 <context-group name="null"> 3836 <context-group name="null">
3928 <context context-type="linenumber">43</context> 3837 <context context-type="linenumber">43</context>
3929 </context-group> 3838 </context-group>
3930 <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">43</context></context-group> 3839
3840 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3841 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3842 <context-group purpose="location">
3843 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3844 <context context-type="linenumber">5</context>
3845 </context-group>
3931 </trans-unit> 3846 </trans-unit>
3932 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 3847 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
3933 <source>Moderation comment</source> 3848 <source>Moderation comment</source>
@@ -3945,8 +3860,8 @@
3945 <context-group name="null"> 3860 <context-group name="null">
3946 <context context-type="linenumber">18</context> 3861 <context context-type="linenumber">18</context>
3947 </context-group> 3862 </context-group>
3948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">18</context></context-group> 3863
3949 </trans-unit> 3864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3950 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3865 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3951 <source>Update this comment</source> 3866 <source>Update this comment</source>
3952 <target>このコメントを更新する</target> 3867 <target>このコメントを更新する</target>
@@ -3954,24 +3869,30 @@
3954 <context context-type="linenumber">26</context> 3869 <context context-type="linenumber">26</context>
3955 </context-group> 3870 </context-group>
3956 3871
3957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3958 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3873 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3959 <source>Reporter</source> 3874 <source>Reporter</source>
3960 <target>レポーター</target> 3875 <target>レポーター</target>
3961 <context-group name="null"> 3876 <context-group name="null">
3962 <context context-type="linenumber">8</context> 3877 <context context-type="linenumber">8</context>
3963 </context-group> 3878 </context-group>
3964 <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">8</context></context-group> 3879
3965 </trans-unit> 3880 <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">10</context></context-group></trans-unit>
3966 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3881 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3967 <source>Video</source> 3882 <source>Video</source>
3968 <target>動画</target> 3883 <target>動画</target>
3969 <context-group name="null"> 3884 <context-group name="null">
3970 <context context-type="linenumber">9</context> 3885 <context context-type="linenumber">9</context>
3971 </context-group> 3886 </context-group>
3972 <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">10</context></context-group> 3887
3973 <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">14</context></context-group> 3888
3974 <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> 3889
3890 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3891 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3892 <context-group purpose="location">
3893 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3894 <context context-type="linenumber">46</context>
3895 </context-group>
3975 </trans-unit> 3896 </trans-unit>
3976 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3897 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3977 <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> 3898 <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>
@@ -3979,10 +3900,10 @@
3979 <context-group name="null"> 3900 <context-group name="null">
3980 <context context-type="linenumber">11</context> 3901 <context context-type="linenumber">11</context>
3981 </context-group> 3902 </context-group>
3982 <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> 3903
3983 <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> 3904
3984 <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> 3905
3985 </trans-unit> 3906 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3986 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3907 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3987 <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> 3908 <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>
3988 <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> 3909 <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>
@@ -3997,25 +3918,30 @@
3997 <context-group name="null"> 3918 <context-group name="null">
3998 <context context-type="linenumber">27</context> 3919 <context context-type="linenumber">27</context>
3999 </context-group> 3920 </context-group>
4000 <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">25</context></context-group> 3921
4001 <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">27</context></context-group> 3922
4002 </trans-unit> 3923 <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">27</context></context-group></trans-unit>
4003 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3924 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
4004 <source>Reason:</source> 3925 <source>Reason:</source>
4005 <target>理由:</target> 3926 <target>理由:</target>
4006 <context-group name="null"> 3927 <context-group name="null">
4007 <context context-type="linenumber">53</context> 3928 <context context-type="linenumber">53</context>
4008 </context-group> 3929 </context-group>
4009 <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">53</context></context-group> 3930
4010 </trans-unit> 3931 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
4011 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 3932 <source>Note:</source><target state="new">Note:</target>
4012 <source>Moderation comment:</source> 3933 <context-group purpose="location">
4013 <target>モデレーションコメント:</target> 3934 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4014 <context-group name="null"> 3935 <context context-type="linenumber">72</context>
4015 <context context-type="linenumber">57</context> 3936 </context-group>
3937 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3938 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3939 <context-group purpose="location">
3940 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3941 <context context-type="linenumber">5</context>
4016 </context-group> 3942 </context-group>
4017 <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">57</context></context-group>
4018 </trans-unit> 3943 </trans-unit>
3944
4019 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3945 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
4020 <source>Unblacklist</source> 3946 <source>Unblacklist</source>
4021 <target>ブラックリストから削除</target> 3947 <target>ブラックリストから削除</target>
@@ -4024,6 +3950,12 @@
4024 </context-group> 3950 </context-group>
4025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 3951 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
4026 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 3952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3953 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3954 <source>Mute domain</source><target state="new">Mute domain</target>
3955 <context-group purpose="location">
3956 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3957 <context context-type="linenumber">11</context>
3958 </context-group>
4027 </trans-unit> 3959 </trans-unit>
4028 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3960 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
4029 <source>Instance</source> 3961 <source>Instance</source>
@@ -4035,28 +3967,50 @@
4035 3967
4036 3968
4037 3969
4038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3970 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
4039 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3971 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4040 <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> 3972 <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>
4041 <target>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> 3973 <target>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>
4042 <context-group name="null"> 3974 <context-group name="null">
4043 <context context-type="linenumber">13</context> 3975 <context context-type="linenumber">13</context>
4044 </context-group> 3976 </context-group>
4045 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3977
4046 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3978
4047 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3979
4048 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3980
4049 </trans-unit> 3981 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
4050 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 3982 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
4051 <source>Unmute</source> 3983 <source>Unmute</source>
4052 <target>ミュートを解除</target> 3984 <target>ミュートを解除</target>
4053 <context-group name="null"> 3985 <context-group name="null">
4054 <context context-type="linenumber">23</context> 3986 <context context-type="linenumber">23</context>
4055 </context-group> 3987 </context-group>
4056 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group> 3988
4057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 3989
4058 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group> 3990
4059 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group> 3991
3992 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3993 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3994 <context-group purpose="location">
3995 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3996 <context context-type="linenumber">5</context>
3997 </context-group>
3998 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3999 <source>
4000 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4001 </source><target state="new">
4002 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4003 </target>
4004 <context-group purpose="location">
4005 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4006 <context context-type="linenumber">37</context>
4007 </context-group>
4008 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4009 <source>Mute domains</source><target state="new">Mute domains</target>
4010 <context-group purpose="location">
4011 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4012 <context context-type="linenumber">35</context>
4013 </context-group>
4060 </trans-unit> 4014 </trans-unit>
4061 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4015 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
4062 <source>Account</source> 4016 <source>Account</source>
@@ -4064,8 +4018,14 @@
4064 <context-group name="null"> 4018 <context-group name="null">
4065 <context context-type="linenumber">12</context> 4019 <context context-type="linenumber">12</context>
4066 </context-group> 4020 </context-group>
4067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 4021
4068 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 4022
4023 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4024 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
4025 <context-group purpose="location">
4026 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4027 <context context-type="linenumber">5</context>
4028 </context-group>
4069 </trans-unit> 4029 </trans-unit>
4070 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 4030 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
4071 <source>Plugins/Themes</source> 4031 <source>Plugins/Themes</source>
@@ -4211,38 +4171,25 @@
4211 <context context-type="linenumber">9</context> 4171 <context context-type="linenumber">9</context>
4212 </context-group> 4172 </context-group>
4213 </trans-unit> 4173 </trans-unit>
4214 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 4174
4215 <source>Jobs list</source>
4216 <target>ジョブリスト</target>
4217 <context-group name="null">
4218 <context context-type="linenumber">2</context>
4219 </context-group>
4220 <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>
4221 </trans-unit>
4222 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 4175 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4223 <source>Job type</source> 4176 <source>Job type</source>
4224 <target state="new">Job type</target> 4177 <target state="new">Job type</target>
4225 <context-group purpose="location"> 4178
4226 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4179 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
4227 <context context-type="linenumber">5</context>
4228 </context-group>
4229 </trans-unit>
4230 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 4180 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4231 <source>Job state</source> 4181 <source>Job state</source>
4232 <target state="new">Job state</target> 4182 <target state="new">Job state</target>
4233 <context-group purpose="location"> 4183
4234 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4184 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4235 <context context-type="linenumber">14</context>
4236 </context-group>
4237 </trans-unit>
4238 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4185 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
4239 <source>Type</source> 4186 <source>Type</source>
4240 <target>種類</target> 4187 <target>種類</target>
4241 <context-group name="null"> 4188 <context-group name="null">
4242 <context context-type="linenumber">19</context> 4189 <context context-type="linenumber">19</context>
4243 </context-group> 4190 </context-group>
4244 <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> 4191
4245 </trans-unit> 4192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4246 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 4193 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
4247 <source>Refresh</source> 4194 <source>Refresh</source>
4248 <target>受け入れる</target> 4195 <target>受け入れる</target>
@@ -4297,43 +4244,25 @@
4297 4244
4298 4245
4299 4246
4300 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4247 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4301 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4248 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4302 <context-group purpose="location"> 4249
4303 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4250 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4304 <context context-type="linenumber">46</context>
4305 </context-group>
4306 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4307 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 4251 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
4308 <context-group purpose="location"> 4252
4309 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4253 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4310 <context context-type="linenumber">43</context>
4311 </context-group>
4312 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4313 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 4254 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
4314 <context-group purpose="location"> 4255
4315 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4256 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4316 <context context-type="linenumber">57</context>
4317 </context-group>
4318 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4319 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 4257 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
4320 <context-group purpose="location"> 4258
4321 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4259 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4322 <context context-type="linenumber">54</context>
4323 </context-group>
4324 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4325 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 4260 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
4326 <context-group purpose="location"> 4261
4327 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4262 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4328 <context context-type="linenumber">68</context>
4329 </context-group>
4330 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4331 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 4263 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
4332 <context-group purpose="location"> 4264
4333 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4265 <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">66</context></context-group></trans-unit>
4334 <context context-type="linenumber">65</context>
4335 </context-group>
4336 </trans-unit>
4337 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 4266 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
4338 <source>Main languages you/your moderators speak</source> 4267 <source>Main languages you/your moderators speak</source>
4339 <target state="new">Main languages you/your moderators speak</target> 4268 <target state="new">Main languages you/your moderators speak</target>
@@ -4389,7 +4318,7 @@
4389 </context-group> 4318 </context-group>
4390 4319
4391 4320
4392 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 4321 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4393 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4322 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4394 <source>Blur thumbnails</source> 4323 <source>Blur thumbnails</source>
4395 <target>サムネイルをぼかす</target> 4324 <target>サムネイルをぼかす</target>
@@ -4398,7 +4327,7 @@
4398 </context-group> 4327 </context-group>
4399 4328
4400 4329
4401 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 4330 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4402 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4331 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4403 <source>Display</source> 4332 <source>Display</source>
4404 <target>表示</target> 4333 <target>表示</target>
@@ -4408,15 +4337,12 @@
4408 4337
4409 4338
4410 4339
4411 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit> 4340 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit>
4412 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4341 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4413 <source>Strategy</source> 4342 <source>Strategy</source>
4414 <target state="new">Strategy</target> 4343 <target state="new">Strategy</target>
4415 <context-group purpose="location"> 4344
4416 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4417 <context context-type="linenumber">22</context>
4418 </context-group>
4419 </trans-unit>
4420 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4346 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4421 <source>Terms</source> 4347 <source>Terms</source>
4422 <target>利用規約</target> 4348 <target>利用規約</target>
@@ -4426,81 +4352,81 @@
4426 4352
4427 4353
4428 4354
4429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 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">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4430 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 4356 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4431 <source>Code of conduct</source> 4357 <source>Code of conduct</source>
4432 <target state="new">Code of conduct</target> 4358 <target state="new">Code of conduct</target>
4433 4359
4434 4360
4435 4361
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">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 4362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4437 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 4363 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4438 <source>Moderation information</source> 4364 <source>Moderation information</source>
4439 <target state="new">Moderation information</target> 4365 <target state="new">Moderation information</target>
4440 4366
4441 4367
4442 4368
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">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></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">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
4444 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 4370 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4445 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4371 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4446 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 4372 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4447 4373
4448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 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">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4449 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 4375 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
4450 4376
4451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit> 4377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit>
4452 4378
4453 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4379 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4454 <source>Who is behind the instance?</source> 4380 <source>Who is behind the instance?</source>
4455 <target state="new">Who is behind the instance?</target> 4381 <target state="new">Who is behind the instance?</target>
4456 4382
4457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit> 4383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
4458 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4384 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4459 <source>A single person? A non-profit? A company?</source> 4385 <source>A single person? A non-profit? A company?</source>
4460 <target state="new">A single person? A non-profit? A company?</target> 4386 <target state="new">A single person? A non-profit? A company?</target>
4461 4387
4462 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit> 4388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
4463 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 4389 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4464 <source>Why did you create this instance?</source> 4390 <source>Why did you create this instance?</source>
4465 <target state="new">Why did you create this instance?</target> 4391 <target state="new">Why did you create this instance?</target>
4466 4392
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">171</context></context-group></trans-unit> 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">172</context></context-group></trans-unit>
4468 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4394 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4469 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4395 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4470 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 4396 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4471 4397
4472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit> 4398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit>
4473 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 4399 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4474 <source>How long do you plan to maintain this instance?</source> 4400 <source>How long do you plan to maintain this instance?</source>
4475 <target state="new">How long do you plan to maintain this instance?</target> 4401 <target state="new">How long do you plan to maintain this instance?</target>
4476 4402
4477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">182</context></context-group></trans-unit> 4403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit>
4478 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4404 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4479 <source>It's important to know for users who want to register on your instance</source> 4405 <source>It's important to know for users who want to register on your instance</source>
4480 <target state="new">It's important to know for users who want to register on your instance</target> 4406 <target state="new">It's important to know for users who want to register on your instance</target>
4481 4407
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">183</context></context-group></trans-unit> 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">184</context></context-group></trans-unit>
4483 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4409 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4484 <source>How will you finance the PeerTube server?</source> 4410 <source>How will you finance the PeerTube server?</source>
4485 <target state="new">How will you finance the PeerTube server?</target> 4411 <target state="new">How will you finance the PeerTube server?</target>
4486 4412
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">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4488 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 4414 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
4489 4415
4490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit> 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">195</context></context-group></trans-unit>
4491 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4417 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4492 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 4418 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
4493 4419
4494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit> 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">209</context></context-group></trans-unit>
4495 4421
4496 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4422 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4497 <source>What server/hardware does the instance run on?</source> 4423 <source>What server/hardware does the instance run on?</source>
4498 <target state="new">What server/hardware does the instance run on?</target> 4424 <target state="new">What server/hardware does the instance run on?</target>
4499 4425
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">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 4426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4501 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4427 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4502 4428
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">215</context></context-group></trans-unit> 4429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit>
4504 4430
4505 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 4431 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4506 <source>Instance information</source> 4432 <source>Instance information</source>
@@ -4509,45 +4435,45 @@
4509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 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">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4510 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 4436 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
4511 4437
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">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4438 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4513 <source> 4439 <source>
4514 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4440 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4515 </source><target state="new"> 4441 </source><target state="new">
4516 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4442 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4517 </target> 4443 </target>
4518 4444
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">240</context></context-group></trans-unit> 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">241</context></context-group></trans-unit>
4520 4446
4521 4447
4522 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4448 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4523 <source>default</source> 4449 <source>default</source>
4524 <target state="new">default</target> 4450 <target state="new">default</target>
4525 4451
4526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4527 <source>Landing page</source><target state="new">Landing page</target> 4453 <source>Landing page</source><target state="new">Landing page</target>
4528 4454
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">262</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">263</context></context-group></trans-unit>
4530 4456
4531 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4457 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4532 <source>Discover videos</source> 4458 <source>Discover videos</source>
4533 <target state="translated">ディスカバー</target> 4459 <target state="translated">ディスカバー</target>
4534 4460
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">265</context></context-group></trans-unit> 4461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit>
4536 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4462 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4537 <source>Trending videos</source> 4463 <source>Trending videos</source>
4538 <target state="translated">急上昇</target> 4464 <target state="translated">急上昇</target>
4539 4465
4540 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 4466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit>
4541 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4467 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4542 <source>Most liked videos</source> 4468 <source>Most liked videos</source>
4543 <target state="translated">最も好まれている動画</target> 4469 <target state="translated">最も好まれている動画</target>
4544 4470
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">267</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">268</context></context-group></trans-unit>
4546 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4472 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4547 <source>Recently added videos</source> 4473 <source>Recently added videos</source>
4548 <target state="new">Recently added videos</target> 4474 <target state="new">Recently added videos</target>
4549 4475
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">268</context></context-group></trans-unit> 4476 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit>
4551 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4477 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4552 <source>Local videos</source> 4478 <source>Local videos</source>
4553 <target>このインスタンスにアップロードされた動画</target> 4479 <target>このインスタンスにアップロードされた動画</target>
@@ -4555,17 +4481,17 @@
4555 <context context-type="linenumber">223</context> 4481 <context context-type="linenumber">223</context>
4556 </context-group> 4482 </context-group>
4557 4483
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">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4559 <source>NEW USERS</source><target state="new">NEW USERS</target> 4485 <source>NEW USERS</source><target state="new">NEW USERS</target>
4560 4486
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">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4562 <source> 4488 <source>
4563 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4489 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4564 </source><target state="new"> 4490 </source><target state="new">
4565 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4491 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4566 </target> 4492 </target>
4567 4493
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">281</context></context-group></trans-unit> 4494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit>
4569 4495
4570 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4496 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4571 <source>Signup enabled</source> 4497 <source>Signup enabled</source>
@@ -4574,7 +4500,7 @@
4574 <context context-type="linenumber">235</context> 4500 <context context-type="linenumber">235</context>
4575 </context-group> 4501 </context-group>
4576 4502
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">292</context></context-group></trans-unit> 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">293</context></context-group></trans-unit>
4578 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4504 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4579 <source>Signup requires email verification</source> 4505 <source>Signup requires email verification</source>
4580 <target>登録にはメールの確認が必須</target> 4506 <target>登録にはメールの確認が必須</target>
@@ -4582,7 +4508,7 @@
4582 <context context-type="linenumber">242</context> 4508 <context context-type="linenumber">242</context>
4583 </context-group> 4509 </context-group>
4584 4510
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">300</context></context-group></trans-unit> 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">301</context></context-group></trans-unit>
4586 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4512 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4587 <source>Signup limit</source> 4513 <source>Signup limit</source>
4588 <target>登録可能ユーザー数</target> 4514 <target>登録可能ユーザー数</target>
@@ -4590,7 +4516,7 @@
4590 <context context-type="linenumber">247</context> 4516 <context context-type="linenumber">247</context>
4591 </context-group> 4517 </context-group>
4592 4518
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">304</context></context-group></trans-unit> 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">305</context></context-group></trans-unit>
4594 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4520 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4595 <source>Users</source> 4521 <source>Users</source>
4596 <target>ユーザー</target> 4522 <target>ユーザー</target>
@@ -4679,59 +4605,69 @@
4679 <source>Default video quota per user</source> 4605 <source>Default video quota per user</source>
4680 <target state="new">Default video quota per user</target> 4606 <target state="new">Default video quota per user</target>
4681 4607
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">319</context></context-group></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">320</context></context-group></trans-unit>
4683 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4609 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4684 <source>Default daily upload limit per user</source> 4610 <source>Default daily upload limit per user</source>
4685 <target state="new">Default daily upload limit per user</target> 4611 <target state="new">Default daily upload limit per user</target>
4686 4612
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">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4688 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4614 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4689 4615
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">348</context></context-group></trans-unit> 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">349</context></context-group></trans-unit>
4691 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4617 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4692 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4618 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4693 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4619 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4694 4620
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">359</context></context-group></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">360</context></context-group></trans-unit>
4696 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4622 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4697 <source>Allow import with a torrent file or a magnet URI</source> 4623 <source>Allow import with a torrent file or a magnet URI</source>
4698 <target state="new">Allow import with a torrent file or a magnet URI</target> 4624 <target state="new">Allow import with a torrent file or a magnet URI</target>
4699 4625
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">366</context></context-group></trans-unit> 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">367</context></context-group></trans-unit>
4701 4627
4702 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4628 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4703 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4629 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4704 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4630 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4705 4631
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">383</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">384</context></context-group></trans-unit>
4707 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4633 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4708 <source>Blacklist new videos automatically</source> 4634 <source>Blacklist new videos automatically</source>
4709 <target state="new">Blacklist new videos automatically</target> 4635 <target state="new">Blacklist new videos automatically</target>
4710 4636
4711 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4712 <source>FEDERATION</source><target state="new">FEDERATION</target> 4638 <source>FEDERATION</source><target state="new">FEDERATION</target>
4713 4639
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">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4715 <source> 4641 <source>
4716 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4642 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4717 </source><target state="new"> 4643 </source><target state="new">
4718 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4644 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4719 </target> 4645 </target>
4720 4646
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">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4722 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4648 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4723 4649
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">411</context></context-group></trans-unit> 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">412</context></context-group></trans-unit>
4725 4651
4726 4652
4727 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4653 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4728 <source>Manually approve new instance followers</source> 4654 <source>Manually approve new instance followers</source>
4729 <target state="new">Manually approve new instance followers</target> 4655 <target state="new">Manually approve new instance followers</target>
4730 4656
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">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4732 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4658 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4733 4659
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">431</context></context-group></trans-unit> 4660 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4661 <source>
4662 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4663 </source><target state="new">
4664 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4665 </target>
4666 <context-group purpose="location">
4667 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4668 <context context-type="linenumber">450</context>
4669 </context-group>
4670 </trans-unit>
4735 4671
4736 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4672 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4737 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4673 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
@@ -4739,21 +4675,23 @@
4739 4675
4740 4676
4741 4677
4742 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></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">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4743 4679
4744 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4680 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4745 <source>Index URL</source> 4681 <source>Index URL</source>
4746 <target state="new">Index URL</target> 4682 <target state="new">Index URL</target>
4747 4683
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">452</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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4749 <trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4685 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4750 <source>Automatically follow instances of the public index</source> 4686 <context-group purpose="location">
4751 <target state="new">Automatically follow instances of the public index</target> 4687 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4752 4688 <context context-type="linenumber">445</context>
4753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4689 </context-group>
4690 </trans-unit>
4691 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4754 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4692 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4755 4693
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">472</context></context-group></trans-unit> 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">477</context></context-group></trans-unit>
4757 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4695 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4758 <source>Administrator</source> 4696 <source>Administrator</source>
4759 <target>管理者</target> 4697 <target>管理者</target>
@@ -4769,7 +4707,7 @@
4769 <context context-type="linenumber">387</context> 4707 <context context-type="linenumber">387</context>
4770 </context-group> 4708 </context-group>
4771 4709
4772 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group></trans-unit> 4710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit>
4773 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4711 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4774 <source>Enable contact form</source> 4712 <source>Enable contact form</source>
4775 <target>問い合わせフォームを有効にする</target> 4713 <target>問い合わせフォームを有効にする</target>
@@ -4777,7 +4715,7 @@
4777 <context context-type="linenumber">398</context> 4715 <context context-type="linenumber">398</context>
4778 </context-group> 4716 </context-group>
4779 4717
4780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</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">494</context></context-group></trans-unit>
4781 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4719 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4782 <source>Basic configuration</source> 4720 <source>Basic configuration</source>
4783 <target>基本設定</target> 4721 <target>基本設定</target>
@@ -4785,17 +4723,17 @@
4785 <context context-type="linenumber">195</context> 4723 <context context-type="linenumber">195</context>
4786 </context-group> 4724 </context-group>
4787 4725
4788 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4789 <source>TWITTER</source><target state="new">TWITTER</target> 4727 <source>TWITTER</source><target state="new">TWITTER</target>
4790 4728
4791 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4792 <source> 4730 <source>
4793 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4731 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4794 </source><target state="new"> 4732 </source><target state="new">
4795 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4733 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4796 </target> 4734 </target>
4797 4735
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">507</context></context-group></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">512</context></context-group></trans-unit>
4799 4737
4800 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4738 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4801 <source>Your Twitter username</source> 4739 <source>Your Twitter username</source>
@@ -4804,7 +4742,7 @@
4804 <context context-type="linenumber">413</context> 4742 <context context-type="linenumber">413</context>
4805 </context-group> 4743 </context-group>
4806 4744
4807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</context></context-group></trans-unit> 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">523</context></context-group></trans-unit>
4808 4746
4809 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4747 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4810 <source>Instance whitelisted by Twitter</source> 4748 <source>Instance whitelisted by Twitter</source>
@@ -4813,7 +4751,7 @@
4813 <context context-type="linenumber">431</context> 4751 <context context-type="linenumber">431</context>
4814 </context-group> 4752 </context-group>
4815 4753
4816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4754 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4817 <source> 4755 <source>
4818 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/>"/> 4756 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/>"/>
4819 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/>"/> 4757 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/>"/>
@@ -4828,7 +4766,7 @@
4828 to see if you instance is whitelisted. 4766 to see if you instance is whitelisted.
4829 </target> 4767 </target>
4830 4768
4831 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</context></context-group></trans-unit> 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">539</context></context-group></trans-unit>
4832 4770
4833 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4771 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4834 <source>Services</source> 4772 <source>Services</source>
@@ -4837,10 +4775,10 @@
4837 <context context-type="linenumber">405</context> 4775 <context context-type="linenumber">405</context>
4838 </context-group> 4776 </context-group>
4839 4777
4840 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4841 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4779 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4842 4780
4843 <context-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="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4844 <source> 4782 <source>
4845 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4783 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4846 resources, this is a critical part of PeerTube, so tread carefully. 4784 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4849,7 +4787,7 @@
4849 resources, this is a critical part of PeerTube, so tread carefully. 4787 resources, this is a critical part of PeerTube, so tread carefully.
4850 </target> 4788 </target>
4851 4789
4852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group></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">566</context></context-group></trans-unit>
4853 4791
4854 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4792 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4855 <source>Transcoding enabled</source> 4793 <source>Transcoding enabled</source>
@@ -4858,7 +4796,7 @@
4858 <context context-type="linenumber">461</context> 4796 <context context-type="linenumber">461</context>
4859 </context-group> 4797 </context-group>
4860 4798
4861 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</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">579</context></context-group></trans-unit>
4862 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4800 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4863 <source>If you disable transcoding, many videos from your users will not work!</source> 4801 <source>If you disable transcoding, many videos from your users will not work!</source>
4864 <target>トランスコーディングを無効にすると、ユーザーからの動画の多くが機能しなくなります。</target> 4802 <target>トランスコーディングを無効にすると、ユーザーからの動画の多くが機能しなくなります。</target>
@@ -4866,13 +4804,10 @@
4866 <context context-type="linenumber">465</context> 4804 <context context-type="linenumber">465</context>
4867 </context-group> 4805 </context-group>
4868 4806
4869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4870 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4808 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4871 <context-group purpose="location"> 4809
4872 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4810 <context-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>
4873 <context context-type="linenumber">589</context>
4874 </context-group>
4875 </trans-unit>
4876 4811
4877 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4812 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4878 <source>Allow additional extensions</source> 4813 <source>Allow additional extensions</source>
@@ -4881,19 +4816,16 @@
4881 <context context-type="linenumber">475</context> 4816 <context context-type="linenumber">475</context>
4882 </context-group> 4817 </context-group>
4883 4818
4884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4819 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4885 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4820 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4886 <context-group purpose="location"> 4821
4887 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">605</context></context-group></trans-unit>
4888 <context context-type="linenumber">600</context>
4889 </context-group>
4890 </trans-unit>
4891 4823
4892 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4824 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4893 <source>Allow audio files upload</source> 4825 <source>Allow audio files upload</source>
4894 <target state="new">Allow audio files upload</target> 4826 <target state="new">Allow audio files upload</target>
4895 4827
4896 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4828 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4897 <source> 4829 <source>
4898 <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>"/> 4830 <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>"/>
4899 4831
@@ -4911,17 +4843,14 @@
4911 4843
4912 <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>"/> 4844 <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>"/>
4913 </target> 4845 </target>
4914 <context-group purpose="location"> 4846
4915 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4847 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit>
4916 <context context-type="linenumber">612</context>
4917 </context-group>
4918 </trans-unit>
4919 4848
4920 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4849 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4921 <source>WebTorrent support enabled</source> 4850 <source>WebTorrent support enabled</source>
4922 <target state="new">WebTorrent support enabled</target> 4851 <target state="new">WebTorrent support enabled</target>
4923 4852
4924 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4853 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4925 <source> 4854 <source>
4926 <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>"/> 4855 <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>"/>
4927 4856
@@ -4945,17 +4874,14 @@
4945 4874
4946 <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>"/> 4875 <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>"/>
4947 </target> 4876 </target>
4948 <context-group purpose="location"> 4877
4949 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4878 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit>
4950 <context context-type="linenumber">633</context>
4951 </context-group>
4952 </trans-unit>
4953 4879
4954 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4880 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4955 <source>HLS support enabled</source> 4881 <source>HLS support enabled</source>
4956 <target state="new">HLS support enabled</target> 4882 <target state="new">HLS support enabled</target>
4957 4883
4958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group></trans-unit> 4884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
4959 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4885 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4960 <source>Transcoding threads</source> 4886 <source>Transcoding threads</source>
4961 <target>トランスコードスレッド</target> 4887 <target>トランスコードスレッド</target>
@@ -4963,41 +4889,41 @@
4963 <context context-type="linenumber">517</context> 4889 <context context-type="linenumber">517</context>
4964 </context-group> 4890 </context-group>
4965 4891
4966 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4967 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4893 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4968 4894
4969 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group></trans-unit> 4895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
4970 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4896 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4971 <source>CACHE</source><target state="new">CACHE</target> 4897 <source>CACHE</source><target state="new">CACHE</target>
4972 4898
4973 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4974 <source> 4900 <source>
4975 Some files are not federated, and fetched when necessary. Define their caching policies. 4901 Some files are not federated, and fetched when necessary. Define their caching policies.
4976 </source><target state="new"> 4902 </source><target state="new">
4977 Some files are not federated, and fetched when necessary. Define their caching policies. 4903 Some files are not federated, and fetched when necessary. Define their caching policies.
4978 </target> 4904 </target>
4979 4905
4980 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4906 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4981 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4907 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4982 4908
4983 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4984 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4910 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4985 4911
4986 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group></trans-unit> 4912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit>
4987 4913
4988 4914
4989 4915
4990 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4916 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4991 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4917 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4992 4918
4993 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4994 <source> 4920 <source>
4995 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4921 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4996 </source><target state="new"> 4922 </source><target state="new">
4997 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4923 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4998 </target> 4924 </target>
4999 4925
5000 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit> 4926 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
5001 4927
5002 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4928 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5003 <source>JavaScript</source> 4929 <source>JavaScript</source>
@@ -5006,14 +4932,14 @@
5006 <context context-type="linenumber">575</context> 4932 <context context-type="linenumber">575</context>
5007 </context-group> 4933 </context-group>
5008 4934
5009 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5010 <source> 4936 <source>
5011 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>"/> 4937 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>"/>
5012 </source><target state="new"> 4938 </source><target state="new">
5013 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>"/> 4939 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>"/>
5014 </target> 4940 </target>
5015 4941
5016 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5017 <source> 4943 <source>
5018 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/>"/> 4944 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/>"/>
5019 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4945 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -5038,7 +4964,7 @@
5038 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4964 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5039 </target> 4965 </target>
5040 4966
5041 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group></trans-unit> 4967 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
5042 4968
5043 4969
5044 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4970 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -5048,7 +4974,7 @@
5048 <context context-type="linenumber">452</context> 4974 <context context-type="linenumber">452</context>
5049 </context-group> 4975 </context-group>
5050 4976
5051 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group></trans-unit> 4977 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit>
5052 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 4978 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5053 <source>Update configuration</source> 4979 <source>Update configuration</source>
5054 <target>設定を更新</target> 4980 <target>設定を更新</target>
@@ -5056,12 +4982,12 @@
5056 <context context-type="linenumber">628</context> 4982 <context context-type="linenumber">628</context>
5057 </context-group> 4983 </context-group>
5058 4984
5059 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group></trans-unit> 4985 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
5060 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4986 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5061 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4987 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5062 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4988 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
5063 4989
5064 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4990 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5065 <source>PROFILE</source><target state="new">PROFILE</target> 4991 <source>PROFILE</source><target state="new">PROFILE</target>
5066 <context-group purpose="location"> 4992 <context-group purpose="location">
5067 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4993 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5211,23 +5137,27 @@
5211 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5137 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5212 <context context-type="linenumber">6</context> 5138 <context context-type="linenumber">6</context>
5213 </context-group> 5139 </context-group>
5214 </trans-unit> 5140 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5215 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 5141 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
5216 <source>Only display videos in the following languages/subtitles</source>
5217 <target state="new">Only display videos in the following languages/subtitles</target>
5218 <context-group purpose="location"> 5142 <context-group purpose="location">
5219 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5143 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5220 <context context-type="linenumber">22</context> 5144 <context context-type="linenumber">14</context>
5145 </context-group>
5146 <context-group purpose="location">
5147 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5148 <context context-type="linenumber">111</context>
5221 </context-group> 5149 </context-group>
5222 </trans-unit> 5150 </trans-unit>
5151 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
5152 <source>Only display videos in the following languages/subtitles</source>
5153 <target state="new">Only display videos in the following languages/subtitles</target>
5154
5155 <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">23</context></context-group></trans-unit>
5223 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 5156 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5224 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 5157 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
5225 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target> 5158 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
5226 <context-group purpose="location"> 5159
5227 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5160 <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">26</context></context-group></trans-unit>
5228 <context context-type="linenumber">25</context>
5229 </context-group>
5230 </trans-unit>
5231 5161
5232 5162
5233 5163
@@ -5288,23 +5218,17 @@
5288 <source>Theme</source> 5218 <source>Theme</source>
5289 <target state="translated">テーマ</target> 5219 <target state="translated">テーマ</target>
5290 5220
5291 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 5221 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
5292 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 5222 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
5293 <source>instance default</source> 5223 <source>instance default</source>
5294 <target state="new">instance default</target> 5224 <target state="new">instance default</target>
5295 <context-group purpose="location"> 5225
5296 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5226 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
5297 <context context-type="linenumber">7</context>
5298 </context-group>
5299 </trans-unit>
5300 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 5227 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
5301 <source>peertube default</source> 5228 <source>peertube default</source>
5302 <target state="new">peertube default</target> 5229 <target state="new">peertube default</target>
5303 <context-group purpose="location"> 5230
5304 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5231 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5305 <context context-type="linenumber">8</context>
5306 </context-group>
5307 </trans-unit>
5308 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 5232 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
5309 <source>Change ownership</source> 5233 <source>Change ownership</source>
5310 <target>所有権を変更する</target> 5234 <target>所有権を変更する</target>
@@ -5466,6 +5390,18 @@
5466 <context context-type="linenumber">8</context> 5390 <context context-type="linenumber">8</context>
5467 </context-group> 5391 </context-group>
5468 <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">8</context></context-group> 5392 <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">8</context></context-group>
5393 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5394 <source>See the error</source><target state="new">See the error</target>
5395 <context-group purpose="location">
5396 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5397 <context context-type="linenumber">19</context>
5398 </context-group>
5399 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5400 <source>This video was deleted</source><target state="new">This video was deleted</target>
5401 <context-group purpose="location">
5402 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5403 <context context-type="linenumber">36</context>
5404 </context-group>
5469 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5405 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5470 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5406 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5471 <context-group purpose="location"> 5407 <context-group purpose="location">
@@ -5853,35 +5789,11 @@
5853 </context-group> 5789 </context-group>
5854 5790
5855 5791
5856 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5792 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5857 <source>Creators</source><target state="new">Creators</target>
5858 <context-group purpose="location">
5859 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5860 <context context-type="linenumber">162</context>
5861 </context-group>
5862 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5863 <source>Creator guide</source><target state="new">Creator guide</target>
5864 <context-group purpose="location">
5865 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5866 <context context-type="linenumber">162</context>
5867 </context-group>
5868 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5869 <source>Contributors</source><target state="new">Contributors</target>
5870 <context-group purpose="location">
5871 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5872 <context context-type="linenumber">163</context>
5873 </context-group>
5874 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5875 <source>PeerTube license</source><target state="new">PeerTube license</target> 5793 <source>PeerTube license</source><target state="new">PeerTube license</target>
5876 <context-group purpose="location"> 5794
5877 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5795
5878 <context context-type="linenumber">163</context> 5796 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5879 </context-group>
5880 <context-group purpose="location">
5881 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5882 <context context-type="linenumber">175</context>
5883 </context-group>
5884 </trans-unit>
5885 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 5797 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5886 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5798 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5887 <target>参加 <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5799 <target>参加 <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6851,6 +6763,30 @@
6851 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6763 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6852 <context context-type="linenumber">1</context> 6764 <context context-type="linenumber">1</context>
6853 </context-group> 6765 </context-group>
6766 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6767 <source>Process domains</source><target state="new">Process domains</target>
6768 <context-group purpose="location">
6769 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6770 <context context-type="linenumber">1</context>
6771 </context-group>
6772 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6773 <source>Domain is required.</source><target state="new">Domain is required.</target>
6774 <context-group purpose="location">
6775 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6776 <context context-type="linenumber">1</context>
6777 </context-group>
6778 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6779 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6780 <context-group purpose="location">
6781 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6782 <context context-type="linenumber">1</context>
6783 </context-group>
6784 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6785 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6786 <context-group purpose="location">
6787 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6788 <context context-type="linenumber">1</context>
6789 </context-group>
6854 </trans-unit> 6790 </trans-unit>
6855 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 6791 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6856 <source>Unlimited</source> 6792 <source>Unlimited</source>
@@ -6862,6 +6798,16 @@
6862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 6798 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6863 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 6799 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6864 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 6800 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
6801 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6802 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6803 <context-group purpose="location">
6804 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6805 <context context-type="linenumber">1</context>
6806 </context-group>
6807 <context-group purpose="location">
6808 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6809 <context context-type="linenumber">1</context>
6810 </context-group>
6865 </trans-unit> 6811 </trans-unit>
6866 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a"> 6812 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
6867 <source>100MB</source> 6813 <source>100MB</source>
@@ -6992,48 +6938,20 @@
6992 <context-group name="null"> 6938 <context-group name="null">
6993 <context context-type="linenumber">1</context> 6939 <context context-type="linenumber">1</context>
6994 </context-group> 6940 </context-group>
6995 <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> 6941
6996 </trans-unit> 6942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6997 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df"> 6943
6998 <source>You need to specify hosts to follow.</source> 6944
6999 <target>フォローするホストを指定する必要があります。</target> 6945
7000 <context-group name="null"> 6946
7001 <context context-type="linenumber">1</context>
7002 </context-group>
7003 <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>
7004 </trans-unit>
7005 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
7006 <source>Hosts need to be unique.</source>
7007 <target>ホストは一意である必要があります。</target>
7008 <context-group name="null">
7009 <context context-type="linenumber">1</context>
7010 </context-group>
7011 <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>
7012 </trans-unit>
7013 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
7014 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
7015 <target>確認した場合は、フォローリクエストを送信します: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
7016 <context-group name="null">
7017 <context context-type="linenumber">1</context>
7018 </context-group>
7019 <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>
7020 </trans-unit>
7021 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
7022 <source>Follow new server(s)</source>
7023 <target>新しいサーバーをフォローする</target>
7024 <context-group name="null">
7025 <context context-type="linenumber">1</context>
7026 </context-group>
7027 <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>
7028 </trans-unit>
7029 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 6947 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
7030 <source>Follow request(s) sent!</source> 6948 <source>Follow request(s) sent!</source>
7031 <target>フォローリクエストを送信しました!</target> 6949 <target>フォローリクエストを送信しました!</target>
7032 <context-group name="null"> 6950 <context-group name="null">
7033 <context context-type="linenumber">1</context> 6951 <context context-type="linenumber">1</context>
7034 </context-group> 6952 </context-group>
7035 <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> 6953
7036 </trans-unit> 6954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7037 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 6955 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
7038 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6956 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
7039 <target>本当に <x id="INTERPOLATION" equiv-text="{{host}}"/> のフォローを解除しますか?</target> 6957 <target>本当に <x id="INTERPOLATION" equiv-text="{{host}}"/> のフォローを解除しますか?</target>
@@ -7137,6 +7055,12 @@
7137 <context context-type="linenumber">1</context> 7055 <context context-type="linenumber">1</context>
7138 </context-group> 7056 </context-group>
7139 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group> 7057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group>
7058 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
7059 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
7060 <context-group purpose="location">
7061 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
7062 <context context-type="linenumber">1</context>
7063 </context-group>
7140 </trans-unit> 7064 </trans-unit>
7141 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 7065 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
7142 <source>Comment updated.</source> 7066 <source>Comment updated.</source>
@@ -7145,23 +7069,33 @@
7145 <context context-type="linenumber">1</context> 7069 <context context-type="linenumber">1</context>
7146 </context-group> 7070 </context-group>
7147 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group> 7071 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group>
7148 </trans-unit> 7072 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
7149 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978"> 7073 <source>Internal actions</source><target state="new">Internal actions</target>
7150 <source>Delete this report</source> 7074 <context-group purpose="location">
7151 <target>報告を削除</target> 7075 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7152 <context-group name="null">
7153 <context context-type="linenumber">1</context> 7076 <context context-type="linenumber">1</context>
7154 </context-group> 7077 </context-group>
7155 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7078 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
7156 </trans-unit> 7079 <source>Delete report</source><target state="new">Delete report</target>
7157 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321"> 7080 <context-group purpose="location">
7158 <source>Update moderation comment</source> 7081 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7159 <target>モデレーションコメントを更新</target> 7082 <context context-type="linenumber">1</context>
7160 <context-group name="null"> 7083 </context-group>
7084 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
7085 <source>Add note</source><target state="new">Add note</target>
7086 <context-group purpose="location">
7087 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7088 <context context-type="linenumber">1</context>
7089 </context-group>
7090 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
7091 <source>Update note</source><target state="new">Update note</target>
7092 <context-group purpose="location">
7093 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7161 <context context-type="linenumber">1</context> 7094 <context context-type="linenumber">1</context>
7162 </context-group> 7095 </context-group>
7163 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7164 </trans-unit> 7096 </trans-unit>
7097
7098
7165 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3"> 7099 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
7166 <source>Mark as accepted</source> 7100 <source>Mark as accepted</source>
7167 <target>承認済としてマーク</target> 7101 <target>承認済としてマーク</target>
@@ -7177,6 +7111,12 @@
7177 <context context-type="linenumber">1</context> 7111 <context context-type="linenumber">1</context>
7178 </context-group> 7112 </context-group>
7179 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7113 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7114 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
7115 <source>Actions for the video</source><target state="new">Actions for the video</target>
7116 <context-group purpose="location">
7117 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7118 <context context-type="linenumber">1</context>
7119 </context-group>
7180 </trans-unit> 7120 </trans-unit>
7181 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599"> 7121 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
7182 <source>Do you really want to delete this abuse report?</source> 7122 <source>Do you really want to delete this abuse report?</source>
@@ -8071,11 +8011,8 @@
8071 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group> 8011 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group>
8072 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 8012 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
8073 <source>max size</source><target state="new">max size</target> 8013 <source>max size</source><target state="new">max size</target>
8074 <context-group purpose="location"> 8014
8075 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 8015 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8076 <context context-type="linenumber">1</context>
8077 </context-group>
8078 </trans-unit>
8079 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 8016 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
8080 <source>Now please check your emails to verify your account and complete signup.</source> 8017 <source>Now please check your emails to verify your account and complete signup.</source>
8081 <target state="new">Now please check your emails to verify your account and complete signup.</target> 8018 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8426,6 +8363,12 @@
8426 <context context-type="linenumber">1</context> 8363 <context context-type="linenumber">1</context>
8427 </context-group> 8364 </context-group>
8428 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8365 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8366 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8367 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8368 <context-group purpose="location">
8369 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8370 <context context-type="linenumber">1</context>
8371 </context-group>
8429 </trans-unit> 8372 </trans-unit>
8430 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 8373 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
8431 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 8374 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8498,15 +8441,14 @@
8498 <context context-type="linenumber">1</context> 8441 <context context-type="linenumber">1</context>
8499 </context-group> 8442 </context-group>
8500 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8443 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8501 </trans-unit> 8444 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8502 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 8445 <source>just now</source><target state="new">just now</target>
8503 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 8446 <context-group purpose="location">
8504 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 秒前</target> 8447 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8505 <context-group name="null">
8506 <context context-type="linenumber">1</context> 8448 <context context-type="linenumber">1</context>
8507 </context-group> 8449 </context-group>
8508 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8450 </trans-unit>
8509 </trans-unit><trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8451 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8510 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 8452 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
8511 <context-group purpose="location"> 8453 <context-group purpose="location">
8512 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8454 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
@@ -10205,8 +10147,8 @@
10205 <context-group name="null"> 10147 <context-group name="null">
10206 <context context-type="linenumber">1</context> 10148 <context context-type="linenumber">1</context>
10207 </context-group> 10149 </context-group>
10208 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group> 10150
10209 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10151 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10210 <source>Encoder</source><target state="new">Encoder</target> 10152 <source>Encoder</source><target state="new">Encoder</target>
10211 <context-group purpose="location"> 10153 <context-group purpose="location">
10212 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10154 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10480,15 +10422,14 @@
10480 <context context-type="linenumber">1</context> 10422 <context context-type="linenumber">1</context>
10481 </context-group> 10423 </context-group>
10482 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 10424 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10483 </trans-unit> 10425 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10484 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 10426 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10485 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
10486 <target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target>
10487 <context-group purpose="location"> 10427 <context-group purpose="location">
10488 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10428 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10489 <context context-type="linenumber">1</context> 10429 <context context-type="linenumber">1</context>
10490 </context-group> 10430 </context-group>
10491 </trans-unit> 10431 </trans-unit>
10432
10492 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d"> 10433 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d">
10493 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10434 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10494 <target> これはリモートのコメントなので、削除はこのインスタンスにのみ有効です。</target> 10435 <target> これはリモートのコメントなので、削除はこのインスタンスにのみ有効です。</target>
diff --git a/client/src/locale/angular.jbo.xlf b/client/src/locale/angular.jbo.xlf
index a008c03c7..a7198ac78 100644
--- a/client/src/locale/angular.jbo.xlf
+++ b/client/src/locale/angular.jbo.xlf
@@ -520,27 +520,27 @@
520 <context-group name="null"> 520 <context-group name="null">
521 <context context-type="linenumber">6</context> 521 <context context-type="linenumber">6</context>
522 </context-group> 522 </context-group>
523 <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><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">6</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>
524 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 524 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
525 <source>Private</source> 525 <source>Private</source>
526 <target>sivni</target> 526 <target>sivni</target>
527 <context-group name="null"> 527 <context-group name="null">
528 <context context-type="linenumber">7</context> 528 <context context-type="linenumber">7</context>
529 </context-group> 529 </context-group>
530 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 530 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
531 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 531 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
532 532
533 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 533 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
534 <source>Blacklisted</source><target state="new">Blacklisted</target> 534 <source>Blacklisted</source><target state="new">Blacklisted</target>
535 535
536 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 536 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
537 <source> 537 <source>
538 Sensitive 538 Sensitive
539 </source><target state="new"> 539 </source><target state="new">
540 Sensitive 540 Sensitive
541 </target> 541 </target>
542 542
543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 543 <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="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
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> 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>
545 <context-group purpose="location"> 545 <context-group purpose="location">
546 <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>
@@ -584,7 +584,7 @@
584 <context-group name="null"> 584 <context-group name="null">
585 <context context-type="linenumber">15</context> 585 <context context-type="linenumber">15</context>
586 </context-group> 586 </context-group>
587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
588 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 588 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
589 <context-group purpose="location"> 589 <context-group purpose="location">
590 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 590 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -611,7 +611,7 @@
611 <context-group name="null"> 611 <context-group name="null">
612 <context context-type="linenumber">63</context> 612 <context context-type="linenumber">63</context>
613 </context-group> 613 </context-group>
614 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit><trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d" datatype="html"> 614 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit><trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d" datatype="html">
615 <source>Truncated preview</source><target state="new">Truncated preview</target> 615 <source>Truncated preview</source><target state="new">Truncated preview</target>
616 616
617 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196" datatype="html"> 617 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196" datatype="html">
@@ -743,7 +743,7 @@
743 743
744 744
745 745
746 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit><trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 746 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit><trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
747 <source>HTTP import (YouTube, Vimeo, direct URL...)</source><target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target> 747 <source>HTTP import (YouTube, Vimeo, direct URL...)</source><target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target>
748 748
749 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a" datatype="html"> 749 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a" datatype="html">
@@ -844,7 +844,7 @@
844 <context-group name="null"> 844 <context-group name="null">
845 <context context-type="linenumber">23</context> 845 <context context-type="linenumber">23</context>
846 </context-group> 846 </context-group>
847 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 847 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
848 <source>Ban this user</source><target state="new">Ban this user</target> 848 <source>Ban this user</source><target state="new">Ban this user</target>
849 849
850 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html"> 850 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
@@ -853,12 +853,6 @@
853 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 853 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context>
854 <context context-type="linenumber">11</context> 854 <context context-type="linenumber">11</context>
855 </context-group> 855 </context-group>
856 </trans-unit><trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html">
857 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source><target state="new">(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
858 <context-group purpose="location">
859 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
860 <context context-type="linenumber">12</context>
861 </context-group>
862 </trans-unit><trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html"> 856 </trans-unit><trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html">
863 <source> 857 <source>
864 Login 858 Login
@@ -963,7 +957,7 @@
963 <context-group name="null"> 957 <context-group name="null">
964 <context context-type="linenumber">43</context> 958 <context context-type="linenumber">43</context>
965 </context-group> 959 </context-group>
966 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 960 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
967 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 961 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
968 <source>Email address</source> 962 <source>Email address</source>
969 <target>lo ve samymri</target> 963 <target>lo ve samymri</target>
@@ -1290,15 +1284,9 @@ galfi le mi japyvla</target>
1290 </context-group> 1284 </context-group>
1291 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1285 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1292 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1286 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1293 <context-group purpose="location"> 1287
1294 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1288
1295 <context context-type="linenumber">36</context> 1289 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1296 </context-group>
1297 <context-group purpose="location">
1298 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1299 <context context-type="linenumber">158</context>
1300 </context-group>
1301 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1302 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1290 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1303 <context-group purpose="location"> 1291 <context-group purpose="location">
1304 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1292 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1331,41 +1319,26 @@ galfi le mi japyvla</target>
1331 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1319 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1332 <source>Help</source><target state="new">Help</target> 1320 <source>Help</source><target state="new">Help</target>
1333 1321
1334 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1322 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1335 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1323 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1336 <context-group purpose="location"> 1324
1337 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1325 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1338 <context context-type="linenumber">167</context>
1339 </context-group>
1340 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1341 <source>Shortcuts</source><target state="new">Shortcuts</target> 1326 <source>Shortcuts</source><target state="new">Shortcuts</target>
1342 <context-group purpose="location"> 1327
1343 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1328 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1344 <context context-type="linenumber">168</context>
1345 </context-group>
1346 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1347 <source> 1329 <source>
1348 powered by PeerTube 1330 powered by PeerTube
1349 </source><target state="new"> 1331 </source><target state="new">
1350 powered by PeerTube 1332 powered by PeerTube
1351 </target> 1333 </target>
1352 <context-group purpose="location"> 1334
1353 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1335 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1354 <context context-type="linenumber">172</context>
1355 </context-group>
1356 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1357 <source>PeerTube website</source><target state="new">PeerTube website</target> 1336 <source>PeerTube website</source><target state="new">PeerTube website</target>
1358 <context-group purpose="location"> 1337
1359 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1338 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1360 <context context-type="linenumber">172</context>
1361 </context-group>
1362 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1363 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1339 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1364 <context-group purpose="location"> 1340
1365 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1341 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1366 <context context-type="linenumber">171</context>
1367 </context-group>
1368 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1369 <source>Log out</source><target state="new">Log out</target> 1342 <source>Log out</source><target state="new">Log out</target>
1370 1343
1371 <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> 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>
@@ -1451,17 +1424,8 @@ galfi le mi japyvla</target>
1451 </context-group> 1424 </context-group>
1452 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1425 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1453 <source>Contact</source><target state="new">Contact</target> 1426 <source>Contact</source><target state="new">Contact</target>
1454 <context-group purpose="location"> 1427
1455 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1428 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1456 <context context-type="linenumber">154</context>
1457 </context-group>
1458 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1459 <source>Terms of Service</source><target state="new">Terms of Service</target>
1460 <context-group purpose="location">
1461 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1462 <context context-type="linenumber">155</context>
1463 </context-group>
1464 </trans-unit>
1465 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1429 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1466 <source>View your notifications</source> 1430 <source>View your notifications</source>
1467 <target>nu viska lo notci be fo do</target> 1431 <target>nu viska lo notci be fo do</target>
@@ -1813,7 +1777,7 @@ galfi le mi japyvla</target>
1813 <context-group name="null"> 1777 <context-group name="null">
1814 <context context-type="linenumber">23</context> 1778 <context context-type="linenumber">23</context>
1815 </context-group> 1779 </context-group>
1816 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html"> 1780 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html">
1817 <source>Privacy</source><target state="new">Privacy</target> 1781 <source>Privacy</source><target state="new">Privacy</target>
1818 1782
1819 1783
@@ -1822,37 +1786,19 @@ galfi le mi japyvla</target>
1822 1786
1823 1787
1824 1788
1825 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 1789 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
1826 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
1827 <context-group purpose="location">
1828 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1829 <context context-type="linenumber">164</context>
1830 </context-group>
1831 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
1832 <source>FAQ</source><target state="new">FAQ</target> 1790 <source>FAQ</source><target state="new">FAQ</target>
1833 <context-group purpose="location"> 1791
1834 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1792 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
1835 <context context-type="linenumber">165</context>
1836 </context-group>
1837 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
1838 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 1793 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
1839 <context-group purpose="location"> 1794
1840 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1795 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
1841 <context context-type="linenumber">165</context>
1842 </context-group>
1843 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
1844 <source>API</source><target state="new">API</target> 1796 <source>API</source><target state="new">API</target>
1845 <context-group purpose="location"> 1797
1846 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1798 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
1847 <context context-type="linenumber">166</context>
1848 </context-group>
1849 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
1850 <source>API documentation</source><target state="new">API documentation</target> 1799 <source>API documentation</source><target state="new">API documentation</target>
1851 <context-group purpose="location"> 1800
1852 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1801 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
1853 <context context-type="linenumber">166</context>
1854 </context-group>
1855 </trans-unit><trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
1856 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source><target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 1802 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source><target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
1857 1803
1858 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit> 1804 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
@@ -1983,7 +1929,7 @@ galfi le mi japyvla</target>
1983 1929
1984 1930
1985 1931
1986 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit><trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 1932 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit><trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
1987 <source> 1933 <source>
1988 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. 1934 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
1989</source><target state="new"> 1935</source><target state="new">
@@ -1998,7 +1944,7 @@ galfi le mi japyvla</target>
1998 1944
1999 1945
2000 1946
2001 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html"> 1947 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html">
2002 <source>Select the file to upload</source><target state="new">Select the file to upload</target> 1948 <source>Select the file to upload</source><target state="new">Select the file to upload</target>
2003 <context-group purpose="location"> 1949 <context-group purpose="location">
2004 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1950 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
@@ -2006,17 +1952,11 @@ galfi le mi japyvla</target>
2006 </context-group> 1952 </context-group>
2007 </trans-unit><trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html"> 1953 </trans-unit><trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html">
2008 <source>Scheduled</source><target state="new">Scheduled</target> 1954 <source>Scheduled</source><target state="new">Scheduled</target>
2009 <context-group purpose="location"> 1955
2010 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1956 <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">24</context></context-group></trans-unit><trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2011 <context context-type="linenumber">25</context>
2012 </context-group>
2013 </trans-unit><trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2014 <source>Video background image</source><target state="new">Video background image</target> 1957 <source>Video background image</source><target state="new">Video background image</target>
2015 <context-group purpose="location"> 1958
2016 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1959 <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">31</context></context-group></trans-unit><trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2017 <context context-type="linenumber">32</context>
2018 </context-group>
2019 </trans-unit><trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2020 <source> 1960 <source>
2021 Image that will be merged with your audio file. 1961 Image that will be merged with your audio file.
2022 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1962 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -2026,58 +1966,43 @@ galfi le mi japyvla</target>
2026 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1966 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2027 The chosen image will be definitive and cannot be modified. 1967 The chosen image will be definitive and cannot be modified.
2028 </target> 1968 </target>
2029 <context-group purpose="location"> 1969
2030 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1970 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2031 <context context-type="linenumber">34</context>
2032 </context-group>
2033 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2034 <source>Processing…</source><target state="new">Processing…</target> 1971 <source>Processing…</source><target state="new">Processing…</target>
2035 <context-group purpose="location"> 1972
2036 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1973 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2037 <context context-type="linenumber">56</context>
2038 </context-group>
2039 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2040 <source>Total video quota</source><target state="new">Total video quota</target> 1974 <source>Total video quota</source><target state="new">Total video quota</target>
2041 <context-group purpose="location"> 1975
2042 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1976
2043 <context context-type="linenumber">54</context> 1977 <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">53</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">11</context></context-group></trans-unit><trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2044 </context-group>
2045 <context-group purpose="location">
2046 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2047 <context context-type="linenumber">11</context>
2048 </context-group>
2049 </trans-unit><trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2050 <source> 1978 <source>
2051 Congratulations! Your video is now available in your private library. 1979 Congratulations! Your video is now available in your private library.
2052</source><target state="new"> 1980</source><target state="new">
2053 Congratulations! Your video is now available in your private library. 1981 Congratulations! Your video is now available in your private library.
2054</target> 1982</target>
2055 1983
2056 <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">68</context></context-group></trans-unit><trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html"> 1984 <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">67</context></context-group></trans-unit><trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
2057 <source>Publish will be available when upload is finished</source><target state="new">Publish will be available when upload is finished</target> 1985 <source>Publish will be available when upload is finished</source><target state="new">Publish will be available when upload is finished</target>
2058 1986
2059 <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">81</context></context-group></trans-unit><trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html"> 1987 <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">80</context></context-group></trans-unit><trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html">
2060 <source>Publish</source><target state="new">Publish</target> 1988 <source>Publish</source><target state="new">Publish</target>
2061 1989
2062 <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">88</context></context-group></trans-unit><trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html"> 1990 <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">87</context></context-group></trans-unit><trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
2063 <source>Select the torrent to import</source><target state="new">Select the torrent to import</target> 1991 <source>Select the torrent to import</source><target state="new">Select the torrent to import</target>
2064 <context-group purpose="location"> 1992 <context-group purpose="location">
2065 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1993 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2066 <context context-type="linenumber">6</context> 1994 <context context-type="linenumber">6</context>
2067 </context-group> 1995 </context-group>
2068 </trans-unit><trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc" datatype="html"> 1996 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2069 <source>Or</source><target state="new">Or</target> 1997 <source>OR</source><target state="new">OR</target>
2070 <context-group purpose="location"> 1998 <context-group purpose="location">
2071 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1999 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2072 <context context-type="linenumber">11</context> 2000 <context context-type="linenumber">10</context>
2073 </context-group> 2001 </context-group>
2074 </trans-unit><trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html"> 2002 </trans-unit><trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
2075 <source>Paste magnet URI</source><target state="new">Paste magnet URI</target> 2003 <source>Paste magnet URI</source><target state="new">Paste magnet URI</target>
2076 <context-group purpose="location"> 2004
2077 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2005 <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">13</context></context-group></trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2078 <context context-type="linenumber">14</context>
2079 </context-group>
2080 </trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2081 <source> 2006 <source>
2082 You can import any torrent file that points to a mp4 file. 2007 You can import any torrent file that points to a mp4 file.
2083 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. 2008 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.
@@ -2085,21 +2010,15 @@ galfi le mi japyvla</target>
2085 You can import any torrent file that points to a mp4 file. 2010 You can import any torrent file that points to a mp4 file.
2086 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. 2011 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.
2087 </target> 2012 </target>
2088 <context-group purpose="location"> 2013
2089 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2014 <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">16</context></context-group></trans-unit><trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2090 <context context-type="linenumber">17</context>
2091 </context-group>
2092 </trans-unit><trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2093 <source> 2015 <source>
2094 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 2016 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2095</source><target state="new"> 2017</source><target state="new">
2096 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 2018 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2097</target> 2019</target>
2098 <context-group purpose="location"> 2020
2099 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2021 <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">56</context></context-group></trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2100 <context context-type="linenumber">57</context>
2101 </context-group>
2102 </trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2103 <source> 2022 <source>
2104 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. 2023 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.
2105 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2024 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -2350,7 +2269,7 @@ galfi le mi japyvla</target>
2350 <source>Go to the account page</source><target state="new">Go to the account page</target> 2269 <source>Go to the account page</source><target state="new">Go to the account page</target>
2351 2270
2352 2271
2353 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</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">63</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2272 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2354 <source>Subscribe</source><target state="new">Subscribe</target> 2273 <source>Subscribe</source><target state="new">Subscribe</target>
2355 <context-group purpose="location"> 2274 <context-group purpose="location">
2356 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2275 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
@@ -2416,7 +2335,7 @@ galfi le mi japyvla</target>
2416 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2335 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2417 <source>More information</source><target state="new">More information</target> 2336 <source>More information</source><target state="new">More information</target>
2418 2337
2419 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2338 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2420 <source>Get more information</source><target state="new">Get more information</target> 2339 <source>Get more information</source><target state="new">Get more information</target>
2421 2340
2422 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2341 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
@@ -2478,27 +2397,18 @@ galfi le mi japyvla</target>
2478 </source><target state="new"> 2397 </source><target state="new">
2479 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 2398 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
2480 </target> 2399 </target>
2481 <context-group purpose="location"> 2400
2482 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2401 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2483 <context context-type="linenumber">77</context>
2484 </context-group>
2485 </trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2486 <source> 2402 <source>
2487 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2403 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2488 </source><target state="new"> 2404 </source><target state="new">
2489 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2405 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2490 </target> 2406 </target>
2491 <context-group purpose="location"> 2407
2492 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2408 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2493 <context context-type="linenumber">80</context>
2494 </context-group>
2495 </trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2496 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 2409 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
2497 <context-group purpose="location"> 2410
2498 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2411 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
2499 <context context-type="linenumber">84</context>
2500 </context-group>
2501 </trans-unit>
2502 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 2412 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
2503 <source> 2413 <source>
2504 Comments are disabled. 2414 Comments are disabled.
@@ -2509,7 +2419,7 @@ galfi le mi japyvla</target>
2509 <context-group name="null"> 2419 <context-group name="null">
2510 <context context-type="linenumber">64</context> 2420 <context context-type="linenumber">64</context>
2511 </context-group> 2421 </context-group>
2512 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group></trans-unit> 2422 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
2513 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 2423 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
2514 <source>Add comment...</source> 2424 <source>Add comment...</source>
2515 <target>jmina lo pinka</target> 2425 <target>jmina lo pinka</target>
@@ -2582,64 +2492,33 @@ galfi le mi japyvla</target>
2582 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2492 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
2583 <context context-type="linenumber">5</context> 2493 <context context-type="linenumber">5</context>
2584 </context-group> 2494 </context-group>
2585 </trans-unit><trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246" datatype="html">
2586 <source>Follow</source><target state="new">Follow</target>
2587 <context-group purpose="location">
2588 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
2589 <context context-type="linenumber">7</context>
2590 </context-group>
2591 </trans-unit><trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html"> 2495 </trans-unit><trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html">
2592 <source>Followers</source><target state="new">Followers</target> 2496 <source>Followers</source><target state="new">Followers</target>
2593 2497
2594 2498
2595 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 2499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
2596 <source>Video redundancies</source><target state="new">Video redundancies</target> 2500 <source>Video redundancies</source><target state="new">Video redundancies</target>
2597 <context-group purpose="location"> 2501
2598 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2502 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
2599 <context context-type="linenumber">11</context>
2600 </context-group>
2601 </trans-unit><trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
2602 <source>1 host (without "http://") per line</source><target state="new">1 host (without "http://") per line</target> 2503 <source>1 host (without "http://") per line</source><target state="new">1 host (without "http://") per line</target>
2504
2505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2506 <source>Follow domain</source><target state="new">Follow domain</target>
2603 <context-group purpose="location"> 2507 <context-group purpose="location">
2604 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context> 2508 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2605 <context context-type="linenumber">5</context> 2509 <context context-type="linenumber">15</context>
2606 </context-group>
2607 </trans-unit><trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507" datatype="html">
2608 <source>
2609 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2610 </source><target state="new">
2611 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2612 </target>
2613 <context-group purpose="location">
2614 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
2615 <context context-type="linenumber">17</context>
2616 </context-group>
2617 </trans-unit><trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437" datatype="html">
2618 <source>Add following</source><target state="new">Add following</target>
2619 <context-group purpose="location">
2620 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
2621 <context context-type="linenumber">21</context>
2622 </context-group> 2510 </context-group>
2623 </trans-unit><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 2511 </trans-unit><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
2624 <source>Filter...</source><target state="new">Filter...</target> 2512 <source>Filter...</source><target state="new">Filter...</target>
2625 <context-group purpose="location"> 2513
2626 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2514
2627 <context context-type="linenumber">8</context> 2515
2628 </context-group> 2516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit><trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
2629 <context-group purpose="location">
2630 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2631 <context context-type="linenumber">9</context>
2632 </context-group>
2633 <context-group purpose="location">
2634 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2635 <context context-type="linenumber">27</context>
2636 </context-group>
2637 </trans-unit><trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
2638 <source>ID</source><target state="new">ID</target> 2517 <source>ID</source><target state="new">ID</target>
2639 2518
2640 2519
2641 2520
2642 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2643 <source>Follower handle</source><target state="new">Follower handle</target> 2522 <source>Follower handle</source><target state="new">Follower handle</target>
2644 2523
2645 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 2524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
@@ -2648,37 +2527,22 @@ galfi le mi japyvla</target>
2648 2527
2649 2528
2650 2529
2651 <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"> 2530 <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="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2652 <source>Delayed.</source><target state="new">Delayed.</target> 2531 <source>Delayed.</source><target state="new">Delayed.</target>
2653 <context-group purpose="location"> 2532
2654 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2655 <context context-type="linenumber">42</context>
2656 </context-group>
2657 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2658 <source>Will start soon...</source><target state="new">Will start soon...</target> 2534 <source>Will start soon...</source><target state="new">Will start soon...</target>
2659 <context-group purpose="location"> 2535
2660 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2661 <context context-type="linenumber">43</context>
2662 </context-group>
2663 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2664 <source>Running...</source><target state="new">Running...</target> 2537 <source>Running...</source><target state="new">Running...</target>
2665 <context-group purpose="location"> 2538
2666 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2539 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2667 <context context-type="linenumber">44</context>
2668 </context-group>
2669 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2670 <source>Finished</source><target state="new">Finished</target> 2540 <source>Finished</source><target state="new">Finished</target>
2671 <context-group purpose="location"> 2541
2672 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2542 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2673 <context context-type="linenumber">45</context>
2674 </context-group>
2675 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2676 <source>Failed</source><target state="new">Failed</target> 2543 <source>Failed</source><target state="new">Failed</target>
2677 <context-group purpose="location"> 2544
2678 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2545 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2679 <context context-type="linenumber">46</context>
2680 </context-group>
2681 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2682 <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> 2546 <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>
2683 2547
2684 2548
@@ -2686,15 +2550,15 @@ galfi le mi japyvla</target>
2686 2550
2687 2551
2688 2552
2689 <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"> 2553 <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">24</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">46</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">11</context></context-group><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><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">
2690 <source>Accepted</source><target state="new">Accepted</target> 2554 <source>Accepted</source><target state="new">Accepted</target>
2691 2555
2692 2556
2693 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">30</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2694 <source>Pending</source><target state="new">Pending</target> 2558 <source>Pending</source><target state="new">Pending</target>
2695 2559
2696 2560
2697 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">31</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2561 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2698 <source>Accept</source><target state="new">Accept</target> 2562 <source>Accept</source><target state="new">Accept</target>
2699 2563
2700 2564
@@ -2702,20 +2566,35 @@ galfi le mi japyvla</target>
2702 <source>Refuse</source><target state="new">Refuse</target> 2566 <source>Refuse</source><target state="new">Refuse</target>
2703 2567
2704 2568
2705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 2569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2570 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2571 <context-group purpose="location">
2572 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
2573 <context context-type="linenumber">3</context>
2574 </context-group>
2575 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
2706 <source>Host</source><target state="new">Host</target> 2576 <source>Host</source><target state="new">Host</target>
2707 2577
2708 <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></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 2578 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
2709 <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><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> 2579 <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><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>
2580
2581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
2582 <source>Follow domains</source><target state="new">Follow domains</target>
2710 <context-group purpose="location"> 2583 <context-group purpose="location">
2711 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2584 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2712 <context context-type="linenumber">21</context> 2585 <context context-type="linenumber">50</context>
2713 </context-group> 2586 </context-group>
2714 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 2587 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
2715 <source>Video redundancies list</source><target state="new">Video redundancies list</target> 2588 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
2716 <context-group purpose="location"> 2589 <context-group purpose="location">
2717 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2590 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2718 <context context-type="linenumber">2</context> 2591 <context context-type="linenumber">7</context>
2592 </context-group>
2593 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
2594 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
2595 <context-group purpose="location">
2596 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2597 <context context-type="linenumber">8</context>
2719 </context-group> 2598 </context-group>
2720 </trans-unit><trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html"> 2599 </trans-unit><trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html">
2721 <source>Create user</source><target state="new">Create user</target> 2600 <source>Create user</source><target state="new">Create user</target>
@@ -2756,7 +2635,7 @@ galfi le mi japyvla</target>
2756 2635
2757 2636
2758 2637
2759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 2638 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
2760 <source> 2639 <source>
2761 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2640 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2762 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2641 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -2818,45 +2697,40 @@ galfi le mi japyvla</target>
2818 </context-group> 2697 </context-group>
2819 </trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 2698 </trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
2820 <source>Batch actions</source><target state="new">Batch actions</target> 2699 <source>Batch actions</source><target state="new">Batch actions</target>
2821 <context-group purpose="location"> 2700
2822 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
2823 <context context-type="linenumber">19</context>
2824 </context-group>
2825 </trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
2826 <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><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> 2702 <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><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>
2827 <context-group purpose="location"> 2703
2828 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2704 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2829 <context context-type="linenumber">40</context>
2830 </context-group>
2831 </trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2832 <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><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> 2705 <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><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>
2833 <context-group purpose="location"> 2706
2834 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2707 <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></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2835 <context context-type="linenumber">42</context>
2836 </context-group>
2837 </trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2838 <source>(banned)</source><target state="new">(banned)</target> 2708 <source>(banned)</source><target state="new">(banned)</target>
2709
2710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
2711 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
2839 <context-group purpose="location"> 2712 <context-group purpose="location">
2840 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2713 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2841 <context context-type="linenumber">65</context> 2714 <context context-type="linenumber">65</context>
2842 </context-group> 2715 </context-group>
2843 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2844 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2845 <context-group purpose="location"> 2716 <context-group purpose="location">
2846 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2717 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2847 <context context-type="linenumber">72</context> 2718 <context context-type="linenumber">27</context>
2848 </context-group> 2719 </context-group>
2849 </trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 2720 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2721 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2722
2723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
2850 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target> 2724 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target>
2851 <context-group purpose="location"> 2725
2852 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2726 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2853 <context context-type="linenumber">76</context>
2854 </context-group>
2855 </trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2856 <source>Ban reason:</source><target state="new">Ban reason:</target> 2727 <source>Ban reason:</source><target state="new">Ban reason:</target>
2728
2729 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2730 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
2857 <context-group purpose="location"> 2731 <context-group purpose="location">
2858 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2732 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2859 <context context-type="linenumber">95</context> 2733 <context context-type="linenumber">15</context>
2860 </context-group> 2734 </context-group>
2861 </trans-unit><trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html"> 2735 </trans-unit><trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
2862 <source>Moderation</source><target state="new">Moderation</target> 2736 <source>Moderation</source><target state="new">Moderation</target>
@@ -2898,86 +2772,71 @@ galfi le mi japyvla</target>
2898 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 2772 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
2899 <context context-type="linenumber">13</context> 2773 <context context-type="linenumber">13</context>
2900 </context-group> 2774 </context-group>
2775 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
2776 <source>Video <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">Video <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>
2777 <context-group purpose="location">
2778 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2779 <context context-type="linenumber">10</context>
2780 </context-group>
2901 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 2781 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
2902 <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><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> 2782 <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><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>
2903 2783
2904 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><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">8</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 2784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
2905 <source>Video URL</source><target state="new">Video URL</target> 2785 <source>Video URL</source><target state="new">Video URL</target>
2906 <context-group purpose="location"> 2786
2907 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2908 <context context-type="linenumber">24</context>
2909 </context-group>
2910 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2911 <source>Total size</source><target state="new">Total size</target> 2788 <source>Total size</source><target state="new">Total size</target>
2789
2790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
2791 <source>List redundancies</source><target state="new">List redundancies</target>
2912 <context-group purpose="location"> 2792 <context-group purpose="location">
2913 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2793 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2914 <context context-type="linenumber">25</context> 2794 <context context-type="linenumber">33</context>
2915 </context-group> 2795 </context-group>
2916 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 2796 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
2917 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 2797 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
2918 <context-group purpose="location"> 2798
2919 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2799 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
2920 <context context-type="linenumber">69</context>
2921 </context-group>
2922 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
2923 <source> 2800 <source>
2924 No redundancy strategy is enabled on your instance. 2801 No redundancy strategy is enabled on your instance.
2925 </source><target state="new"> 2802 </source><target state="new">
2926 No redundancy strategy is enabled on your instance. 2803 No redundancy strategy is enabled on your instance.
2927 </target> 2804 </target>
2928 <context-group purpose="location"> 2805
2929 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2806 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
2930 <context context-type="linenumber">73</context>
2931 </context-group>
2932 </trans-unit>
2933 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 2807 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
2934 <source>Sensitive</source> 2808 <source>Sensitive</source>
2935 <target>kajde fi lo ganvi</target> 2809 <target>kajde fi lo ganvi</target>
2936 <context-group name="null"> 2810 <context-group name="null">
2937 <context context-type="linenumber">9</context> 2811 <context context-type="linenumber">9</context>
2938 </context-group> 2812 </context-group>
2939 <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">9</context></context-group></trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 2813 <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">11</context></context-group></trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
2940 <source>Unfederated</source><target state="new">Unfederated</target> 2814 <source>Unfederated</source><target state="new">Unfederated</target>
2941 <context-group purpose="location"> 2815
2942 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2816 <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">12</context></context-group></trans-unit>
2943 <context context-type="linenumber">10</context>
2944 </context-group>
2945 </trans-unit>
2946 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 2817 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
2947 <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> 2818 <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>
2948 <target>detri <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> 2819 <target>detri <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>
2949 <context-group name="null"> 2820 <context-group name="null">
2950 <context context-type="linenumber">11</context> 2821 <context context-type="linenumber">11</context>
2951 </context-group> 2822 </context-group>
2952 <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">11</context></context-group></trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 2823 <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">13</context></context-group></trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
2953 <source>Go to the video</source><target state="new">Go to the video</target> 2824 <source>Go to the video</source><target state="new">Go to the video</target>
2954 <context-group purpose="location"> 2825
2955 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2826
2956 <context context-type="linenumber">25</context> 2827
2957 </context-group> 2828 <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">28</context></context-group><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">33</context></context-group></trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
2958 <context-group purpose="location">
2959 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2960 <context context-type="linenumber">33</context>
2961 </context-group>
2962 <context-group purpose="location">
2963 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
2964 <context context-type="linenumber">33</context>
2965 </context-group>
2966 </trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
2967 <source>Actions</source><target state="new">Actions</target> 2829 <source>Actions</source><target state="new">Actions</target>
2968 <context-group purpose="location"> 2830
2969 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2831
2970 <context context-type="linenumber">35</context> 2832 <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">38</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">57</context></context-group></trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
2971 </context-group>
2972 <context-group purpose="location">
2973 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2974 <context context-type="linenumber">44</context>
2975 </context-group>
2976 </trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
2977 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target> 2833 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target>
2834
2835 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
2836 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
2978 <context-group purpose="location"> 2837 <context-group purpose="location">
2979 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2838 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2980 <context context-type="linenumber">43</context> 2839 <context context-type="linenumber">5</context>
2981 </context-group> 2840 </context-group>
2982 </trans-unit><trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html"> 2841 </trans-unit><trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
2983 <source>Moderation comment</source><target state="new">Moderation comment</target> 2842 <source>Moderation comment</source><target state="new">Moderation comment</target>
@@ -2991,41 +2850,32 @@ galfi le mi japyvla</target>
2991 </source><target state="new"> 2850 </source><target state="new">
2992 This comment can only be seen by you or the other moderators. 2851 This comment can only be seen by you or the other moderators.
2993 </target> 2852 </target>
2994 <context-group purpose="location"> 2853
2995 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 2854 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2996 <context context-type="linenumber">18</context>
2997 </context-group>
2998 </trans-unit>
2999 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 2855 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3000 <source>Update this comment</source> 2856 <source>Update this comment</source>
3001 <target>nu basti fi lo ka ce'u pinka</target> 2857 <target>nu basti fi lo ka ce'u pinka</target>
3002 <context-group name="null"> 2858 <context-group name="null">
3003 <context context-type="linenumber">26</context> 2859 <context context-type="linenumber">26</context>
3004 </context-group> 2860 </context-group>
3005 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 2861 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3006 <source>Reporter</source><target state="new">Reporter</target> 2862 <source>Reporter</source><target state="new">Reporter</target>
3007 <context-group purpose="location"> 2863
3008 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2864 <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">10</context></context-group></trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
3009 <context context-type="linenumber">8</context>
3010 </context-group>
3011 </trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
3012 <source>Video</source><target state="new">Video</target> 2865 <source>Video</source><target state="new">Video</target>
2866
2867
2868
2869 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
2870 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3013 <context-group purpose="location"> 2871 <context-group purpose="location">
3014 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2872 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3015 <context context-type="linenumber">10</context> 2873 <context context-type="linenumber">46</context>
3016 </context-group>
3017 <context-group purpose="location">
3018 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3019 <context context-type="linenumber">14</context>
3020 </context-group>
3021 <context-group purpose="location">
3022 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3023 <context context-type="linenumber">9</context>
3024 </context-group> 2874 </context-group>
3025 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 2875 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3026 <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><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> 2876 <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><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>
3027 2877
3028 <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><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><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></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 2878 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3029 <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><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> 2879 <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><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>
3030 <context-group purpose="location"> 2880 <context-group purpose="location">
3031 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2881 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3033,25 +2883,22 @@ galfi le mi japyvla</target>
3033 </context-group> 2883 </context-group>
3034 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 2884 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3035 <source>Go to the account</source><target state="new">Go to the account</target> 2885 <source>Go to the account</source><target state="new">Go to the account</target>
3036 <context-group purpose="location"> 2886
3037 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2887
3038 <context context-type="linenumber">25</context> 2888 <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">27</context></context-group></trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
3039 </context-group>
3040 <context-group purpose="location">
3041 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3042 <context context-type="linenumber">27</context>
3043 </context-group>
3044 </trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
3045 <source>Reason:</source><target state="new">Reason:</target> 2889 <source>Reason:</source><target state="new">Reason:</target>
2890
2891 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
2892 <source>Note:</source><target state="new">Note:</target>
3046 <context-group purpose="location"> 2893 <context-group purpose="location">
3047 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2894 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3048 <context context-type="linenumber">53</context> 2895 <context context-type="linenumber">72</context>
3049 </context-group> 2896 </context-group>
3050 </trans-unit><trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638" datatype="html"> 2897 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3051 <source>Moderation comment:</source><target state="new">Moderation comment:</target> 2898 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3052 <context-group purpose="location"> 2899 <context-group purpose="location">
3053 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2900 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3054 <context context-type="linenumber">57</context> 2901 <context context-type="linenumber">5</context>
3055 </context-group> 2902 </context-group>
3056 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 2903 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
3057 <source>Unblacklist</source><target state="new">Unblacklist</target> 2904 <source>Unblacklist</source><target state="new">Unblacklist</target>
@@ -3063,6 +2910,12 @@ galfi le mi japyvla</target>
3063 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context> 2910 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
3064 <context context-type="linenumber">17</context> 2911 <context context-type="linenumber">17</context>
3065 </context-group> 2912 </context-group>
2913 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
2914 <source>Mute domain</source><target state="new">Mute domain</target>
2915 <context-group purpose="location">
2916 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2917 <context context-type="linenumber">11</context>
2918 </context-group>
3066 </trans-unit> 2919 </trans-unit>
3067 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 2920 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3068 <source>Instance</source> 2921 <source>Instance</source>
@@ -3070,41 +2923,39 @@ galfi le mi japyvla</target>
3070 <context-group name="null"> 2923 <context-group name="null">
3071 <context context-type="linenumber">5</context> 2924 <context context-type="linenumber">5</context>
3072 </context-group> 2925 </context-group>
3073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 2926 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3074 <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><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> 2927 <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><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>
3075 <context-group purpose="location"> 2928
3076 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2929
3077 <context context-type="linenumber">9</context> 2930
3078 </context-group> 2931
3079 <context-group purpose="location"> 2932 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3080 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3081 <context context-type="linenumber">9</context>
3082 </context-group>
3083 <context-group purpose="location">
3084 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3085 <context context-type="linenumber">13</context>
3086 </context-group>
3087 <context-group purpose="location">
3088 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
3089 <context context-type="linenumber">13</context>
3090 </context-group>
3091 </trans-unit><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3092 <source>Unmute</source><target state="new">Unmute</target> 2933 <source>Unmute</source><target state="new">Unmute</target>
2934
2935
2936
2937
2938 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
2939 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3093 <context-group purpose="location"> 2940 <context-group purpose="location">
3094 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2941 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3095 <context context-type="linenumber">19</context> 2942 <context context-type="linenumber">5</context>
3096 </context-group>
3097 <context-group purpose="location">
3098 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3099 <context context-type="linenumber">18</context>
3100 </context-group> 2943 </context-group>
2944 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
2945 <source>
2946 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2947 </source><target state="new">
2948 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2949 </target>
3101 <context-group purpose="location"> 2950 <context-group purpose="location">
3102 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 2951 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3103 <context context-type="linenumber">22</context> 2952 <context context-type="linenumber">37</context>
3104 </context-group> 2953 </context-group>
2954 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
2955 <source>Mute domains</source><target state="new">Mute domains</target>
3105 <context-group purpose="location"> 2956 <context-group purpose="location">
3106 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 2957 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3107 <context context-type="linenumber">23</context> 2958 <context context-type="linenumber">35</context>
3108 </context-group> 2959 </context-group>
3109 </trans-unit> 2960 </trans-unit>
3110 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2961 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -3113,7 +2964,13 @@ galfi le mi japyvla</target>
3113 <context-group name="null"> 2964 <context-group name="null">
3114 <context context-type="linenumber">12</context> 2965 <context context-type="linenumber">12</context>
3115 </context-group> 2966 </context-group>
3116 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 2967 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
2968 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
2969 <context-group purpose="location">
2970 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2971 <context context-type="linenumber">5</context>
2972 </context-group>
2973 </trans-unit><trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
3117 <source>Plugins/Themes</source><target state="new">Plugins/Themes</target> 2974 <source>Plugins/Themes</source><target state="new">Plugins/Themes</target>
3118 <context-group purpose="location"> 2975 <context-group purpose="location">
3119 <context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context> 2976 <context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context>
@@ -3227,28 +3084,16 @@ galfi le mi japyvla</target>
3227 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context> 3084 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
3228 <context context-type="linenumber">9</context> 3085 <context context-type="linenumber">9</context>
3229 </context-group> 3086 </context-group>
3230 </trans-unit><trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f" datatype="html">
3231 <source>Jobs list</source><target state="new">Jobs list</target>
3232 <context-group purpose="location">
3233 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3234 <context context-type="linenumber">2</context>
3235 </context-group>
3236 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 3087 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3237 <source>Job type</source><target state="new">Job type</target> 3088 <source>Job type</source><target state="new">Job type</target>
3238 <context-group purpose="location"> 3089
3239 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3090 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3240 <context context-type="linenumber">5</context>
3241 </context-group>
3242 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3243 <source>Job state</source><target state="new">Job state</target> 3091 <source>Job state</source><target state="new">Job state</target>
3244 <context-group purpose="location"> 3092
3245 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3093 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3246 <context context-type="linenumber">14</context>
3247 </context-group>
3248 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3249 <source>Type</source><target state="new">Type</target> 3094 <source>Type</source><target state="new">Type</target>
3250 3095
3251 <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"> 3096 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3252 <source>Refresh</source><target state="new">Refresh</target> 3097 <source>Refresh</source><target state="new">Refresh</target>
3253 3098
3254 <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="94516fa213706c67ce5a5b5765681d7fb032033a" datatype="html"> 3099 <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="94516fa213706c67ce5a5b5765681d7fb032033a" datatype="html">
@@ -3288,43 +3133,25 @@ galfi le mi japyvla</target>
3288 3133
3289 3134
3290 3135
3291 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 3136 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
3292 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 3137 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
3293 <context-group purpose="location"> 3138
3294 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3139 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3295 <context context-type="linenumber">46</context>
3296 </context-group>
3297 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3298 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 3140 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
3299 <context-group purpose="location"> 3141
3300 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3142 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3301 <context context-type="linenumber">43</context>
3302 </context-group>
3303 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3304 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 3143 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
3305 <context-group purpose="location"> 3144
3306 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3145 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3307 <context context-type="linenumber">57</context>
3308 </context-group>
3309 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3310 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 3146 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
3311 <context-group purpose="location"> 3147
3312 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3148 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3313 <context context-type="linenumber">54</context>
3314 </context-group>
3315 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3316 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 3149 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
3317 <context-group purpose="location"> 3150
3318 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3151 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3319 <context context-type="linenumber">68</context>
3320 </context-group>
3321 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3322 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 3152 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
3323 <context-group purpose="location"> 3153
3324 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3154 <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">66</context></context-group></trans-unit><trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3325 <context context-type="linenumber">65</context>
3326 </context-group>
3327 </trans-unit><trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3328 <source>Main languages you/your moderators speak</source><target state="new">Main languages you/your moderators speak</target> 3155 <source>Main languages you/your moderators speak</source><target state="new">Main languages you/your moderators speak</target>
3329 3156
3330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html"> 3157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html">
@@ -3367,133 +3194,130 @@ galfi le mi japyvla</target>
3367 <source>Do not list</source><target state="new">Do not list</target> 3194 <source>Do not list</source><target state="new">Do not list</target>
3368 3195
3369 3196
3370 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html"> 3197 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit><trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html">
3371 <source>Blur thumbnails</source><target state="new">Blur thumbnails</target> 3198 <source>Blur thumbnails</source><target state="new">Blur thumbnails</target>
3372 3199
3373 3200
3374 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit><trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html"> 3201 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html">
3375 <source>Display</source><target state="new">Display</target> 3202 <source>Display</source><target state="new">Display</target>
3376 3203
3377 3204
3378 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3205 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3379 <source>Strategy</source><target state="new">Strategy</target> 3206 <source>Strategy</source><target state="new">Strategy</target>
3380 <context-group purpose="location"> 3207
3381 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3208 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3382 <context context-type="linenumber">22</context>
3383 </context-group>
3384 </trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3385 <source>Terms</source><target state="new">Terms</target> 3209 <source>Terms</source><target state="new">Terms</target>
3386 3210
3387 3211
3388 3212
3389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 3213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
3390 <source>Code of conduct</source><target state="new">Code of conduct</target> 3214 <source>Code of conduct</source><target state="new">Code of conduct</target>
3391 3215
3392 3216
3393 3217
3394 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 3218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
3395 <source>Moderation information</source><target state="new">Moderation information</target> 3219 <source>Moderation information</source><target state="new">Moderation information</target>
3396 3220
3397 3221
3398 3222
3399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 3223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
3400 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 3224 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
3401 3225
3402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 3226 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
3403 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 3227 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
3404 3228
3405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 3229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
3406 <source>Who is behind the instance?</source><target state="new">Who is behind the instance?</target> 3230 <source>Who is behind the instance?</source><target state="new">Who is behind the instance?</target>
3407 3231
3408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 3232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
3409 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 3233 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target>
3410 3234
3411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
3412 <source>Why did you create this instance?</source><target state="new">Why did you create this instance?</target> 3236 <source>Why did you create this instance?</source><target state="new">Why did you create this instance?</target>
3413 3237
3414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 3238 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
3415 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 3239 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
3416 3240
3417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 3241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
3418 <source>How long do you plan to maintain this instance?</source><target state="new">How long do you plan to maintain this instance?</target> 3242 <source>How long do you plan to maintain this instance?</source><target state="new">How long do you plan to maintain this instance?</target>
3419 3243
3420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">182</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 3244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
3421 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 3245 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target>
3422 3246
3423 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 3247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
3424 <source>How will you finance the PeerTube server?</source><target state="new">How will you finance the PeerTube server?</target> 3248 <source>How will you finance the PeerTube server?</source><target state="new">How will you finance the PeerTube server?</target>
3425 3249
3426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 3250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
3427 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 3251 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
3428 3252
3429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 3253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
3430 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 3254 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
3431 3255
3432 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 3256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
3433 <source>What server/hardware does the instance run on?</source><target state="new">What server/hardware does the instance run on?</target> 3257 <source>What server/hardware does the instance run on?</source><target state="new">What server/hardware does the instance run on?</target>
3434 3258
3435 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 3259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
3436 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 3260 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
3437 3261
3438 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 3262 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit><trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
3439 <source>Instance information</source><target state="new">Instance information</target> 3263 <source>Instance information</source><target state="new">Instance information</target>
3440 3264
3441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 3265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
3442 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 3266 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
3443 3267
3444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 3268 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
3445 <source> 3269 <source>
3446 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3270 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3447 </source><target state="new"> 3271 </source><target state="new">
3448 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3272 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3449 </target> 3273 </target>
3450 3274
3451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 3275 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit><trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
3452 <source>default</source><target state="new">default</target> 3276 <source>default</source><target state="new">default</target>
3453 3277
3454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 3278 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
3455 <source>Landing page</source><target state="new">Landing page</target> 3279 <source>Landing page</source><target state="new">Landing page</target>
3456 3280
3457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">262</context></context-group></trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 3281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
3458 <source>Discover videos</source><target state="new">Discover videos</target> 3282 <source>Discover videos</source><target state="new">Discover videos</target>
3459 3283
3460 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">265</context></context-group></trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 3284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
3461 <source>Trending videos</source><target state="new">Trending videos</target> 3285 <source>Trending videos</source><target state="new">Trending videos</target>
3462 3286
3463 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 3287 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
3464 <source>Most liked videos</source><target state="new">Most liked videos</target> 3288 <source>Most liked videos</source><target state="new">Most liked videos</target>
3465 3289
3466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 3290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
3467 <source>Recently added videos</source><target state="new">Recently added videos</target> 3291 <source>Recently added videos</source><target state="new">Recently added videos</target>
3468 3292
3469 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit> 3293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit>
3470 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 3294 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
3471 <source>Local videos</source> 3295 <source>Local videos</source>
3472 <target>diklo vidvi</target> 3296 <target>diklo vidvi</target>
3473 <context-group name="null"> 3297 <context-group name="null">
3474 <context context-type="linenumber">223</context> 3298 <context context-type="linenumber">223</context>
3475 </context-group> 3299 </context-group>
3476 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 3300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
3477 <source>NEW USERS</source><target state="new">NEW USERS</target> 3301 <source>NEW USERS</source><target state="new">NEW USERS</target>
3478 3302
3479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 3303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
3480 <source> 3304 <source>
3481 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3305 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
3482 </source><target state="new"> 3306 </source><target state="new">
3483 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3307 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
3484 </target> 3308 </target>
3485 3309
3486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit> 3310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit>
3487 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 3311 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
3488 <source>Signup enabled</source><target state="new">Signup enabled</target> 3312 <source>Signup enabled</source><target state="new">Signup enabled</target>
3489 3313
3490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">292</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 3314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
3491 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target> 3315 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target>
3492 3316
3493 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">300</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 3317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
3494 <source>Signup limit</source><target state="new">Signup limit</target> 3318 <source>Signup limit</source><target state="new">Signup limit</target>
3495 3319
3496 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">304</context></context-group></trans-unit> 3320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit>
3497 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 3321 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
3498 <source>Users</source> 3322 <source>Users</source>
3499 <target>pilno</target> 3323 <target>pilno</target>
@@ -3579,85 +3403,98 @@ galfi le mi japyvla</target>
3579 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 3403 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
3580 <source>Default video quota per user</source><target state="new">Default video quota per user</target> 3404 <source>Default video quota per user</source><target state="new">Default video quota per user</target>
3581 3405
3582 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">319</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 3406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">320</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
3583 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target> 3407 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target>
3584 3408
3585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 3409 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
3586 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 3410 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
3587 3411
3588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
3589 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 3413 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
3590 3414
3591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">359</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 3415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
3592 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target> 3416 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target>
3593 3417
3594 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">366</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 3418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">367</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
3595 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 3419 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
3596 3420
3597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">383</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
3598 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 3422 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
3599 3423
3600 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 3424 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
3601 <source>FEDERATION</source><target state="new">FEDERATION</target> 3425 <source>FEDERATION</source><target state="new">FEDERATION</target>
3602 3426
3603 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
3604 <source> 3428 <source>
3605 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 3429 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
3606 </source><target state="new"> 3430 </source><target state="new">
3607 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 3431 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
3608 </target> 3432 </target>
3609 3433
3610 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 3434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
3611 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 3435 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
3612 3436
3613 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">411</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 3437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
3614 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 3438 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
3615 3439
3616 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 3440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
3617 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 3441 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
3618 3442
3619 <context-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></trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 3443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
3444 <source>
3445 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3446 </source><target state="new">
3447 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3448 </target>
3449 <context-group purpose="location">
3450 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3451 <context context-type="linenumber">450</context>
3452 </context-group>
3453 </trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
3620 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 3454 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
3621 3455
3622 3456
3623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 3457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
3624 <source>Index URL</source><target state="new">Index URL</target> 3458 <source>Index URL</source><target state="new">Index URL</target>
3625 3459
3626 <context-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="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 3460 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
3627 <source>Automatically follow instances of the public index</source><target state="new">Automatically follow instances of the public index</target> 3461 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
3628 3462 <context-group purpose="location">
3629 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 3463 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3464 <context context-type="linenumber">445</context>
3465 </context-group>
3466 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
3630 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 3467 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
3631 3468
3632 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">472</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 3469 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
3633 <source>Administrator</source><target state="new">Administrator</target> 3470 <source>Administrator</source><target state="new">Administrator</target>
3634 3471
3635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html"> 3472 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html">
3636 <source>Admin email</source><target state="new">Admin email</target> 3473 <source>Admin email</source><target state="new">Admin email</target>
3637 3474
3638 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 3475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
3639 <source>Enable contact form</source><target state="new">Enable contact form</target> 3476 <source>Enable contact form</source><target state="new">Enable contact form</target>
3640 3477
3641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 3478 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
3642 <source>Basic configuration</source><target state="new">Basic configuration</target> 3479 <source>Basic configuration</source><target state="new">Basic configuration</target>
3643 3480
3644 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 3481 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
3645 <source>TWITTER</source><target state="new">TWITTER</target> 3482 <source>TWITTER</source><target state="new">TWITTER</target>
3646 3483
3647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 3484 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
3648 <source> 3485 <source>
3649 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3486 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3650 </source><target state="new"> 3487 </source><target state="new">
3651 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3488 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3652 </target> 3489 </target>
3653 3490
3654 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">507</context></context-group></trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 3491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
3655 <source>Your Twitter username</source><target state="new">Your Twitter username</target> 3492 <source>Your Twitter username</source><target state="new">Your Twitter username</target>
3656 3493
3657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 3494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
3658 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target> 3495 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target>
3659 3496
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">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 3497 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
3661 <source> 3498 <source>
3662 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/>"/> 3499 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/>"/>
3663 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/>"/> 3500 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/>"/>
@@ -3672,13 +3509,13 @@ galfi le mi japyvla</target>
3672 to see if you instance is whitelisted. 3509 to see if you instance is whitelisted.
3673 </target> 3510 </target>
3674 3511
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">534</context></context-group></trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 3512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
3676 <source>Services</source><target state="new">Services</target> 3513 <source>Services</source><target state="new">Services</target>
3677 3514
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">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 3515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
3679 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 3516 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
3680 3517
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">560</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 3518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
3682 <source> 3519 <source>
3683 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 3520 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
3684 resources, this is a critical part of PeerTube, so tread carefully. 3521 resources, this is a critical part of PeerTube, so tread carefully.
@@ -3687,31 +3524,25 @@ galfi le mi japyvla</target>
3687 resources, this is a critical part of PeerTube, so tread carefully. 3524 resources, this is a critical part of PeerTube, so tread carefully.
3688 </target> 3525 </target>
3689 3526
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">561</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
3691 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target> 3528 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target>
3692 3529
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">574</context></context-group></trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 3530 <context-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="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
3694 <source>If you disable transcoding, many videos from your users will not work!</source><target state="new">If you disable transcoding, many videos from your users will not work!</target> 3531 <source>If you disable transcoding, many videos from your users will not work!</source><target state="new">If you disable transcoding, many videos from your users will not work!</target>
3695 3532
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">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 3533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
3697 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 3534 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
3698 <context-group purpose="location"> 3535
3699 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3536 <context-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="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
3700 <context context-type="linenumber">589</context>
3701 </context-group>
3702 </trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
3703 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target> 3537 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target>
3704 3538
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">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 3539 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
3706 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 3540 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
3707 <context-group purpose="location"> 3541
3708 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3542 <context-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="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
3709 <context context-type="linenumber">600</context>
3710 </context-group>
3711 </trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
3712 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target> 3543 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target>
3713 3544
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">597</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 3545 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
3715 <source> 3546 <source>
3716 <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>"/> 3547 <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>"/>
3717 3548
@@ -3729,14 +3560,11 @@ galfi le mi japyvla</target>
3729 3560
3730 <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>"/> 3561 <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>"/>
3731 </target> 3562 </target>
3732 <context-group purpose="location"> 3563
3733 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3564 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
3734 <context context-type="linenumber">612</context>
3735 </context-group>
3736 </trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
3737 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 3565 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
3738 3566
3739 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 3567 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
3740 <source> 3568 <source>
3741 <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>"/> 3569 <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>"/>
3742 3570
@@ -3760,60 +3588,57 @@ galfi le mi japyvla</target>
3760 3588
3761 <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>"/> 3589 <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>"/>
3762 </target> 3590 </target>
3763 <context-group purpose="location"> 3591
3764 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3592 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3765 <context context-type="linenumber">633</context>
3766 </context-group>
3767 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3768 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3593 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3769 3594
3770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 3595 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
3771 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3596 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
3772 3597
3773 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 3598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
3774 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 3599 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
3775 3600
3776 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 3601 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
3777 <source>CACHE</source><target state="new">CACHE</target> 3602 <source>CACHE</source><target state="new">CACHE</target>
3778 3603
3779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 3604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
3780 <source> 3605 <source>
3781 Some files are not federated, and fetched when necessary. Define their caching policies. 3606 Some files are not federated, and fetched when necessary. Define their caching policies.
3782 </source><target state="new"> 3607 </source><target state="new">
3783 Some files are not federated, and fetched when necessary. Define their caching policies. 3608 Some files are not federated, and fetched when necessary. Define their caching policies.
3784 </target> 3609 </target>
3785 3610
3786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 3611 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
3787 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 3612 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
3788 3613
3789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 3614 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
3790 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 3615 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
3791 3616
3792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 3617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
3793 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 3618 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
3794 3619
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">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 3620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
3796 <source> 3621 <source>
3797 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3622 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3798 </source><target state="new"> 3623 </source><target state="new">
3799 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3624 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3800 </target> 3625 </target>
3801 3626
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">733</context></context-group></trans-unit> 3627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
3803 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 3628 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
3804 <source>JavaScript</source> 3629 <source>JavaScript</source>
3805 <target>la .djavascript.</target> 3630 <target>la .djavascript.</target>
3806 <context-group name="null"> 3631 <context-group name="null">
3807 <context context-type="linenumber">575</context> 3632 <context context-type="linenumber">575</context>
3808 </context-group> 3633 </context-group>
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">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 3634 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
3810 <source> 3635 <source>
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>"/> 3636 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>"/>
3812 </source><target state="new"> 3637 </source><target state="new">
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>"/> 3638 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>"/>
3814 </target> 3639 </target>
3815 3640
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">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 3641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
3817 <source> 3642 <source>
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/>"/> 3643 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/>"/>
3819 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3644 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3838,20 +3663,20 @@ galfi le mi japyvla</target>
3838 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3663 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3839 </target> 3664 </target>
3840 3665
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">765</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 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">766</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
3842 <source>Advanced configuration</source><target state="new">Advanced configuration</target> 3667 <source>Advanced configuration</source><target state="new">Advanced configuration</target>
3843 3668
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">554</context></context-group></trans-unit> 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">559</context></context-group></trans-unit>
3845 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 3670 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
3846 <source>Update configuration</source> 3671 <source>Update configuration</source>
3847 <target>nu basti fi lo ka ce'u te tcimi'e</target> 3672 <target>nu basti fi lo ka ce'u te tcimi'e</target>
3848 <context-group name="null"> 3673 <context-group name="null">
3849 <context context-type="linenumber">628</context> 3674 <context context-type="linenumber">628</context>
3850 </context-group> 3675 </context-group>
3851 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" 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">804</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3852 <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> 3677 <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 3678
3854 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" 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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
3855 <source>PROFILE</source><target state="new">PROFILE</target> 3680 <source>PROFILE</source><target state="new">PROFILE</target>
3856 <context-group purpose="location"> 3681 <context-group purpose="location">
3857 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3682 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -3988,19 +3813,23 @@ galfi le mi japyvla</target>
3988 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3813 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
3989 <context context-type="linenumber">6</context> 3814 <context context-type="linenumber">6</context>
3990 </context-group> 3815 </context-group>
3991 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 3816 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
3992 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target> 3817 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
3993 <context-group purpose="location"> 3818 <context-group purpose="location">
3994 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3819 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
3995 <context context-type="linenumber">22</context> 3820 <context context-type="linenumber">14</context>
3996 </context-group> 3821 </context-group>
3997 </trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
3998 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
3999 <context-group purpose="location"> 3822 <context-group purpose="location">
4000 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3823 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4001 <context context-type="linenumber">25</context> 3824 <context context-type="linenumber">111</context>
4002 </context-group> 3825 </context-group>
4003 </trans-unit> 3826 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
3827 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target>
3828
3829 <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">23</context></context-group></trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
3830 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
3831
3832 <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">26</context></context-group></trans-unit>
4004 3833
4005 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 3834 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
4006 <source> 3835 <source>
@@ -4049,19 +3878,13 @@ galfi le mi japyvla</target>
4049 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 3878 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
4050 <source>Theme</source><target state="new">Theme</target> 3879 <source>Theme</source><target state="new">Theme</target>
4051 3880
4052 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit><trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 3881 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit><trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
4053 <source>instance default</source><target state="new">instance default</target> 3882 <source>instance default</source><target state="new">instance default</target>
4054 <context-group purpose="location"> 3883
4055 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 3884 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit><trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
4056 <context context-type="linenumber">7</context>
4057 </context-group>
4058 </trans-unit><trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
4059 <source>peertube default</source><target state="new">peertube default</target> 3885 <source>peertube default</source><target state="new">peertube default</target>
4060 <context-group purpose="location"> 3886
4061 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 3887 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
4062 <context context-type="linenumber">8</context>
4063 </context-group>
4064 </trans-unit><trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
4065 <source>Change ownership</source><target state="new">Change ownership</target> 3888 <source>Change ownership</source><target state="new">Change ownership</target>
4066 3889
4067 3890
@@ -4179,6 +4002,18 @@ galfi le mi japyvla</target>
4179 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4002 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4180 <context context-type="linenumber">8</context> 4003 <context context-type="linenumber">8</context>
4181 </context-group> 4004 </context-group>
4005 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4006 <source>See the error</source><target state="new">See the error</target>
4007 <context-group purpose="location">
4008 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4009 <context context-type="linenumber">19</context>
4010 </context-group>
4011 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4012 <source>This video was deleted</source><target state="new">This video was deleted</target>
4013 <context-group purpose="location">
4014 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4015 <context context-type="linenumber">36</context>
4016 </context-group>
4182 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 4017 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4183 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 4018 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
4184 <context-group purpose="location"> 4019 <context-group purpose="location">
@@ -4487,35 +4322,11 @@ galfi le mi japyvla</target>
4487 <source>Stats</source><target state="new">Stats</target> 4322 <source>Stats</source><target state="new">Stats</target>
4488 4323
4489 4324
4490 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 4325 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
4491 <source>Creators</source><target state="new">Creators</target>
4492 <context-group purpose="location">
4493 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4494 <context context-type="linenumber">162</context>
4495 </context-group>
4496 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
4497 <source>Creator guide</source><target state="new">Creator guide</target>
4498 <context-group purpose="location">
4499 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4500 <context context-type="linenumber">162</context>
4501 </context-group>
4502 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
4503 <source>Contributors</source><target state="new">Contributors</target>
4504 <context-group purpose="location">
4505 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4506 <context context-type="linenumber">163</context>
4507 </context-group>
4508 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
4509 <source>PeerTube license</source><target state="new">PeerTube license</target> 4326 <source>PeerTube license</source><target state="new">PeerTube license</target>
4510 <context-group purpose="location"> 4327
4511 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 4328
4512 <context context-type="linenumber">163</context> 4329 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
4513 </context-group>
4514 <context-group purpose="location">
4515 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4516 <context context-type="linenumber">175</context>
4517 </context-group>
4518 </trans-unit>
4519 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 4330 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
4520 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 4331 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
4521 <target>.i <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/> detri lo nu cmeveigau</target> 4332 <target>.i <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/> detri lo nu cmeveigau</target>
@@ -5342,6 +5153,30 @@ zbasu lo pilno</target>
5342 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5153 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5343 <context context-type="linenumber">1</context> 5154 <context context-type="linenumber">1</context>
5344 </context-group> 5155 </context-group>
5156 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
5157 <source>Process domains</source><target state="new">Process domains</target>
5158 <context-group purpose="location">
5159 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
5160 <context context-type="linenumber">1</context>
5161 </context-group>
5162 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
5163 <source>Domain is required.</source><target state="new">Domain is required.</target>
5164 <context-group purpose="location">
5165 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5166 <context context-type="linenumber">1</context>
5167 </context-group>
5168 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
5169 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
5170 <context-group purpose="location">
5171 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5172 <context context-type="linenumber">1</context>
5173 </context-group>
5174 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
5175 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
5176 <context-group purpose="location">
5177 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5178 <context context-type="linenumber">1</context>
5179 </context-group>
5345 </trans-unit><trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html"> 5180 </trans-unit><trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
5346 <source>Unlimited</source><target state="new">Unlimited</target> 5181 <source>Unlimited</source><target state="new">Unlimited</target>
5347 <context-group purpose="location"> 5182 <context-group purpose="location">
@@ -5360,6 +5195,16 @@ zbasu lo pilno</target>
5360 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context> 5195 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
5361 <context context-type="linenumber">1</context> 5196 <context context-type="linenumber">1</context>
5362 </context-group> 5197 </context-group>
5198 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
5199 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
5200 <context-group purpose="location">
5201 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5202 <context context-type="linenumber">1</context>
5203 </context-group>
5204 <context-group purpose="location">
5205 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5206 <context context-type="linenumber">1</context>
5207 </context-group>
5363 </trans-unit> 5208 </trans-unit>
5364 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a"> 5209 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
5365 <source>100MB</source> 5210 <source>100MB</source>
@@ -5461,43 +5306,16 @@ zbasu lo pilno</target>
5461 </context-group> 5306 </context-group>
5462 </trans-unit><trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html"> 5307 </trans-unit><trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
5463 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source><target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target> 5308 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source><target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target>
5464 <context-group purpose="location"> 5309
5465 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 5310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5466 <context context-type="linenumber">1</context> 5311
5467 </context-group>
5468 </trans-unit><trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html">
5469 <source>You need to specify hosts to follow.</source><target state="new">You need to specify hosts to follow.</target>
5470 <context-group purpose="location">
5471 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5472 <context context-type="linenumber">1</context>
5473 </context-group>
5474 </trans-unit><trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
5475 <source>Hosts need to be unique.</source><target state="new">Hosts need to be unique.</target>
5476 <context-group purpose="location">
5477 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5478 <context context-type="linenumber">1</context>
5479 </context-group>
5480 </trans-unit><trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
5481 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source><target state="new">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
5482 <context-group purpose="location">
5483 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5484 <context context-type="linenumber">1</context>
5485 </context-group>
5486 </trans-unit>
5487 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
5488 <source>Follow new server(s)</source>
5489 <target>jersi pe'a lo cnino samtcise'u</target>
5490 <context-group name="null">
5491 <context context-type="linenumber">1</context>
5492 </context-group>
5493 <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></trans-unit>
5494 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 5312 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
5495 <source>Follow request(s) sent!</source> 5313 <source>Follow request(s) sent!</source>
5496 <target>.i mo'u mrilu lo jersi pe'a ve cpedu</target> 5314 <target>.i mo'u mrilu lo jersi pe'a ve cpedu</target>
5497 <context-group name="null"> 5315 <context-group name="null">
5498 <context context-type="linenumber">1</context> 5316 <context context-type="linenumber">1</context>
5499 </context-group> 5317 </context-group>
5500 <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></trans-unit><trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html"> 5318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
5501 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source><target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 5319 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source><target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
5502 <context-group purpose="location"> 5320 <context-group purpose="location">
5503 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context> 5321 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
@@ -5576,6 +5394,12 @@ zbasu lo pilno</target>
5576 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 5394 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
5577 <context context-type="linenumber">1</context> 5395 <context context-type="linenumber">1</context>
5578 </context-group> 5396 </context-group>
5397 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
5398 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
5399 <context-group purpose="location">
5400 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
5401 <context context-type="linenumber">1</context>
5402 </context-group>
5579 </trans-unit> 5403 </trans-unit>
5580 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 5404 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
5581 <source>Comment updated.</source> 5405 <source>Comment updated.</source>
@@ -5583,20 +5407,32 @@ zbasu lo pilno</target>
5583 <context-group name="null"> 5407 <context-group name="null">
5584 <context context-type="linenumber">1</context> 5408 <context context-type="linenumber">1</context>
5585 </context-group> 5409 </context-group>
5586 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5410 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
5587 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978"> 5411 <source>Internal actions</source><target state="new">Internal actions</target>
5588 <source>Delete this report</source> 5412 <context-group purpose="location">
5589 <target>vimcu le notci</target> 5413 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5590 <context-group name="null"> 5414 <context context-type="linenumber">1</context>
5415 </context-group>
5416 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
5417 <source>Delete report</source><target state="new">Delete report</target>
5418 <context-group purpose="location">
5419 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5420 <context context-type="linenumber">1</context>
5421 </context-group>
5422 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
5423 <source>Add note</source><target state="new">Add note</target>
5424 <context-group purpose="location">
5425 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5591 <context context-type="linenumber">1</context> 5426 <context context-type="linenumber">1</context>
5592 </context-group> 5427 </context-group>
5593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 5428 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
5594 <source>Update moderation comment</source><target state="new">Update moderation comment</target> 5429 <source>Update note</source><target state="new">Update note</target>
5595 <context-group purpose="location"> 5430 <context-group purpose="location">
5596 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5431 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5597 <context context-type="linenumber">1</context> 5432 <context context-type="linenumber">1</context>
5598 </context-group> 5433 </context-group>
5599 </trans-unit><trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html"> 5434 </trans-unit>
5435 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html">
5600 <source>Mark as accepted</source><target state="new">Mark as accepted</target> 5436 <source>Mark as accepted</source><target state="new">Mark as accepted</target>
5601 <context-group purpose="location"> 5437 <context-group purpose="location">
5602 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5438 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
@@ -5608,6 +5444,12 @@ zbasu lo pilno</target>
5608 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5444 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5609 <context context-type="linenumber">1</context> 5445 <context context-type="linenumber">1</context>
5610 </context-group> 5446 </context-group>
5447 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
5448 <source>Actions for the video</source><target state="new">Actions for the video</target>
5449 <context-group purpose="location">
5450 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5451 <context context-type="linenumber">1</context>
5452 </context-group>
5611 </trans-unit> 5453 </trans-unit>
5612 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599"> 5454 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
5613 <source>Do you really want to delete this abuse report?</source> 5455 <source>Do you really want to delete this abuse report?</source>
@@ -6343,11 +6185,8 @@ zbasu lo pilno</target>
6343 </context-group> 6185 </context-group>
6344 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 6186 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
6345 <source>max size</source><target state="new">max size</target> 6187 <source>max size</source><target state="new">max size</target>
6346 <context-group purpose="location"> 6188
6347 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 6189 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
6348 <context context-type="linenumber">1</context>
6349 </context-group>
6350 </trans-unit><trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
6351 <source>Now please check your emails to verify your account and complete signup.</source><target state="new">Now please check your emails to verify your account and complete signup.</target> 6190 <source>Now please check your emails to verify your account and complete signup.</source><target state="new">Now please check your emails to verify your account and complete signup.</target>
6352 <context-group purpose="location"> 6191 <context-group purpose="location">
6353 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context> 6192 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context>
@@ -6632,6 +6471,12 @@ zbasu lo pilno</target>
6632 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6471 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6633 <context context-type="linenumber">1</context> 6472 <context context-type="linenumber">1</context>
6634 </context-group> 6473 </context-group>
6474 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
6475 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
6476 <context-group purpose="location">
6477 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6478 <context context-type="linenumber">1</context>
6479 </context-group>
6635 </trans-unit><trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html"> 6480 </trans-unit><trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
6636 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</target> 6481 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</target>
6637 <context-group purpose="location"> 6482 <context-group purpose="location">
@@ -6686,8 +6531,8 @@ zbasu lo pilno</target>
6686 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6531 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6687 <context context-type="linenumber">1</context> 6532 <context context-type="linenumber">1</context>
6688 </context-group> 6533 </context-group>
6689 </trans-unit><trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html"> 6534 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
6690 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target> 6535 <source>just now</source><target state="new">just now</target>
6691 <context-group purpose="location"> 6536 <context-group purpose="location">
6692 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6537 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6693 <context context-type="linenumber">1</context> 6538 <context context-type="linenumber">1</context>
@@ -8028,11 +7873,8 @@ zbasu lo pilno</target>
8028 </context-group> 7873 </context-group>
8029 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 7874 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
8030 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target> 7875 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target>
8031 <context-group purpose="location"> 7876
8032 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context> 7877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
8033 <context context-type="linenumber">1</context>
8034 </context-group>
8035 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
8036 <source>Encoder</source><target state="new">Encoder</target> 7878 <source>Encoder</source><target state="new">Encoder</target>
8037 <context-group purpose="location"> 7879 <context-group purpose="location">
8038 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 7880 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -8247,8 +8089,8 @@ zbasu lo pilno</target>
8247 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context> 8089 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
8248 <context context-type="linenumber">1</context> 8090 <context context-type="linenumber">1</context>
8249 </context-group> 8091 </context-group>
8250 </trans-unit><trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 8092 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
8251 <source> The deletion will be sent to remote instances, so they remove the comment too.</source><target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target> 8093 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
8252 <context-group purpose="location"> 8094 <context-group purpose="location">
8253 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 8095 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
8254 <context context-type="linenumber">1</context> 8096 <context context-type="linenumber">1</context>
diff --git a/client/src/locale/angular.ko-KR.xlf b/client/src/locale/angular.ko-KR.xlf
index 6cdd2cdca..f5e89b2c6 100644
--- a/client/src/locale/angular.ko-KR.xlf
+++ b/client/src/locale/angular.ko-KR.xlf
@@ -622,7 +622,7 @@
622 </context-group> 622 </context-group>
623 623
624 624
625 <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><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> 625 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
626 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 626 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
627 <source>Private</source> 627 <source>Private</source>
628 <target>비공개</target> 628 <target>비공개</target>
@@ -632,12 +632,12 @@
632 632
633 633
634 634
635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</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> 635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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>
636 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 636 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
637 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 637 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
638 <target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 638 <target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
639 639
640 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.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/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
641 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 641 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
642 <source>Blacklisted</source> 642 <source>Blacklisted</source>
643 <target>차단됨</target> 643 <target>차단됨</target>
@@ -645,12 +645,12 @@
645 <context context-type="linenumber">42</context> 645 <context context-type="linenumber">42</context>
646 </context-group> 646 </context-group>
647 647
648 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 648 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
649 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 649 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
650 <source>Sensitive</source> 650 <source>Sensitive</source>
651 <target state="translated">민감</target> 651 <target state="translated">민감</target>
652 652
653 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 653 <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>
654 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 654 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
655 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 655 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
656 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 656 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -709,7 +709,7 @@
709 709
710 710
711 711
712 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit> 712 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
713 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 713 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
714 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 714 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
715 <target state="translated">재생목록 <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/> 에서 삭제됨</target> 715 <target state="translated">재생목록 <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/> 에서 삭제됨</target>
@@ -757,7 +757,7 @@
757 757
758 758
759 759
760 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 760 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
761 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 761 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
762 <source>Truncated preview</source> 762 <source>Truncated preview</source>
763 <target>부분적인 미리보기</target> 763 <target>부분적인 미리보기</target>
@@ -949,7 +949,7 @@
949 949
950 950
951 951
952 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit> 952 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
953 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 953 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
954 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 954 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
955 <target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target> 955 <target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target>
@@ -1087,7 +1087,7 @@
1087 1087
1088 1088
1089 1089
1090 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1090 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1091 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1091 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1092 <source>Ban this user</source> 1092 <source>Ban this user</source>
1093 <target>이 사용자 강퇴</target> 1093 <target>이 사용자 강퇴</target>
@@ -1104,14 +1104,7 @@
1104 </context-group> 1104 </context-group>
1105 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group> 1105 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group>
1106 </trans-unit> 1106 </trans-unit>
1107 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798"> 1107
1108 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1109 <target>(확장자: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, 최대 크기: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1110 <context-group name="null">
1111 <context context-type="linenumber">12</context>
1112 </context-group>
1113 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context><context context-type="linenumber">12</context></context-group>
1114 </trans-unit>
1115 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1108 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1116 <source>Login</source> 1109 <source>Login</source>
1117 <target> 1110 <target>
@@ -1252,7 +1245,7 @@
1252 1245
1253 1246
1254 1247
1255 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1248 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1256 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1249 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1257 <source>Email address</source> 1250 <source>Email address</source>
1258 <target>이메일 주소</target> 1251 <target>이메일 주소</target>
@@ -1648,15 +1641,9 @@
1648 </context-group> 1641 </context-group>
1649 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1642 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1650 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1643 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1651 <context-group purpose="location"> 1644
1652 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1645
1653 <context context-type="linenumber">36</context> 1646 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1654 </context-group>
1655 <context-group purpose="location">
1656 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1657 <context context-type="linenumber">158</context>
1658 </context-group>
1659 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1660 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1647 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1661 <context-group purpose="location"> 1648 <context-group purpose="location">
1662 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1649 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1691,41 +1678,26 @@
1691 <source>Help</source> 1678 <source>Help</source>
1692 <target state="new">Help</target> 1679 <target state="new">Help</target>
1693 1680
1694 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1681 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1695 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1682 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1696 <context-group purpose="location"> 1683
1697 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1684 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1698 <context context-type="linenumber">167</context>
1699 </context-group>
1700 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1701 <source>Shortcuts</source><target state="new">Shortcuts</target> 1685 <source>Shortcuts</source><target state="new">Shortcuts</target>
1702 <context-group purpose="location"> 1686
1703 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1687 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1704 <context context-type="linenumber">168</context>
1705 </context-group>
1706 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1707 <source> 1688 <source>
1708 powered by PeerTube 1689 powered by PeerTube
1709 </source><target state="new"> 1690 </source><target state="new">
1710 powered by PeerTube 1691 powered by PeerTube
1711 </target> 1692 </target>
1712 <context-group purpose="location"> 1693
1713 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1694 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1714 <context context-type="linenumber">172</context>
1715 </context-group>
1716 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1717 <source>PeerTube website</source><target state="new">PeerTube website</target> 1695 <source>PeerTube website</source><target state="new">PeerTube website</target>
1718 <context-group purpose="location"> 1696
1719 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1697 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1720 <context context-type="linenumber">172</context>
1721 </context-group>
1722 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1723 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1698 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1724 <context-group purpose="location"> 1699
1725 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1700 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1726 <context context-type="linenumber">171</context>
1727 </context-group>
1728 </trans-unit>
1729 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1701 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1730 <source>Log out</source> 1702 <source>Log out</source>
1731 <target>로그아웃</target> 1703 <target>로그아웃</target>
@@ -1846,17 +1818,8 @@
1846 1818
1847 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1819 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1848 <source>Contact</source><target state="new">Contact</target> 1820 <source>Contact</source><target state="new">Contact</target>
1849 <context-group purpose="location"> 1821
1850 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1822 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1851 <context context-type="linenumber">154</context>
1852 </context-group>
1853 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1854 <source>Terms of Service</source><target state="new">Terms of Service</target>
1855 <context-group purpose="location">
1856 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1857 <context context-type="linenumber">155</context>
1858 </context-group>
1859 </trans-unit>
1860 1823
1861 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1824 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1862 <source>View your notifications</source> 1825 <source>View your notifications</source>
@@ -2309,7 +2272,7 @@
2309 2272
2310 2273
2311 2274
2312 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2275 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2313 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html"> 2276 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html">
2314 <source>Privacy</source> 2277 <source>Privacy</source>
2315 <target state="new">Privacy</target> 2278 <target state="new">Privacy</target>
@@ -2320,37 +2283,19 @@
2320 2283
2321 2284
2322 2285
2323 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2286 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2324 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
2325 <context-group purpose="location">
2326 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2327 <context context-type="linenumber">164</context>
2328 </context-group>
2329 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2330 <source>FAQ</source><target state="new">FAQ</target> 2287 <source>FAQ</source><target state="new">FAQ</target>
2331 <context-group purpose="location"> 2288
2332 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2289 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2333 <context context-type="linenumber">165</context>
2334 </context-group>
2335 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2336 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 2290 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
2337 <context-group purpose="location"> 2291
2338 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2292 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2339 <context context-type="linenumber">165</context>
2340 </context-group>
2341 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2342 <source>API</source><target state="new">API</target> 2293 <source>API</source><target state="new">API</target>
2343 <context-group purpose="location"> 2294
2344 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2295 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2345 <context context-type="linenumber">166</context>
2346 </context-group>
2347 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2348 <source>API documentation</source><target state="new">API documentation</target> 2296 <source>API documentation</source><target state="new">API documentation</target>
2349 <context-group purpose="location"> 2297
2350 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2298 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2351 <context context-type="linenumber">166</context>
2352 </context-group>
2353 </trans-unit>
2354 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html"> 2299 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
2355 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2300 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2356 <target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2301 <target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2500,7 +2445,7 @@
2500 2445
2501 2446
2502 2447
2503 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit> 2448 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2504 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 2449 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
2505 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2450 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2506 <target state="new"> 2451 <target state="new">
@@ -2514,11 +2459,11 @@
2514 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb" datatype="html"> 2459 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb" datatype="html">
2515 <source>Update</source> 2460 <source>Update</source>
2516 <target state="new">Update</target> 2461 <target state="new">Update</target>
2517 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group> 2462
2518 <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">74</context></context-group> 2463
2519 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group> 2464
2520 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group> 2465
2521 </trans-unit> 2466 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2522 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html"> 2467 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html">
2523 <source>Select the file to upload</source> 2468 <source>Select the file to upload</source>
2524 <target state="new">Select the file to upload</target> 2469 <target state="new">Select the file to upload</target>
@@ -2530,19 +2475,13 @@
2530 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html"> 2475 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html">
2531 <source>Scheduled</source> 2476 <source>Scheduled</source>
2532 <target state="new">Scheduled</target> 2477 <target state="new">Scheduled</target>
2533 <context-group purpose="location"> 2478
2534 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2479 <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">24</context></context-group></trans-unit>
2535 <context context-type="linenumber">25</context>
2536 </context-group>
2537 </trans-unit>
2538 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2480 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2539 <source>Video background image</source> 2481 <source>Video background image</source>
2540 <target state="new">Video background image</target> 2482 <target state="new">Video background image</target>
2541 <context-group purpose="location"> 2483
2542 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2484 <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">31</context></context-group></trans-unit>
2543 <context context-type="linenumber">32</context>
2544 </context-group>
2545 </trans-unit>
2546 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2485 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2547 <source> 2486 <source>
2548 Image that will be merged with your audio file. 2487 Image that will be merged with your audio file.
@@ -2554,44 +2493,32 @@
2554 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2493 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2555 The chosen image will be definitive and cannot be modified. 2494 The chosen image will be definitive and cannot be modified.
2556 </target> 2495 </target>
2557 <context-group purpose="location"> 2496
2558 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2559 <context context-type="linenumber">34</context>
2560 </context-group>
2561 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2562 <source>Processing…</source><target state="new">Processing…</target> 2498 <source>Processing…</source><target state="new">Processing…</target>
2563 <context-group purpose="location"> 2499
2564 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2500 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2565 <context context-type="linenumber">56</context>
2566 </context-group>
2567 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2568 <source>Total video quota</source><target state="new">Total video quota</target> 2501 <source>Total video quota</source><target state="new">Total video quota</target>
2569 <context-group purpose="location"> 2502
2570 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2503
2571 <context context-type="linenumber">54</context> 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">53</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">11</context></context-group></trans-unit>
2572 </context-group>
2573 <context-group purpose="location">
2574 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2575 <context context-type="linenumber">11</context>
2576 </context-group>
2577 </trans-unit>
2578 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html"> 2505 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2579 <source>Congratulations! Your video is now available in your private library.</source> 2506 <source>Congratulations! Your video is now available in your private library.</source>
2580 <target state="new"> 2507 <target state="new">
2581 Congratulations! Your video is now available in your private library. 2508 Congratulations! Your video is now available in your private library.
2582</target> 2509</target>
2583 2510
2584 <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">68</context></context-group></trans-unit> 2511 <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">67</context></context-group></trans-unit>
2585 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html"> 2512 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
2586 <source>Publish will be available when upload is finished</source> 2513 <source>Publish will be available when upload is finished</source>
2587 <target state="new">Publish will be available when upload is finished</target> 2514 <target state="new">Publish will be available when upload is finished</target>
2588 2515
2589 <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">81</context></context-group></trans-unit> 2516 <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">80</context></context-group></trans-unit>
2590 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html"> 2517 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html">
2591 <source>Publish</source> 2518 <source>Publish</source>
2592 <target state="new">Publish</target> 2519 <target state="new">Publish</target>
2593 2520
2594 <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">88</context></context-group></trans-unit> 2521 <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">87</context></context-group></trans-unit>
2595 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html"> 2522 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
2596 <source>Select the torrent to import</source> 2523 <source>Select the torrent to import</source>
2597 <target state="new">Select the torrent to import</target> 2524 <target state="new">Select the torrent to import</target>
@@ -2599,23 +2526,19 @@
2599 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2526 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2600 <context context-type="linenumber">6</context> 2527 <context context-type="linenumber">6</context>
2601 </context-group> 2528 </context-group>
2602 </trans-unit> 2529 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2603 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc" datatype="html"> 2530 <source>OR</source><target state="new">OR</target>
2604 <source>Or</source>
2605 <target state="new">Or</target>
2606 <context-group purpose="location"> 2531 <context-group purpose="location">
2607 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2532 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2608 <context context-type="linenumber">11</context> 2533 <context context-type="linenumber">10</context>
2609 </context-group> 2534 </context-group>
2610 </trans-unit> 2535 </trans-unit>
2536
2611 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html"> 2537 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
2612 <source>Paste magnet URI</source> 2538 <source>Paste magnet URI</source>
2613 <target state="new">Paste magnet URI</target> 2539 <target state="new">Paste magnet URI</target>
2614 <context-group purpose="location"> 2540
2615 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2541 <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">13</context></context-group></trans-unit>
2616 <context context-type="linenumber">14</context>
2617 </context-group>
2618 </trans-unit>
2619 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2542 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2620 <source> 2543 <source>
2621 You can import any torrent file that points to a mp4 file. 2544 You can import any torrent file that points to a mp4 file.
@@ -2625,21 +2548,15 @@
2625 You can import any torrent file that points to a mp4 file. 2548 You can import any torrent file that points to a mp4 file.
2626 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. 2549 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.
2627 </target> 2550 </target>
2628 <context-group purpose="location"> 2551
2629 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2552 <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">16</context></context-group></trans-unit>
2630 <context context-type="linenumber">17</context>
2631 </context-group>
2632 </trans-unit>
2633 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html"> 2553 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2634 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2554 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2635 <target state="new"> 2555 <target state="new">
2636 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 2556 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2637</target> 2557</target>
2638 <context-group purpose="location"> 2558
2639 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2559 <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">56</context></context-group></trans-unit>
2640 <context context-type="linenumber">57</context>
2641 </context-group>
2642 </trans-unit>
2643 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2560 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2644 <source> 2561 <source>
2645 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. 2562 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.
@@ -2924,10 +2841,10 @@
2924 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c" datatype="html"> 2841 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c" datatype="html">
2925 <source>Go to the account page</source> 2842 <source>Go to the account page</source>
2926 <target state="new">Go to the account page</target> 2843 <target state="new">Go to the account page</target>
2927 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group> 2844
2928 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group> 2845
2929 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">63</context></context-group> 2846
2930 </trans-unit> 2847 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit>
2931 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2848 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2932 <source>Subscribe</source> 2849 <source>Subscribe</source>
2933 <target state="new">Subscribe</target> 2850 <target state="new">Subscribe</target>
@@ -3003,7 +2920,7 @@
3003 <source>More information</source> 2920 <source>More information</source>
3004 <target state="new">More information</target> 2921 <target state="new">More information</target>
3005 2922
3006 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 2923 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3007 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2924 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
3008 <source>Get more information</source> 2925 <source>Get more information</source>
3009 <target state="new">Get more information</target> 2926 <target state="new">Get more information</target>
@@ -3081,36 +2998,27 @@
3081 <target state="new"> 2998 <target state="new">
3082 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 2999 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
3083 </target> 3000 </target>
3084 <context-group purpose="location"> 3001
3085 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3002 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3086 <context context-type="linenumber">77</context>
3087 </context-group>
3088 </trans-unit>
3089 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3003 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3090 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3004 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3091 <target state="new"> 3005 <target state="new">
3092 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 3006 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
3093 </target> 3007 </target>
3094 <context-group purpose="location"> 3008
3095 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3009 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3096 <context context-type="linenumber">80</context>
3097 </context-group>
3098 </trans-unit>
3099 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3010 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3100 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3011 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3101 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 3012 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
3102 <context-group purpose="location"> 3013
3103 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3014 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3104 <context context-type="linenumber">84</context>
3105 </context-group>
3106 </trans-unit>
3107 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html"> 3015 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
3108 <source>Comments are disabled.</source> 3016 <source>Comments are disabled.</source>
3109 <target state="new"> 3017 <target state="new">
3110 Comments are disabled. 3018 Comments are disabled.
3111 </target> 3019 </target>
3112 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 3020
3113 </trans-unit> 3021 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3114 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html"> 3022 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html">
3115 <source>Add comment...</source> 3023 <source>Add comment...</source>
3116 <target state="new">Add comment...</target> 3024 <target state="new">Add comment...</target>
@@ -3197,72 +3105,40 @@
3197 <context context-type="linenumber">5</context> 3105 <context context-type="linenumber">5</context>
3198 </context-group> 3106 </context-group>
3199 </trans-unit> 3107 </trans-unit>
3200 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246" datatype="html"> 3108
3201 <source>Follow</source>
3202 <target state="new">Follow</target>
3203 <context-group purpose="location">
3204 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
3205 <context context-type="linenumber">7</context>
3206 </context-group>
3207 </trans-unit>
3208 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html"> 3109 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html">
3209 <source>Followers</source> 3110 <source>Followers</source>
3210 <target state="new">Followers</target> 3111 <target state="new">Followers</target>
3211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 3112
3212 </trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3113 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3213 <source>Video redundancies</source><target state="new">Video redundancies</target> 3114 <source>Video redundancies</source><target state="new">Video redundancies</target>
3214 <context-group purpose="location"> 3115
3215 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3116 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3216 <context context-type="linenumber">11</context>
3217 </context-group>
3218 </trans-unit>
3219 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html"> 3117 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
3220 <source>1 host (without "http://") per line</source> 3118 <source>1 host (without "http://") per line</source>
3221 <target state="new">1 host (without "http://") per line</target> 3119 <target state="new">1 host (without "http://") per line</target>
3120
3121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3122 <source>Follow domain</source><target state="new">Follow domain</target>
3222 <context-group purpose="location"> 3123 <context-group purpose="location">
3223 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context> 3124 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3224 <context context-type="linenumber">5</context> 3125 <context context-type="linenumber">15</context>
3225 </context-group>
3226 </trans-unit>
3227 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507" datatype="html">
3228 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3229 <target state="new">
3230 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3231 </target>
3232 <context-group purpose="location">
3233 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
3234 <context context-type="linenumber">17</context>
3235 </context-group>
3236 </trans-unit>
3237 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437" datatype="html">
3238 <source>Add following</source>
3239 <target state="new">Add following</target>
3240 <context-group purpose="location">
3241 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
3242 <context context-type="linenumber">21</context>
3243 </context-group> 3126 </context-group>
3244 </trans-unit> 3127 </trans-unit>
3128
3129
3245 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 3130 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
3246 <source>Filter...</source> 3131 <source>Filter...</source>
3247 <target state="new">Filter...</target> 3132 <target state="new">Filter...</target>
3248 <context-group purpose="location"> 3133
3249 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3134
3250 <context context-type="linenumber">8</context> 3135
3251 </context-group> 3136 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3252 <context-group purpose="location">
3253 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3254 <context context-type="linenumber">9</context>
3255 </context-group>
3256 <context-group purpose="location">
3257 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3258 <context context-type="linenumber">27</context>
3259 </context-group>
3260 </trans-unit>
3261 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 3137 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
3262 <source>ID</source> 3138 <source>ID</source>
3263 <target state="new">ID</target> 3139 <target state="new">ID</target>
3264 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 3140
3265 </trans-unit> 3141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3266 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3142 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3267 <source>Follower handle</source> 3143 <source>Follower handle</source>
3268 <target state="new">Follower handle</target> 3144 <target state="new">Follower handle</target>
@@ -3271,71 +3147,56 @@
3271 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 3147 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
3272 <source>State</source> 3148 <source>State</source>
3273 <target state="new">State</target> 3149 <target state="new">State</target>
3274 <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> 3150
3275 <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> 3151
3276 </trans-unit> 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><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>
3277 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3153 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3278 <source>Delayed.</source> 3154 <source>Delayed.</source>
3279 <target state="new">Delayed.</target> 3155 <target state="new">Delayed.</target>
3280 <context-group purpose="location"> 3156
3281 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3282 <context context-type="linenumber">42</context>
3283 </context-group>
3284 </trans-unit>
3285 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3158 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3286 <source>Will start soon...</source> 3159 <source>Will start soon...</source>
3287 <target state="new">Will start soon...</target> 3160 <target state="new">Will start soon...</target>
3288 <context-group purpose="location"> 3161
3289 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3290 <context context-type="linenumber">43</context>
3291 </context-group>
3292 </trans-unit>
3293 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3163 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3294 <source>Running...</source> 3164 <source>Running...</source>
3295 <target state="new">Running...</target> 3165 <target state="new">Running...</target>
3296 <context-group purpose="location"> 3166
3297 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3298 <context context-type="linenumber">44</context>
3299 </context-group>
3300 </trans-unit>
3301 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3168 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3302 <source>Finished</source> 3169 <source>Finished</source>
3303 <target state="new">Finished</target> 3170 <target state="new">Finished</target>
3304 <context-group purpose="location"> 3171
3305 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3306 <context context-type="linenumber">45</context>
3307 </context-group>
3308 </trans-unit>
3309 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3173 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3310 <source>Failed</source> 3174 <source>Failed</source>
3311 <target state="new">Failed</target> 3175 <target state="new">Failed</target>
3312 <context-group purpose="location"> 3176
3313 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3177 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3314 <context context-type="linenumber">46</context>
3315 </context-group>
3316 </trans-unit>
3317 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 3178 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3318 <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> 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>
3319 <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> 3180 <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>
3320 <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> 3181
3321 <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> 3182
3322 <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> 3183
3323 <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> 3184
3324 <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> 3185
3325 <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> 3186
3326 </trans-unit> 3187 <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">24</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">46</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">11</context></context-group><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><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>
3327 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3188 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3328 <source>Accepted</source> 3189 <source>Accepted</source>
3329 <target state="new">Accepted</target> 3190 <target state="new">Accepted</target>
3330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3191
3331 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3192
3332 </trans-unit> 3193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3333 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3194 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3334 <source>Pending</source> 3195 <source>Pending</source>
3335 <target state="new">Pending</target> 3196 <target state="new">Pending</target>
3336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3197
3337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3198
3338 </trans-unit> 3199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3339 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3200 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3340 <source>Accept</source> 3201 <source>Accept</source>
3341 <target state="new">Accept</target> 3202 <target state="new">Accept</target>
@@ -3347,24 +3208,39 @@
3347 <target state="new">Refuse</target> 3208 <target state="new">Refuse</target>
3348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3349 <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">42</context></context-group> 3210 <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">42</context></context-group>
3211 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3212 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3213 <context-group purpose="location">
3214 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3215 <context context-type="linenumber">3</context>
3216 </context-group>
3350 </trans-unit> 3217 </trans-unit>
3351 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 3218 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
3352 <source>Host</source> 3219 <source>Host</source>
3353 <target state="new">Host</target> 3220 <target state="new">Host</target>
3354 <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> 3221
3355 </trans-unit> 3222 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3356 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3223 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3357 <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> 3224 <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>
3358 <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> 3225 <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>
3226
3227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3228 <source>Follow domains</source><target state="new">Follow domains</target>
3359 <context-group purpose="location"> 3229 <context-group purpose="location">
3360 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3230 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3361 <context context-type="linenumber">21</context> 3231 <context context-type="linenumber">50</context>
3362 </context-group> 3232 </context-group>
3363 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3233 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3364 <source>Video redundancies list</source><target state="new">Video redundancies list</target> 3234 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3365 <context-group purpose="location"> 3235 <context-group purpose="location">
3366 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3236 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3367 <context context-type="linenumber">2</context> 3237 <context context-type="linenumber">7</context>
3238 </context-group>
3239 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3240 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3241 <context-group purpose="location">
3242 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3243 <context context-type="linenumber">8</context>
3368 </context-group> 3244 </context-group>
3369 </trans-unit> 3245 </trans-unit>
3370 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html"> 3246 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html">
@@ -3414,7 +3290,7 @@
3414 3290
3415 3291
3416 3292
3417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3418 <source> 3294 <source>
3419 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3295 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3420 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3296 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3495,57 +3371,52 @@
3495 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 3371 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3496 <source>Batch actions</source> 3372 <source>Batch actions</source>
3497 <target state="new">Batch actions</target> 3373 <target state="new">Batch actions</target>
3498 <context-group purpose="location"> 3374
3499 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3500 <context context-type="linenumber">19</context>
3501 </context-group>
3502 </trans-unit>
3503 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3376 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3504 <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> 3377 <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>
3505 <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> 3378 <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>
3506 <context-group purpose="location"> 3379
3507 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3508 <context context-type="linenumber">40</context>
3509 </context-group>
3510 </trans-unit>
3511 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3381 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3512 <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> 3382 <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>
3513 <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> 3383 <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>
3514 <context-group purpose="location"> 3384
3515 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3385 <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></trans-unit>
3516 <context context-type="linenumber">42</context>
3517 </context-group>
3518 </trans-unit>
3519 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3386 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3520 <source>(banned)</source> 3387 <source>(banned)</source>
3521 <target state="new">(banned)</target> 3388 <target state="new">(banned)</target>
3389
3390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3391 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3522 <context-group purpose="location"> 3392 <context-group purpose="location">
3523 <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>
3524 <context context-type="linenumber">65</context> 3394 <context context-type="linenumber">65</context>
3525 </context-group> 3395 </context-group>
3396 <context-group purpose="location">
3397 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3398 <context context-type="linenumber">27</context>
3399 </context-group>
3526 </trans-unit> 3400 </trans-unit>
3527 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3401 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3528 <source>User's email must be verified to login</source> 3402 <source>User's email must be verified to login</source>
3529 <target state="new">User's email must be verified to login</target> 3403 <target state="new">User's email must be verified to login</target>
3530 <context-group purpose="location"> 3404
3531 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3532 <context context-type="linenumber">72</context>
3533 </context-group>
3534 </trans-unit>
3535 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3406 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3536 <source>User's email is verified / User can login without email verification</source> 3407 <source>User's email is verified / User can login without email verification</source>
3537 <target state="new">User's email is verified / User can login without email verification</target> 3408 <target state="new">User's email is verified / User can login without email verification</target>
3538 <context-group purpose="location"> 3409
3539 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3410 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3540 <context context-type="linenumber">76</context>
3541 </context-group>
3542 </trans-unit>
3543 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3411 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3544 <source>Ban reason:</source> 3412 <source>Ban reason:</source>
3545 <target state="new">Ban reason:</target> 3413 <target state="new">Ban reason:</target>
3414
3415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3416 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3546 <context-group purpose="location"> 3417 <context-group purpose="location">
3547 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3418 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3548 <context context-type="linenumber">95</context> 3419 <context context-type="linenumber">15</context>
3549 </context-group> 3420 </context-group>
3550 </trans-unit> 3421 </trans-unit>
3551 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html"> 3422 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
@@ -3599,98 +3470,77 @@
3599 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 3470 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
3600 <context context-type="linenumber">13</context> 3471 <context context-type="linenumber">13</context>
3601 </context-group> 3472 </context-group>
3473 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3474 <source>Video <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">Video <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>
3475 <context-group purpose="location">
3476 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3477 <context context-type="linenumber">10</context>
3478 </context-group>
3602 </trans-unit> 3479 </trans-unit>
3603 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3480 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3604 <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> 3481 <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>
3605 <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> 3482 <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>
3606 3483
3607 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><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">8</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3484 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3608 <source>Video URL</source><target state="new">Video URL</target> 3485 <source>Video URL</source><target state="new">Video URL</target>
3609 <context-group purpose="location"> 3486
3610 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3487 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3611 <context context-type="linenumber">24</context>
3612 </context-group>
3613 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3614 <source>Total size</source><target state="new">Total size</target> 3488 <source>Total size</source><target state="new">Total size</target>
3489
3490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3491 <source>List redundancies</source><target state="new">List redundancies</target>
3615 <context-group purpose="location"> 3492 <context-group purpose="location">
3616 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3493 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3617 <context context-type="linenumber">25</context> 3494 <context context-type="linenumber">33</context>
3618 </context-group> 3495 </context-group>
3619 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3496 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3620 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3497 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3621 <context-group purpose="location"> 3498
3622 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3623 <context context-type="linenumber">69</context>
3624 </context-group>
3625 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3626 <source> 3500 <source>
3627 No redundancy strategy is enabled on your instance. 3501 No redundancy strategy is enabled on your instance.
3628 </source><target state="new"> 3502 </source><target state="new">
3629 No redundancy strategy is enabled on your instance. 3503 No redundancy strategy is enabled on your instance.
3630 </target> 3504 </target>
3631 <context-group purpose="location"> 3505
3632 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3506 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3633 <context context-type="linenumber">73</context>
3634 </context-group>
3635 </trans-unit>
3636 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3507 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3637 <source>Sensitive</source> 3508 <source>Sensitive</source>
3638 <target state="new">Sensitive</target> 3509 <target state="new">Sensitive</target>
3639 <context-group purpose="location"> 3510
3640 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3511 <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">11</context></context-group></trans-unit>
3641 <context context-type="linenumber">9</context>
3642 </context-group>
3643 </trans-unit>
3644 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3512 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3645 <source>Unfederated</source> 3513 <source>Unfederated</source>
3646 <target state="new">Unfederated</target> 3514 <target state="new">Unfederated</target>
3647 <context-group purpose="location"> 3515
3648 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3516 <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">12</context></context-group></trans-unit>
3649 <context context-type="linenumber">10</context>
3650 </context-group>
3651 </trans-unit>
3652 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3517 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3653 <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> 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>
3654 <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> 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>
3655 <context-group purpose="location"> 3520
3656 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3521 <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">13</context></context-group></trans-unit>
3657 <context context-type="linenumber">11</context>
3658 </context-group>
3659 </trans-unit>
3660 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 3522 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
3661 <source>Go to the video</source> 3523 <source>Go to the video</source>
3662 <target state="new">Go to the video</target> 3524 <target state="new">Go to the video</target>
3663 <context-group purpose="location"> 3525
3664 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3526
3665 <context context-type="linenumber">25</context> 3527
3666 </context-group> 3528 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3667 <context-group purpose="location">
3668 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3669 <context context-type="linenumber">33</context>
3670 </context-group>
3671 <context-group purpose="location">
3672 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3673 <context context-type="linenumber">33</context>
3674 </context-group>
3675 </trans-unit>
3676 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 3529 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3677 <source>Actions</source> 3530 <source>Actions</source>
3678 <target state="new">Actions</target> 3531 <target state="new">Actions</target>
3679 <context-group purpose="location"> 3532
3680 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3533
3681 <context context-type="linenumber">35</context> 3534 <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">38</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">57</context></context-group></trans-unit>
3682 </context-group>
3683 <context-group purpose="location">
3684 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3685 <context context-type="linenumber">44</context>
3686 </context-group>
3687 </trans-unit>
3688 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3535 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3689 <source>Blacklist reason:</source> 3536 <source>Blacklist reason:</source>
3690 <target state="new">Blacklist reason:</target> 3537 <target state="new">Blacklist reason:</target>
3538
3539 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3540 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3691 <context-group purpose="location"> 3541 <context-group purpose="location">
3692 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3542 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3693 <context context-type="linenumber">43</context> 3543 <context context-type="linenumber">5</context>
3694 </context-group> 3544 </context-group>
3695 </trans-unit> 3545 </trans-unit>
3696 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html"> 3546 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
@@ -3706,47 +3556,38 @@
3706 <target state="new"> 3556 <target state="new">
3707 This comment can only be seen by you or the other moderators. 3557 This comment can only be seen by you or the other moderators.
3708 </target> 3558 </target>
3709 <context-group purpose="location"> 3559
3710 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 3560 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3711 <context context-type="linenumber">18</context>
3712 </context-group>
3713 </trans-unit>
3714 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html"> 3561 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
3715 <source>Update this comment</source> 3562 <source>Update this comment</source>
3716 <target state="new">Update this comment</target> 3563 <target state="new">Update this comment</target>
3717 3564
3718 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3719 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 3566 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3720 <source>Reporter</source> 3567 <source>Reporter</source>
3721 <target state="new">Reporter</target> 3568 <target state="new">Reporter</target>
3722 <context-group purpose="location"> 3569
3723 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3570 <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">10</context></context-group></trans-unit>
3724 <context context-type="linenumber">8</context>
3725 </context-group>
3726 </trans-unit>
3727 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 3571 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
3728 <source>Video</source> 3572 <source>Video</source>
3729 <target state="new">Video</target> 3573 <target state="new">Video</target>
3574
3575
3576
3577 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3578 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3730 <context-group purpose="location"> 3579 <context-group purpose="location">
3731 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3580 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3732 <context context-type="linenumber">10</context> 3581 <context context-type="linenumber">46</context>
3733 </context-group>
3734 <context-group purpose="location">
3735 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3736 <context context-type="linenumber">14</context>
3737 </context-group>
3738 <context-group purpose="location">
3739 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3740 <context context-type="linenumber">9</context>
3741 </context-group> 3582 </context-group>
3742 </trans-unit> 3583 </trans-unit>
3743 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3584 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3744 <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> 3585 <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>
3745 <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> 3586 <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>
3746 <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> 3587
3747 <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> 3588
3748 <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> 3589
3749 </trans-unit> 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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3750 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3591 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3751 <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> 3592 <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>
3752 <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> 3593 <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>
@@ -3758,31 +3599,27 @@
3758 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 3599 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3759 <source>Go to the account</source> 3600 <source>Go to the account</source>
3760 <target state="new">Go to the account</target> 3601 <target state="new">Go to the account</target>
3761 <context-group purpose="location"> 3602
3762 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3603
3763 <context context-type="linenumber">25</context> 3604 <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">27</context></context-group></trans-unit>
3764 </context-group>
3765 <context-group purpose="location">
3766 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3767 <context context-type="linenumber">27</context>
3768 </context-group>
3769 </trans-unit>
3770 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 3605 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
3771 <source>Reason:</source> 3606 <source>Reason:</source>
3772 <target state="new">Reason:</target> 3607 <target state="new">Reason:</target>
3608
3609 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3610 <source>Note:</source><target state="new">Note:</target>
3773 <context-group purpose="location"> 3611 <context-group purpose="location">
3774 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3612 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3775 <context context-type="linenumber">53</context> 3613 <context context-type="linenumber">72</context>
3776 </context-group> 3614 </context-group>
3777 </trans-unit> 3615 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3778 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638" datatype="html"> 3616 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3779 <source>Moderation comment:</source>
3780 <target state="new">Moderation comment:</target>
3781 <context-group purpose="location"> 3617 <context-group purpose="location">
3782 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3618 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3783 <context context-type="linenumber">57</context> 3619 <context context-type="linenumber">5</context>
3784 </context-group> 3620 </context-group>
3785 </trans-unit> 3621 </trans-unit>
3622
3786 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3623 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
3787 <source>Unblacklist</source> 3624 <source>Unblacklist</source>
3788 <target state="new">Unblacklist</target> 3625 <target state="new">Unblacklist</target>
@@ -3794,6 +3631,12 @@
3794 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context> 3631 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
3795 <context context-type="linenumber">17</context> 3632 <context context-type="linenumber">17</context>
3796 </context-group> 3633 </context-group>
3634 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3635 <source>Mute domain</source><target state="new">Mute domain</target>
3636 <context-group purpose="location">
3637 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3638 <context context-type="linenumber">11</context>
3639 </context-group>
3797 </trans-unit> 3640 </trans-unit>
3798 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 3641 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
3799 <source>Instance</source> 3642 <source>Instance</source>
@@ -3802,57 +3645,55 @@
3802 3645
3803 3646
3804 3647
3805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3806 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3649 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3807 <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> 3650 <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>
3808 <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> 3651 <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>
3809 <context-group purpose="location"> 3652
3810 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3653
3811 <context context-type="linenumber">9</context> 3654
3812 </context-group> 3655
3813 <context-group purpose="location"> 3656 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3814 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3815 <context context-type="linenumber">9</context>
3816 </context-group>
3817 <context-group purpose="location">
3818 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3819 <context context-type="linenumber">13</context>
3820 </context-group>
3821 <context-group purpose="location">
3822 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
3823 <context context-type="linenumber">13</context>
3824 </context-group>
3825 </trans-unit>
3826 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3657 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3827 <source>Unmute</source> 3658 <source>Unmute</source>
3828 <target state="new">Unmute</target> 3659 <target state="new">Unmute</target>
3660
3661
3662
3663
3664 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3665 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3829 <context-group purpose="location"> 3666 <context-group purpose="location">
3830 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3667 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3831 <context context-type="linenumber">19</context> 3668 <context context-type="linenumber">5</context>
3832 </context-group>
3833 <context-group purpose="location">
3834 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3835 <context context-type="linenumber">18</context>
3836 </context-group> 3669 </context-group>
3670 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3671 <source>
3672 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3673 </source><target state="new">
3674 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3675 </target>
3837 <context-group purpose="location"> 3676 <context-group purpose="location">
3838 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 3677 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3839 <context context-type="linenumber">22</context> 3678 <context context-type="linenumber">37</context>
3840 </context-group> 3679 </context-group>
3680 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3681 <source>Mute domains</source><target state="new">Mute domains</target>
3841 <context-group purpose="location"> 3682 <context-group purpose="location">
3842 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 3683 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3843 <context context-type="linenumber">23</context> 3684 <context context-type="linenumber">35</context>
3844 </context-group> 3685 </context-group>
3845 </trans-unit> 3686 </trans-unit>
3846 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3687 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3847 <source>Account</source> 3688 <source>Account</source>
3848 <target state="new">Account</target> 3689 <target state="new">Account</target>
3690
3691
3692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3693 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3849 <context-group purpose="location"> 3694 <context-group purpose="location">
3850 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3695 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3851 <context context-type="linenumber">8</context> 3696 <context context-type="linenumber">5</context>
3852 </context-group>
3853 <context-group purpose="location">
3854 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3855 <context context-type="linenumber">12</context>
3856 </context-group> 3697 </context-group>
3857 </trans-unit> 3698 </trans-unit>
3858 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3699 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
@@ -3996,35 +3837,22 @@
3996 <context context-type="linenumber">9</context> 3837 <context context-type="linenumber">9</context>
3997 </context-group> 3838 </context-group>
3998 </trans-unit> 3839 </trans-unit>
3999 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f" datatype="html"> 3840
4000 <source>Jobs list</source>
4001 <target state="new">Jobs list</target>
4002 <context-group purpose="location">
4003 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4004 <context context-type="linenumber">2</context>
4005 </context-group>
4006 </trans-unit>
4007 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 3841 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4008 <source>Job type</source> 3842 <source>Job type</source>
4009 <target state="new">Job type</target> 3843 <target state="new">Job type</target>
4010 <context-group purpose="location"> 3844
4011 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
4012 <context context-type="linenumber">5</context>
4013 </context-group>
4014 </trans-unit>
4015 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 3846 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4016 <source>Job state</source> 3847 <source>Job state</source>
4017 <target state="new">Job state</target> 3848 <target state="new">Job state</target>
4018 <context-group purpose="location"> 3849
4019 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4020 <context context-type="linenumber">14</context>
4021 </context-group>
4022 </trans-unit>
4023 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3851 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
4024 <source>Type</source> 3852 <source>Type</source>
4025 <target state="new">Type</target> 3853 <target state="new">Type</target>
4026 <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> 3854
4027 </trans-unit> 3855 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4028 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3856 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
4029 <source>Refresh</source> 3857 <source>Refresh</source>
4030 <target state="new">Refresh</target> 3858 <target state="new">Refresh</target>
@@ -4070,43 +3898,25 @@
4070 3898
4071 3899
4072 3900
4073 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 3901 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4074 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 3902 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4075 <context-group purpose="location"> 3903
4076 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3904 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4077 <context context-type="linenumber">46</context>
4078 </context-group>
4079 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4080 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 3905 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
4081 <context-group purpose="location"> 3906
4082 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3907 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4083 <context context-type="linenumber">43</context>
4084 </context-group>
4085 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4086 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 3908 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
4087 <context-group purpose="location"> 3909
4088 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3910 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4089 <context context-type="linenumber">57</context>
4090 </context-group>
4091 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4092 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 3911 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
4093 <context-group purpose="location"> 3912
4094 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3913 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4095 <context context-type="linenumber">54</context>
4096 </context-group>
4097 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4098 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 3914 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
4099 <context-group purpose="location"> 3915
4100 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3916 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4101 <context context-type="linenumber">68</context>
4102 </context-group>
4103 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4104 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 3917 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
4105 <context-group purpose="location"> 3918
4106 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3919 <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">66</context></context-group></trans-unit>
4107 <context context-type="linenumber">65</context>
4108 </context-group>
4109 </trans-unit>
4110 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 3920 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
4111 <source>Main languages you/your moderators speak</source> 3921 <source>Main languages you/your moderators speak</source>
4112 <target state="new">Main languages you/your moderators speak</target> 3922 <target state="new">Main languages you/your moderators speak</target>
@@ -4156,97 +3966,94 @@
4156 <target state="new">Do not list</target> 3966 <target state="new">Do not list</target>
4157 3967
4158 3968
4159 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 3969 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4160 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html"> 3970 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html">
4161 <source>Blur thumbnails</source> 3971 <source>Blur thumbnails</source>
4162 <target state="new">Blur thumbnails</target> 3972 <target state="new">Blur thumbnails</target>
4163 3973
4164 3974
4165 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 3975 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4166 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html"> 3976 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html">
4167 <source>Display</source> 3977 <source>Display</source>
4168 <target state="new">Display</target> 3978 <target state="new">Display</target>
4169 3979
4170 3980
4171 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3981 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4172 <source>Strategy</source><target state="new">Strategy</target> 3982 <source>Strategy</source><target state="new">Strategy</target>
4173 <context-group purpose="location"> 3983
4174 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4175 <context context-type="linenumber">22</context>
4176 </context-group>
4177 </trans-unit>
4178 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html"> 3985 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
4179 <source>Terms</source> 3986 <source>Terms</source>
4180 <target state="new">Terms</target> 3987 <target state="new">Terms</target>
4181 3988
4182 3989
4183 3990
4184 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 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">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4185 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 3992 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4186 <source>Code of conduct</source> 3993 <source>Code of conduct</source>
4187 <target state="new">Code of conduct</target> 3994 <target state="new">Code of conduct</target>
4188 3995
4189 3996
4190 3997
4191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 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">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4192 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 3999 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4193 <source>Moderation information</source> 4000 <source>Moderation information</source>
4194 <target state="new">Moderation information</target> 4001 <target state="new">Moderation information</target>
4195 4002
4196 4003
4197 4004
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">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 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">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4199 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 4006 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4200 4007
4201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4008 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4202 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 4009 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
4203 4010
4204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit> 4011 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit>
4205 4012
4206 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4013 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4207 <source>Who is behind the instance?</source> 4014 <source>Who is behind the instance?</source>
4208 <target state="new">Who is behind the instance?</target> 4015 <target state="new">Who is behind the instance?</target>
4209 4016
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">159</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" 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">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4211 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 4018 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target>
4212 4019
4213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit> 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">161</context></context-group></trans-unit>
4214 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 4021 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4215 <source>Why did you create this instance?</source> 4022 <source>Why did you create this instance?</source>
4216 <target state="new">Why did you create this instance?</target> 4023 <target state="new">Why did you create this instance?</target>
4217 4024
4218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4219 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 4026 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4220 4027
4221 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit> 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">173</context></context-group></trans-unit>
4222 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 4029 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4223 <source>How long do you plan to maintain this instance?</source> 4030 <source>How long do you plan to maintain this instance?</source>
4224 <target state="new">How long do you plan to maintain this instance?</target> 4031 <target state="new">How long do you plan to maintain this instance?</target>
4225 4032
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">182</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4227 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 4034 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target>
4228 4035
4229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit> 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">184</context></context-group></trans-unit>
4230 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4037 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4231 <source>How will you finance the PeerTube server?</source> 4038 <source>How will you finance the PeerTube server?</source>
4232 <target state="new">How will you finance the PeerTube server?</target> 4039 <target state="new">How will you finance the PeerTube server?</target>
4233 4040
4234 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 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">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4235 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 4042 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
4236 4043
4237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 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">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4238 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 4045 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
4239 4046
4240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</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">209</context></context-group></trans-unit>
4241 4048
4242 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4049 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4243 <source>What server/hardware does the instance run on?</source> 4050 <source>What server/hardware does the instance run on?</source>
4244 <target state="new">What server/hardware does the instance run on?</target> 4051 <target state="new">What server/hardware does the instance run on?</target>
4245 4052
4246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 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">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4247 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4054 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4248 4055
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">215</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">216</context></context-group></trans-unit>
4250 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 4057 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4251 <source>Instance information</source> 4058 <source>Instance information</source>
4252 <target state="new">Instance information</target> 4059 <target state="new">Instance information</target>
@@ -4254,76 +4061,76 @@
4254 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" 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">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4255 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 4062 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
4256 4063
4257 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" 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">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4258 <source> 4065 <source>
4259 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4066 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4260 </source><target state="new"> 4067 </source><target state="new">
4261 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4068 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4262 </target> 4069 </target>
4263 4070
4264 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit> 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">241</context></context-group></trans-unit>
4265 4072
4266 4073
4267 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4074 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4268 <source>default</source> 4075 <source>default</source>
4269 <target state="new">default</target> 4076 <target state="new">default</target>
4270 4077
4271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 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">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4272 <source>Landing page</source><target state="new">Landing page</target> 4079 <source>Landing page</source><target state="new">Landing page</target>
4273 4080
4274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">262</context></context-group></trans-unit> 4081 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit>
4275 4082
4276 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4083 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4277 <source>Discover videos</source> 4084 <source>Discover videos</source>
4278 <target state="new">Discover videos</target> 4085 <target state="new">Discover videos</target>
4279 4086
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">265</context></context-group></trans-unit> 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">266</context></context-group></trans-unit>
4281 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4088 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4282 <source>Trending videos</source> 4089 <source>Trending videos</source>
4283 <target state="new">Trending videos</target> 4090 <target state="new">Trending videos</target>
4284 4091
4285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</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">267</context></context-group></trans-unit>
4286 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4093 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4287 <source>Most liked videos</source> 4094 <source>Most liked videos</source>
4288 <target state="new">Most liked videos</target> 4095 <target state="new">Most liked videos</target>
4289 4096
4290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit> 4097 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit>
4291 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4098 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4292 <source>Recently added videos</source> 4099 <source>Recently added videos</source>
4293 <target state="new">Recently added videos</target> 4100 <target state="new">Recently added videos</target>
4294 4101
4295 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</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">269</context></context-group></trans-unit>
4296 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html"> 4103 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
4297 <source>Local videos</source> 4104 <source>Local videos</source>
4298 <target state="new">Local videos</target> 4105 <target state="new">Local videos</target>
4299 4106
4300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4301 <source>NEW USERS</source><target state="new">NEW USERS</target> 4108 <source>NEW USERS</source><target state="new">NEW USERS</target>
4302 4109
4303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4304 <source> 4111 <source>
4305 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4112 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4306 </source><target state="new"> 4113 </source><target state="new">
4307 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4114 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4308 </target> 4115 </target>
4309 4116
4310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</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">282</context></context-group></trans-unit>
4311 4118
4312 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 4119 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
4313 <source>Signup enabled</source> 4120 <source>Signup enabled</source>
4314 <target state="new">Signup enabled</target> 4121 <target state="new">Signup enabled</target>
4315 4122
4316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">292</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">293</context></context-group></trans-unit>
4317 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 4124 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
4318 <source>Signup requires email verification</source> 4125 <source>Signup requires email verification</source>
4319 <target state="new">Signup requires email verification</target> 4126 <target state="new">Signup requires email verification</target>
4320 4127
4321 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">300</context></context-group></trans-unit> 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">301</context></context-group></trans-unit>
4322 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 4129 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
4323 <source>Signup limit</source> 4130 <source>Signup limit</source>
4324 <target state="new">Signup limit</target> 4131 <target state="new">Signup limit</target>
4325 4132
4326 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">304</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">305</context></context-group></trans-unit>
4327 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 4134 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
4328 <source>Users</source> 4135 <source>Users</source>
4329 <target state="new">Users</target> 4136 <target state="new">Users</target>
@@ -4409,79 +4216,91 @@
4409 <source>Default video quota per user</source> 4216 <source>Default video quota per user</source>
4410 <target state="new">Default video quota per user</target> 4217 <target state="new">Default video quota per user</target>
4411 4218
4412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">319</context></context-group></trans-unit> 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">320</context></context-group></trans-unit>
4413 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4220 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4414 <source>Default daily upload limit per user</source> 4221 <source>Default daily upload limit per user</source>
4415 <target state="new">Default daily upload limit per user</target> 4222 <target state="new">Default daily upload limit per user</target>
4416 4223
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">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4418 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4225 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4419 4226
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">348</context></context-group></trans-unit> 4227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group></trans-unit>
4421 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4228 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4422 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4229 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4423 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4230 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4424 4231
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">359</context></context-group></trans-unit> 4232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group></trans-unit>
4426 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4233 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4427 <source>Allow import with a torrent file or a magnet URI</source> 4234 <source>Allow import with a torrent file or a magnet URI</source>
4428 <target state="new">Allow import with a torrent file or a magnet URI</target> 4235 <target state="new">Allow import with a torrent file or a magnet URI</target>
4429 4236
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">366</context></context-group></trans-unit> 4237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">367</context></context-group></trans-unit>
4431 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4238 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4432 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4239 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4433 4240
4434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">383</context></context-group></trans-unit> 4241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit>
4435 4242
4436 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4243 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4437 <source>Blacklist new videos automatically</source> 4244 <source>Blacklist new videos automatically</source>
4438 <target state="new">Blacklist new videos automatically</target> 4245 <target state="new">Blacklist new videos automatically</target>
4439 4246
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">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4441 <source>FEDERATION</source><target state="new">FEDERATION</target> 4248 <source>FEDERATION</source><target state="new">FEDERATION</target>
4442 4249
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">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4444 <source> 4251 <source>
4445 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4252 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4446 </source><target state="new"> 4253 </source><target state="new">
4447 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4254 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4448 </target> 4255 </target>
4449 4256
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">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4257 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4451 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4258 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4452 4259
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">411</context></context-group></trans-unit> 4260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit>
4454 4261
4455 4262
4456 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4263 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4457 <source>Manually approve new instance followers</source> 4264 <source>Manually approve new instance followers</source>
4458 <target state="new">Manually approve new instance followers</target> 4265 <target state="new">Manually approve new instance followers</target>
4459 4266
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">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4461 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4268 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4462 4269
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">431</context></context-group></trans-unit> 4270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4271 <source>
4272 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4273 </source><target state="new">
4274 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4275 </target>
4276 <context-group purpose="location">
4277 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4278 <context context-type="linenumber">450</context>
4279 </context-group>
4280 </trans-unit>
4464 4281
4465 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4282 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4466 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4283 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4467 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4284 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4468 4285
4469 4286
4470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit> 4287 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4471 4288
4472 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4289 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4473 <source>Index URL</source> 4290 <source>Index URL</source>
4474 <target state="new">Index URL</target> 4291 <target state="new">Index URL</target>
4475 4292
4476 <context-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> 4293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4477 <trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4294 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4478 <source>Automatically follow instances of the public index</source> 4295 <context-group purpose="location">
4479 <target state="new">Automatically follow instances of the public index</target> 4296 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4480 4297 <context context-type="linenumber">445</context>
4481 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4298 </context-group>
4299 </trans-unit>
4300 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4482 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4301 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4483 4302
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">472</context></context-group></trans-unit> 4303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group></trans-unit>
4485 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 4304 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
4486 <source>Administrator</source> 4305 <source>Administrator</source>
4487 <target state="new">Administrator</target> 4306 <target state="new">Administrator</target>
@@ -4491,39 +4310,39 @@
4491 <source>Admin email</source> 4310 <source>Admin email</source>
4492 <target state="new">Admin email</target> 4311 <target state="new">Admin email</target>
4493 4312
4494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group></trans-unit> 4313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit>
4495 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4314 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4496 <source>Enable contact form</source> 4315 <source>Enable contact form</source>
4497 <target state="new">Enable contact form</target> 4316 <target state="new">Enable contact form</target>
4498 4317
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">489</context></context-group></trans-unit> 4318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit>
4500 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 4319 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
4501 <source>Basic configuration</source> 4320 <source>Basic configuration</source>
4502 <target state="new">Basic configuration</target> 4321 <target state="new">Basic configuration</target>
4503 4322
4504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4505 <source>TWITTER</source><target state="new">TWITTER</target> 4324 <source>TWITTER</source><target state="new">TWITTER</target>
4506 4325
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">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4326 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4508 <source> 4327 <source>
4509 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4328 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4510 </source><target state="new"> 4329 </source><target state="new">
4511 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4330 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4512 </target> 4331 </target>
4513 4332
4514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">507</context></context-group></trans-unit> 4333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit>
4515 4334
4516 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 4335 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
4517 <source>Your Twitter username</source> 4336 <source>Your Twitter username</source>
4518 <target state="new">Your Twitter username</target> 4337 <target state="new">Your Twitter username</target>
4519 4338
4520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</context></context-group></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">523</context></context-group></trans-unit>
4521 4340
4522 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 4341 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
4523 <source>Instance whitelisted by Twitter</source> 4342 <source>Instance whitelisted by Twitter</source>
4524 <target state="new">Instance whitelisted by Twitter</target> 4343 <target state="new">Instance whitelisted by Twitter</target>
4525 4344
4526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4527 <source> 4346 <source>
4528 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/>"/> 4347 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/>"/>
4529 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/>"/> 4348 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/>"/>
@@ -4538,16 +4357,16 @@
4538 to see if you instance is whitelisted. 4357 to see if you instance is whitelisted.
4539 </target> 4358 </target>
4540 4359
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">534</context></context-group></trans-unit> 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">539</context></context-group></trans-unit>
4542 4361
4543 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 4362 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
4544 <source>Services</source> 4363 <source>Services</source>
4545 <target state="new">Services</target> 4364 <target state="new">Services</target>
4546 4365
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">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4548 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4367 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4549 4368
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">560</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4551 <source> 4370 <source>
4552 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4371 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4553 resources, this is a critical part of PeerTube, so tread carefully. 4372 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4556,42 +4375,36 @@
4556 resources, this is a critical part of PeerTube, so tread carefully. 4375 resources, this is a critical part of PeerTube, so tread carefully.
4557 </target> 4376 </target>
4558 4377
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">561</context></context-group></trans-unit> 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">566</context></context-group></trans-unit>
4560 4379
4561 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 4380 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
4562 <source>Transcoding enabled</source> 4381 <source>Transcoding enabled</source>
4563 <target state="new">Transcoding enabled</target> 4382 <target state="new">Transcoding enabled</target>
4564 4383
4565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></trans-unit> 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">579</context></context-group></trans-unit>
4566 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 4385 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
4567 <source>If you disable transcoding, many videos from your users will not work!</source> 4386 <source>If you disable transcoding, many videos from your users will not work!</source>
4568 <target state="new">If you disable transcoding, many videos from your users will not work!</target> 4387 <target state="new">If you disable transcoding, many videos from your users will not work!</target>
4569 4388
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">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4571 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4390 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4572 <context-group purpose="location"> 4391
4573 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">594</context></context-group></trans-unit>
4574 <context context-type="linenumber">589</context>
4575 </context-group>
4576 </trans-unit>
4577 4393
4578 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4394 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4579 <source>Allow additional extensions</source> 4395 <source>Allow additional extensions</source>
4580 <target state="new">Allow additional extensions</target> 4396 <target state="new">Allow additional extensions</target>
4581 4397
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">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4583 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4399 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4584 <context-group purpose="location"> 4400
4585 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4401 <context-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>
4586 <context context-type="linenumber">600</context>
4587 </context-group>
4588 </trans-unit>
4589 4402
4590 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4403 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4591 <source>Allow audio files upload</source> 4404 <source>Allow audio files upload</source>
4592 <target state="new">Allow audio files upload</target> 4405 <target state="new">Allow audio files upload</target>
4593 4406
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><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4407 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4595 <source> 4408 <source>
4596 <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>"/> 4409 <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>"/>
4597 4410
@@ -4609,17 +4422,14 @@
4609 4422
4610 <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>"/> 4423 <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>"/>
4611 </target> 4424 </target>
4612 <context-group purpose="location"> 4425
4613 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit>
4614 <context context-type="linenumber">612</context>
4615 </context-group>
4616 </trans-unit>
4617 4427
4618 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4428 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4619 <source>WebTorrent support enabled</source> 4429 <source>WebTorrent support enabled</source>
4620 <target state="new">WebTorrent support enabled</target> 4430 <target state="new">WebTorrent support enabled</target>
4621 4431
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">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4623 <source> 4433 <source>
4624 <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>"/> 4434 <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>"/>
4625 4435
@@ -4643,69 +4453,66 @@
4643 4453
4644 <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>"/> 4454 <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>"/>
4645 </target> 4455 </target>
4646 <context-group purpose="location"> 4456
4647 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit>
4648 <context context-type="linenumber">633</context>
4649 </context-group>
4650 </trans-unit>
4651 4458
4652 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4459 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4653 <source>HLS support enabled</source> 4460 <source>HLS support enabled</source>
4654 <target state="new">HLS support enabled</target> 4461 <target state="new">HLS support enabled</target>
4655 4462
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">630</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">635</context></context-group></trans-unit>
4657 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4464 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4658 <source>Transcoding threads</source> 4465 <source>Transcoding threads</source>
4659 <target state="new">Transcoding threads</target> 4466 <target state="new">Transcoding threads</target>
4660 4467
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">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4662 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4469 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4663 4470
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">672</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">673</context></context-group></trans-unit>
4665 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4472 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4666 <source>CACHE</source><target state="new">CACHE</target> 4473 <source>CACHE</source><target state="new">CACHE</target>
4667 4474
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">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4669 <source> 4476 <source>
4670 Some files are not federated, and fetched when necessary. Define their caching policies. 4477 Some files are not federated, and fetched when necessary. Define their caching policies.
4671 </source><target state="new"> 4478 </source><target state="new">
4672 Some files are not federated, and fetched when necessary. Define their caching policies. 4479 Some files are not federated, and fetched when necessary. Define their caching policies.
4673 </target> 4480 </target>
4674 4481
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">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4676 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4483 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4677 4484
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">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4485 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4679 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4486 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4680 4487
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">717</context></context-group></trans-unit> 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">718</context></context-group></trans-unit>
4682 4489
4683 4490
4684 4491
4685 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4492 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4686 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4493 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4687 4494
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">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4689 <source> 4496 <source>
4690 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4497 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4691 </source><target state="new"> 4498 </source><target state="new">
4692 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4499 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4693 </target> 4500 </target>
4694 4501
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">733</context></context-group></trans-unit> 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">734</context></context-group></trans-unit>
4696 4503
4697 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 4504 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4698 <source>JavaScript</source> 4505 <source>JavaScript</source>
4699 <target state="new">JavaScript</target> 4506 <target state="new">JavaScript</target>
4700 4507
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">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4702 <source> 4509 <source>
4703 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>"/> 4510 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>"/>
4704 </source><target state="new"> 4511 </source><target state="new">
4705 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>"/> 4512 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>"/>
4706 </target> 4513 </target>
4707 4514
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">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4709 <source> 4516 <source>
4710 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/>"/> 4517 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 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4518 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4730,24 +4537,24 @@
4730 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4537 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4731 </target> 4538 </target>
4732 4539
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">765</context></context-group></trans-unit> 4540 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
4734 4541
4735 4542
4736 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4543 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4737 <source>Advanced configuration</source> 4544 <source>Advanced configuration</source>
4738 <target state="new">Advanced configuration</target> 4545 <target state="new">Advanced configuration</target>
4739 4546
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">554</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">559</context></context-group></trans-unit>
4741 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4548 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4742 <source>Update configuration</source> 4549 <source>Update configuration</source>
4743 <target state="new">Update configuration</target> 4550 <target state="new">Update configuration</target>
4744 4551
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">803</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">804</context></context-group></trans-unit>
4746 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4553 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4747 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4554 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4748 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4555 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4749 4556
4750 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4751 <source>PROFILE</source><target state="new">PROFILE</target> 4558 <source>PROFILE</source><target state="new">PROFILE</target>
4752 <context-group purpose="location"> 4559 <context-group purpose="location">
4753 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4560 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4894,23 +4701,27 @@
4894 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4701 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4895 <context context-type="linenumber">6</context> 4702 <context context-type="linenumber">6</context>
4896 </context-group> 4703 </context-group>
4897 </trans-unit> 4704 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
4898 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 4705 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
4899 <source>Only display videos in the following languages/subtitles</source>
4900 <target state="new">Only display videos in the following languages/subtitles</target>
4901 <context-group purpose="location"> 4706 <context-group purpose="location">
4902 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4707 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4903 <context context-type="linenumber">22</context> 4708 <context context-type="linenumber">14</context>
4709 </context-group>
4710 <context-group purpose="location">
4711 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4712 <context context-type="linenumber">111</context>
4904 </context-group> 4713 </context-group>
4905 </trans-unit> 4714 </trans-unit>
4715 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
4716 <source>Only display videos in the following languages/subtitles</source>
4717 <target state="new">Only display videos in the following languages/subtitles</target>
4718
4719 <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">23</context></context-group></trans-unit>
4906 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 4720 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
4907 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 4721 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
4908 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target> 4722 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
4909 <context-group purpose="location"> 4723
4910 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4724 <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">26</context></context-group></trans-unit>
4911 <context context-type="linenumber">25</context>
4912 </context-group>
4913 </trans-unit>
4914 4725
4915 4726
4916 4727
@@ -4971,23 +4782,17 @@
4971 <source>Theme</source> 4782 <source>Theme</source>
4972 <target state="new">Theme</target> 4783 <target state="new">Theme</target>
4973 4784
4974 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 4785 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
4975 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 4786 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
4976 <source>instance default</source> 4787 <source>instance default</source>
4977 <target state="new">instance default</target> 4788 <target state="new">instance default</target>
4978 <context-group purpose="location"> 4789
4979 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4790 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
4980 <context context-type="linenumber">7</context>
4981 </context-group>
4982 </trans-unit>
4983 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 4791 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
4984 <source>peertube default</source> 4792 <source>peertube default</source>
4985 <target state="new">peertube default</target> 4793 <target state="new">peertube default</target>
4986 <context-group purpose="location"> 4794
4987 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4795 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
4988 <context context-type="linenumber">8</context>
4989 </context-group>
4990 </trans-unit>
4991 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html"> 4796 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
4992 <source>Change ownership</source> 4797 <source>Change ownership</source>
4993 <target state="new">Change ownership</target> 4798 <target state="new">Change ownership</target>
@@ -5140,6 +4945,18 @@
5140 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4945 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5141 <context context-type="linenumber">8</context> 4946 <context context-type="linenumber">8</context>
5142 </context-group> 4947 </context-group>
4948 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4949 <source>See the error</source><target state="new">See the error</target>
4950 <context-group purpose="location">
4951 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4952 <context context-type="linenumber">19</context>
4953 </context-group>
4954 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4955 <source>This video was deleted</source><target state="new">This video was deleted</target>
4956 <context-group purpose="location">
4957 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4958 <context context-type="linenumber">36</context>
4959 </context-group>
5143 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 4960 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5144 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 4961 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5145 <context-group purpose="location"> 4962 <context-group purpose="location">
@@ -5505,35 +5322,11 @@
5505 <target state="new">Stats</target> 5322 <target state="new">Stats</target>
5506 5323
5507 5324
5508 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5325 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5509 <source>Creators</source><target state="new">Creators</target>
5510 <context-group purpose="location">
5511 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5512 <context context-type="linenumber">162</context>
5513 </context-group>
5514 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5515 <source>Creator guide</source><target state="new">Creator guide</target>
5516 <context-group purpose="location">
5517 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5518 <context context-type="linenumber">162</context>
5519 </context-group>
5520 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5521 <source>Contributors</source><target state="new">Contributors</target>
5522 <context-group purpose="location">
5523 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5524 <context context-type="linenumber">163</context>
5525 </context-group>
5526 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5527 <source>PeerTube license</source><target state="new">PeerTube license</target> 5326 <source>PeerTube license</source><target state="new">PeerTube license</target>
5528 <context-group purpose="location"> 5327
5529 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5328
5530 <context context-type="linenumber">163</context> 5329 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5531 </context-group>
5532 <context-group purpose="location">
5533 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5534 <context context-type="linenumber">175</context>
5535 </context-group>
5536 </trans-unit>
5537 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html"> 5330 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
5538 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5331 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5539 <target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5332 <target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6495,6 +6288,30 @@
6495 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6288 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6496 <context context-type="linenumber">1</context> 6289 <context context-type="linenumber">1</context>
6497 </context-group> 6290 </context-group>
6291 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6292 <source>Process domains</source><target state="new">Process domains</target>
6293 <context-group purpose="location">
6294 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6295 <context context-type="linenumber">1</context>
6296 </context-group>
6297 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6298 <source>Domain is required.</source><target state="new">Domain is required.</target>
6299 <context-group purpose="location">
6300 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6301 <context context-type="linenumber">1</context>
6302 </context-group>
6303 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6304 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6305 <context-group purpose="location">
6306 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6307 <context context-type="linenumber">1</context>
6308 </context-group>
6309 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6310 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6311 <context-group purpose="location">
6312 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6313 <context context-type="linenumber">1</context>
6314 </context-group>
6498 </trans-unit> 6315 </trans-unit>
6499 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html"> 6316 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
6500 <source>Unlimited</source> 6317 <source>Unlimited</source>
@@ -6515,6 +6332,16 @@
6515 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context> 6332 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
6516 <context context-type="linenumber">1</context> 6333 <context context-type="linenumber">1</context>
6517 </context-group> 6334 </context-group>
6335 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6336 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6337 <context-group purpose="location">
6338 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6339 <context context-type="linenumber">1</context>
6340 </context-group>
6341 <context-group purpose="location">
6342 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6343 <context context-type="linenumber">1</context>
6344 </context-group>
6518 </trans-unit> 6345 </trans-unit>
6519 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html"> 6346 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
6520 <source>100MB</source> 6347 <source>100MB</source>
@@ -6651,51 +6478,17 @@
6651 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html"> 6478 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
6652 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source> 6479 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
6653 <target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target> 6480 <target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target>
6654 <context-group purpose="location"> 6481
6655 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6482 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6656 <context context-type="linenumber">1</context> 6483
6657 </context-group> 6484
6658 </trans-unit> 6485
6659 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html"> 6486
6660 <source>You need to specify hosts to follow.</source>
6661 <target state="new">You need to specify hosts to follow.</target>
6662 <context-group purpose="location">
6663 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6664 <context context-type="linenumber">1</context>
6665 </context-group>
6666 </trans-unit>
6667 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
6668 <source>Hosts need to be unique.</source>
6669 <target state="new">Hosts need to be unique.</target>
6670 <context-group purpose="location">
6671 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6672 <context context-type="linenumber">1</context>
6673 </context-group>
6674 </trans-unit>
6675 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
6676 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6677 <target state="new">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6678 <context-group purpose="location">
6679 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6680 <context context-type="linenumber">1</context>
6681 </context-group>
6682 </trans-unit>
6683 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409" datatype="html">
6684 <source>Follow new server(s)</source>
6685 <target state="new">Follow new server(s)</target>
6686 <context-group purpose="location">
6687 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6688 <context context-type="linenumber">1</context>
6689 </context-group>
6690 </trans-unit>
6691 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html"> 6487 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
6692 <source>Follow request(s) sent!</source> 6488 <source>Follow request(s) sent!</source>
6693 <target state="new">Follow request(s) sent!</target> 6489 <target state="new">Follow request(s) sent!</target>
6694 <context-group purpose="location"> 6490
6695 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6696 <context context-type="linenumber">1</context>
6697 </context-group>
6698 </trans-unit>
6699 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html"> 6492 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
6700 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6493 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6701 <target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 6494 <target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -6789,6 +6582,12 @@
6789 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 6582 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6790 <context context-type="linenumber">1</context> 6583 <context context-type="linenumber">1</context>
6791 </context-group> 6584 </context-group>
6585 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6586 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6587 <context-group purpose="location">
6588 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6589 <context context-type="linenumber">1</context>
6590 </context-group>
6792 </trans-unit> 6591 </trans-unit>
6793 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html"> 6592 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
6794 <source>Comment updated.</source> 6593 <source>Comment updated.</source>
@@ -6797,23 +6596,33 @@
6797 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context> 6596 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
6798 <context context-type="linenumber">1</context> 6597 <context context-type="linenumber">1</context>
6799 </context-group> 6598 </context-group>
6800 </trans-unit> 6599 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
6801 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html"> 6600 <source>Internal actions</source><target state="new">Internal actions</target>
6802 <source>Delete this report</source>
6803 <target state="new">Delete this report</target>
6804 <context-group purpose="location"> 6601 <context-group purpose="location">
6805 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6602 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6806 <context context-type="linenumber">1</context> 6603 <context context-type="linenumber">1</context>
6807 </context-group> 6604 </context-group>
6808 </trans-unit> 6605 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
6809 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 6606 <source>Delete report</source><target state="new">Delete report</target>
6810 <source>Update moderation comment</source> 6607 <context-group purpose="location">
6811 <target state="new">Update moderation comment</target> 6608 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6609 <context context-type="linenumber">1</context>
6610 </context-group>
6611 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6612 <source>Add note</source><target state="new">Add note</target>
6613 <context-group purpose="location">
6614 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6615 <context context-type="linenumber">1</context>
6616 </context-group>
6617 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6618 <source>Update note</source><target state="new">Update note</target>
6812 <context-group purpose="location"> 6619 <context-group purpose="location">
6813 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6620 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6814 <context context-type="linenumber">1</context> 6621 <context context-type="linenumber">1</context>
6815 </context-group> 6622 </context-group>
6816 </trans-unit> 6623 </trans-unit>
6624
6625
6817 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html"> 6626 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html">
6818 <source>Mark as accepted</source> 6627 <source>Mark as accepted</source>
6819 <target state="new">Mark as accepted</target> 6628 <target state="new">Mark as accepted</target>
@@ -6829,6 +6638,12 @@
6829 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6638 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6830 <context context-type="linenumber">1</context> 6639 <context context-type="linenumber">1</context>
6831 </context-group> 6640 </context-group>
6641 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
6642 <source>Actions for the video</source><target state="new">Actions for the video</target>
6643 <context-group purpose="location">
6644 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6645 <context context-type="linenumber">1</context>
6646 </context-group>
6832 </trans-unit> 6647 </trans-unit>
6833 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 6648 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
6834 <source>Do you really want to delete this abuse report?</source> 6649 <source>Do you really want to delete this abuse report?</source>
@@ -7773,11 +7588,8 @@
7773 </context-group> 7588 </context-group>
7774 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7589 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7775 <source>max size</source><target state="new">max size</target> 7590 <source>max size</source><target state="new">max size</target>
7776 <context-group purpose="location"> 7591
7777 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7592 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7778 <context context-type="linenumber">1</context>
7779 </context-group>
7780 </trans-unit>
7781 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7593 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
7782 <source>Now please check your emails to verify your account and complete signup.</source> 7594 <source>Now please check your emails to verify your account and complete signup.</source>
7783 <target state="new">Now please check your emails to verify your account and complete signup.</target> 7595 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8135,6 +7947,12 @@
8135 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7947 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8136 <context context-type="linenumber">1</context> 7948 <context context-type="linenumber">1</context>
8137 </context-group> 7949 </context-group>
7950 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
7951 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
7952 <context-group purpose="location">
7953 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7954 <context context-type="linenumber">1</context>
7955 </context-group>
8138 </trans-unit> 7956 </trans-unit>
8139 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html"> 7957 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
8140 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 7958 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8207,15 +8025,14 @@
8207 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8025 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8208 <context context-type="linenumber">1</context> 8026 <context context-type="linenumber">1</context>
8209 </context-group> 8027 </context-group>
8210 </trans-unit> 8028 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8211 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html"> 8029 <source>just now</source><target state="new">just now</target>
8212 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
8213 <target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target>
8214 <context-group purpose="location"> 8030 <context-group purpose="location">
8215 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8031 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8216 <context context-type="linenumber">1</context> 8032 <context context-type="linenumber">1</context>
8217 </context-group> 8033 </context-group>
8218 </trans-unit><trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8034 </trans-unit>
8035 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8219 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 8036 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
8220 <context-group purpose="location"> 8037 <context-group purpose="location">
8221 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8038 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
@@ -9940,11 +9757,8 @@
9940 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 9757 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
9941 <source>Video blacklisted.</source> 9758 <source>Video blacklisted.</source>
9942 <target state="new">Video blacklisted.</target> 9759 <target state="new">Video blacklisted.</target>
9943 <context-group purpose="location"> 9760
9944 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context> 9761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9945 <context context-type="linenumber">1</context>
9946 </context-group>
9947 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9948 <source>Encoder</source><target state="new">Encoder</target> 9762 <source>Encoder</source><target state="new">Encoder</target>
9949 <context-group purpose="location"> 9763 <context-group purpose="location">
9950 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 9764 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10214,15 +10028,14 @@
10214 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context> 10028 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
10215 <context context-type="linenumber">1</context> 10029 <context context-type="linenumber">1</context>
10216 </context-group> 10030 </context-group>
10217 </trans-unit> 10031 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10218 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 10032 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10219 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
10220 <target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target>
10221 <context-group purpose="location"> 10033 <context-group purpose="location">
10222 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10034 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10223 <context context-type="linenumber">1</context> 10035 <context context-type="linenumber">1</context>
10224 </context-group> 10036 </context-group>
10225 </trans-unit> 10037 </trans-unit>
10038
10226 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 10039 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
10227 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10040 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10228 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target> 10041 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target>
diff --git a/client/src/locale/angular.lt-LT.xlf b/client/src/locale/angular.lt-LT.xlf
index 69a3b9da8..02e0878b8 100644
--- a/client/src/locale/angular.lt-LT.xlf
+++ b/client/src/locale/angular.lt-LT.xlf
@@ -568,33 +568,33 @@
568 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html"> 568 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html">
569 <source>Unlisted</source> 569 <source>Unlisted</source>
570 <target state="new">Unlisted</target> 570 <target state="new">Unlisted</target>
571 <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> 571
572 <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> 572
573 </trans-unit> 573 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
574 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html"> 574 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
575 <source>Private</source> 575 <source>Private</source>
576 <target state="new">Private</target> 576 <target state="new">Private</target>
577 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</context></context-group> 577
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">33</context></context-group> 578
579 <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> 579
580 </trans-unit> 580 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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>
581 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 581 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
582 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 582 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
583 <target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 583 <target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
584 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group> 584
585 </trans-unit> 585 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
586 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 586 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
587 <source>Blacklisted</source> 587 <source>Blacklisted</source>
588 <target state="new">Blacklisted</target> 588 <target state="new">Blacklisted</target>
589 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group> 589
590 </trans-unit> 590 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
591 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 591 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
592 <source>Sensitive</source> 592 <source>Sensitive</source>
593 <target state="new"> 593 <target state="new">
594 Sensitive 594 Sensitive
595 </target> 595 </target>
596 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group> 596
597 </trans-unit> 597 <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>
598 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 598 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
599 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 599 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
600 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 600 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -650,7 +650,7 @@
650 650
651 651
652 652
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">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit> 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">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
654 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 654 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
655 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 655 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
656 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 656 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -689,7 +689,7 @@
689 689
690 690
691 691
692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
693 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d" datatype="html"> 693 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d" datatype="html">
694 <source>Truncated preview</source> 694 <source>Truncated preview</source>
695 <target state="new">Truncated preview</target> 695 <target state="new">Truncated preview</target>
@@ -857,10 +857,10 @@
857 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36" datatype="html"> 857 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36" datatype="html">
858 <source>Import</source> 858 <source>Import</source>
859 <target state="new">Import</target> 859 <target state="new">Import</target>
860 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group> 860
861 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group> 861
862 <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">46</context></context-group> 862
863 </trans-unit> 863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
864 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 864 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
865 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 865 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
866 <target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target> 866 <target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target>
@@ -989,7 +989,7 @@
989 989
990 990
991 991
992 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 992 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
993 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 993 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
994 <source>Ban this user</source> 994 <source>Ban this user</source>
995 <target state="new">Ban this user</target> 995 <target state="new">Ban this user</target>
@@ -1003,14 +1003,7 @@
1003 <context context-type="linenumber">11</context> 1003 <context context-type="linenumber">11</context>
1004 </context-group> 1004 </context-group>
1005 </trans-unit> 1005 </trans-unit>
1006 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 1006
1007 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1008 <target state="new">(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1009 <context-group purpose="location">
1010 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
1011 <context context-type="linenumber">12</context>
1012 </context-group>
1013 </trans-unit>
1014 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html"> 1007 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html">
1015 <source>Login</source> 1008 <source>Login</source>
1016 <target state="new"> 1009 <target state="new">
@@ -1126,7 +1119,7 @@
1126 1119
1127 1120
1128 1121
1129 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1122 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1130 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html"> 1123 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html">
1131 <source>Email address</source> 1124 <source>Email address</source>
1132 <target state="new">Email address</target> 1125 <target state="new">Email address</target>
@@ -1514,15 +1507,9 @@
1514 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1507 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1515 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source> 1508 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source>
1516 <target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1509 <target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1517 <context-group purpose="location"> 1510
1518 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1511
1519 <context context-type="linenumber">36</context> 1512 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit>
1520 </context-group>
1521 <context-group purpose="location">
1522 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1523 <context context-type="linenumber">158</context>
1524 </context-group>
1525 </trans-unit>
1526 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html"> 1513 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1527 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source> 1514 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source>
1528 <target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1515 <target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
@@ -1566,50 +1553,35 @@
1566 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1553 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1567 <source>Help</source> 1554 <source>Help</source>
1568 <target state="new">Help</target> 1555 <target state="new">Help</target>
1569 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group> 1556
1570 </trans-unit> 1557 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1571 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1558 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1572 <source>Get help using PeerTube</source> 1559 <source>Get help using PeerTube</source>
1573 <target state="new">Get help using PeerTube</target> 1560 <target state="new">Get help using PeerTube</target>
1574 <context-group purpose="location"> 1561
1575 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1562 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1576 <context context-type="linenumber">167</context>
1577 </context-group>
1578 </trans-unit>
1579 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html"> 1563 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1580 <source>Shortcuts</source> 1564 <source>Shortcuts</source>
1581 <target state="new">Shortcuts</target> 1565 <target state="new">Shortcuts</target>
1582 <context-group purpose="location"> 1566
1583 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1567 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit>
1584 <context context-type="linenumber">168</context>
1585 </context-group>
1586 </trans-unit>
1587 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html"> 1568 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1588 <source>powered by PeerTube</source> 1569 <source>powered by PeerTube</source>
1589 <target state="new"> 1570 <target state="new">
1590 powered by PeerTube 1571 powered by PeerTube
1591 </target> 1572 </target>
1592 <context-group purpose="location"> 1573
1593 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1574 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1594 <context context-type="linenumber">172</context>
1595 </context-group>
1596 </trans-unit>
1597 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html"> 1575 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1598 <source>PeerTube website</source> 1576 <source>PeerTube website</source>
1599 <target state="new">PeerTube website</target> 1577 <target state="new">PeerTube website</target>
1600 <context-group purpose="location"> 1578
1601 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1579 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1602 <context context-type="linenumber">172</context>
1603 </context-group>
1604 </trans-unit>
1605 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html"> 1580 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1606 <source>powered by PeerTube - CopyLeft 2015-2020</source> 1581 <source>powered by PeerTube - CopyLeft 2015-2020</source>
1607 <target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1582 <target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1608 <context-group purpose="location"> 1583
1609 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1584 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1610 <context context-type="linenumber">171</context>
1611 </context-group>
1612 </trans-unit>
1613 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1585 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1614 <source>Log out</source> 1586 <source>Log out</source>
1615 <target state="new">Log out</target> 1587 <target state="new">Log out</target>
@@ -1694,19 +1666,9 @@
1694 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1666 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1695 <source>Contact</source> 1667 <source>Contact</source>
1696 <target state="new">Contact</target> 1668 <target state="new">Contact</target>
1697 <context-group purpose="location"> 1669
1698 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1670 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1699 <context context-type="linenumber">154</context> 1671
1700 </context-group>
1701 </trans-unit>
1702 <trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1703 <source>Terms of Service</source>
1704 <target state="new">Terms of Service</target>
1705 <context-group purpose="location">
1706 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1707 <context context-type="linenumber">155</context>
1708 </context-group>
1709 </trans-unit>
1710 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1672 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1711 <source>View your notifications</source> 1673 <source>View your notifications</source>
1712 <target state="new">View your notifications</target> 1674 <target state="new">View your notifications</target>
@@ -2106,7 +2068,7 @@
2106 2068
2107 2069
2108 2070
2109 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2071 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2110 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html"> 2072 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html">
2111 <source>Privacy</source> 2073 <source>Privacy</source>
2112 <target state="new">Privacy</target> 2074 <target state="new">Privacy</target>
@@ -2118,47 +2080,28 @@
2118 2080
2119 2081
2120 2082
2121 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit> 2083 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit>
2122 <trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2084
2123 <source>More information about privacy within PeerTube</source>
2124 <target state="new">More information about privacy within PeerTube</target>
2125 <context-group purpose="location">
2126 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2127 <context context-type="linenumber">164</context>
2128 </context-group>
2129 </trans-unit>
2130 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html"> 2085 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2131 <source>FAQ</source> 2086 <source>FAQ</source>
2132 <target state="new">FAQ</target> 2087 <target state="new">FAQ</target>
2133 <context-group purpose="location"> 2088
2134 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2089 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2135 <context context-type="linenumber">165</context>
2136 </context-group>
2137 </trans-unit>
2138 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html"> 2090 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2139 <source>Frequently asked questions about PeerTube</source> 2091 <source>Frequently asked questions about PeerTube</source>
2140 <target state="new">Frequently asked questions about PeerTube</target> 2092 <target state="new">Frequently asked questions about PeerTube</target>
2141 <context-group purpose="location"> 2093
2142 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2094 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2143 <context context-type="linenumber">165</context>
2144 </context-group>
2145 </trans-unit>
2146 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html"> 2095 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2147 <source>API</source> 2096 <source>API</source>
2148 <target state="new">API</target> 2097 <target state="new">API</target>
2149 <context-group purpose="location"> 2098
2150 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2099 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2151 <context context-type="linenumber">166</context>
2152 </context-group>
2153 </trans-unit>
2154 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html"> 2100 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2155 <source>API documentation</source> 2101 <source>API documentation</source>
2156 <target state="new">API documentation</target> 2102 <target state="new">API documentation</target>
2157 <context-group purpose="location"> 2103
2158 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2104 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2159 <context context-type="linenumber">166</context>
2160 </context-group>
2161 </trans-unit>
2162 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html"> 2105 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
2163 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2106 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2164 <target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2107 <target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2301,10 +2244,10 @@
2301 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7" datatype="html"> 2244 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7" datatype="html">
2302 <source>Sorry, but something went wrong</source> 2245 <source>Sorry, but something went wrong</source>
2303 <target state="new">Sorry, but something went wrong</target> 2246 <target state="new">Sorry, but something went wrong</target>
2304 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group> 2247
2305 <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">64</context></context-group> 2248
2306 <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">53</context></context-group> 2249
2307 </trans-unit> 2250 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2308 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 2251 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
2309 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2252 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2310 <target state="new"> 2253 <target state="new">
@@ -2318,11 +2261,11 @@
2318 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb" datatype="html"> 2261 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb" datatype="html">
2319 <source>Update</source> 2262 <source>Update</source>
2320 <target state="new">Update</target> 2263 <target state="new">Update</target>
2321 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group> 2264
2322 <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">74</context></context-group> 2265
2323 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group> 2266
2324 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group> 2267
2325 </trans-unit> 2268 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2326 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html"> 2269 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html">
2327 <source>Select the file to upload</source> 2270 <source>Select the file to upload</source>
2328 <target state="new">Select the file to upload</target> 2271 <target state="new">Select the file to upload</target>
@@ -2334,19 +2277,13 @@
2334 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html"> 2277 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html">
2335 <source>Scheduled</source> 2278 <source>Scheduled</source>
2336 <target state="new">Scheduled</target> 2279 <target state="new">Scheduled</target>
2337 <context-group purpose="location"> 2280
2338 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2281 <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">24</context></context-group></trans-unit>
2339 <context context-type="linenumber">25</context>
2340 </context-group>
2341 </trans-unit>
2342 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2282 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2343 <source>Video background image</source> 2283 <source>Video background image</source>
2344 <target state="new">Video background image</target> 2284 <target state="new">Video background image</target>
2345 <context-group purpose="location"> 2285
2346 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2286 <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">31</context></context-group></trans-unit>
2347 <context context-type="linenumber">32</context>
2348 </context-group>
2349 </trans-unit>
2350 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2287 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2351 <source> 2288 <source>
2352 Image that will be merged with your audio file. 2289 Image that will be merged with your audio file.
@@ -2358,48 +2295,36 @@
2358 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2295 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2359 The chosen image will be definitive and cannot be modified. 2296 The chosen image will be definitive and cannot be modified.
2360 </target> 2297 </target>
2361 <context-group purpose="location"> 2298
2362 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2299 <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">33</context></context-group></trans-unit>
2363 <context context-type="linenumber">34</context>
2364 </context-group>
2365 </trans-unit>
2366 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2300 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2367 <source>Processing…</source> 2301 <source>Processing…</source>
2368 <target state="new">Processing…</target> 2302 <target state="new">Processing…</target>
2369 <context-group purpose="location"> 2303
2370 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2304 <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">55</context></context-group></trans-unit>
2371 <context context-type="linenumber">56</context>
2372 </context-group>
2373 </trans-unit>
2374 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html"> 2305 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2375 <source>Total video quota</source> 2306 <source>Total video quota</source>
2376 <target state="new">Total video quota</target> 2307 <target state="new">Total video quota</target>
2377 <context-group purpose="location"> 2308
2378 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2309
2379 <context context-type="linenumber">54</context> 2310 <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">53</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">11</context></context-group></trans-unit>
2380 </context-group>
2381 <context-group purpose="location">
2382 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2383 <context context-type="linenumber">11</context>
2384 </context-group>
2385 </trans-unit>
2386 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html"> 2311 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2387 <source>Congratulations! Your video is now available in your private library.</source> 2312 <source>Congratulations! Your video is now available in your private library.</source>
2388 <target state="new"> 2313 <target state="new">
2389 Congratulations! Your video is now available in your private library. 2314 Congratulations! Your video is now available in your private library.
2390</target> 2315</target>
2391 <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">68</context></context-group> 2316
2392 </trans-unit> 2317 <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">67</context></context-group></trans-unit>
2393 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html"> 2318 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
2394 <source>Publish will be available when upload is finished</source> 2319 <source>Publish will be available when upload is finished</source>
2395 <target state="new">Publish will be available when upload is finished</target> 2320 <target state="new">Publish will be available when upload is finished</target>
2396 <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">81</context></context-group> 2321
2397 </trans-unit> 2322 <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">80</context></context-group></trans-unit>
2398 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html"> 2323 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html">
2399 <source>Publish</source> 2324 <source>Publish</source>
2400 <target state="new">Publish</target> 2325 <target state="new">Publish</target>
2401 <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">88</context></context-group> 2326
2402 </trans-unit> 2327 <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">87</context></context-group></trans-unit>
2403 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html"> 2328 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
2404 <source>Select the torrent to import</source> 2329 <source>Select the torrent to import</source>
2405 <target state="new">Select the torrent to import</target> 2330 <target state="new">Select the torrent to import</target>
@@ -2407,23 +2332,19 @@
2407 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2332 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2408 <context context-type="linenumber">6</context> 2333 <context context-type="linenumber">6</context>
2409 </context-group> 2334 </context-group>
2410 </trans-unit> 2335 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2411 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc" datatype="html"> 2336 <source>OR</source><target state="new">OR</target>
2412 <source>Or</source>
2413 <target state="new">Or</target>
2414 <context-group purpose="location"> 2337 <context-group purpose="location">
2415 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2338 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2416 <context context-type="linenumber">11</context> 2339 <context context-type="linenumber">10</context>
2417 </context-group> 2340 </context-group>
2418 </trans-unit> 2341 </trans-unit>
2342
2419 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html"> 2343 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
2420 <source>Paste magnet URI</source> 2344 <source>Paste magnet URI</source>
2421 <target state="new">Paste magnet URI</target> 2345 <target state="new">Paste magnet URI</target>
2422 <context-group purpose="location"> 2346
2423 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2347 <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">13</context></context-group></trans-unit>
2424 <context context-type="linenumber">14</context>
2425 </context-group>
2426 </trans-unit>
2427 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2348 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2428 <source> 2349 <source>
2429 You can import any torrent file that points to a mp4 file. 2350 You can import any torrent file that points to a mp4 file.
@@ -2433,21 +2354,15 @@
2433 You can import any torrent file that points to a mp4 file. 2354 You can import any torrent file that points to a mp4 file.
2434 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. 2355 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.
2435 </target> 2356 </target>
2436 <context-group purpose="location"> 2357
2437 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2358 <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">16</context></context-group></trans-unit>
2438 <context context-type="linenumber">17</context>
2439 </context-group>
2440 </trans-unit>
2441 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html"> 2359 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2442 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2360 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2443 <target state="new"> 2361 <target state="new">
2444 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 2362 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2445</target> 2363</target>
2446 <context-group purpose="location"> 2364
2447 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2365 <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">56</context></context-group></trans-unit>
2448 <context context-type="linenumber">57</context>
2449 </context-group>
2450 </trans-unit>
2451 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2366 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2452 <source> 2367 <source>
2453 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. 2368 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.
@@ -2738,10 +2653,10 @@
2738 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c" datatype="html"> 2653 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c" datatype="html">
2739 <source>Go to the account page</source> 2654 <source>Go to the account page</source>
2740 <target state="new">Go to the account page</target> 2655 <target state="new">Go to the account page</target>
2741 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group> 2656
2742 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group> 2657
2743 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">63</context></context-group> 2658
2744 </trans-unit> 2659 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit>
2745 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2660 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2746 <source>Subscribe</source> 2661 <source>Subscribe</source>
2747 <target state="new">Subscribe</target> 2662 <target state="new">Subscribe</target>
@@ -2818,8 +2733,8 @@
2818 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2733 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2819 <source>More information</source> 2734 <source>More information</source>
2820 <target state="new">More information</target> 2735 <target state="new">More information</target>
2821 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group> 2736
2822 </trans-unit> 2737 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2823 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2738 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2824 <source>Get more information</source> 2739 <source>Get more information</source>
2825 <target state="new">Get more information</target> 2740 <target state="new">Get more information</target>
@@ -2895,36 +2810,27 @@
2895 <target state="new"> 2810 <target state="new">
2896 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 2811 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
2897 </target> 2812 </target>
2898 <context-group purpose="location"> 2813
2899 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2814 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
2900 <context context-type="linenumber">77</context>
2901 </context-group>
2902 </trans-unit>
2903 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 2815 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2904 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 2816 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
2905 <target state="new"> 2817 <target state="new">
2906 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2818 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2907 </target> 2819 </target>
2908 <context-group purpose="location"> 2820
2909 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2821 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
2910 <context context-type="linenumber">80</context>
2911 </context-group>
2912 </trans-unit>
2913 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 2822 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2914 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 2823 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
2915 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 2824 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
2916 <context-group purpose="location"> 2825
2917 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2826 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
2918 <context context-type="linenumber">84</context>
2919 </context-group>
2920 </trans-unit>
2921 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html"> 2827 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
2922 <source>Comments are disabled.</source> 2828 <source>Comments are disabled.</source>
2923 <target state="new"> 2829 <target state="new">
2924 Comments are disabled. 2830 Comments are disabled.
2925 </target> 2831 </target>
2926 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 2832
2927 </trans-unit> 2833 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
2928 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html"> 2834 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html">
2929 <source>Add comment...</source> 2835 <source>Add comment...</source>
2930 <target state="new">Add comment...</target> 2836 <target state="new">Add comment...</target>
@@ -3007,74 +2913,42 @@
3007 <context context-type="linenumber">5</context> 2913 <context context-type="linenumber">5</context>
3008 </context-group> 2914 </context-group>
3009 </trans-unit> 2915 </trans-unit>
3010 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246" datatype="html"> 2916
3011 <source>Follow</source>
3012 <target state="new">Follow</target>
3013 <context-group purpose="location">
3014 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
3015 <context context-type="linenumber">7</context>
3016 </context-group>
3017 </trans-unit>
3018 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html"> 2917 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html">
3019 <source>Followers</source> 2918 <source>Followers</source>
3020 <target state="new">Followers</target> 2919 <target state="new">Followers</target>
3021 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 2920
3022 </trans-unit> 2921 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3023 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 2922 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3024 <source>Video redundancies</source> 2923 <source>Video redundancies</source>
3025 <target state="new">Video redundancies</target> 2924 <target state="new">Video redundancies</target>
3026 <context-group purpose="location"> 2925
3027 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2926 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3028 <context context-type="linenumber">11</context>
3029 </context-group>
3030 </trans-unit>
3031 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html"> 2927 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
3032 <source>1 host (without "http://") per line</source> 2928 <source>1 host (without "http://") per line</source>
3033 <target state="new">1 host (without "http://") per line</target> 2929 <target state="new">1 host (without "http://") per line</target>
2930
2931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2932 <source>Follow domain</source><target state="new">Follow domain</target>
3034 <context-group purpose="location"> 2933 <context-group purpose="location">
3035 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context> 2934 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3036 <context context-type="linenumber">5</context> 2935 <context context-type="linenumber">15</context>
3037 </context-group>
3038 </trans-unit>
3039 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507" datatype="html">
3040 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3041 <target state="new">
3042 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3043 </target>
3044 <context-group purpose="location">
3045 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
3046 <context context-type="linenumber">17</context>
3047 </context-group>
3048 </trans-unit>
3049 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437" datatype="html">
3050 <source>Add following</source>
3051 <target state="new">Add following</target>
3052 <context-group purpose="location">
3053 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
3054 <context context-type="linenumber">21</context>
3055 </context-group> 2936 </context-group>
3056 </trans-unit> 2937 </trans-unit>
2938
2939
3057 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 2940 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
3058 <source>Filter...</source> 2941 <source>Filter...</source>
3059 <target state="new">Filter...</target> 2942 <target state="new">Filter...</target>
3060 <context-group purpose="location"> 2943
3061 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2944
3062 <context context-type="linenumber">8</context> 2945
3063 </context-group> 2946 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3064 <context-group purpose="location">
3065 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3066 <context context-type="linenumber">9</context>
3067 </context-group>
3068 <context-group purpose="location">
3069 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3070 <context context-type="linenumber">27</context>
3071 </context-group>
3072 </trans-unit>
3073 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 2947 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
3074 <source>ID</source> 2948 <source>ID</source>
3075 <target state="new">ID</target> 2949 <target state="new">ID</target>
3076 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 2950
3077 </trans-unit> 2951 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3078 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2952 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3079 <source>Follower handle</source> 2953 <source>Follower handle</source>
3080 <target state="new">Follower handle</target> 2954 <target state="new">Follower handle</target>
@@ -3083,71 +2957,56 @@
3083 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 2957 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
3084 <source>State</source> 2958 <source>State</source>
3085 <target state="new">State</target> 2959 <target state="new">State</target>
3086 <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> 2960
3087 <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> 2961
3088 </trans-unit> 2962 <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>
3089 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 2963 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3090 <source>Delayed.</source> 2964 <source>Delayed.</source>
3091 <target state="new">Delayed.</target> 2965 <target state="new">Delayed.</target>
3092 <context-group purpose="location"> 2966
3093 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2967 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3094 <context context-type="linenumber">42</context>
3095 </context-group>
3096 </trans-unit>
3097 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 2968 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3098 <source>Will start soon...</source> 2969 <source>Will start soon...</source>
3099 <target state="new">Will start soon...</target> 2970 <target state="new">Will start soon...</target>
3100 <context-group purpose="location"> 2971
3101 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3102 <context context-type="linenumber">43</context>
3103 </context-group>
3104 </trans-unit>
3105 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 2973 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3106 <source>Running...</source> 2974 <source>Running...</source>
3107 <target state="new">Running...</target> 2975 <target state="new">Running...</target>
3108 <context-group purpose="location"> 2976
3109 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2977 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3110 <context context-type="linenumber">44</context>
3111 </context-group>
3112 </trans-unit>
3113 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 2978 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3114 <source>Finished</source> 2979 <source>Finished</source>
3115 <target state="new">Finished</target> 2980 <target state="new">Finished</target>
3116 <context-group purpose="location"> 2981
3117 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2982 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3118 <context context-type="linenumber">45</context>
3119 </context-group>
3120 </trans-unit>
3121 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 2983 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3122 <source>Failed</source> 2984 <source>Failed</source>
3123 <target state="new">Failed</target> 2985 <target state="new">Failed</target>
3124 <context-group purpose="location"> 2986
3125 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2987 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3126 <context context-type="linenumber">46</context>
3127 </context-group>
3128 </trans-unit>
3129 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 2988 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3130 <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> 2989 <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>
3131 <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> 2990 <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>
3132 <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> 2991
3133 <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> 2992
3134 <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> 2993
3135 <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> 2994
3136 <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> 2995
3137 <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> 2996
3138 </trans-unit> 2997 <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">24</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">46</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">11</context></context-group><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><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>
3139 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2998 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3140 <source>Accepted</source> 2999 <source>Accepted</source>
3141 <target state="new">Accepted</target> 3000 <target state="new">Accepted</target>
3142 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3001
3143 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3002
3144 </trans-unit> 3003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3145 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3004 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3146 <source>Pending</source> 3005 <source>Pending</source>
3147 <target state="new">Pending</target> 3006 <target state="new">Pending</target>
3148 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3007
3149 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3008
3150 </trans-unit> 3009 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3151 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3010 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3152 <source>Accept</source> 3011 <source>Accept</source>
3153 <target state="new">Accept</target> 3012 <target state="new">Accept</target>
@@ -3159,28 +3018,42 @@
3159 <target state="new">Refuse</target> 3018 <target state="new">Refuse</target>
3160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3019 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3161 <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">42</context></context-group> 3020 <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">42</context></context-group>
3021 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3022 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3023 <context-group purpose="location">
3024 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3025 <context context-type="linenumber">3</context>
3026 </context-group>
3162 </trans-unit> 3027 </trans-unit>
3163 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 3028 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
3164 <source>Host</source> 3029 <source>Host</source>
3165 <target state="new">Host</target> 3030 <target state="new">Host</target>
3166 <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> 3031
3167 </trans-unit> 3032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3168 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3033 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3169 <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> 3034 <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>
3170 <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> 3035 <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>
3036
3037 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3038 <source>Follow domains</source><target state="new">Follow domains</target>
3171 <context-group purpose="location"> 3039 <context-group purpose="location">
3172 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3040 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3173 <context context-type="linenumber">21</context> 3041 <context context-type="linenumber">50</context>
3174 </context-group> 3042 </context-group>
3175 </trans-unit> 3043 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3176 <trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3044 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3177 <source>Video redundancies list</source>
3178 <target state="new">Video redundancies list</target>
3179 <context-group purpose="location"> 3045 <context-group purpose="location">
3180 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3046 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3181 <context context-type="linenumber">2</context> 3047 <context context-type="linenumber">7</context>
3048 </context-group>
3049 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3050 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3051 <context-group purpose="location">
3052 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3053 <context context-type="linenumber">8</context>
3182 </context-group> 3054 </context-group>
3183 </trans-unit> 3055 </trans-unit>
3056
3184 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html"> 3057 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html">
3185 <source>Create user</source> 3058 <source>Create user</source>
3186 <target state="new">Create user</target> 3059 <target state="new">Create user</target>
@@ -3229,7 +3102,7 @@
3229 3102
3230 3103
3231 3104
3232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3233 <source> 3106 <source>
3234 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3107 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3235 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3108 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3311,57 +3184,52 @@
3311 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 3184 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3312 <source>Batch actions</source> 3185 <source>Batch actions</source>
3313 <target state="new">Batch actions</target> 3186 <target state="new">Batch actions</target>
3314 <context-group purpose="location"> 3187
3315 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3188 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3316 <context context-type="linenumber">19</context>
3317 </context-group>
3318 </trans-unit>
3319 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3189 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3320 <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> 3190 <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>
3321 <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> 3191 <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>
3322 <context-group purpose="location"> 3192
3323 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3324 <context context-type="linenumber">40</context>
3325 </context-group>
3326 </trans-unit>
3327 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3194 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3328 <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> 3195 <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>
3329 <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> 3196 <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>
3330 <context-group purpose="location"> 3197
3331 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3198 <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></trans-unit>
3332 <context context-type="linenumber">42</context>
3333 </context-group>
3334 </trans-unit>
3335 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3199 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3336 <source>(banned)</source> 3200 <source>(banned)</source>
3337 <target state="new">(banned)</target> 3201 <target state="new">(banned)</target>
3202
3203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3204 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3338 <context-group purpose="location"> 3205 <context-group purpose="location">
3339 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3206 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3340 <context context-type="linenumber">65</context> 3207 <context context-type="linenumber">65</context>
3341 </context-group> 3208 </context-group>
3209 <context-group purpose="location">
3210 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3211 <context context-type="linenumber">27</context>
3212 </context-group>
3342 </trans-unit> 3213 </trans-unit>
3343 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3214 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3344 <source>User's email must be verified to login</source> 3215 <source>User's email must be verified to login</source>
3345 <target state="new">User's email must be verified to login</target> 3216 <target state="new">User's email must be verified to login</target>
3346 <context-group purpose="location"> 3217
3347 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3348 <context context-type="linenumber">72</context>
3349 </context-group>
3350 </trans-unit>
3351 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3219 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3352 <source>User's email is verified / User can login without email verification</source> 3220 <source>User's email is verified / User can login without email verification</source>
3353 <target state="new">User's email is verified / User can login without email verification</target> 3221 <target state="new">User's email is verified / User can login without email verification</target>
3354 <context-group purpose="location"> 3222
3355 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3356 <context context-type="linenumber">76</context>
3357 </context-group>
3358 </trans-unit>
3359 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3224 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3360 <source>Ban reason:</source> 3225 <source>Ban reason:</source>
3361 <target state="new">Ban reason:</target> 3226 <target state="new">Ban reason:</target>
3227
3228 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3229 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3362 <context-group purpose="location"> 3230 <context-group purpose="location">
3363 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3231 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3364 <context context-type="linenumber">95</context> 3232 <context context-type="linenumber">15</context>
3365 </context-group> 3233 </context-group>
3366 </trans-unit> 3234 </trans-unit>
3367 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html"> 3235 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
@@ -3415,105 +3283,84 @@
3415 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 3283 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
3416 <context context-type="linenumber">13</context> 3284 <context context-type="linenumber">13</context>
3417 </context-group> 3285 </context-group>
3286 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3287 <source>Video <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">Video <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>
3288 <context-group purpose="location">
3289 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3290 <context context-type="linenumber">10</context>
3291 </context-group>
3418 </trans-unit> 3292 </trans-unit>
3419 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3293 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3420 <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> 3294 <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>
3421 <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> 3295 <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>
3422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3296
3423 <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">8</context></context-group> 3297
3424 </trans-unit> 3298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3425 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3299 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3426 <source>Video URL</source> 3300 <source>Video URL</source>
3427 <target state="new">Video URL</target> 3301 <target state="new">Video URL</target>
3428 <context-group purpose="location"> 3302
3429 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3430 <context context-type="linenumber">24</context>
3431 </context-group>
3432 </trans-unit>
3433 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3304 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3434 <source>Total size</source> 3305 <source>Total size</source>
3435 <target state="new">Total size</target> 3306 <target state="new">Total size</target>
3307
3308 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3309 <source>List redundancies</source><target state="new">List redundancies</target>
3436 <context-group purpose="location"> 3310 <context-group purpose="location">
3437 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3311 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3438 <context context-type="linenumber">25</context> 3312 <context context-type="linenumber">33</context>
3439 </context-group> 3313 </context-group>
3440 </trans-unit> 3314 </trans-unit>
3441 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3315 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3442 <source>Enabled strategies stats</source> 3316 <source>Enabled strategies stats</source>
3443 <target state="new">Enabled strategies stats</target> 3317 <target state="new">Enabled strategies stats</target>
3444 <context-group purpose="location"> 3318
3445 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
3446 <context context-type="linenumber">69</context>
3447 </context-group>
3448 </trans-unit>
3449 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3320 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3450 <source>No redundancy strategy is enabled on your instance.</source> 3321 <source>No redundancy strategy is enabled on your instance.</source>
3451 <target state="new"> 3322 <target state="new">
3452 No redundancy strategy is enabled on your instance. 3323 No redundancy strategy is enabled on your instance.
3453 </target> 3324 </target>
3454 <context-group purpose="location"> 3325
3455 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3326 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3456 <context context-type="linenumber">73</context>
3457 </context-group>
3458 </trans-unit>
3459 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3327 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3460 <source>Sensitive</source> 3328 <source>Sensitive</source>
3461 <target state="new">Sensitive</target> 3329 <target state="new">Sensitive</target>
3462 <context-group purpose="location"> 3330
3463 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3331 <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">11</context></context-group></trans-unit>
3464 <context context-type="linenumber">9</context>
3465 </context-group>
3466 </trans-unit>
3467 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3332 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3468 <source>Unfederated</source> 3333 <source>Unfederated</source>
3469 <target state="new">Unfederated</target> 3334 <target state="new">Unfederated</target>
3470 <context-group purpose="location"> 3335
3471 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3336 <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">12</context></context-group></trans-unit>
3472 <context context-type="linenumber">10</context>
3473 </context-group>
3474 </trans-unit>
3475 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3337 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3476 <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> 3338 <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>
3477 <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> 3339 <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>
3478 <context-group purpose="location"> 3340
3479 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3341 <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">13</context></context-group></trans-unit>
3480 <context context-type="linenumber">11</context>
3481 </context-group>
3482 </trans-unit>
3483 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 3342 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
3484 <source>Go to the video</source> 3343 <source>Go to the video</source>
3485 <target state="new">Go to the video</target> 3344 <target state="new">Go to the video</target>
3486 <context-group purpose="location"> 3345
3487 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3346
3488 <context context-type="linenumber">25</context> 3347
3489 </context-group> 3348 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3490 <context-group purpose="location">
3491 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3492 <context context-type="linenumber">33</context>
3493 </context-group>
3494 <context-group purpose="location">
3495 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3496 <context context-type="linenumber">33</context>
3497 </context-group>
3498 </trans-unit>
3499 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 3349 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3500 <source>Actions</source> 3350 <source>Actions</source>
3501 <target state="new">Actions</target> 3351 <target state="new">Actions</target>
3502 <context-group purpose="location"> 3352
3503 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3353
3504 <context context-type="linenumber">35</context> 3354 <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">38</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">57</context></context-group></trans-unit>
3505 </context-group>
3506 <context-group purpose="location">
3507 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3508 <context context-type="linenumber">44</context>
3509 </context-group>
3510 </trans-unit>
3511 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3355 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3512 <source>Blacklist reason:</source> 3356 <source>Blacklist reason:</source>
3513 <target state="new">Blacklist reason:</target> 3357 <target state="new">Blacklist reason:</target>
3358
3359 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3360 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3514 <context-group purpose="location"> 3361 <context-group purpose="location">
3515 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3362 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3516 <context context-type="linenumber">43</context> 3363 <context context-type="linenumber">5</context>
3517 </context-group> 3364 </context-group>
3518 </trans-unit> 3365 </trans-unit>
3519 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html"> 3366 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
@@ -3529,47 +3376,38 @@
3529 <target state="new"> 3376 <target state="new">
3530 This comment can only be seen by you or the other moderators. 3377 This comment can only be seen by you or the other moderators.
3531 </target> 3378 </target>
3532 <context-group purpose="location"> 3379
3533 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 3380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3534 <context context-type="linenumber">18</context>
3535 </context-group>
3536 </trans-unit>
3537 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html"> 3381 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
3538 <source>Update this comment</source> 3382 <source>Update this comment</source>
3539 <target state="new">Update this comment</target> 3383 <target state="new">Update this comment</target>
3540 3384
3541 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3542 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 3386 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3543 <source>Reporter</source> 3387 <source>Reporter</source>
3544 <target state="new">Reporter</target> 3388 <target state="new">Reporter</target>
3545 <context-group purpose="location"> 3389
3546 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3390 <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">10</context></context-group></trans-unit>
3547 <context context-type="linenumber">8</context>
3548 </context-group>
3549 </trans-unit>
3550 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 3391 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
3551 <source>Video</source> 3392 <source>Video</source>
3552 <target state="new">Video</target> 3393 <target state="new">Video</target>
3394
3395
3396
3397 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3398 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3553 <context-group purpose="location"> 3399 <context-group purpose="location">
3554 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3400 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3555 <context context-type="linenumber">10</context> 3401 <context context-type="linenumber">46</context>
3556 </context-group>
3557 <context-group purpose="location">
3558 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3559 <context context-type="linenumber">14</context>
3560 </context-group>
3561 <context-group purpose="location">
3562 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3563 <context context-type="linenumber">9</context>
3564 </context-group> 3402 </context-group>
3565 </trans-unit> 3403 </trans-unit>
3566 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3404 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3567 <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> 3405 <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>
3568 <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> 3406 <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>
3569 <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> 3407
3570 <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> 3408
3571 <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> 3409
3572 </trans-unit> 3410 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3573 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3411 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3574 <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> 3412 <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>
3575 <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> 3413 <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>
@@ -3581,31 +3419,27 @@
3581 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 3419 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3582 <source>Go to the account</source> 3420 <source>Go to the account</source>
3583 <target state="new">Go to the account</target> 3421 <target state="new">Go to the account</target>
3584 <context-group purpose="location"> 3422
3585 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3423
3586 <context context-type="linenumber">25</context> 3424 <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">27</context></context-group></trans-unit>
3587 </context-group>
3588 <context-group purpose="location">
3589 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3590 <context context-type="linenumber">27</context>
3591 </context-group>
3592 </trans-unit>
3593 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 3425 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
3594 <source>Reason:</source> 3426 <source>Reason:</source>
3595 <target state="new">Reason:</target> 3427 <target state="new">Reason:</target>
3428
3429 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3430 <source>Note:</source><target state="new">Note:</target>
3596 <context-group purpose="location"> 3431 <context-group purpose="location">
3597 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3432 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3598 <context context-type="linenumber">53</context> 3433 <context context-type="linenumber">72</context>
3599 </context-group> 3434 </context-group>
3600 </trans-unit> 3435 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3601 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638" datatype="html"> 3436 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3602 <source>Moderation comment:</source>
3603 <target state="new">Moderation comment:</target>
3604 <context-group purpose="location"> 3437 <context-group purpose="location">
3605 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3438 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3606 <context context-type="linenumber">57</context> 3439 <context context-type="linenumber">5</context>
3607 </context-group> 3440 </context-group>
3608 </trans-unit> 3441 </trans-unit>
3442
3609 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3443 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
3610 <source>Unblacklist</source> 3444 <source>Unblacklist</source>
3611 <target state="new">Unblacklist</target> 3445 <target state="new">Unblacklist</target>
@@ -3617,64 +3451,68 @@
3617 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context> 3451 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
3618 <context context-type="linenumber">17</context> 3452 <context context-type="linenumber">17</context>
3619 </context-group> 3453 </context-group>
3454 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3455 <source>Mute domain</source><target state="new">Mute domain</target>
3456 <context-group purpose="location">
3457 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3458 <context context-type="linenumber">11</context>
3459 </context-group>
3620 </trans-unit> 3460 </trans-unit>
3621 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 3461 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
3622 <source>Instance</source> 3462 <source>Instance</source>
3623 <target state="new">Instance</target> 3463 <target state="new">Instance</target>
3624 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 3464
3625 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 3465
3626 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3466
3627 </trans-unit> 3467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3628 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3468 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3629 <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> 3469 <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>
3630 <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> 3470 <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>
3631 <context-group purpose="location"> 3471
3632 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3472
3633 <context context-type="linenumber">9</context> 3473
3634 </context-group> 3474
3635 <context-group purpose="location"> 3475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3636 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3637 <context context-type="linenumber">9</context>
3638 </context-group>
3639 <context-group purpose="location">
3640 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3641 <context context-type="linenumber">13</context>
3642 </context-group>
3643 <context-group purpose="location">
3644 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
3645 <context context-type="linenumber">13</context>
3646 </context-group>
3647 </trans-unit>
3648 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3476 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3649 <source>Unmute</source> 3477 <source>Unmute</source>
3650 <target state="new">Unmute</target> 3478 <target state="new">Unmute</target>
3479
3480
3481
3482
3483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3484 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3651 <context-group purpose="location"> 3485 <context-group purpose="location">
3652 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3486 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3653 <context context-type="linenumber">19</context> 3487 <context context-type="linenumber">5</context>
3654 </context-group>
3655 <context-group purpose="location">
3656 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3657 <context context-type="linenumber">18</context>
3658 </context-group> 3488 </context-group>
3489 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3490 <source>
3491 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3492 </source><target state="new">
3493 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3494 </target>
3659 <context-group purpose="location"> 3495 <context-group purpose="location">
3660 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 3496 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3661 <context context-type="linenumber">22</context> 3497 <context context-type="linenumber">37</context>
3662 </context-group> 3498 </context-group>
3499 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3500 <source>Mute domains</source><target state="new">Mute domains</target>
3663 <context-group purpose="location"> 3501 <context-group purpose="location">
3664 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 3502 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3665 <context context-type="linenumber">23</context> 3503 <context context-type="linenumber">35</context>
3666 </context-group> 3504 </context-group>
3667 </trans-unit> 3505 </trans-unit>
3668 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3506 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3669 <source>Account</source> 3507 <source>Account</source>
3670 <target state="new">Account</target> 3508 <target state="new">Account</target>
3509
3510
3511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3512 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3671 <context-group purpose="location"> 3513 <context-group purpose="location">
3672 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3514 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3673 <context context-type="linenumber">8</context> 3515 <context context-type="linenumber">5</context>
3674 </context-group>
3675 <context-group purpose="location">
3676 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3677 <context context-type="linenumber">12</context>
3678 </context-group> 3516 </context-group>
3679 </trans-unit> 3517 </trans-unit>
3680 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3518 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
@@ -3827,35 +3665,22 @@
3827 <context context-type="linenumber">9</context> 3665 <context context-type="linenumber">9</context>
3828 </context-group> 3666 </context-group>
3829 </trans-unit> 3667 </trans-unit>
3830 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f" datatype="html"> 3668
3831 <source>Jobs list</source>
3832 <target state="new">Jobs list</target>
3833 <context-group purpose="location">
3834 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3835 <context context-type="linenumber">2</context>
3836 </context-group>
3837 </trans-unit>
3838 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 3669 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3839 <source>Job type</source> 3670 <source>Job type</source>
3840 <target state="new">Job type</target> 3671 <target state="new">Job type</target>
3841 <context-group purpose="location"> 3672
3842 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3673 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
3843 <context context-type="linenumber">5</context>
3844 </context-group>
3845 </trans-unit>
3846 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 3674 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3847 <source>Job state</source> 3675 <source>Job state</source>
3848 <target state="new">Job state</target> 3676 <target state="new">Job state</target>
3849 <context-group purpose="location"> 3677
3850 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3851 <context context-type="linenumber">14</context>
3852 </context-group>
3853 </trans-unit>
3854 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3679 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3855 <source>Type</source> 3680 <source>Type</source>
3856 <target state="new">Type</target> 3681 <target state="new">Type</target>
3857 <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> 3682
3858 </trans-unit> 3683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
3859 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3684 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3860 <source>Refresh</source> 3685 <source>Refresh</source>
3861 <target state="new">Refresh</target> 3686 <target state="new">Refresh</target>
@@ -3905,43 +3730,25 @@
3905 3730
3906 3731
3907 3732
3908 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 3733 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
3909 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 3734 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
3910 <context-group purpose="location"> 3735
3911 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3736 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3912 <context context-type="linenumber">46</context>
3913 </context-group>
3914 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3915 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 3737 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
3916 <context-group purpose="location"> 3738
3917 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3739 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3918 <context context-type="linenumber">43</context>
3919 </context-group>
3920 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3921 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 3740 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
3922 <context-group purpose="location"> 3741
3923 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3742 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3924 <context context-type="linenumber">57</context>
3925 </context-group>
3926 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3927 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 3743 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
3928 <context-group purpose="location"> 3744
3929 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3745 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3930 <context context-type="linenumber">54</context>
3931 </context-group>
3932 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3933 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 3746 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
3934 <context-group purpose="location"> 3747
3935 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3748 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3936 <context context-type="linenumber">68</context>
3937 </context-group>
3938 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3939 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 3749 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
3940 <context-group purpose="location"> 3750
3941 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3751 <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">66</context></context-group></trans-unit>
3942 <context context-type="linenumber">65</context>
3943 </context-group>
3944 </trans-unit>
3945 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 3752 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3946 <source>Main languages you/your moderators speak</source> 3753 <source>Main languages you/your moderators speak</source>
3947 <target state="new">Main languages you/your moderators speak</target> 3754 <target state="new">Main languages you/your moderators speak</target>
@@ -3992,114 +3799,111 @@
3992 <target state="new">Do not list</target> 3799 <target state="new">Do not list</target>
3993 3800
3994 3801
3995 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 3802 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
3996 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html"> 3803 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html">
3997 <source>Blur thumbnails</source> 3804 <source>Blur thumbnails</source>
3998 <target state="new">Blur thumbnails</target> 3805 <target state="new">Blur thumbnails</target>
3999 3806
4000 3807
4001 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 3808 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4002 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html"> 3809 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html">
4003 <source>Display</source> 3810 <source>Display</source>
4004 <target state="new">Display</target> 3811 <target state="new">Display</target>
4005 3812
4006 3813
4007 3814
4008 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit> 3815 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit>
4009 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3816 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4010 <source>Strategy</source> 3817 <source>Strategy</source>
4011 <target state="new">Strategy</target> 3818 <target state="new">Strategy</target>
4012 <context-group purpose="location"> 3819
4013 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3820 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4014 <context context-type="linenumber">22</context>
4015 </context-group>
4016 </trans-unit>
4017 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html"> 3821 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
4018 <source>Terms</source> 3822 <source>Terms</source>
4019 <target state="new">Terms</target> 3823 <target state="new">Terms</target>
4020 3824
4021 3825
4022 3826
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">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 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">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4024 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 3828 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4025 <source>Code of conduct</source> 3829 <source>Code of conduct</source>
4026 <target state="new">Code of conduct</target> 3830 <target state="new">Code of conduct</target>
4027 3831
4028 3832
4029 3833
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">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 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">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4031 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 3835 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4032 <source>Moderation information</source> 3836 <source>Moderation information</source>
4033 <target state="new">Moderation information</target> 3837 <target state="new">Moderation information</target>
4034 3838
4035 3839
4036 3840
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">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 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">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
4038 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 3842 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4039 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 3843 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4040 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 3844 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4041 3845
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">139</context></context-group></trans-unit> 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">140</context></context-group></trans-unit>
4043 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 3847 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4044 <source>YOU AND YOUR INSTANCE</source> 3848 <source>YOU AND YOUR INSTANCE</source>
4045 <target state="new">YOU AND YOUR INSTANCE</target> 3849 <target state="new">YOU AND YOUR INSTANCE</target>
4046 3850
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">153</context></context-group></trans-unit> 3851 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit>
4048 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 3852 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4049 <source>Who is behind the instance?</source> 3853 <source>Who is behind the instance?</source>
4050 <target state="new">Who is behind the instance?</target> 3854 <target state="new">Who is behind the instance?</target>
4051 3855
4052 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit> 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">160</context></context-group></trans-unit>
4053 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 3857 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4054 <source>A single person? A non-profit? A company?</source> 3858 <source>A single person? A non-profit? A company?</source>
4055 <target state="new">A single person? A non-profit? A company?</target> 3859 <target state="new">A single person? A non-profit? A company?</target>
4056 3860
4057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit> 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">161</context></context-group></trans-unit>
4058 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 3862 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4059 <source>Why did you create this instance?</source> 3863 <source>Why did you create this instance?</source>
4060 <target state="new">Why did you create this instance?</target> 3864 <target state="new">Why did you create this instance?</target>
4061 3865
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">171</context></context-group></trans-unit> 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">172</context></context-group></trans-unit>
4063 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 3867 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4064 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 3868 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4065 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 3869 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4066 3870
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">172</context></context-group></trans-unit> 3871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit>
4068 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 3872 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4069 <source>How long do you plan to maintain this instance?</source> 3873 <source>How long do you plan to maintain this instance?</source>
4070 <target state="new">How long do you plan to maintain this instance?</target> 3874 <target state="new">How long do you plan to maintain this instance?</target>
4071 3875
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">182</context></context-group></trans-unit> 3876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit>
4073 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 3877 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4074 <source>It's important to know for users who want to register on your instance</source> 3878 <source>It's important to know for users who want to register on your instance</source>
4075 <target state="new">It's important to know for users who want to register on your instance</target> 3879 <target state="new">It's important to know for users who want to register on your instance</target>
4076 3880
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">183</context></context-group></trans-unit> 3881 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit>
4078 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 3882 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4079 <source>How will you finance the PeerTube server?</source> 3883 <source>How will you finance the PeerTube server?</source>
4080 <target state="new">How will you finance the PeerTube server?</target> 3884 <target state="new">How will you finance the PeerTube server?</target>
4081 3885
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">193</context></context-group></trans-unit> 3886 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit>
4083 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 3887 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4084 <source>With your own funds? With user donations? Advertising?</source> 3888 <source>With your own funds? With user donations? Advertising?</source>
4085 <target state="new">With your own funds? With user donations? Advertising?</target> 3889 <target state="new">With your own funds? With user donations? Advertising?</target>
4086 3890
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">194</context></context-group></trans-unit> 3891 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit>
4088 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 3892 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4089 <source>OTHER INFORMATION</source> 3893 <source>OTHER INFORMATION</source>
4090 <target state="new">OTHER INFORMATION</target> 3894 <target state="new">OTHER INFORMATION</target>
4091 3895
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">208</context></context-group></trans-unit> 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">209</context></context-group></trans-unit>
4093 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 3897 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4094 <source>What server/hardware does the instance run on?</source> 3898 <source>What server/hardware does the instance run on?</source>
4095 <target state="new">What server/hardware does the instance run on?</target> 3899 <target state="new">What server/hardware does the instance run on?</target>
4096 3900
4097 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">214</context></context-group></trans-unit> 3901 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit>
4098 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 3902 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4099 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source> 3903 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source>
4100 <target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 3904 <target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4101 3905
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">215</context></context-group></trans-unit> 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">216</context></context-group></trans-unit>
4103 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 3907 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4104 <source>Instance information</source> 3908 <source>Instance information</source>
4105 <target state="new">Instance information</target> 3909 <target state="new">Instance information</target>
@@ -4109,76 +3913,76 @@
4109 <source>APPEARANCE</source> 3913 <source>APPEARANCE</source>
4110 <target state="new">APPEARANCE</target> 3914 <target state="new">APPEARANCE</target>
4111 3915
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">239</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">240</context></context-group></trans-unit>
4113 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 3917 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4114 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 3918 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4115 <target state="new"> 3919 <target state="new">
4116 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3920 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4117 </target> 3921 </target>
4118 3922
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">240</context></context-group></trans-unit> 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">241</context></context-group></trans-unit>
4120 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 3924 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4121 <source>default</source> 3925 <source>default</source>
4122 <target state="new">default</target> 3926 <target state="new">default</target>
4123 3927
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">253</context></context-group></trans-unit> 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">254</context></context-group></trans-unit>
4125 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 3929 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4126 <source>Landing page</source> 3930 <source>Landing page</source>
4127 <target state="new">Landing page</target> 3931 <target state="new">Landing page</target>
4128 3932
4129 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">262</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">263</context></context-group></trans-unit>
4130 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 3934 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4131 <source>Discover videos</source> 3935 <source>Discover videos</source>
4132 <target state="new">Discover videos</target> 3936 <target state="new">Discover videos</target>
4133 3937
4134 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">265</context></context-group></trans-unit> 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">266</context></context-group></trans-unit>
4135 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 3939 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4136 <source>Trending videos</source> 3940 <source>Trending videos</source>
4137 <target state="new">Trending videos</target> 3941 <target state="new">Trending videos</target>
4138 3942
4139 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 3943 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit>
4140 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 3944 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4141 <source>Most liked videos</source> 3945 <source>Most liked videos</source>
4142 <target state="new">Most liked videos</target> 3946 <target state="new">Most liked videos</target>
4143 3947
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">267</context></context-group></trans-unit> 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">268</context></context-group></trans-unit>
4145 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 3949 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4146 <source>Recently added videos</source> 3950 <source>Recently added videos</source>
4147 <target state="new">Recently added videos</target> 3951 <target state="new">Recently added videos</target>
4148 3952
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">268</context></context-group></trans-unit> 3953 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit>
4150 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html"> 3954 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
4151 <source>Local videos</source> 3955 <source>Local videos</source>
4152 <target state="new">Local videos</target> 3956 <target state="new">Local videos</target>
4153 3957
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">269</context></context-group></trans-unit> 3958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit>
4155 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 3959 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4156 <source>NEW USERS</source> 3960 <source>NEW USERS</source>
4157 <target state="new">NEW USERS</target> 3961 <target state="new">NEW USERS</target>
4158 3962
4159 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">280</context></context-group></trans-unit> 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">281</context></context-group></trans-unit>
4160 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 3964 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4161 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source> 3965 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4162 <target state="new"> 3966 <target state="new">
4163 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3967 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4164 </target> 3968 </target>
4165 3969
4166 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit> 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">282</context></context-group></trans-unit>
4167 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 3971 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
4168 <source>Signup enabled</source> 3972 <source>Signup enabled</source>
4169 <target state="new">Signup enabled</target> 3973 <target state="new">Signup enabled</target>
4170 3974
4171 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">292</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">293</context></context-group></trans-unit>
4172 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 3976 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
4173 <source>Signup requires email verification</source> 3977 <source>Signup requires email verification</source>
4174 <target state="new">Signup requires email verification</target> 3978 <target state="new">Signup requires email verification</target>
4175 3979
4176 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">300</context></context-group></trans-unit> 3980 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit>
4177 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 3981 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
4178 <source>Signup limit</source> 3982 <source>Signup limit</source>
4179 <target state="new">Signup limit</target> 3983 <target state="new">Signup limit</target>
4180 3984
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">304</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">305</context></context-group></trans-unit>
4182 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 3986 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
4183 <source>Users</source> 3987 <source>Users</source>
4184 <target state="new">Users</target> 3988 <target state="new">Users</target>
@@ -4266,86 +4070,98 @@
4266 <source>Default video quota per user</source> 4070 <source>Default video quota per user</source>
4267 <target state="new">Default video quota per user</target> 4071 <target state="new">Default video quota per user</target>
4268 4072
4269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">319</context></context-group></trans-unit> 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">320</context></context-group></trans-unit>
4270 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4074 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4271 <source>Default daily upload limit per user</source> 4075 <source>Default daily upload limit per user</source>
4272 <target state="new">Default daily upload limit per user</target> 4076 <target state="new">Default daily upload limit per user</target>
4273 4077
4274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">331</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">332</context></context-group></trans-unit>
4275 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4079 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4276 <source>NEW VIDEOS</source> 4080 <source>NEW VIDEOS</source>
4277 <target state="new">NEW VIDEOS</target> 4081 <target state="new">NEW VIDEOS</target>
4278 4082
4279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group></trans-unit> 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">349</context></context-group></trans-unit>
4280 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4084 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4281 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4085 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4282 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4086 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4283 4087
4284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">359</context></context-group></trans-unit> 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">360</context></context-group></trans-unit>
4285 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4089 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4286 <source>Allow import with a torrent file or a magnet URI</source> 4090 <source>Allow import with a torrent file or a magnet URI</source>
4287 <target state="new">Allow import with a torrent file or a magnet URI</target> 4091 <target state="new">Allow import with a torrent file or a magnet URI</target>
4288 4092
4289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">366</context></context-group></trans-unit> 4093 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">367</context></context-group></trans-unit>
4290 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4094 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4291 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4095 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4292 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4096 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4293 4097
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">383</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">384</context></context-group></trans-unit>
4295 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4099 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4296 <source>Blacklist new videos automatically</source> 4100 <source>Blacklist new videos automatically</source>
4297 <target state="new">Blacklist new videos automatically</target> 4101 <target state="new">Blacklist new videos automatically</target>
4298 4102
4299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">380</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">381</context></context-group></trans-unit>
4300 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4104 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4301 <source>FEDERATION</source> 4105 <source>FEDERATION</source>
4302 <target state="new">FEDERATION</target> 4106 <target state="new">FEDERATION</target>
4303 4107
4304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">397</context></context-group></trans-unit> 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">398</context></context-group></trans-unit>
4305 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4109 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4306 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source> 4110 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4307 <target state="new"> 4111 <target state="new">
4308 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4112 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4309 </target> 4113 </target>
4310 4114
4311 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit> 4115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit>
4312 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4116 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4313 <source>Other instances can follow yours</source> 4117 <source>Other instances can follow yours</source>
4314 <target state="new">Other instances can follow yours</target> 4118 <target state="new">Other instances can follow yours</target>
4315 4119
4316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">411</context></context-group></trans-unit> 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">412</context></context-group></trans-unit>
4317 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4121 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4318 <source>Manually approve new instance followers</source> 4122 <source>Manually approve new instance followers</source>
4319 <target state="new">Manually approve new instance followers</target> 4123 <target state="new">Manually approve new instance followers</target>
4320 4124
4321 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">418</context></context-group></trans-unit> 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">419</context></context-group></trans-unit>
4322 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4126 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4323 <source>Automatically follow back instances</source> 4127 <source>Automatically follow back instances</source>
4324 <target state="new">Automatically follow back instances</target> 4128 <target state="new">Automatically follow back instances</target>
4325 4129
4326 <context-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></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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4131 <source>
4132 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4133 </source><target state="new">
4134 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4135 </target>
4136 <context-group purpose="location">
4137 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4138 <context context-type="linenumber">450</context>
4139 </context-group>
4140 </trans-unit>
4327 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4141 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4328 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4142 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4329 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4143 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4330 4144
4331 4145
4332 4146
4333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit> 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">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4334 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4148 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4335 <source>Index URL</source> 4149 <source>Index URL</source>
4336 <target state="new">Index URL</target> 4150 <target state="new">Index URL</target>
4337 4151
4338 <context-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> 4152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4339 <trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4153 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4340 <source>Automatically follow instances of the public index</source> 4154 <context-group purpose="location">
4341 <target state="new">Automatically follow instances of the public index</target> 4155 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4342 4156 <context context-type="linenumber">445</context>
4343 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group></trans-unit> 4157 </context-group>
4158 </trans-unit>
4159
4344 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4160 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4345 <source>ADMINISTRATORS</source> 4161 <source>ADMINISTRATORS</source>
4346 <target state="new">ADMINISTRATORS</target> 4162 <target state="new">ADMINISTRATORS</target>
4347 4163
4348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">472</context></context-group></trans-unit> 4164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group></trans-unit>
4349 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 4165 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
4350 <source>Administrator</source> 4166 <source>Administrator</source>
4351 <target state="new">Administrator</target> 4167 <target state="new">Administrator</target>
@@ -4355,39 +4171,39 @@
4355 <source>Admin email</source> 4171 <source>Admin email</source>
4356 <target state="new">Admin email</target> 4172 <target state="new">Admin email</target>
4357 4173
4358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group></trans-unit> 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">483</context></context-group></trans-unit>
4359 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4175 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4360 <source>Enable contact form</source> 4176 <source>Enable contact form</source>
4361 <target state="new">Enable contact form</target> 4177 <target state="new">Enable contact form</target>
4362 4178
4363 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</context></context-group></trans-unit> 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">494</context></context-group></trans-unit>
4364 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 4180 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
4365 <source>Basic configuration</source> 4181 <source>Basic configuration</source>
4366 <target state="new">Basic configuration</target> 4182 <target state="new">Basic configuration</target>
4367 4183
4368 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit> 4184 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit>
4369 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4185 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4370 <source>TWITTER</source> 4186 <source>TWITTER</source>
4371 <target state="new">TWITTER</target> 4187 <target state="new">TWITTER</target>
4372 4188
4373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">506</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">511</context></context-group></trans-unit>
4374 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4190 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4375 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 4191 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4376 <target state="new"> 4192 <target state="new">
4377 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4193 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4378 </target> 4194 </target>
4379 4195
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">507</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">512</context></context-group></trans-unit>
4381 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 4197 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
4382 <source>Your Twitter username</source> 4198 <source>Your Twitter username</source>
4383 <target state="new">Your Twitter username</target> 4199 <target state="new">Your Twitter username</target>
4384 4200
4385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</context></context-group></trans-unit> 4201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit>
4386 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 4202 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
4387 <source>Instance whitelisted by Twitter</source> 4203 <source>Instance whitelisted by Twitter</source>
4388 <target state="new">Instance whitelisted by Twitter</target> 4204 <target state="new">Instance whitelisted by Twitter</target>
4389 4205
4390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit> 4206 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit>
4391 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4207 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4392 <source> 4208 <source>
4393 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/>"/> 4209 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/>"/>
@@ -4404,17 +4220,17 @@
4404 to see if you instance is whitelisted. 4220 to see if you instance is whitelisted.
4405 </target> 4221 </target>
4406 4222
4407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</context></context-group></trans-unit> 4223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit>
4408 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 4224 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
4409 <source>Services</source> 4225 <source>Services</source>
4410 <target state="new">Services</target> 4226 <target state="new">Services</target>
4411 4227
4412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">500</context></context-group></trans-unit> 4228 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit>
4413 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4229 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4414 <source>TRANSCODING</source> 4230 <source>TRANSCODING</source>
4415 <target state="new">TRANSCODING</target> 4231 <target state="new">TRANSCODING</target>
4416 4232
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">560</context></context-group></trans-unit> 4233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit>
4418 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4234 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4419 <source> 4235 <source>
4420 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4236 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
@@ -4425,41 +4241,35 @@
4425 resources, this is a critical part of PeerTube, so tread carefully. 4241 resources, this is a critical part of PeerTube, so tread carefully.
4426 </target> 4242 </target>
4427 4243
4428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group></trans-unit> 4244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit>
4429 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 4245 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
4430 <source>Transcoding enabled</source> 4246 <source>Transcoding enabled</source>
4431 <target state="new">Transcoding enabled</target> 4247 <target state="new">Transcoding enabled</target>
4432 4248
4433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</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">579</context></context-group></trans-unit>
4434 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 4250 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
4435 <source>If you disable transcoding, many videos from your users will not work!</source> 4251 <source>If you disable transcoding, many videos from your users will not work!</source>
4436 <target state="new">If you disable transcoding, many videos from your users will not work!</target> 4252 <target state="new">If you disable transcoding, many videos from your users will not work!</target>
4437 4253
4438 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4254 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4439 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4255 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4440 <context-group purpose="location"> 4256
4441 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4257 <context-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>
4442 <context context-type="linenumber">589</context>
4443 </context-group>
4444 </trans-unit>
4445 4258
4446 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4259 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4447 <source>Allow additional extensions</source> 4260 <source>Allow additional extensions</source>
4448 <target state="new">Allow additional extensions</target> 4261 <target state="new">Allow additional extensions</target>
4449 4262
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">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4451 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4264 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4452 <context-group purpose="location"> 4265
4453 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4266 <context-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>
4454 <context context-type="linenumber">600</context>
4455 </context-group>
4456 </trans-unit>
4457 4267
4458 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4268 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4459 <source>Allow audio files upload</source> 4269 <source>Allow audio files upload</source>
4460 <target state="new">Allow audio files upload</target> 4270 <target state="new">Allow audio files upload</target>
4461 4271
4462 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4272 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4463 <source> 4273 <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>"/> 4274 <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 4275
@@ -4477,17 +4287,14 @@
4477 4287
4478 <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 <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> 4289 </target>
4480 <context-group purpose="location"> 4290
4481 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4291 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit>
4482 <context context-type="linenumber">612</context>
4483 </context-group>
4484 </trans-unit>
4485 4292
4486 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4293 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4487 <source>WebTorrent support enabled</source> 4294 <source>WebTorrent support enabled</source>
4488 <target state="new">WebTorrent support enabled</target> 4295 <target state="new">WebTorrent support enabled</target>
4489 4296
4490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4297 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4491 <source> 4298 <source>
4492 <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>"/> 4299 <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>"/>
4493 4300
@@ -4511,73 +4318,70 @@
4511 4318
4512 <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>"/> 4319 <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>"/>
4513 </target> 4320 </target>
4514 <context-group purpose="location"> 4321
4515 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit>
4516 <context context-type="linenumber">633</context>
4517 </context-group>
4518 </trans-unit>
4519 4323
4520 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4324 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4521 <source>HLS support enabled</source> 4325 <source>HLS support enabled</source>
4522 <target state="new">HLS support enabled</target> 4326 <target state="new">HLS support enabled</target>
4523 4327
4524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group></trans-unit> 4328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
4525 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4329 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4526 <source>Transcoding threads</source> 4330 <source>Transcoding threads</source>
4527 <target state="new">Transcoding threads</target> 4331 <target state="new">Transcoding threads</target>
4528 4332
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">657</context></context-group></trans-unit> 4333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit>
4530 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4334 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4531 <source>Resolutions to generate</source> 4335 <source>Resolutions to generate</source>
4532 <target state="new">Resolutions to generate</target> 4336 <target state="new">Resolutions to generate</target>
4533 4337
4534 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group></trans-unit> 4338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
4535 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4339 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4536 <source>CACHE</source> 4340 <source>CACHE</source>
4537 <target state="new">CACHE</target> 4341 <target state="new">CACHE</target>
4538 4342
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">698</context></context-group></trans-unit> 4343 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit>
4540 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4344 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4541 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 4345 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
4542 <target state="new"> 4346 <target state="new">
4543 Some files are not federated, and fetched when necessary. Define their caching policies. 4347 Some files are not federated, and fetched when necessary. Define their caching policies.
4544 </target> 4348 </target>
4545 4349
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">699</context></context-group></trans-unit> 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">700</context></context-group></trans-unit>
4547 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4351 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4548 <source>Number of previews to keep in cache</source> 4352 <source>Number of previews to keep in cache</source>
4549 <target state="new">Number of previews to keep in cache</target> 4353 <target state="new">Number of previews to keep in cache</target>
4550 4354
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">708</context></context-group></trans-unit> 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">709</context></context-group></trans-unit>
4552 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4356 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4553 <source>Number of video captions to keep in cache</source> 4357 <source>Number of video captions to keep in cache</source>
4554 <target state="new">Number of video captions to keep in cache</target> 4358 <target state="new">Number of video captions to keep in cache</target>
4555 4359
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">717</context></context-group></trans-unit> 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">718</context></context-group></trans-unit>
4557 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4361 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4558 <source>CUSTOMIZATIONS</source> 4362 <source>CUSTOMIZATIONS</source>
4559 <target state="new">CUSTOMIZATIONS</target> 4363 <target state="new">CUSTOMIZATIONS</target>
4560 4364
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">732</context></context-group></trans-unit> 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">733</context></context-group></trans-unit>
4562 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4366 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4563 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 4367 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
4564 <target state="new"> 4368 <target state="new">
4565 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4369 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4566 </target> 4370 </target>
4567 4371
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">733</context></context-group></trans-unit> 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">734</context></context-group></trans-unit>
4569 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 4373 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4570 <source>JavaScript</source> 4374 <source>JavaScript</source>
4571 <target state="new">JavaScript</target> 4375 <target state="new">JavaScript</target>
4572 4376
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">743</context></context-group></trans-unit> 4377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit>
4574 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4378 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4575 <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 <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>
4576 <target state="new"> 4380 <target state="new">
4577 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>"/> 4381 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>"/>
4578 </target> 4382 </target>
4579 4383
4580 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group></trans-unit> 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">747</context></context-group></trans-unit>
4581 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4385 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4582 <source> 4386 <source>
4583 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/>"/> 4387 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/>"/>
@@ -4604,22 +4408,22 @@
4604 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4408 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4605 </target> 4409 </target>
4606 4410
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">765</context></context-group></trans-unit> 4411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
4608 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4412 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4609 <source>Advanced configuration</source> 4413 <source>Advanced configuration</source>
4610 <target state="new">Advanced configuration</target> 4414 <target state="new">Advanced configuration</target>
4611 4415
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">554</context></context-group></trans-unit> 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">559</context></context-group></trans-unit>
4613 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4417 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4614 <source>Update configuration</source> 4418 <source>Update configuration</source>
4615 <target state="new">Update configuration</target> 4419 <target state="new">Update configuration</target>
4616 4420
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">803</context></context-group></trans-unit> 4421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
4618 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4422 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4619 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4423 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4620 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4424 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4621 4425
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">804</context></context-group></trans-unit> 4426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit>
4623 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4427 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4624 <source>PROFILE</source> 4428 <source>PROFILE</source>
4625 <target state="new">PROFILE</target> 4429 <target state="new">PROFILE</target>
@@ -4789,23 +4593,27 @@
4789 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4593 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4790 <context context-type="linenumber">6</context> 4594 <context context-type="linenumber">6</context>
4791 </context-group> 4595 </context-group>
4792 </trans-unit> 4596 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
4793 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 4597 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
4794 <source>Only display videos in the following languages/subtitles</source>
4795 <target state="new">Only display videos in the following languages/subtitles</target>
4796 <context-group purpose="location"> 4598 <context-group purpose="location">
4797 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4599 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4798 <context context-type="linenumber">22</context> 4600 <context context-type="linenumber">14</context>
4601 </context-group>
4602 <context-group purpose="location">
4603 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4604 <context context-type="linenumber">111</context>
4799 </context-group> 4605 </context-group>
4800 </trans-unit> 4606 </trans-unit>
4607 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
4608 <source>Only display videos in the following languages/subtitles</source>
4609 <target state="new">Only display videos in the following languages/subtitles</target>
4610
4611 <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">23</context></context-group></trans-unit>
4801 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 4612 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
4802 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 4613 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
4803 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target> 4614 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
4804 <context-group purpose="location"> 4615
4805 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4616 <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">26</context></context-group></trans-unit>
4806 <context context-type="linenumber">25</context>
4807 </context-group>
4808 </trans-unit>
4809 4617
4810 4618
4811 4619
@@ -4866,23 +4674,17 @@
4866 <target state="new">Theme</target> 4674 <target state="new">Theme</target>
4867 4675
4868 4676
4869 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 4677 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
4870 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 4678 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
4871 <source>instance default</source> 4679 <source>instance default</source>
4872 <target state="new">instance default</target> 4680 <target state="new">instance default</target>
4873 <context-group purpose="location"> 4681
4874 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4682 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
4875 <context context-type="linenumber">7</context>
4876 </context-group>
4877 </trans-unit>
4878 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 4683 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
4879 <source>peertube default</source> 4684 <source>peertube default</source>
4880 <target state="new">peertube default</target> 4685 <target state="new">peertube default</target>
4881 <context-group purpose="location"> 4686
4882 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4687 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
4883 <context context-type="linenumber">8</context>
4884 </context-group>
4885 </trans-unit>
4886 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html"> 4688 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
4887 <source>Change ownership</source> 4689 <source>Change ownership</source>
4888 <target state="new">Change ownership</target> 4690 <target state="new">Change ownership</target>
@@ -5037,6 +4839,18 @@
5037 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4839 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5038 <context context-type="linenumber">8</context> 4840 <context context-type="linenumber">8</context>
5039 </context-group> 4841 </context-group>
4842 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4843 <source>See the error</source><target state="new">See the error</target>
4844 <context-group purpose="location">
4845 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4846 <context context-type="linenumber">19</context>
4847 </context-group>
4848 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4849 <source>This video was deleted</source><target state="new">This video was deleted</target>
4850 <context-group purpose="location">
4851 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4852 <context context-type="linenumber">36</context>
4853 </context-group>
5040 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 4854 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5041 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 4855 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5042 <context-group purpose="location"> 4856 <context-group purpose="location">
@@ -5405,44 +5219,17 @@
5405 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a" datatype="html"> 5219 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a" datatype="html">
5406 <source>Stats</source> 5220 <source>Stats</source>
5407 <target state="new">Stats</target> 5221 <target state="new">Stats</target>
5408 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group> 5222
5409 </trans-unit> 5223 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit>
5410 <trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5224
5411 <source>Creators</source> 5225
5412 <target state="new">Creators</target> 5226
5413 <context-group purpose="location">
5414 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5415 <context context-type="linenumber">162</context>
5416 </context-group>
5417 </trans-unit>
5418 <trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5419 <source>Creator guide</source>
5420 <target state="new">Creator guide</target>
5421 <context-group purpose="location">
5422 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5423 <context context-type="linenumber">162</context>
5424 </context-group>
5425 </trans-unit>
5426 <trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5427 <source>Contributors</source>
5428 <target state="new">Contributors</target>
5429 <context-group purpose="location">
5430 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5431 <context context-type="linenumber">163</context>
5432 </context-group>
5433 </trans-unit>
5434 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html"> 5227 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5435 <source>PeerTube license</source> 5228 <source>PeerTube license</source>
5436 <target state="new">PeerTube license</target> 5229 <target state="new">PeerTube license</target>
5437 <context-group purpose="location"> 5230
5438 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5231
5439 <context context-type="linenumber">163</context> 5232 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5440 </context-group>
5441 <context-group purpose="location">
5442 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5443 <context context-type="linenumber">175</context>
5444 </context-group>
5445 </trans-unit>
5446 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html"> 5233 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
5447 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5234 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5448 <target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5235 <target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6409,6 +6196,30 @@
6409 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6196 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6410 <context context-type="linenumber">1</context> 6197 <context context-type="linenumber">1</context>
6411 </context-group> 6198 </context-group>
6199 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6200 <source>Process domains</source><target state="new">Process domains</target>
6201 <context-group purpose="location">
6202 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6203 <context context-type="linenumber">1</context>
6204 </context-group>
6205 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6206 <source>Domain is required.</source><target state="new">Domain is required.</target>
6207 <context-group purpose="location">
6208 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6209 <context context-type="linenumber">1</context>
6210 </context-group>
6211 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6212 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6213 <context-group purpose="location">
6214 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6215 <context context-type="linenumber">1</context>
6216 </context-group>
6217 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6218 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6219 <context-group purpose="location">
6220 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6221 <context context-type="linenumber">1</context>
6222 </context-group>
6412 </trans-unit> 6223 </trans-unit>
6413 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html"> 6224 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
6414 <source>Unlimited</source> 6225 <source>Unlimited</source>
@@ -6429,6 +6240,16 @@
6429 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context> 6240 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
6430 <context context-type="linenumber">1</context> 6241 <context context-type="linenumber">1</context>
6431 </context-group> 6242 </context-group>
6243 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6244 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6245 <context-group purpose="location">
6246 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6247 <context context-type="linenumber">1</context>
6248 </context-group>
6249 <context-group purpose="location">
6250 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6251 <context context-type="linenumber">1</context>
6252 </context-group>
6432 </trans-unit> 6253 </trans-unit>
6433 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html"> 6254 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
6434 <source>100MB</source> 6255 <source>100MB</source>
@@ -6565,51 +6386,17 @@
6565 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html"> 6386 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
6566 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source> 6387 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
6567 <target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target> 6388 <target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target>
6568 <context-group purpose="location"> 6389
6569 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6570 <context context-type="linenumber">1</context> 6391
6571 </context-group> 6392
6572 </trans-unit> 6393
6573 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html"> 6394
6574 <source>You need to specify hosts to follow.</source>
6575 <target state="new">You need to specify hosts to follow.</target>
6576 <context-group purpose="location">
6577 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6578 <context context-type="linenumber">1</context>
6579 </context-group>
6580 </trans-unit>
6581 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
6582 <source>Hosts need to be unique.</source>
6583 <target state="new">Hosts need to be unique.</target>
6584 <context-group purpose="location">
6585 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6586 <context context-type="linenumber">1</context>
6587 </context-group>
6588 </trans-unit>
6589 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
6590 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6591 <target state="new">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6592 <context-group purpose="location">
6593 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6594 <context context-type="linenumber">1</context>
6595 </context-group>
6596 </trans-unit>
6597 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409" datatype="html">
6598 <source>Follow new server(s)</source>
6599 <target state="new">Follow new server(s)</target>
6600 <context-group purpose="location">
6601 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6602 <context context-type="linenumber">1</context>
6603 </context-group>
6604 </trans-unit>
6605 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html"> 6395 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
6606 <source>Follow request(s) sent!</source> 6396 <source>Follow request(s) sent!</source>
6607 <target state="new">Follow request(s) sent!</target> 6397 <target state="new">Follow request(s) sent!</target>
6608 <context-group purpose="location"> 6398
6609 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6610 <context context-type="linenumber">1</context>
6611 </context-group>
6612 </trans-unit>
6613 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html"> 6400 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
6614 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6401 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6615 <target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 6402 <target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -6713,6 +6500,12 @@
6713 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 6500 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6714 <context context-type="linenumber">1</context> 6501 <context context-type="linenumber">1</context>
6715 </context-group> 6502 </context-group>
6503 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6504 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6505 <context-group purpose="location">
6506 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6507 <context context-type="linenumber">1</context>
6508 </context-group>
6716 </trans-unit> 6509 </trans-unit>
6717 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html"> 6510 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
6718 <source>Comment updated.</source> 6511 <source>Comment updated.</source>
@@ -6721,23 +6514,33 @@
6721 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context> 6514 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
6722 <context context-type="linenumber">1</context> 6515 <context context-type="linenumber">1</context>
6723 </context-group> 6516 </context-group>
6724 </trans-unit> 6517 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
6725 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html"> 6518 <source>Internal actions</source><target state="new">Internal actions</target>
6726 <source>Delete this report</source>
6727 <target state="new">Delete this report</target>
6728 <context-group purpose="location"> 6519 <context-group purpose="location">
6729 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6520 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6730 <context context-type="linenumber">1</context> 6521 <context context-type="linenumber">1</context>
6731 </context-group> 6522 </context-group>
6732 </trans-unit> 6523 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
6733 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 6524 <source>Delete report</source><target state="new">Delete report</target>
6734 <source>Update moderation comment</source> 6525 <context-group purpose="location">
6735 <target state="new">Update moderation comment</target> 6526 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6527 <context context-type="linenumber">1</context>
6528 </context-group>
6529 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6530 <source>Add note</source><target state="new">Add note</target>
6531 <context-group purpose="location">
6532 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6533 <context context-type="linenumber">1</context>
6534 </context-group>
6535 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6536 <source>Update note</source><target state="new">Update note</target>
6736 <context-group purpose="location"> 6537 <context-group purpose="location">
6737 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6538 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6738 <context context-type="linenumber">1</context> 6539 <context context-type="linenumber">1</context>
6739 </context-group> 6540 </context-group>
6740 </trans-unit> 6541 </trans-unit>
6542
6543
6741 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html"> 6544 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html">
6742 <source>Mark as accepted</source> 6545 <source>Mark as accepted</source>
6743 <target state="new">Mark as accepted</target> 6546 <target state="new">Mark as accepted</target>
@@ -6753,6 +6556,12 @@
6753 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6556 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6754 <context context-type="linenumber">1</context> 6557 <context context-type="linenumber">1</context>
6755 </context-group> 6558 </context-group>
6559 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
6560 <source>Actions for the video</source><target state="new">Actions for the video</target>
6561 <context-group purpose="location">
6562 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6563 <context context-type="linenumber">1</context>
6564 </context-group>
6756 </trans-unit> 6565 </trans-unit>
6757 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 6566 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
6758 <source>Do you really want to delete this abuse report?</source> 6567 <source>Do you really want to delete this abuse report?</source>
@@ -7705,11 +7514,8 @@
7705 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7514 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7706 <source>max size</source> 7515 <source>max size</source>
7707 <target state="new">max size</target> 7516 <target state="new">max size</target>
7708 <context-group purpose="location"> 7517
7709 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7518 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7710 <context context-type="linenumber">1</context>
7711 </context-group>
7712 </trans-unit>
7713 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7519 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
7714 <source>Now please check your emails to verify your account and complete signup.</source> 7520 <source>Now please check your emails to verify your account and complete signup.</source>
7715 <target state="new">Now please check your emails to verify your account and complete signup.</target> 7521 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8078,6 +7884,12 @@
8078 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7884 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8079 <context context-type="linenumber">1</context> 7885 <context context-type="linenumber">1</context>
8080 </context-group> 7886 </context-group>
7887 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
7888 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
7889 <context-group purpose="location">
7890 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7891 <context context-type="linenumber">1</context>
7892 </context-group>
8081 </trans-unit> 7893 </trans-unit>
8082 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html"> 7894 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
8083 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 7895 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8150,15 +7962,14 @@
8150 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7962 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8151 <context context-type="linenumber">1</context> 7963 <context context-type="linenumber">1</context>
8152 </context-group> 7964 </context-group>
8153 </trans-unit> 7965 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8154 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html"> 7966 <source>just now</source><target state="new">just now</target>
8155 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
8156 <target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target>
8157 <context-group purpose="location"> 7967 <context-group purpose="location">
8158 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7968 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8159 <context context-type="linenumber">1</context> 7969 <context context-type="linenumber">1</context>
8160 </context-group> 7970 </context-group>
8161 </trans-unit> 7971 </trans-unit>
7972
8162 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 7973 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8163 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source> 7974 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source>
8164 <target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 7975 <target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
@@ -9908,11 +9719,8 @@
9908 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 9719 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
9909 <source>Video blacklisted.</source> 9720 <source>Video blacklisted.</source>
9910 <target state="new">Video blacklisted.</target> 9721 <target state="new">Video blacklisted.</target>
9911 <context-group purpose="location"> 9722
9912 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context> 9723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
9913 <context context-type="linenumber">1</context>
9914 </context-group>
9915 </trans-unit>
9916 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 9724 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9917 <source>Encoder</source> 9725 <source>Encoder</source>
9918 <target state="new">Encoder</target> 9726 <target state="new">Encoder</target>
@@ -10196,15 +10004,14 @@
10196 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context> 10004 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
10197 <context context-type="linenumber">1</context> 10005 <context context-type="linenumber">1</context>
10198 </context-group> 10006 </context-group>
10199 </trans-unit> 10007 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10200 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 10008 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10201 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
10202 <target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target>
10203 <context-group purpose="location"> 10009 <context-group purpose="location">
10204 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10010 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10205 <context context-type="linenumber">1</context> 10011 <context context-type="linenumber">1</context>
10206 </context-group> 10012 </context-group>
10207 </trans-unit> 10013 </trans-unit>
10014
10208 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 10015 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
10209 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10016 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10210 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target> 10017 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target>
diff --git a/client/src/locale/angular.nb-NO.xlf b/client/src/locale/angular.nb-NO.xlf
index 11f8c42b0..1cd190478 100644
--- a/client/src/locale/angular.nb-NO.xlf
+++ b/client/src/locale/angular.nb-NO.xlf
@@ -439,25 +439,25 @@
439 <source>Unlisted</source><target state="new">Unlisted</target> 439 <source>Unlisted</source><target state="new">Unlisted</target>
440 440
441 441
442 <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><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"> 442 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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">
443 <source>Private</source><target state="new">Private</target> 443 <source>Private</source><target state="new">Private</target>
444 444
445 445
446 446
447 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 447 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
448 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 448 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
449 449
450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
451 <source>Blacklisted</source><target state="new">Blacklisted</target> 451 <source>Blacklisted</source><target state="new">Blacklisted</target>
452 452
453 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 453 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
454 <source> 454 <source>
455 Sensitive 455 Sensitive
456 </source><target state="new"> 456 </source><target state="new">
457 Sensitive 457 Sensitive
458 </target> 458 </target>
459 459
460 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 460 <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="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
461 <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> 461 <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>
462 <context-group purpose="location"> 462 <context-group purpose="location">
463 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context> 463 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
@@ -500,7 +500,7 @@
500 500
501 501
502 502
503 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 503 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
504 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 504 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
505 <context-group purpose="location"> 505 <context-group purpose="location">
506 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 506 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -531,7 +531,7 @@
531 531
532 532
533 533
534 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit><trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d" datatype="html"> 534 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit><trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d" datatype="html">
535 <source>Truncated preview</source><target state="new">Truncated preview</target> 535 <source>Truncated preview</source><target state="new">Truncated preview</target>
536 536
537 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196" datatype="html"> 537 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196" datatype="html">
@@ -661,7 +661,7 @@
661 661
662 662
663 663
664 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit><trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 664 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit><trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
665 <source>HTTP import (YouTube, Vimeo, direct URL...)</source><target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target> 665 <source>HTTP import (YouTube, Vimeo, direct URL...)</source><target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target>
666 666
667 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a" datatype="html"> 667 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a" datatype="html">
@@ -759,7 +759,7 @@
759 759
760 760
761 761
762 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 762 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
763 <source>Ban this user</source><target state="new">Ban this user</target> 763 <source>Ban this user</source><target state="new">Ban this user</target>
764 764
765 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html"> 765 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
@@ -768,12 +768,6 @@
768 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 768 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context>
769 <context context-type="linenumber">11</context> 769 <context context-type="linenumber">11</context>
770 </context-group> 770 </context-group>
771 </trans-unit><trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html">
772 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source><target state="new">(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
773 <context-group purpose="location">
774 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
775 <context context-type="linenumber">12</context>
776 </context-group>
777 </trans-unit><trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html"> 771 </trans-unit><trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html">
778 <source> 772 <source>
779 Login 773 Login
@@ -874,7 +868,7 @@
874 868
875 869
876 870
877 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit><trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html"> 871 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit><trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html">
878 <source>Email address</source><target state="new">Email address</target> 872 <source>Email address</source><target state="new">Email address</target>
879 873
880 874
@@ -1185,15 +1179,9 @@
1185 </context-group> 1179 </context-group>
1186 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1180 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1187 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1181 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1188 <context-group purpose="location"> 1182
1189 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1183
1190 <context context-type="linenumber">36</context> 1184 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1191 </context-group>
1192 <context-group purpose="location">
1193 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1194 <context context-type="linenumber">158</context>
1195 </context-group>
1196 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1197 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1185 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1198 <context-group purpose="location"> 1186 <context-group purpose="location">
1199 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1187 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1226,41 +1214,26 @@
1226 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1214 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1227 <source>Help</source><target state="new">Help</target> 1215 <source>Help</source><target state="new">Help</target>
1228 1216
1229 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1217 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1230 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1218 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1231 <context-group purpose="location"> 1219
1232 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1220 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1233 <context context-type="linenumber">167</context>
1234 </context-group>
1235 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1236 <source>Shortcuts</source><target state="new">Shortcuts</target> 1221 <source>Shortcuts</source><target state="new">Shortcuts</target>
1237 <context-group purpose="location"> 1222
1238 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1223 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1239 <context context-type="linenumber">168</context>
1240 </context-group>
1241 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1242 <source> 1224 <source>
1243 powered by PeerTube 1225 powered by PeerTube
1244 </source><target state="new"> 1226 </source><target state="new">
1245 powered by PeerTube 1227 powered by PeerTube
1246 </target> 1228 </target>
1247 <context-group purpose="location"> 1229
1248 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1230 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1249 <context context-type="linenumber">172</context>
1250 </context-group>
1251 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1252 <source>PeerTube website</source><target state="new">PeerTube website</target> 1231 <source>PeerTube website</source><target state="new">PeerTube website</target>
1253 <context-group purpose="location"> 1232
1254 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1233 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1255 <context context-type="linenumber">172</context>
1256 </context-group>
1257 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1258 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1234 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1259 <context-group purpose="location"> 1235
1260 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1236 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1261 <context context-type="linenumber">171</context>
1262 </context-group>
1263 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1264 <source>Log out</source><target state="new">Log out</target> 1237 <source>Log out</source><target state="new">Log out</target>
1265 1238
1266 <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="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html"> 1239 <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="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html">
@@ -1318,17 +1291,8 @@
1318 1291
1319 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1292 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1320 <source>Contact</source><target state="new">Contact</target> 1293 <source>Contact</source><target state="new">Contact</target>
1321 <context-group purpose="location"> 1294
1322 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1295 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1323 <context context-type="linenumber">154</context>
1324 </context-group>
1325 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1326 <source>Terms of Service</source><target state="new">Terms of Service</target>
1327 <context-group purpose="location">
1328 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1329 <context context-type="linenumber">155</context>
1330 </context-group>
1331 </trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1332 <source>View your notifications</source><target state="new">View your notifications</target> 1296 <source>View your notifications</source><target state="new">View your notifications</target>
1333 <context-group purpose="location"> 1297 <context-group purpose="location">
1334 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1298 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
@@ -1626,7 +1590,7 @@
1626 1590
1627 1591
1628 1592
1629 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html"> 1593 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html">
1630 <source>Privacy</source><target state="new">Privacy</target> 1594 <source>Privacy</source><target state="new">Privacy</target>
1631 1595
1632 1596
@@ -1635,37 +1599,19 @@
1635 1599
1636 1600
1637 1601
1638 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 1602 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
1639 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
1640 <context-group purpose="location">
1641 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1642 <context context-type="linenumber">164</context>
1643 </context-group>
1644 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
1645 <source>FAQ</source><target state="new">FAQ</target> 1603 <source>FAQ</source><target state="new">FAQ</target>
1646 <context-group purpose="location"> 1604
1647 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1605 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
1648 <context context-type="linenumber">165</context>
1649 </context-group>
1650 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
1651 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 1606 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
1652 <context-group purpose="location"> 1607
1653 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1608 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
1654 <context context-type="linenumber">165</context>
1655 </context-group>
1656 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
1657 <source>API</source><target state="new">API</target> 1609 <source>API</source><target state="new">API</target>
1658 <context-group purpose="location"> 1610
1659 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1611 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
1660 <context context-type="linenumber">166</context>
1661 </context-group>
1662 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
1663 <source>API documentation</source><target state="new">API documentation</target> 1612 <source>API documentation</source><target state="new">API documentation</target>
1664 <context-group purpose="location"> 1613
1665 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1614 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
1666 <context context-type="linenumber">166</context>
1667 </context-group>
1668 </trans-unit><trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
1669 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source><target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 1615 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source><target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
1670 1616
1671 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee" datatype="html"> 1617 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee" datatype="html">
@@ -1763,7 +1709,7 @@
1763 1709
1764 1710
1765 1711
1766 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit><trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 1712 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit><trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
1767 <source> 1713 <source>
1768 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. 1714 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
1769</source><target state="new"> 1715</source><target state="new">
@@ -1778,7 +1724,7 @@
1778 1724
1779 1725
1780 1726
1781 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html"> 1727 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html">
1782 <source>Select the file to upload</source><target state="new">Select the file to upload</target> 1728 <source>Select the file to upload</source><target state="new">Select the file to upload</target>
1783 <context-group purpose="location"> 1729 <context-group purpose="location">
1784 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1730 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
@@ -1786,17 +1732,11 @@
1786 </context-group> 1732 </context-group>
1787 </trans-unit><trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html"> 1733 </trans-unit><trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html">
1788 <source>Scheduled</source><target state="new">Scheduled</target> 1734 <source>Scheduled</source><target state="new">Scheduled</target>
1789 <context-group purpose="location"> 1735
1790 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1736 <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">24</context></context-group></trans-unit><trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
1791 <context context-type="linenumber">25</context>
1792 </context-group>
1793 </trans-unit><trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
1794 <source>Video background image</source><target state="new">Video background image</target> 1737 <source>Video background image</source><target state="new">Video background image</target>
1795 <context-group purpose="location"> 1738
1796 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1739 <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">31</context></context-group></trans-unit><trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
1797 <context context-type="linenumber">32</context>
1798 </context-group>
1799 </trans-unit><trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
1800 <source> 1740 <source>
1801 Image that will be merged with your audio file. 1741 Image that will be merged with your audio file.
1802 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1742 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -1806,58 +1746,43 @@
1806 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1746 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1807 The chosen image will be definitive and cannot be modified. 1747 The chosen image will be definitive and cannot be modified.
1808 </target> 1748 </target>
1809 <context-group purpose="location"> 1749
1810 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1750 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
1811 <context context-type="linenumber">34</context>
1812 </context-group>
1813 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
1814 <source>Processing…</source><target state="new">Processing…</target> 1751 <source>Processing…</source><target state="new">Processing…</target>
1815 <context-group purpose="location"> 1752
1816 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1753 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
1817 <context context-type="linenumber">56</context>
1818 </context-group>
1819 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
1820 <source>Total video quota</source><target state="new">Total video quota</target> 1754 <source>Total video quota</source><target state="new">Total video quota</target>
1821 <context-group purpose="location"> 1755
1822 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1756
1823 <context context-type="linenumber">54</context> 1757 <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">53</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">11</context></context-group></trans-unit><trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
1824 </context-group>
1825 <context-group purpose="location">
1826 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
1827 <context context-type="linenumber">11</context>
1828 </context-group>
1829 </trans-unit><trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
1830 <source> 1758 <source>
1831 Congratulations! Your video is now available in your private library. 1759 Congratulations! Your video is now available in your private library.
1832</source><target state="new"> 1760</source><target state="new">
1833 Congratulations! Your video is now available in your private library. 1761 Congratulations! Your video is now available in your private library.
1834</target> 1762</target>
1835 1763
1836 <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">68</context></context-group></trans-unit><trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html"> 1764 <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">67</context></context-group></trans-unit><trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
1837 <source>Publish will be available when upload is finished</source><target state="new">Publish will be available when upload is finished</target> 1765 <source>Publish will be available when upload is finished</source><target state="new">Publish will be available when upload is finished</target>
1838 1766
1839 <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">81</context></context-group></trans-unit><trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html"> 1767 <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">80</context></context-group></trans-unit><trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html">
1840 <source>Publish</source><target state="new">Publish</target> 1768 <source>Publish</source><target state="new">Publish</target>
1841 1769
1842 <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">88</context></context-group></trans-unit><trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html"> 1770 <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">87</context></context-group></trans-unit><trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
1843 <source>Select the torrent to import</source><target state="new">Select the torrent to import</target> 1771 <source>Select the torrent to import</source><target state="new">Select the torrent to import</target>
1844 <context-group purpose="location"> 1772 <context-group purpose="location">
1845 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1773 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
1846 <context context-type="linenumber">6</context> 1774 <context context-type="linenumber">6</context>
1847 </context-group> 1775 </context-group>
1848 </trans-unit><trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc" datatype="html"> 1776 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
1849 <source>Or</source><target state="new">Or</target> 1777 <source>OR</source><target state="new">OR</target>
1850 <context-group purpose="location"> 1778 <context-group purpose="location">
1851 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1779 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
1852 <context context-type="linenumber">11</context> 1780 <context context-type="linenumber">10</context>
1853 </context-group> 1781 </context-group>
1854 </trans-unit><trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html"> 1782 </trans-unit><trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
1855 <source>Paste magnet URI</source><target state="new">Paste magnet URI</target> 1783 <source>Paste magnet URI</source><target state="new">Paste magnet URI</target>
1856 <context-group purpose="location"> 1784
1857 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1785 <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">13</context></context-group></trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
1858 <context context-type="linenumber">14</context>
1859 </context-group>
1860 </trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
1861 <source> 1786 <source>
1862 You can import any torrent file that points to a mp4 file. 1787 You can import any torrent file that points to a mp4 file.
1863 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. 1788 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.
@@ -1865,21 +1790,15 @@
1865 You can import any torrent file that points to a mp4 file. 1790 You can import any torrent file that points to a mp4 file.
1866 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. 1791 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.
1867 </target> 1792 </target>
1868 <context-group purpose="location"> 1793
1869 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1794 <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">16</context></context-group></trans-unit><trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
1870 <context context-type="linenumber">17</context>
1871 </context-group>
1872 </trans-unit><trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
1873 <source> 1795 <source>
1874 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 1796 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
1875</source><target state="new"> 1797</source><target state="new">
1876 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 1798 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
1877</target> 1799</target>
1878 <context-group purpose="location"> 1800
1879 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1801 <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">56</context></context-group></trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
1880 <context context-type="linenumber">57</context>
1881 </context-group>
1882 </trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
1883 <source> 1802 <source>
1884 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. 1803 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.
1885 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1804 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -2106,7 +2025,7 @@
2106 <source>Go to the account page</source><target state="new">Go to the account page</target> 2025 <source>Go to the account page</source><target state="new">Go to the account page</target>
2107 2026
2108 2027
2109 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</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">63</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2028 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2110 <source>Subscribe</source><target state="new">Subscribe</target> 2029 <source>Subscribe</source><target state="new">Subscribe</target>
2111 <context-group purpose="location"> 2030 <context-group purpose="location">
2112 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2031 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
@@ -2164,7 +2083,7 @@
2164 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2083 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2165 <source>More information</source><target state="new">More information</target> 2084 <source>More information</source><target state="new">More information</target>
2166 2085
2167 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2086 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2168 <source>Get more information</source><target state="new">Get more information</target> 2087 <source>Get more information</source><target state="new">Get more information</target>
2169 2088
2170 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2089 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
@@ -2226,34 +2145,25 @@
2226 </source><target state="new"> 2145 </source><target state="new">
2227 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 2146 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
2228 </target> 2147 </target>
2229 <context-group purpose="location"> 2148
2230 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2149 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2231 <context context-type="linenumber">77</context>
2232 </context-group>
2233 </trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2234 <source> 2150 <source>
2235 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2151 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2236 </source><target state="new"> 2152 </source><target state="new">
2237 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2153 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2238 </target> 2154 </target>
2239 <context-group purpose="location"> 2155
2240 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2156 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2241 <context context-type="linenumber">80</context>
2242 </context-group>
2243 </trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2244 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 2157 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
2245 <context-group purpose="location"> 2158
2246 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2159 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
2247 <context context-type="linenumber">84</context>
2248 </context-group>
2249 </trans-unit><trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
2250 <source> 2160 <source>
2251 Comments are disabled. 2161 Comments are disabled.
2252 </source><target state="new"> 2162 </source><target state="new">
2253 Comments are disabled. 2163 Comments are disabled.
2254 </target> 2164 </target>
2255 2165
2256 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group></trans-unit><trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html"> 2166 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html">
2257 <source>Add comment...</source><target state="new">Add comment...</target> 2167 <source>Add comment...</source><target state="new">Add comment...</target>
2258 <context-group purpose="location"> 2168 <context-group purpose="location">
2259 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 2169 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -2317,64 +2227,33 @@
2317 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2227 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
2318 <context context-type="linenumber">5</context> 2228 <context context-type="linenumber">5</context>
2319 </context-group> 2229 </context-group>
2320 </trans-unit><trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246" datatype="html">
2321 <source>Follow</source><target state="new">Follow</target>
2322 <context-group purpose="location">
2323 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
2324 <context context-type="linenumber">7</context>
2325 </context-group>
2326 </trans-unit><trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html"> 2230 </trans-unit><trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html">
2327 <source>Followers</source><target state="new">Followers</target> 2231 <source>Followers</source><target state="new">Followers</target>
2328 2232
2329 2233
2330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 2234 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
2331 <source>Video redundancies</source><target state="new">Video redundancies</target> 2235 <source>Video redundancies</source><target state="new">Video redundancies</target>
2332 <context-group purpose="location"> 2236
2333 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
2334 <context context-type="linenumber">11</context>
2335 </context-group>
2336 </trans-unit><trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
2337 <source>1 host (without "http://") per line</source><target state="new">1 host (without "http://") per line</target> 2238 <source>1 host (without "http://") per line</source><target state="new">1 host (without "http://") per line</target>
2239
2240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2241 <source>Follow domain</source><target state="new">Follow domain</target>
2338 <context-group purpose="location"> 2242 <context-group purpose="location">
2339 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context> 2243 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2340 <context context-type="linenumber">5</context> 2244 <context context-type="linenumber">15</context>
2341 </context-group>
2342 </trans-unit><trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507" datatype="html">
2343 <source>
2344 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2345 </source><target state="new">
2346 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2347 </target>
2348 <context-group purpose="location">
2349 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
2350 <context context-type="linenumber">17</context>
2351 </context-group>
2352 </trans-unit><trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437" datatype="html">
2353 <source>Add following</source><target state="new">Add following</target>
2354 <context-group purpose="location">
2355 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
2356 <context context-type="linenumber">21</context>
2357 </context-group> 2245 </context-group>
2358 </trans-unit><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 2246 </trans-unit><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
2359 <source>Filter...</source><target state="new">Filter...</target> 2247 <source>Filter...</source><target state="new">Filter...</target>
2360 <context-group purpose="location"> 2248
2361 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2249
2362 <context context-type="linenumber">8</context> 2250
2363 </context-group> 2251 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit><trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
2364 <context-group purpose="location">
2365 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2366 <context context-type="linenumber">9</context>
2367 </context-group>
2368 <context-group purpose="location">
2369 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2370 <context context-type="linenumber">27</context>
2371 </context-group>
2372 </trans-unit><trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
2373 <source>ID</source><target state="new">ID</target> 2252 <source>ID</source><target state="new">ID</target>
2374 2253
2375 2254
2376 2255
2377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2378 <source>Follower handle</source><target state="new">Follower handle</target> 2257 <source>Follower handle</source><target state="new">Follower handle</target>
2379 2258
2380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 2259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
@@ -2383,37 +2262,22 @@
2383 2262
2384 2263
2385 2264
2386 <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"> 2265 <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="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2387 <source>Delayed.</source><target state="new">Delayed.</target> 2266 <source>Delayed.</source><target state="new">Delayed.</target>
2388 <context-group purpose="location"> 2267
2389 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2268 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2390 <context context-type="linenumber">42</context>
2391 </context-group>
2392 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2393 <source>Will start soon...</source><target state="new">Will start soon...</target> 2269 <source>Will start soon...</source><target state="new">Will start soon...</target>
2394 <context-group purpose="location"> 2270
2395 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2396 <context context-type="linenumber">43</context>
2397 </context-group>
2398 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2399 <source>Running...</source><target state="new">Running...</target> 2272 <source>Running...</source><target state="new">Running...</target>
2400 <context-group purpose="location"> 2273
2401 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2402 <context context-type="linenumber">44</context>
2403 </context-group>
2404 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2405 <source>Finished</source><target state="new">Finished</target> 2275 <source>Finished</source><target state="new">Finished</target>
2406 <context-group purpose="location"> 2276
2407 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2408 <context context-type="linenumber">45</context>
2409 </context-group>
2410 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2411 <source>Failed</source><target state="new">Failed</target> 2278 <source>Failed</source><target state="new">Failed</target>
2412 <context-group purpose="location"> 2279
2413 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2414 <context context-type="linenumber">46</context>
2415 </context-group>
2416 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2417 <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> 2281 <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>
2418 2282
2419 2283
@@ -2421,15 +2285,15 @@
2421 2285
2422 2286
2423 2287
2424 <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"> 2288 <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">24</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">46</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">11</context></context-group><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><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">
2425 <source>Accepted</source><target state="new">Accepted</target> 2289 <source>Accepted</source><target state="new">Accepted</target>
2426 2290
2427 2291
2428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">30</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2292 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2429 <source>Pending</source><target state="new">Pending</target> 2293 <source>Pending</source><target state="new">Pending</target>
2430 2294
2431 2295
2432 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">31</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2433 <source>Accept</source><target state="new">Accept</target> 2297 <source>Accept</source><target state="new">Accept</target>
2434 2298
2435 2299
@@ -2437,20 +2301,35 @@
2437 <source>Refuse</source><target state="new">Refuse</target> 2301 <source>Refuse</source><target state="new">Refuse</target>
2438 2302
2439 2303
2440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 2304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2305 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2306 <context-group purpose="location">
2307 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
2308 <context context-type="linenumber">3</context>
2309 </context-group>
2310 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
2441 <source>Host</source><target state="new">Host</target> 2311 <source>Host</source><target state="new">Host</target>
2442 2312
2443 <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></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 2313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
2444 <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><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> 2314 <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><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>
2315
2316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
2317 <source>Follow domains</source><target state="new">Follow domains</target>
2445 <context-group purpose="location"> 2318 <context-group purpose="location">
2446 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2319 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2447 <context context-type="linenumber">21</context> 2320 <context context-type="linenumber">50</context>
2448 </context-group> 2321 </context-group>
2449 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 2322 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
2450 <source>Video redundancies list</source><target state="new">Video redundancies list</target> 2323 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
2451 <context-group purpose="location"> 2324 <context-group purpose="location">
2452 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2325 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2453 <context context-type="linenumber">2</context> 2326 <context context-type="linenumber">7</context>
2327 </context-group>
2328 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
2329 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
2330 <context-group purpose="location">
2331 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2332 <context context-type="linenumber">8</context>
2454 </context-group> 2333 </context-group>
2455 </trans-unit><trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html"> 2334 </trans-unit><trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html">
2456 <source>Create user</source><target state="new">Create user</target> 2335 <source>Create user</source><target state="new">Create user</target>
@@ -2489,7 +2368,7 @@
2489 2368
2490 2369
2491 2370
2492 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 2371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
2493 <source> 2372 <source>
2494 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2373 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2495 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2374 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -2551,45 +2430,40 @@
2551 </context-group> 2430 </context-group>
2552 </trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 2431 </trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
2553 <source>Batch actions</source><target state="new">Batch actions</target> 2432 <source>Batch actions</source><target state="new">Batch actions</target>
2554 <context-group purpose="location"> 2433
2555 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
2556 <context context-type="linenumber">19</context>
2557 </context-group>
2558 </trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
2559 <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><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> 2435 <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><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>
2560 <context-group purpose="location"> 2436
2561 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2562 <context context-type="linenumber">40</context>
2563 </context-group>
2564 </trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2565 <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><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> 2438 <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><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>
2566 <context-group purpose="location"> 2439
2567 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2440 <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></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2568 <context context-type="linenumber">42</context>
2569 </context-group>
2570 </trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2571 <source>(banned)</source><target state="new">(banned)</target> 2441 <source>(banned)</source><target state="new">(banned)</target>
2442
2443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
2444 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
2572 <context-group purpose="location"> 2445 <context-group purpose="location">
2573 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2446 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2574 <context context-type="linenumber">65</context> 2447 <context context-type="linenumber">65</context>
2575 </context-group> 2448 </context-group>
2576 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2577 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2578 <context-group purpose="location"> 2449 <context-group purpose="location">
2579 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2450 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2580 <context context-type="linenumber">72</context> 2451 <context context-type="linenumber">27</context>
2581 </context-group> 2452 </context-group>
2582 </trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 2453 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2454 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2455
2456 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
2583 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target> 2457 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target>
2584 <context-group purpose="location"> 2458
2585 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2586 <context context-type="linenumber">76</context>
2587 </context-group>
2588 </trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2589 <source>Ban reason:</source><target state="new">Ban reason:</target> 2460 <source>Ban reason:</source><target state="new">Ban reason:</target>
2461
2462 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2463 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
2590 <context-group purpose="location"> 2464 <context-group purpose="location">
2591 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2465 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2592 <context context-type="linenumber">95</context> 2466 <context context-type="linenumber">15</context>
2593 </context-group> 2467 </context-group>
2594 </trans-unit><trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html"> 2468 </trans-unit><trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
2595 <source>Moderation</source><target state="new">Moderation</target> 2469 <source>Moderation</source><target state="new">Moderation</target>
@@ -2631,84 +2505,63 @@
2631 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 2505 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
2632 <context context-type="linenumber">13</context> 2506 <context context-type="linenumber">13</context>
2633 </context-group> 2507 </context-group>
2508 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
2509 <source>Video <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">Video <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>
2510 <context-group purpose="location">
2511 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2512 <context context-type="linenumber">10</context>
2513 </context-group>
2634 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 2514 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
2635 <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><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> 2515 <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><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>
2636 2516
2637 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><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">8</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 2517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
2638 <source>Video URL</source><target state="new">Video URL</target> 2518 <source>Video URL</source><target state="new">Video URL</target>
2639 <context-group purpose="location"> 2519
2640 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2641 <context context-type="linenumber">24</context>
2642 </context-group>
2643 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2644 <source>Total size</source><target state="new">Total size</target> 2521 <source>Total size</source><target state="new">Total size</target>
2522
2523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
2524 <source>List redundancies</source><target state="new">List redundancies</target>
2645 <context-group purpose="location"> 2525 <context-group purpose="location">
2646 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2526 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2647 <context context-type="linenumber">25</context> 2527 <context context-type="linenumber">33</context>
2648 </context-group> 2528 </context-group>
2649 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 2529 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
2650 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 2530 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
2651 <context-group purpose="location"> 2531
2652 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
2653 <context context-type="linenumber">69</context>
2654 </context-group>
2655 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
2656 <source> 2533 <source>
2657 No redundancy strategy is enabled on your instance. 2534 No redundancy strategy is enabled on your instance.
2658 </source><target state="new"> 2535 </source><target state="new">
2659 No redundancy strategy is enabled on your instance. 2536 No redundancy strategy is enabled on your instance.
2660 </target> 2537 </target>
2661 <context-group purpose="location"> 2538
2662 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2539 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
2663 <context context-type="linenumber">73</context>
2664 </context-group>
2665 </trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
2666 <source>Sensitive</source><target state="new">Sensitive</target> 2540 <source>Sensitive</source><target state="new">Sensitive</target>
2667 <context-group purpose="location"> 2541
2668 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2542 <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">11</context></context-group></trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
2669 <context context-type="linenumber">9</context>
2670 </context-group>
2671 </trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
2672 <source>Unfederated</source><target state="new">Unfederated</target> 2543 <source>Unfederated</source><target state="new">Unfederated</target>
2673 <context-group purpose="location"> 2544
2674 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2545 <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">12</context></context-group></trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
2675 <context context-type="linenumber">10</context>
2676 </context-group>
2677 </trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
2678 <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><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> 2546 <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><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>
2679 <context-group purpose="location"> 2547
2680 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2548 <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">13</context></context-group></trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
2681 <context context-type="linenumber">11</context>
2682 </context-group>
2683 </trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
2684 <source>Go to the video</source><target state="new">Go to the video</target> 2549 <source>Go to the video</source><target state="new">Go to the video</target>
2685 <context-group purpose="location"> 2550
2686 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2551
2687 <context context-type="linenumber">25</context> 2552
2688 </context-group> 2553 <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">28</context></context-group><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">33</context></context-group></trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
2689 <context-group purpose="location">
2690 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2691 <context context-type="linenumber">33</context>
2692 </context-group>
2693 <context-group purpose="location">
2694 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
2695 <context context-type="linenumber">33</context>
2696 </context-group>
2697 </trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
2698 <source>Actions</source><target state="new">Actions</target> 2554 <source>Actions</source><target state="new">Actions</target>
2699 <context-group purpose="location"> 2555
2700 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2556
2701 <context context-type="linenumber">35</context> 2557 <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">38</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">57</context></context-group></trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
2702 </context-group>
2703 <context-group purpose="location">
2704 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2705 <context context-type="linenumber">44</context>
2706 </context-group>
2707 </trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
2708 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target> 2558 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target>
2559
2560 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
2561 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
2709 <context-group purpose="location"> 2562 <context-group purpose="location">
2710 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2563 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2711 <context context-type="linenumber">43</context> 2564 <context context-type="linenumber">5</context>
2712 </context-group> 2565 </context-group>
2713 </trans-unit><trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html"> 2566 </trans-unit><trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
2714 <source>Moderation comment</source><target state="new">Moderation comment</target> 2567 <source>Moderation comment</source><target state="new">Moderation comment</target>
@@ -2722,37 +2575,28 @@
2722 </source><target state="new"> 2575 </source><target state="new">
2723 This comment can only be seen by you or the other moderators. 2576 This comment can only be seen by you or the other moderators.
2724 </target> 2577 </target>
2725 <context-group purpose="location"> 2578
2726 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 2579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
2727 <context context-type="linenumber">18</context>
2728 </context-group>
2729 </trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
2730 <source>Update this comment</source><target state="new">Update this comment</target> 2580 <source>Update this comment</source><target state="new">Update this comment</target>
2731 2581
2732 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 2582 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
2733 <source>Reporter</source><target state="new">Reporter</target> 2583 <source>Reporter</source><target state="new">Reporter</target>
2734 <context-group purpose="location"> 2584
2735 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2585 <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">10</context></context-group></trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
2736 <context context-type="linenumber">8</context>
2737 </context-group>
2738 </trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
2739 <source>Video</source><target state="new">Video</target> 2586 <source>Video</source><target state="new">Video</target>
2587
2588
2589
2590 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
2591 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
2740 <context-group purpose="location"> 2592 <context-group purpose="location">
2741 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2593 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2742 <context context-type="linenumber">10</context> 2594 <context context-type="linenumber">46</context>
2743 </context-group>
2744 <context-group purpose="location">
2745 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
2746 <context context-type="linenumber">14</context>
2747 </context-group>
2748 <context-group purpose="location">
2749 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
2750 <context context-type="linenumber">9</context>
2751 </context-group> 2595 </context-group>
2752 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 2596 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
2753 <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><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> 2597 <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><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>
2754 2598
2755 <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><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><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></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 2599 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
2756 <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><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> 2600 <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><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>
2757 <context-group purpose="location"> 2601 <context-group purpose="location">
2758 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2602 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -2760,25 +2604,22 @@
2760 </context-group> 2604 </context-group>
2761 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 2605 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
2762 <source>Go to the account</source><target state="new">Go to the account</target> 2606 <source>Go to the account</source><target state="new">Go to the account</target>
2763 <context-group purpose="location"> 2607
2764 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2608
2765 <context context-type="linenumber">25</context> 2609 <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">27</context></context-group></trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
2766 </context-group>
2767 <context-group purpose="location">
2768 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
2769 <context context-type="linenumber">27</context>
2770 </context-group>
2771 </trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
2772 <source>Reason:</source><target state="new">Reason:</target> 2610 <source>Reason:</source><target state="new">Reason:</target>
2611
2612 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
2613 <source>Note:</source><target state="new">Note:</target>
2773 <context-group purpose="location"> 2614 <context-group purpose="location">
2774 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2615 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2775 <context context-type="linenumber">53</context> 2616 <context context-type="linenumber">72</context>
2776 </context-group> 2617 </context-group>
2777 </trans-unit><trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638" datatype="html"> 2618 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
2778 <source>Moderation comment:</source><target state="new">Moderation comment:</target> 2619 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
2779 <context-group purpose="location"> 2620 <context-group purpose="location">
2780 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2621 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2781 <context context-type="linenumber">57</context> 2622 <context context-type="linenumber">5</context>
2782 </context-group> 2623 </context-group>
2783 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 2624 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
2784 <source>Unblacklist</source><target state="new">Unblacklist</target> 2625 <source>Unblacklist</source><target state="new">Unblacklist</target>
@@ -2790,57 +2631,61 @@
2790 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context> 2631 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
2791 <context context-type="linenumber">17</context> 2632 <context context-type="linenumber">17</context>
2792 </context-group> 2633 </context-group>
2634 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
2635 <source>Mute domain</source><target state="new">Mute domain</target>
2636 <context-group purpose="location">
2637 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2638 <context context-type="linenumber">11</context>
2639 </context-group>
2793 </trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 2640 </trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
2794 <source>Instance</source><target state="new">Instance</target> 2641 <source>Instance</source><target state="new">Instance</target>
2795 2642
2796 2643
2797 2644
2798 2645
2799 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 2646 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
2800 <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><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> 2647 <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><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>
2801 <context-group purpose="location"> 2648
2802 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2649
2803 <context context-type="linenumber">9</context> 2650
2804 </context-group> 2651
2805 <context-group purpose="location"> 2652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
2806 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2807 <context context-type="linenumber">9</context>
2808 </context-group>
2809 <context-group purpose="location">
2810 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
2811 <context context-type="linenumber">13</context>
2812 </context-group>
2813 <context-group purpose="location">
2814 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
2815 <context context-type="linenumber">13</context>
2816 </context-group>
2817 </trans-unit><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
2818 <source>Unmute</source><target state="new">Unmute</target> 2653 <source>Unmute</source><target state="new">Unmute</target>
2654
2655
2656
2657
2658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
2659 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
2819 <context-group purpose="location"> 2660 <context-group purpose="location">
2820 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2661 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2821 <context context-type="linenumber">19</context> 2662 <context context-type="linenumber">5</context>
2822 </context-group>
2823 <context-group purpose="location">
2824 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2825 <context context-type="linenumber">18</context>
2826 </context-group> 2663 </context-group>
2664 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
2665 <source>
2666 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2667 </source><target state="new">
2668 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2669 </target>
2827 <context-group purpose="location"> 2670 <context-group purpose="location">
2828 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 2671 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2829 <context context-type="linenumber">22</context> 2672 <context context-type="linenumber">37</context>
2830 </context-group> 2673 </context-group>
2674 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
2675 <source>Mute domains</source><target state="new">Mute domains</target>
2831 <context-group purpose="location"> 2676 <context-group purpose="location">
2832 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 2677 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2833 <context context-type="linenumber">23</context> 2678 <context context-type="linenumber">35</context>
2834 </context-group> 2679 </context-group>
2835 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 2680 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
2836 <source>Account</source><target state="new">Account</target> 2681 <source>Account</source><target state="new">Account</target>
2682
2683
2684 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
2685 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
2837 <context-group purpose="location"> 2686 <context-group purpose="location">
2838 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 2687 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2839 <context context-type="linenumber">8</context> 2688 <context context-type="linenumber">5</context>
2840 </context-group>
2841 <context-group purpose="location">
2842 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
2843 <context context-type="linenumber">12</context>
2844 </context-group> 2689 </context-group>
2845 </trans-unit><trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 2690 </trans-unit><trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
2846 <source>Plugins/Themes</source><target state="new">Plugins/Themes</target> 2691 <source>Plugins/Themes</source><target state="new">Plugins/Themes</target>
@@ -2956,28 +2801,16 @@
2956 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context> 2801 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
2957 <context context-type="linenumber">9</context> 2802 <context context-type="linenumber">9</context>
2958 </context-group> 2803 </context-group>
2959 </trans-unit><trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f" datatype="html">
2960 <source>Jobs list</source><target state="new">Jobs list</target>
2961 <context-group purpose="location">
2962 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2963 <context context-type="linenumber">2</context>
2964 </context-group>
2965 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 2804 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
2966 <source>Job type</source><target state="new">Job type</target> 2805 <source>Job type</source><target state="new">Job type</target>
2967 <context-group purpose="location"> 2806
2968 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
2969 <context context-type="linenumber">5</context>
2970 </context-group>
2971 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
2972 <source>Job state</source><target state="new">Job state</target> 2808 <source>Job state</source><target state="new">Job state</target>
2973 <context-group purpose="location"> 2809
2974 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
2975 <context context-type="linenumber">14</context>
2976 </context-group>
2977 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
2978 <source>Type</source><target state="new">Type</target> 2811 <source>Type</source><target state="new">Type</target>
2979 2812
2980 <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"> 2813 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
2981 <source>Refresh</source><target state="new">Refresh</target> 2814 <source>Refresh</source><target state="new">Refresh</target>
2982 2815
2983 <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="94516fa213706c67ce5a5b5765681d7fb032033a" datatype="html"> 2816 <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="94516fa213706c67ce5a5b5765681d7fb032033a" datatype="html">
@@ -3011,43 +2844,25 @@
3011 2844
3012 2845
3013 2846
3014 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 2847 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
3015 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 2848 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
3016 <context-group purpose="location"> 2849
3017 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 2850 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3018 <context context-type="linenumber">46</context>
3019 </context-group>
3020 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3021 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 2851 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
3022 <context-group purpose="location"> 2852
3023 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 2853 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3024 <context context-type="linenumber">43</context>
3025 </context-group>
3026 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3027 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 2854 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
3028 <context-group purpose="location"> 2855
3029 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 2856 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3030 <context context-type="linenumber">57</context>
3031 </context-group>
3032 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3033 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 2857 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
3034 <context-group purpose="location"> 2858
3035 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 2859 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3036 <context context-type="linenumber">54</context>
3037 </context-group>
3038 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3039 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 2860 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
3040 <context-group purpose="location"> 2861
3041 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 2862 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3042 <context context-type="linenumber">68</context>
3043 </context-group>
3044 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3045 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 2863 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
3046 <context-group purpose="location"> 2864
3047 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 2865 <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">66</context></context-group></trans-unit><trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3048 <context context-type="linenumber">65</context>
3049 </context-group>
3050 </trans-unit><trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3051 <source>Main languages you/your moderators speak</source><target state="new">Main languages you/your moderators speak</target> 2866 <source>Main languages you/your moderators speak</source><target state="new">Main languages you/your moderators speak</target>
3052 2867
3053 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html"> 2868 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html">
@@ -3086,128 +2901,125 @@
3086 <source>Do not list</source><target state="new">Do not list</target> 2901 <source>Do not list</source><target state="new">Do not list</target>
3087 2902
3088 2903
3089 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html"> 2904 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit><trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html">
3090 <source>Blur thumbnails</source><target state="new">Blur thumbnails</target> 2905 <source>Blur thumbnails</source><target state="new">Blur thumbnails</target>
3091 2906
3092 2907
3093 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit><trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html"> 2908 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html">
3094 <source>Display</source><target state="new">Display</target> 2909 <source>Display</source><target state="new">Display</target>
3095 2910
3096 2911
3097 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 2912 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3098 <source>Strategy</source><target state="new">Strategy</target> 2913 <source>Strategy</source><target state="new">Strategy</target>
3099 <context-group purpose="location"> 2914
3100 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2915 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3101 <context context-type="linenumber">22</context>
3102 </context-group>
3103 </trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3104 <source>Terms</source><target state="new">Terms</target> 2916 <source>Terms</source><target state="new">Terms</target>
3105 2917
3106 2918
3107 2919
3108 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 2920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
3109 <source>Code of conduct</source><target state="new">Code of conduct</target> 2921 <source>Code of conduct</source><target state="new">Code of conduct</target>
3110 2922
3111 2923
3112 2924
3113 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 2925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
3114 <source>Moderation information</source><target state="new">Moderation information</target> 2926 <source>Moderation information</source><target state="new">Moderation information</target>
3115 2927
3116 2928
3117 2929
3118 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 2930 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
3119 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 2931 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
3120 2932
3121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 2933 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
3122 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 2934 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
3123 2935
3124 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 2936 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
3125 <source>Who is behind the instance?</source><target state="new">Who is behind the instance?</target> 2937 <source>Who is behind the instance?</source><target state="new">Who is behind the instance?</target>
3126 2938
3127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 2939 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
3128 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 2940 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target>
3129 2941
3130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 2942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
3131 <source>Why did you create this instance?</source><target state="new">Why did you create this instance?</target> 2943 <source>Why did you create this instance?</source><target state="new">Why did you create this instance?</target>
3132 2944
3133 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 2945 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
3134 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 2946 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
3135 2947
3136 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 2948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
3137 <source>How long do you plan to maintain this instance?</source><target state="new">How long do you plan to maintain this instance?</target> 2949 <source>How long do you plan to maintain this instance?</source><target state="new">How long do you plan to maintain this instance?</target>
3138 2950
3139 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">182</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 2951 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
3140 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 2952 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target>
3141 2953
3142 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 2954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
3143 <source>How will you finance the PeerTube server?</source><target state="new">How will you finance the PeerTube server?</target> 2955 <source>How will you finance the PeerTube server?</source><target state="new">How will you finance the PeerTube server?</target>
3144 2956
3145 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 2957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
3146 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 2958 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
3147 2959
3148 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 2960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
3149 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 2961 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
3150 2962
3151 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 2963 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
3152 <source>What server/hardware does the instance run on?</source><target state="new">What server/hardware does the instance run on?</target> 2964 <source>What server/hardware does the instance run on?</source><target state="new">What server/hardware does the instance run on?</target>
3153 2965
3154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 2966 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
3155 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 2967 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
3156 2968
3157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 2969 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit><trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
3158 <source>Instance information</source><target state="new">Instance information</target> 2970 <source>Instance information</source><target state="new">Instance information</target>
3159 2971
3160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 2972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
3161 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 2973 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
3162 2974
3163 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 2975 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
3164 <source> 2976 <source>
3165 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 2977 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3166 </source><target state="new"> 2978 </source><target state="new">
3167 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 2979 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3168 </target> 2980 </target>
3169 2981
3170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 2982 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit><trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
3171 <source>default</source><target state="new">default</target> 2983 <source>default</source><target state="new">default</target>
3172 2984
3173 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 2985 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
3174 <source>Landing page</source><target state="new">Landing page</target> 2986 <source>Landing page</source><target state="new">Landing page</target>
3175 2987
3176 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">262</context></context-group></trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 2988 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
3177 <source>Discover videos</source><target state="new">Discover videos</target> 2989 <source>Discover videos</source><target state="new">Discover videos</target>
3178 2990
3179 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">265</context></context-group></trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 2991 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
3180 <source>Trending videos</source><target state="new">Trending videos</target> 2992 <source>Trending videos</source><target state="new">Trending videos</target>
3181 2993
3182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 2994 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
3183 <source>Most liked videos</source><target state="new">Most liked videos</target> 2995 <source>Most liked videos</source><target state="new">Most liked videos</target>
3184 2996
3185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 2997 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
3186 <source>Recently added videos</source><target state="new">Recently added videos</target> 2998 <source>Recently added videos</source><target state="new">Recently added videos</target>
3187 2999
3188 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html"> 3000 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
3189 <source>Local videos</source><target state="new">Local videos</target> 3001 <source>Local videos</source><target state="new">Local videos</target>
3190 3002
3191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 3003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
3192 <source>NEW USERS</source><target state="new">NEW USERS</target> 3004 <source>NEW USERS</source><target state="new">NEW USERS</target>
3193 3005
3194 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 3006 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
3195 <source> 3007 <source>
3196 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3008 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
3197 </source><target state="new"> 3009 </source><target state="new">
3198 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3010 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
3199 </target> 3011 </target>
3200 3012
3201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 3013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
3202 <source>Signup enabled</source><target state="new">Signup enabled</target> 3014 <source>Signup enabled</source><target state="new">Signup enabled</target>
3203 3015
3204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">292</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 3016 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
3205 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target> 3017 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target>
3206 3018
3207 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">300</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 3019 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
3208 <source>Signup limit</source><target state="new">Signup limit</target> 3020 <source>Signup limit</source><target state="new">Signup limit</target>
3209 3021
3210 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">304</context></context-group></trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 3022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
3211 <source>Users</source><target state="new">Users</target> 3023 <source>Users</source><target state="new">Users</target>
3212 3024
3213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="9a298b5ee14cc04a1cbef88cd1cc54fbb8176bc2" datatype="html"> 3025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="9a298b5ee14cc04a1cbef88cd1cc54fbb8176bc2" datatype="html">
@@ -3289,85 +3101,98 @@
3289 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 3101 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
3290 <source>Default video quota per user</source><target state="new">Default video quota per user</target> 3102 <source>Default video quota per user</source><target state="new">Default video quota per user</target>
3291 3103
3292 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">319</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 3104 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">320</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
3293 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target> 3105 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target>
3294 3106
3295 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 3107 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
3296 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 3108 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
3297 3109
3298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 3110 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
3299 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 3111 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
3300 3112
3301 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">359</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 3113 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
3302 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target> 3114 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target>
3303 3115
3304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">366</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 3116 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">367</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
3305 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 3117 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
3306 3118
3307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">383</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 3119 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
3308 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 3120 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
3309 3121
3310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 3122 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
3311 <source>FEDERATION</source><target state="new">FEDERATION</target> 3123 <source>FEDERATION</source><target state="new">FEDERATION</target>
3312 3124
3313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 3125 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
3314 <source> 3126 <source>
3315 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 3127 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
3316 </source><target state="new"> 3128 </source><target state="new">
3317 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 3129 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
3318 </target> 3130 </target>
3319 3131
3320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 3132 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
3321 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 3133 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
3322 3134
3323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">411</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 3135 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
3324 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 3136 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
3325 3137
3326 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 3138 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
3327 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 3139 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
3328 3140
3329 <context-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></trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 3141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
3142 <source>
3143 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3144 </source><target state="new">
3145 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3146 </target>
3147 <context-group purpose="location">
3148 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3149 <context context-type="linenumber">450</context>
3150 </context-group>
3151 </trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
3330 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 3152 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
3331 3153
3332 3154
3333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 3155 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
3334 <source>Index URL</source><target state="new">Index URL</target> 3156 <source>Index URL</source><target state="new">Index URL</target>
3335 3157
3336 <context-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="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 3158 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
3337 <source>Automatically follow instances of the public index</source><target state="new">Automatically follow instances of the public index</target> 3159 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
3338 3160 <context-group purpose="location">
3339 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 3161 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3162 <context context-type="linenumber">445</context>
3163 </context-group>
3164 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
3340 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 3165 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
3341 3166
3342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">472</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 3167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
3343 <source>Administrator</source><target state="new">Administrator</target> 3168 <source>Administrator</source><target state="new">Administrator</target>
3344 3169
3345 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html"> 3170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html">
3346 <source>Admin email</source><target state="new">Admin email</target> 3171 <source>Admin email</source><target state="new">Admin email</target>
3347 3172
3348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 3173 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
3349 <source>Enable contact form</source><target state="new">Enable contact form</target> 3174 <source>Enable contact form</source><target state="new">Enable contact form</target>
3350 3175
3351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 3176 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
3352 <source>Basic configuration</source><target state="new">Basic configuration</target> 3177 <source>Basic configuration</source><target state="new">Basic configuration</target>
3353 3178
3354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 3179 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
3355 <source>TWITTER</source><target state="new">TWITTER</target> 3180 <source>TWITTER</source><target state="new">TWITTER</target>
3356 3181
3357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 3182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
3358 <source> 3183 <source>
3359 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3184 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3360 </source><target state="new"> 3185 </source><target state="new">
3361 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3186 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3362 </target> 3187 </target>
3363 3188
3364 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">507</context></context-group></trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 3189 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
3365 <source>Your Twitter username</source><target state="new">Your Twitter username</target> 3190 <source>Your Twitter username</source><target state="new">Your Twitter username</target>
3366 3191
3367 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 3192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
3368 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target> 3193 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target>
3369 3194
3370 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 3195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
3371 <source> 3196 <source>
3372 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/>"/> 3197 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/>"/>
3373 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/>"/> 3198 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/>"/>
@@ -3382,13 +3207,13 @@
3382 to see if you instance is whitelisted. 3207 to see if you instance is whitelisted.
3383 </target> 3208 </target>
3384 3209
3385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</context></context-group></trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 3210 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
3386 <source>Services</source><target state="new">Services</target> 3211 <source>Services</source><target state="new">Services</target>
3387 3212
3388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 3213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
3389 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 3214 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
3390 3215
3391 <context-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="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 3216 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
3392 <source> 3217 <source>
3393 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 3218 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
3394 resources, this is a critical part of PeerTube, so tread carefully. 3219 resources, this is a critical part of PeerTube, so tread carefully.
@@ -3397,31 +3222,25 @@
3397 resources, this is a critical part of PeerTube, so tread carefully. 3222 resources, this is a critical part of PeerTube, so tread carefully.
3398 </target> 3223 </target>
3399 3224
3400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 3225 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
3401 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target> 3226 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target>
3402 3227
3403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 3228 <context-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="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
3404 <source>If you disable transcoding, many videos from your users will not work!</source><target state="new">If you disable transcoding, many videos from your users will not work!</target> 3229 <source>If you disable transcoding, many videos from your users will not work!</source><target state="new">If you disable transcoding, many videos from your users will not work!</target>
3405 3230
3406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 3231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
3407 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 3232 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
3408 <context-group purpose="location"> 3233
3409 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3234 <context-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="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
3410 <context context-type="linenumber">589</context>
3411 </context-group>
3412 </trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
3413 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target> 3235 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target>
3414 3236
3415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 3237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
3416 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 3238 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
3417 <context-group purpose="location"> 3239
3418 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3240 <context-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="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
3419 <context context-type="linenumber">600</context>
3420 </context-group>
3421 </trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
3422 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target> 3241 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target>
3423 3242
3424 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 3243 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
3425 <source> 3244 <source>
3426 <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>"/> 3245 <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>"/>
3427 3246
@@ -3439,14 +3258,11 @@
3439 3258
3440 <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>"/> 3259 <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>"/>
3441 </target> 3260 </target>
3442 <context-group purpose="location"> 3261
3443 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3262 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
3444 <context context-type="linenumber">612</context>
3445 </context-group>
3446 </trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
3447 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 3263 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
3448 3264
3449 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 3265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
3450 <source> 3266 <source>
3451 <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>"/> 3267 <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>"/>
3452 3268
@@ -3470,56 +3286,53 @@
3470 3286
3471 <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>"/> 3287 <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>"/>
3472 </target> 3288 </target>
3473 <context-group purpose="location"> 3289
3474 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3475 <context context-type="linenumber">633</context>
3476 </context-group>
3477 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3478 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3291 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3479 3292
3480 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 3293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
3481 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3294 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
3482 3295
3483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 3296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
3484 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 3297 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
3485 3298
3486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 3299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
3487 <source>CACHE</source><target state="new">CACHE</target> 3300 <source>CACHE</source><target state="new">CACHE</target>
3488 3301
3489 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 3302 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
3490 <source> 3303 <source>
3491 Some files are not federated, and fetched when necessary. Define their caching policies. 3304 Some files are not federated, and fetched when necessary. Define their caching policies.
3492 </source><target state="new"> 3305 </source><target state="new">
3493 Some files are not federated, and fetched when necessary. Define their caching policies. 3306 Some files are not federated, and fetched when necessary. Define their caching policies.
3494 </target> 3307 </target>
3495 3308
3496 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 3309 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
3497 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 3310 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
3498 3311
3499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 3312 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
3500 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 3313 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
3501 3314
3502 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 3315 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
3503 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 3316 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
3504 3317
3505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 3318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
3506 <source> 3319 <source>
3507 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3320 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3508 </source><target state="new"> 3321 </source><target state="new">
3509 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3322 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3510 </target> 3323 </target>
3511 3324
3512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 3325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
3513 <source>JavaScript</source><target state="new">JavaScript</target> 3326 <source>JavaScript</source><target state="new">JavaScript</target>
3514 3327
3515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 3328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
3516 <source> 3329 <source>
3517 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>"/> 3330 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>"/>
3518 </source><target state="new"> 3331 </source><target state="new">
3519 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>"/> 3332 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>"/>
3520 </target> 3333 </target>
3521 3334
3522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 3335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
3523 <source> 3336 <source>
3524 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/>"/> 3337 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/>"/>
3525 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3338 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3544,16 +3357,16 @@
3544 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3357 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3545 </target> 3358 </target>
3546 3359
3547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 3360 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
3548 <source>Advanced configuration</source><target state="new">Advanced configuration</target> 3361 <source>Advanced configuration</source><target state="new">Advanced configuration</target>
3549 3362
3550 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 3363 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
3551 <source>Update configuration</source><target state="new">Update configuration</target> 3364 <source>Update configuration</source><target state="new">Update configuration</target>
3552 3365
3553 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 3366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3554 <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> 3367 <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>
3555 3368
3556 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 3369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
3557 <source>PROFILE</source><target state="new">PROFILE</target> 3370 <source>PROFILE</source><target state="new">PROFILE</target>
3558 <context-group purpose="location"> 3371 <context-group purpose="location">
3559 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3372 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -3681,19 +3494,23 @@
3681 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3494 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
3682 <context context-type="linenumber">6</context> 3495 <context context-type="linenumber">6</context>
3683 </context-group> 3496 </context-group>
3684 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 3497 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
3685 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target> 3498 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
3686 <context-group purpose="location"> 3499 <context-group purpose="location">
3687 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3500 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
3688 <context context-type="linenumber">22</context> 3501 <context context-type="linenumber">14</context>
3689 </context-group> 3502 </context-group>
3690 </trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
3691 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
3692 <context-group purpose="location"> 3503 <context-group purpose="location">
3693 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3504 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3694 <context context-type="linenumber">25</context> 3505 <context context-type="linenumber">111</context>
3695 </context-group> 3506 </context-group>
3696 </trans-unit><trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 3507 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
3508 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target>
3509
3510 <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">23</context></context-group></trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
3511 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
3512
3513 <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">26</context></context-group></trans-unit><trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
3697 <source> 3514 <source>
3698 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>"/> 3515 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>"/>
3699</source><target state="new"> 3516</source><target state="new">
@@ -3740,19 +3557,13 @@
3740 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 3557 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
3741 <source>Theme</source><target state="new">Theme</target> 3558 <source>Theme</source><target state="new">Theme</target>
3742 3559
3743 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit><trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 3560 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit><trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
3744 <source>instance default</source><target state="new">instance default</target> 3561 <source>instance default</source><target state="new">instance default</target>
3745 <context-group purpose="location"> 3562
3746 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 3563 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit><trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
3747 <context context-type="linenumber">7</context>
3748 </context-group>
3749 </trans-unit><trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
3750 <source>peertube default</source><target state="new">peertube default</target> 3564 <source>peertube default</source><target state="new">peertube default</target>
3751 <context-group purpose="location"> 3565
3752 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 3566 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
3753 <context context-type="linenumber">8</context>
3754 </context-group>
3755 </trans-unit><trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
3756 <source>Change ownership</source><target state="new">Change ownership</target> 3567 <source>Change ownership</source><target state="new">Change ownership</target>
3757 3568
3758 3569
@@ -3868,6 +3679,18 @@
3868 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 3679 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3869 <context context-type="linenumber">8</context> 3680 <context context-type="linenumber">8</context>
3870 </context-group> 3681 </context-group>
3682 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
3683 <source>See the error</source><target state="new">See the error</target>
3684 <context-group purpose="location">
3685 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3686 <context context-type="linenumber">19</context>
3687 </context-group>
3688 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
3689 <source>This video was deleted</source><target state="new">This video was deleted</target>
3690 <context-group purpose="location">
3691 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3692 <context context-type="linenumber">36</context>
3693 </context-group>
3871 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 3694 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
3872 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 3695 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
3873 <context-group purpose="location"> 3696 <context-group purpose="location">
@@ -4171,35 +3994,11 @@
4171 <source>Stats</source><target state="new">Stats</target> 3994 <source>Stats</source><target state="new">Stats</target>
4172 3995
4173 3996
4174 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 3997 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
4175 <source>Creators</source><target state="new">Creators</target>
4176 <context-group purpose="location">
4177 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4178 <context context-type="linenumber">162</context>
4179 </context-group>
4180 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
4181 <source>Creator guide</source><target state="new">Creator guide</target>
4182 <context-group purpose="location">
4183 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4184 <context context-type="linenumber">162</context>
4185 </context-group>
4186 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
4187 <source>Contributors</source><target state="new">Contributors</target>
4188 <context-group purpose="location">
4189 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4190 <context context-type="linenumber">163</context>
4191 </context-group>
4192 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
4193 <source>PeerTube license</source><target state="new">PeerTube license</target> 3998 <source>PeerTube license</source><target state="new">PeerTube license</target>
4194 <context-group purpose="location"> 3999
4195 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 4000
4196 <context context-type="linenumber">163</context> 4001 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit><trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
4197 </context-group>
4198 <context-group purpose="location">
4199 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4200 <context context-type="linenumber">175</context>
4201 </context-group>
4202 </trans-unit><trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
4203 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source><target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 4002 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source><target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
4204 <context-group purpose="location"> 4003 <context-group purpose="location">
4205 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context> 4004 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context>
@@ -4993,6 +4792,30 @@
4993 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 4792 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
4994 <context context-type="linenumber">1</context> 4793 <context context-type="linenumber">1</context>
4995 </context-group> 4794 </context-group>
4795 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
4796 <source>Process domains</source><target state="new">Process domains</target>
4797 <context-group purpose="location">
4798 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
4799 <context context-type="linenumber">1</context>
4800 </context-group>
4801 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
4802 <source>Domain is required.</source><target state="new">Domain is required.</target>
4803 <context-group purpose="location">
4804 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
4805 <context context-type="linenumber">1</context>
4806 </context-group>
4807 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
4808 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
4809 <context-group purpose="location">
4810 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
4811 <context context-type="linenumber">1</context>
4812 </context-group>
4813 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
4814 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
4815 <context-group purpose="location">
4816 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
4817 <context context-type="linenumber">1</context>
4818 </context-group>
4996 </trans-unit><trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html"> 4819 </trans-unit><trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
4997 <source>Unlimited</source><target state="new">Unlimited</target> 4820 <source>Unlimited</source><target state="new">Unlimited</target>
4998 <context-group purpose="location"> 4821 <context-group purpose="location">
@@ -5011,6 +4834,16 @@
5011 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context> 4834 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
5012 <context context-type="linenumber">1</context> 4835 <context context-type="linenumber">1</context>
5013 </context-group> 4836 </context-group>
4837 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
4838 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
4839 <context-group purpose="location">
4840 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
4841 <context context-type="linenumber">1</context>
4842 </context-group>
4843 <context-group purpose="location">
4844 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
4845 <context context-type="linenumber">1</context>
4846 </context-group>
5014 </trans-unit><trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html"> 4847 </trans-unit><trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
5015 <source>100MB</source><target state="new">100MB</target> 4848 <source>100MB</source><target state="new">100MB</target>
5016 <context-group purpose="location"> 4849 <context-group purpose="location">
@@ -5115,41 +4948,11 @@
5115 </context-group> 4948 </context-group>
5116 </trans-unit><trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html"> 4949 </trans-unit><trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
5117 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source><target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target> 4950 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source><target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target>
5118 <context-group purpose="location"> 4951
5119 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 4952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
5120 <context context-type="linenumber">1</context>
5121 </context-group>
5122 </trans-unit><trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html">
5123 <source>You need to specify hosts to follow.</source><target state="new">You need to specify hosts to follow.</target>
5124 <context-group purpose="location">
5125 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5126 <context context-type="linenumber">1</context>
5127 </context-group>
5128 </trans-unit><trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
5129 <source>Hosts need to be unique.</source><target state="new">Hosts need to be unique.</target>
5130 <context-group purpose="location">
5131 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5132 <context context-type="linenumber">1</context>
5133 </context-group>
5134 </trans-unit><trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
5135 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source><target state="new">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
5136 <context-group purpose="location">
5137 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5138 <context context-type="linenumber">1</context>
5139 </context-group>
5140 </trans-unit><trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409" datatype="html">
5141 <source>Follow new server(s)</source><target state="new">Follow new server(s)</target>
5142 <context-group purpose="location">
5143 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5144 <context context-type="linenumber">1</context>
5145 </context-group>
5146 </trans-unit><trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
5147 <source>Follow request(s) sent!</source><target state="new">Follow request(s) sent!</target> 4953 <source>Follow request(s) sent!</source><target state="new">Follow request(s) sent!</target>
5148 <context-group purpose="location"> 4954
5149 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 4955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
5150 <context context-type="linenumber">1</context>
5151 </context-group>
5152 </trans-unit><trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
5153 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source><target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 4956 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source><target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
5154 <context-group purpose="location"> 4957 <context-group purpose="location">
5155 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context> 4958 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
@@ -5227,20 +5030,38 @@
5227 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 5030 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
5228 <context context-type="linenumber">1</context> 5031 <context context-type="linenumber">1</context>
5229 </context-group> 5032 </context-group>
5033 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
5034 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
5035 <context-group purpose="location">
5036 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
5037 <context context-type="linenumber">1</context>
5038 </context-group>
5230 </trans-unit><trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html"> 5039 </trans-unit><trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
5231 <source>Comment updated.</source><target state="new">Comment updated.</target> 5040 <source>Comment updated.</source><target state="new">Comment updated.</target>
5232 <context-group purpose="location"> 5041 <context-group purpose="location">
5233 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context> 5042 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
5234 <context context-type="linenumber">1</context> 5043 <context context-type="linenumber">1</context>
5235 </context-group> 5044 </context-group>
5236 </trans-unit><trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html"> 5045 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
5237 <source>Delete this report</source><target state="new">Delete this report</target> 5046 <source>Internal actions</source><target state="new">Internal actions</target>
5047 <context-group purpose="location">
5048 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5049 <context context-type="linenumber">1</context>
5050 </context-group>
5051 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
5052 <source>Delete report</source><target state="new">Delete report</target>
5053 <context-group purpose="location">
5054 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5055 <context context-type="linenumber">1</context>
5056 </context-group>
5057 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
5058 <source>Add note</source><target state="new">Add note</target>
5238 <context-group purpose="location"> 5059 <context-group purpose="location">
5239 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5060 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5240 <context context-type="linenumber">1</context> 5061 <context context-type="linenumber">1</context>
5241 </context-group> 5062 </context-group>
5242 </trans-unit><trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 5063 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
5243 <source>Update moderation comment</source><target state="new">Update moderation comment</target> 5064 <source>Update note</source><target state="new">Update note</target>
5244 <context-group purpose="location"> 5065 <context-group purpose="location">
5245 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5066 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5246 <context context-type="linenumber">1</context> 5067 <context context-type="linenumber">1</context>
@@ -5257,6 +5078,12 @@
5257 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5078 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5258 <context context-type="linenumber">1</context> 5079 <context context-type="linenumber">1</context>
5259 </context-group> 5080 </context-group>
5081 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
5082 <source>Actions for the video</source><target state="new">Actions for the video</target>
5083 <context-group purpose="location">
5084 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5085 <context context-type="linenumber">1</context>
5086 </context-group>
5260 </trans-unit><trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 5087 </trans-unit><trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
5261 <source>Do you really want to delete this abuse report?</source><target state="new">Do you really want to delete this abuse report?</target> 5088 <source>Do you really want to delete this abuse report?</source><target state="new">Do you really want to delete this abuse report?</target>
5262 <context-group purpose="location"> 5089 <context-group purpose="location">
@@ -5993,11 +5820,8 @@
5993 </context-group> 5820 </context-group>
5994 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 5821 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
5995 <source>max size</source><target state="new">max size</target> 5822 <source>max size</source><target state="new">max size</target>
5996 <context-group purpose="location"> 5823
5997 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 5824 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
5998 <context context-type="linenumber">1</context>
5999 </context-group>
6000 </trans-unit><trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
6001 <source>Now please check your emails to verify your account and complete signup.</source><target state="new">Now please check your emails to verify your account and complete signup.</target> 5825 <source>Now please check your emails to verify your account and complete signup.</source><target state="new">Now please check your emails to verify your account and complete signup.</target>
6002 <context-group purpose="location"> 5826 <context-group purpose="location">
6003 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context> 5827 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context>
@@ -6279,6 +6103,12 @@
6279 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6103 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6280 <context context-type="linenumber">1</context> 6104 <context context-type="linenumber">1</context>
6281 </context-group> 6105 </context-group>
6106 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
6107 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
6108 <context-group purpose="location">
6109 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6110 <context context-type="linenumber">1</context>
6111 </context-group>
6282 </trans-unit><trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html"> 6112 </trans-unit><trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
6283 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</target> 6113 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</target>
6284 <context-group purpose="location"> 6114 <context-group purpose="location">
@@ -6333,8 +6163,8 @@
6333 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6163 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6334 <context context-type="linenumber">1</context> 6164 <context context-type="linenumber">1</context>
6335 </context-group> 6165 </context-group>
6336 </trans-unit><trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html"> 6166 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
6337 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target> 6167 <source>just now</source><target state="new">just now</target>
6338 <context-group purpose="location"> 6168 <context-group purpose="location">
6339 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6169 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6340 <context context-type="linenumber">1</context> 6170 <context context-type="linenumber">1</context>
@@ -7673,11 +7503,8 @@
7673 </context-group> 7503 </context-group>
7674 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 7504 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
7675 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target> 7505 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target>
7676 <context-group purpose="location"> 7506
7677 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context> 7507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
7678 <context context-type="linenumber">1</context>
7679 </context-group>
7680 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
7681 <source>Encoder</source><target state="new">Encoder</target> 7508 <source>Encoder</source><target state="new">Encoder</target>
7682 <context-group purpose="location"> 7509 <context-group purpose="location">
7683 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 7510 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -7890,8 +7717,8 @@
7890 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context> 7717 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
7891 <context context-type="linenumber">1</context> 7718 <context context-type="linenumber">1</context>
7892 </context-group> 7719 </context-group>
7893 </trans-unit><trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 7720 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
7894 <source> The deletion will be sent to remote instances, so they remove the comment too.</source><target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target> 7721 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
7895 <context-group purpose="location"> 7722 <context-group purpose="location">
7896 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 7723 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
7897 <context context-type="linenumber">1</context> 7724 <context context-type="linenumber">1</context>
diff --git a/client/src/locale/angular.nl-NL.xlf b/client/src/locale/angular.nl-NL.xlf
index 8031151d7..4ef9fbac5 100644
--- a/client/src/locale/angular.nl-NL.xlf
+++ b/client/src/locale/angular.nl-NL.xlf
@@ -561,17 +561,17 @@ Annuleren</target>
561 <context-group name="null"> 561 <context-group name="null">
562 <context context-type="linenumber">6</context> 562 <context context-type="linenumber">6</context>
563 </context-group> 563 </context-group>
564 <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><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> 564 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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"> 565 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
566 <source>Private</source> 566 <source>Private</source>
567 <target>Privé</target> 567 <target>Privé</target>
568 <context-group name="null"> 568 <context-group name="null">
569 <context context-type="linenumber">7</context> 569 <context context-type="linenumber">7</context>
570 </context-group> 570 </context-group>
571 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 571 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
572 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 572 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
573 573
574 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 574 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
575 575
576 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 576 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
577 <source>Blacklisted</source> 577 <source>Blacklisted</source>
@@ -579,7 +579,7 @@ Annuleren</target>
579 <context-group name="null"> 579 <context-group name="null">
580 <context context-type="linenumber">42</context> 580 <context context-type="linenumber">42</context>
581 </context-group> 581 </context-group>
582 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 582 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
583 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 583 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
584 <source> 584 <source>
585 Sensitive 585 Sensitive
@@ -590,7 +590,7 @@ Annuleren</target>
590 <context-group name="null"> 590 <context-group name="null">
591 <context context-type="linenumber">46</context> 591 <context context-type="linenumber">46</context>
592 </context-group> 592 </context-group>
593 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 593 <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>
594 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 594 <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> 595 <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> 596 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -638,7 +638,7 @@ Annuleren</target>
638 <context-group name="null"> 638 <context-group name="null">
639 <context context-type="linenumber">15</context> 639 <context context-type="linenumber">15</context>
640 </context-group> 640 </context-group>
641 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit> 641 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
642 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 642 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
643 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 643 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
644 <target>Verwijderen van <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 644 <target>Verwijderen van <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -666,7 +666,7 @@ Annuleren</target>
666 <context-group name="null"> 666 <context-group name="null">
667 <context context-type="linenumber">63</context> 667 <context context-type="linenumber">63</context>
668 </context-group> 668 </context-group>
669 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 669 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
670 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 670 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
671 <source>Truncated preview</source> 671 <source>Truncated preview</source>
672 <target>Gedeeltelijke voorvertoning</target> 672 <target>Gedeeltelijke voorvertoning</target>
@@ -839,7 +839,7 @@ Oneindig <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;n
839 <context-group name="null"> 839 <context-group name="null">
840 <context context-type="linenumber">286</context> 840 <context context-type="linenumber">286</context>
841 </context-group> 841 </context-group>
842 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit> 842 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
843 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 843 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
844 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 844 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
845 <target>HTTP import(Youtube, Vimeo, directe URL...)</target> 845 <target>HTTP import(Youtube, Vimeo, directe URL...)</target>
@@ -956,7 +956,7 @@ Een verbannen gebruiker kan niet langer inloggen.</target>
956 <context-group name="null"> 956 <context-group name="null">
957 <context context-type="linenumber">23</context> 957 <context context-type="linenumber">23</context>
958 </context-group> 958 </context-group>
959 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 959 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
960 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 960 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
961 <source>Ban this user</source> 961 <source>Ban this user</source>
962 <target>Verban deze gebruiker</target> 962 <target>Verban deze gebruiker</target>
@@ -971,13 +971,7 @@ Een verbannen gebruiker kan niet langer inloggen.</target>
971 <context context-type="linenumber">11</context> 971 <context context-type="linenumber">11</context>
972 </context-group> 972 </context-group>
973 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 973 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
974 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798"> 974
975 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
976 <target>(extensies: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max grootte: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
977 <context-group name="null">
978 <context context-type="linenumber">12</context>
979 </context-group>
980 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
981 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 975 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
982 <source> 976 <source>
983 Login 977 Login
@@ -1092,7 +1086,7 @@ of maak een account</target>
1092 <context-group name="null"> 1086 <context-group name="null">
1093 <context context-type="linenumber">43</context> 1087 <context context-type="linenumber">43</context>
1094 </context-group> 1088 </context-group>
1095 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1089 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1096 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1090 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1097 <source>Email address</source> 1091 <source>Email address</source>
1098 <target>E-mailadres</target> 1092 <target>E-mailadres</target>
@@ -1422,15 +1416,9 @@ Geen resultaten gevonden</target>
1422 </context-group> 1416 </context-group>
1423 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1417 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1424 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1418 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1425 <context-group purpose="location"> 1419
1426 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1420
1427 <context context-type="linenumber">36</context> 1421 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1428 </context-group>
1429 <context-group purpose="location">
1430 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1431 <context context-type="linenumber">158</context>
1432 </context-group>
1433 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1434 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1422 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1435 <context-group purpose="location"> 1423 <context-group purpose="location">
1436 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1424 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1463,41 +1451,26 @@ Geen resultaten gevonden</target>
1463 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1451 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1464 <source>Help</source><target state="new">Help</target> 1452 <source>Help</source><target state="new">Help</target>
1465 1453
1466 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1454 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1467 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1455 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1468 <context-group purpose="location"> 1456
1469 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1457 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1470 <context context-type="linenumber">167</context>
1471 </context-group>
1472 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1473 <source>Shortcuts</source><target state="new">Shortcuts</target> 1458 <source>Shortcuts</source><target state="new">Shortcuts</target>
1474 <context-group purpose="location"> 1459
1475 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1460 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1476 <context context-type="linenumber">168</context>
1477 </context-group>
1478 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1479 <source> 1461 <source>
1480 powered by PeerTube 1462 powered by PeerTube
1481 </source><target state="new"> 1463 </source><target state="new">
1482 powered by PeerTube 1464 powered by PeerTube
1483 </target> 1465 </target>
1484 <context-group purpose="location"> 1466
1485 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1467 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1486 <context context-type="linenumber">172</context>
1487 </context-group>
1488 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1489 <source>PeerTube website</source><target state="new">PeerTube website</target> 1468 <source>PeerTube website</source><target state="new">PeerTube website</target>
1490 <context-group purpose="location"> 1469
1491 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1470 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1492 <context context-type="linenumber">172</context>
1493 </context-group>
1494 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1495 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1471 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1496 <context-group purpose="location"> 1472
1497 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1473 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1498 <context context-type="linenumber">171</context>
1499 </context-group>
1500 </trans-unit>
1501 1474
1502 1475
1503 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1476 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
@@ -1601,17 +1574,8 @@ Geen resultaten gevonden</target>
1601 </context-group> 1574 </context-group>
1602 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1575 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1603 <source>Contact</source><target state="new">Contact</target> 1576 <source>Contact</source><target state="new">Contact</target>
1604 <context-group purpose="location"> 1577
1605 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1578 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1606 <context context-type="linenumber">154</context>
1607 </context-group>
1608 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1609 <source>Terms of Service</source><target state="new">Terms of Service</target>
1610 <context-group purpose="location">
1611 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1612 <context context-type="linenumber">155</context>
1613 </context-group>
1614 </trans-unit>
1615 1579
1616 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1580 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1617 <source>View your notifications</source> 1581 <source>View your notifications</source>
@@ -1995,44 +1959,26 @@ Dit zal een bestaande ondertiteling vervangen!</target>
1995 <context-group name="null"> 1959 <context-group name="null">
1996 <context context-type="linenumber">23</context> 1960 <context context-type="linenumber">23</context>
1997 </context-group> 1961 </context-group>
1998 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 1962 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1999 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 1963 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2000 <source>Privacy</source> 1964 <source>Privacy</source>
2001 <target>Privacy</target> 1965 <target>Privacy</target>
2002 <context-group name="null"> 1966 <context-group name="null">
2003 <context context-type="linenumber">33</context> 1967 <context context-type="linenumber">33</context>
2004 </context-group> 1968 </context-group>
2005 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 1969 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2006 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
2007 <context-group purpose="location">
2008 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2009 <context context-type="linenumber">164</context>
2010 </context-group>
2011 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2012 <source>FAQ</source><target state="new">FAQ</target> 1970 <source>FAQ</source><target state="new">FAQ</target>
2013 <context-group purpose="location"> 1971
2014 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1972 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2015 <context context-type="linenumber">165</context>
2016 </context-group>
2017 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2018 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 1973 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
2019 <context-group purpose="location"> 1974
2020 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1975 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2021 <context context-type="linenumber">165</context>
2022 </context-group>
2023 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2024 <source>API</source><target state="new">API</target> 1976 <source>API</source><target state="new">API</target>
2025 <context-group purpose="location"> 1977
2026 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1978 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2027 <context context-type="linenumber">166</context>
2028 </context-group>
2029 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2030 <source>API documentation</source><target state="new">API documentation</target> 1979 <source>API documentation</source><target state="new">API documentation</target>
2031 <context-group purpose="location"> 1980
2032 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1981 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2033 <context context-type="linenumber">166</context>
2034 </context-group>
2035 </trans-unit>
2036 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 1982 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2037 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 1983 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2038 <target>Publicatie inroosteren op (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 1984 <target>Publicatie inroosteren op (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2224,7 +2170,7 @@ Geen ondertiteling voor nu.</target>
2224 <context-group name="null"> 2170 <context-group name="null">
2225 <context context-type="linenumber">53</context> 2171 <context context-type="linenumber">53</context>
2226 </context-group> 2172 </context-group>
2227 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit> 2173 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2228 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2174 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2229 <source> 2175 <source>
2230 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. 2176 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
@@ -2243,7 +2189,7 @@ Gefeliciteerd, de video achter<x id="INTERPOLATION" equiv-text="{{ targetUrl }}"
2243 <context-group name="null"> 2189 <context-group name="null">
2244 <context context-type="linenumber">17</context> 2190 <context context-type="linenumber">17</context>
2245 </context-group> 2191 </context-group>
2246 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 2192 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2247 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2193 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2248 <source>Select the file to upload</source> 2194 <source>Select the file to upload</source>
2249 <target>Selecteer het bestand om te uploaden</target> 2195 <target>Selecteer het bestand om te uploaden</target>
@@ -2257,14 +2203,14 @@ Gefeliciteerd, de video achter<x id="INTERPOLATION" equiv-text="{{ targetUrl }}"
2257 <context-group name="null"> 2203 <context-group name="null">
2258 <context context-type="linenumber">25</context> 2204 <context context-type="linenumber">25</context>
2259 </context-group> 2205 </context-group>
2260 <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">25</context></context-group></trans-unit> 2206 <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">24</context></context-group></trans-unit>
2261 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d"> 2207 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d">
2262 <source>Video background image</source> 2208 <source>Video background image</source>
2263 <target>Video achtergrondafbeelding</target> 2209 <target>Video achtergrondafbeelding</target>
2264 <context-group name="null"> 2210 <context-group name="null">
2265 <context context-type="linenumber">32</context> 2211 <context context-type="linenumber">32</context>
2266 </context-group> 2212 </context-group>
2267 <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></trans-unit> 2213 <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">31</context></context-group></trans-unit>
2268 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2214 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2269 <source> 2215 <source>
2270 Image that will be merged with your audio file. 2216 Image that will be merged with your audio file.
@@ -2279,23 +2225,14 @@ Gefeliciteerd, de video achter<x id="INTERPOLATION" equiv-text="{{ targetUrl }}"
2279 <context-group name="null"> 2225 <context-group name="null">
2280 <context context-type="linenumber">34</context> 2226 <context context-type="linenumber">34</context>
2281 </context-group> 2227 </context-group>
2282 <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">34</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2228 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2283 <source>Processing…</source><target state="new">Processing…</target> 2229 <source>Processing…</source><target state="new">Processing…</target>
2284 <context-group purpose="location"> 2230
2285 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2231 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2286 <context context-type="linenumber">56</context>
2287 </context-group>
2288 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2289 <source>Total video quota</source><target state="new">Total video quota</target> 2232 <source>Total video quota</source><target state="new">Total video quota</target>
2290 <context-group purpose="location"> 2233
2291 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2234
2292 <context context-type="linenumber">54</context> 2235 <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">53</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">11</context></context-group></trans-unit>
2293 </context-group>
2294 <context-group purpose="location">
2295 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2296 <context context-type="linenumber">11</context>
2297 </context-group>
2298 </trans-unit>
2299 <trans-unit id="6357683911e256c566259880de43ea9403de00d3"> 2236 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2300 <source> 2237 <source>
2301 Congratulations! Your video is now available in your private library. 2238 Congratulations! Your video is now available in your private library.
@@ -2306,42 +2243,42 @@ Gefeliciteerd, de video achter<x id="INTERPOLATION" equiv-text="{{ targetUrl }}"
2306 <context-group name="null"> 2243 <context-group name="null">
2307 <context context-type="linenumber">66</context> 2244 <context context-type="linenumber">66</context>
2308 </context-group> 2245 </context-group>
2309 <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">68</context></context-group></trans-unit> 2246 <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">67</context></context-group></trans-unit>
2310 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2247 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2311 <source>Publish will be available when upload is finished</source> 2248 <source>Publish will be available when upload is finished</source>
2312 <target>Publiceren is mogelijk wanneer de upload voltooid is</target> 2249 <target>Publiceren is mogelijk wanneer de upload voltooid is</target>
2313 <context-group name="null"> 2250 <context-group name="null">
2314 <context context-type="linenumber">79</context> 2251 <context context-type="linenumber">79</context>
2315 </context-group> 2252 </context-group>
2316 <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">81</context></context-group></trans-unit> 2253 <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">80</context></context-group></trans-unit>
2317 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2254 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2318 <source>Publish</source> 2255 <source>Publish</source>
2319 <target>Publiceren</target> 2256 <target>Publiceren</target>
2320 <context-group name="null"> 2257 <context-group name="null">
2321 <context context-type="linenumber">86</context> 2258 <context context-type="linenumber">86</context>
2322 </context-group> 2259 </context-group>
2323 <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">88</context></context-group></trans-unit> 2260 <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">87</context></context-group></trans-unit>
2324 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2261 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2325 <source>Select the torrent to import</source> 2262 <source>Select the torrent to import</source>
2326 <target>Selecteer de torrent om te importeren</target> 2263 <target>Selecteer de torrent om te importeren</target>
2327 <context-group name="null"> 2264 <context-group name="null">
2328 <context context-type="linenumber">6</context> 2265 <context context-type="linenumber">6</context>
2329 </context-group> 2266 </context-group>
2330 <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">6</context></context-group></trans-unit> 2267 <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">6</context></context-group></trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2331 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2268 <source>OR</source><target state="new">OR</target>
2332 <source>Or</source> 2269 <context-group purpose="location">
2333 <target>Of</target> 2270 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2334 <context-group name="null"> 2271 <context context-type="linenumber">10</context>
2335 <context context-type="linenumber">11</context>
2336 </context-group> 2272 </context-group>
2337 <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">11</context></context-group></trans-unit> 2273 </trans-unit>
2274
2338 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2275 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2339 <source>Paste magnet URI</source> 2276 <source>Paste magnet URI</source>
2340 <target>Plak magnet URL</target> 2277 <target>Plak magnet URL</target>
2341 <context-group name="null"> 2278 <context-group name="null">
2342 <context context-type="linenumber">14</context> 2279 <context context-type="linenumber">14</context>
2343 </context-group> 2280 </context-group>
2344 <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></trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2281 <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">13</context></context-group></trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2345 <source> 2282 <source>
2346 You can import any torrent file that points to a mp4 file. 2283 You can import any torrent file that points to a mp4 file.
2347 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. 2284 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,11 +2286,8 @@ Gefeliciteerd, de video achter<x id="INTERPOLATION" equiv-text="{{ targetUrl }}"
2349 You can import any torrent file that points to a mp4 file. 2286 You can import any torrent file that points to a mp4 file.
2350 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. 2287 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.
2351 </target> 2288 </target>
2352 <context-group purpose="location"> 2289
2353 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2290 <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">16</context></context-group></trans-unit>
2354 <context context-type="linenumber">17</context>
2355 </context-group>
2356 </trans-unit>
2357 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2291 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2358 <source> 2292 <source>
2359 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 2293 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
@@ -2366,7 +2300,7 @@ Je kan nu al informatie toevoegen over deze video.
2366 <context-group name="null"> 2300 <context-group name="null">
2367 <context context-type="linenumber">57</context> 2301 <context context-type="linenumber">57</context>
2368 </context-group> 2302 </context-group>
2369 <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></trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2303 <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">56</context></context-group></trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2370 <source> 2304 <source>
2371 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. 2305 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.
2372 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2306 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -2679,7 +2613,7 @@ Je kan nu al informatie toevoegen over deze video.
2679 <context-group name="null"> 2613 <context-group name="null">
2680 <context context-type="linenumber">63</context> 2614 <context context-type="linenumber">63</context>
2681 </context-group> 2615 </context-group>
2682 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</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">63</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2616 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2683 <source>Subscribe</source><target state="new">Subscribe</target> 2617 <source>Subscribe</source><target state="new">Subscribe</target>
2684 <context-group purpose="location"> 2618 <context-group purpose="location">
2685 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2619 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
@@ -2755,7 +2689,7 @@ Je kan nu al informatie toevoegen over deze video.
2755 <context-group name="null"> 2689 <context-group name="null">
2756 <context context-type="linenumber">215</context> 2690 <context context-type="linenumber">215</context>
2757 </context-group> 2691 </context-group>
2758 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 2692 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2759 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2693 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2760 <source>Get more information</source> 2694 <source>Get more information</source>
2761 <target>Krijg meer informatie</target> 2695 <target>Krijg meer informatie</target>
@@ -2827,27 +2761,18 @@ Je kan nu al informatie toevoegen over deze video.
2827 </source><target state="new"> 2761 </source><target state="new">
2828 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 2762 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
2829 </target> 2763 </target>
2830 <context-group purpose="location"> 2764
2831 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2765 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2832 <context context-type="linenumber">77</context>
2833 </context-group>
2834 </trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2835 <source> 2766 <source>
2836 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2767 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2837 </source><target state="new"> 2768 </source><target state="new">
2838 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2769 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2839 </target> 2770 </target>
2840 <context-group purpose="location"> 2771
2841 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2772 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2842 <context context-type="linenumber">80</context>
2843 </context-group>
2844 </trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2845 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 2773 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
2846 <context-group purpose="location"> 2774
2847 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2775 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
2848 <context context-type="linenumber">84</context>
2849 </context-group>
2850 </trans-unit>
2851 2776
2852 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 2777 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
2853 <source> 2778 <source>
@@ -2859,7 +2784,7 @@ Je kan nu al informatie toevoegen over deze video.
2859 <context-group name="null"> 2784 <context-group name="null">
2860 <context context-type="linenumber">64</context> 2785 <context context-type="linenumber">64</context>
2861 </context-group> 2786 </context-group>
2862 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group></trans-unit> 2787 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
2863 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 2788 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
2864 <source>Add comment...</source> 2789 <source>Add comment...</source>
2865 <target>Voeg reactie toe...</target> 2790 <target>Voeg reactie toe...</target>
@@ -2951,64 +2876,46 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
2951 <context context-type="linenumber">5</context> 2876 <context context-type="linenumber">5</context>
2952 </context-group> 2877 </context-group>
2953 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 2878 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
2954 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 2879
2955 <source>Follow</source>
2956 <target>Volg</target>
2957 <context-group name="null">
2958 <context context-type="linenumber">7</context>
2959 </context-group>
2960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
2961 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 2880 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
2962 <source>Followers</source> 2881 <source>Followers</source>
2963 <target>Volgers</target> 2882 <target>Volgers</target>
2964 <context-group name="null"> 2883 <context-group name="null">
2965 <context context-type="linenumber">3</context> 2884 <context context-type="linenumber">3</context>
2966 </context-group> 2885 </context-group>
2967 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 2886 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
2968 <source>Video redundancies</source><target state="new">Video redundancies</target> 2887 <source>Video redundancies</source><target state="new">Video redundancies</target>
2969 <context-group purpose="location"> 2888
2970 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
2971 <context context-type="linenumber">11</context>
2972 </context-group>
2973 </trans-unit>
2974 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 2890 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
2975 <source>1 host (without "http://") per line</source> 2891 <source>1 host (without "http://") per line</source>
2976 <target>1 host (zonder "http://") per lijn</target> 2892 <target>1 host (zonder "http://") per lijn</target>
2977 <context-group name="null"> 2893 <context-group name="null">
2978 <context context-type="linenumber">5</context> 2894 <context context-type="linenumber">5</context>
2979 </context-group> 2895 </context-group>
2980 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 2896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2981 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507"> 2897 <source>Follow domain</source><target state="new">Follow domain</target>
2982 <source> 2898 <context-group purpose="location">
2983 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 2899 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2984 </source> 2900 <context context-type="linenumber">15</context>
2985 <target>
2986Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet TLS geactiveerd zijn om servers te kunnen volgen.</target>
2987 <context-group name="null">
2988 <context context-type="linenumber">17</context>
2989 </context-group>
2990 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
2991 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
2992 <source>Add following</source>
2993 <target>Voeg volgend toe</target>
2994 <context-group name="null">
2995 <context context-type="linenumber">21</context>
2996 </context-group> 2901 </context-group>
2997 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 2902 </trans-unit>
2903
2904
2998 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 2905 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
2999 <source>Filter...</source> 2906 <source>Filter...</source>
3000 <target>Filtreren...</target> 2907 <target>Filtreren...</target>
3001 <context-group name="null"> 2908 <context-group name="null">
3002 <context context-type="linenumber">27</context> 2909 <context context-type="linenumber">27</context>
3003 </context-group> 2910 </context-group>
3004 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">27</context></context-group></trans-unit> 2911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3005 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 2912 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3006 <source>ID</source> 2913 <source>ID</source>
3007 <target>ID</target> 2914 <target>ID</target>
3008 <context-group name="null"> 2915 <context-group name="null">
3009 <context context-type="linenumber">18</context> 2916 <context context-type="linenumber">18</context>
3010 </context-group> 2917 </context-group>
3011 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 2918 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3012 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb"> 2919 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb">
3013 <source>Follower handle</source> 2920 <source>Follower handle</source>
3014 <target>Volger naam</target> 2921 <target>Volger naam</target>
@@ -3022,37 +2929,22 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
3022 <context-group name="null"> 2929 <context-group name="null">
3023 <context context-type="linenumber">10</context> 2930 <context context-type="linenumber">10</context>
3024 </context-group> 2931 </context-group>
3025 <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"> 2932 <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="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3026 <source>Delayed.</source><target state="new">Delayed.</target> 2933 <source>Delayed.</source><target state="new">Delayed.</target>
3027 <context-group purpose="location"> 2934
3028 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3029 <context context-type="linenumber">42</context>
3030 </context-group>
3031 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3032 <source>Will start soon...</source><target state="new">Will start soon...</target> 2936 <source>Will start soon...</source><target state="new">Will start soon...</target>
3033 <context-group purpose="location"> 2937
3034 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2938 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3035 <context context-type="linenumber">43</context>
3036 </context-group>
3037 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3038 <source>Running...</source><target state="new">Running...</target> 2939 <source>Running...</source><target state="new">Running...</target>
3039 <context-group purpose="location"> 2940
3040 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3041 <context context-type="linenumber">44</context>
3042 </context-group>
3043 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3044 <source>Finished</source><target state="new">Finished</target> 2942 <source>Finished</source><target state="new">Finished</target>
3045 <context-group purpose="location"> 2943
3046 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2944 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3047 <context context-type="linenumber">45</context>
3048 </context-group>
3049 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3050 <source>Failed</source><target state="new">Failed</target> 2945 <source>Failed</source><target state="new">Failed</target>
3051 <context-group purpose="location"> 2946
3052 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3053 <context context-type="linenumber">46</context>
3054 </context-group>
3055 </trans-unit>
3056 2948
3057 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 2949 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3058 <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> 2950 <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>
@@ -3060,21 +2952,21 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
3060 <context-group name="null"> 2952 <context-group name="null">
3061 <context context-type="linenumber">11</context> 2953 <context context-type="linenumber">11</context>
3062 </context-group> 2954 </context-group>
3063 <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> 2955 <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">24</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">46</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">11</context></context-group><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><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>
3064 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 2956 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3065 <source>Accepted</source> 2957 <source>Accepted</source>
3066 <target>Geaccepteerd</target> 2958 <target>Geaccepteerd</target>
3067 <context-group name="null"> 2959 <context-group name="null">
3068 <context context-type="linenumber">32</context> 2960 <context context-type="linenumber">32</context>
3069 </context-group> 2961 </context-group>
3070 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">30</context></context-group></trans-unit> 2962 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3071 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 2963 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3072 <source>Pending</source> 2964 <source>Pending</source>
3073 <target>In behandeling</target> 2965 <target>In behandeling</target>
3074 <context-group name="null"> 2966 <context-group name="null">
3075 <context context-type="linenumber">33</context> 2967 <context context-type="linenumber">33</context>
3076 </context-group> 2968 </context-group>
3077 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">31</context></context-group></trans-unit> 2969 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3078 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 2970 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3079 <source>Accept</source> 2971 <source>Accept</source>
3080 <target>Accepteren</target> 2972 <target>Accepteren</target>
@@ -3088,24 +2980,39 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
3088 <context-group name="null"> 2980 <context-group name="null">
3089 <context context-type="linenumber">42</context> 2981 <context context-type="linenumber">42</context>
3090 </context-group> 2982 </context-group>
3091 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit> 2983 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2984 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2985 <context-group purpose="location">
2986 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
2987 <context context-type="linenumber">3</context>
2988 </context-group>
2989 </trans-unit>
3092 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 2990 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3093 <source>Host</source> 2991 <source>Host</source>
3094 <target>Host</target> 2992 <target>Host</target>
3095 <context-group name="null"> 2993 <context-group name="null">
3096 <context context-type="linenumber">19</context> 2994 <context context-type="linenumber">19</context>
3097 </context-group> 2995 </context-group>
3098 <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></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 2996 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3099 <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><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> 2997 <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><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>
2998
2999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3000 <source>Follow domains</source><target state="new">Follow domains</target>
3100 <context-group purpose="location"> 3001 <context-group purpose="location">
3101 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3002 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3102 <context context-type="linenumber">21</context> 3003 <context context-type="linenumber">50</context>
3103 </context-group> 3004 </context-group>
3104 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3005 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3105 <source>Video redundancies list</source><target state="new">Video redundancies list</target> 3006 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3106 <context-group purpose="location"> 3007 <context-group purpose="location">
3107 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3008 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3108 <context context-type="linenumber">2</context> 3009 <context context-type="linenumber">7</context>
3010 </context-group>
3011 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3012 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3013 <context-group purpose="location">
3014 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3015 <context context-type="linenumber">8</context>
3109 </context-group> 3016 </context-group>
3110 </trans-unit> 3017 </trans-unit>
3111 3018
@@ -3158,7 +3065,7 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
3158 <context-group name="null"> 3065 <context-group name="null">
3159 <context context-type="linenumber">43</context> 3066 <context context-type="linenumber">43</context>
3160 </context-group> 3067 </context-group>
3161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3162 <source> 3069 <source>
3163 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3070 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3164 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3071 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3243,49 +3150,65 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
3243 <context-group name="null"> 3150 <context-group name="null">
3244 <context context-type="linenumber">19</context> 3151 <context context-type="linenumber">19</context>
3245 </context-group> 3152 </context-group>
3246 <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></trans-unit> 3153 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3247 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3154 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3248 <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> 3155 <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>
3249 <target>Gebruikersnaam <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> 3156 <target>Gebruikersnaam <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>
3250 <context-group name="null"> 3157 <context-group name="null">
3251 <context context-type="linenumber">40</context> 3158 <context context-type="linenumber">40</context>
3252 </context-group> 3159 </context-group>
3253 <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></trans-unit> 3160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3254 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3161 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3255 <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> 3162 <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>
3256 <target>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> 3163 <target>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>
3257 <context-group name="null"> 3164 <context-group name="null">
3258 <context context-type="linenumber">42</context> 3165 <context context-type="linenumber">42</context>
3259 </context-group> 3166 </context-group>
3260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3167 <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></trans-unit>
3261 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3168 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3262 <source>(banned)</source> 3169 <source>(banned)</source>
3263 <target>(verbannen)</target> 3170 <target>(verbannen)</target>
3264 <context-group name="null"> 3171 <context-group name="null">
3265 <context context-type="linenumber">65</context> 3172 <context context-type="linenumber">65</context>
3266 </context-group> 3173 </context-group>
3267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 3174 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3175 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3176 <context-group purpose="location">
3177 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3178 <context context-type="linenumber">65</context>
3179 </context-group>
3180 <context-group purpose="location">
3181 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3182 <context context-type="linenumber">27</context>
3183 </context-group>
3184 </trans-unit>
3268 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3185 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3269 <source>User's email must be verified to login</source> 3186 <source>User's email must be verified to login</source>
3270 <target>Gebruiker's e-mail moet geverifieerd zijn om in te loggen</target> 3187 <target>Gebruiker's e-mail moet geverifieerd zijn om in te loggen</target>
3271 <context-group name="null"> 3188 <context-group name="null">
3272 <context context-type="linenumber">72</context> 3189 <context context-type="linenumber">72</context>
3273 </context-group> 3190 </context-group>
3274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit> 3191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3275 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3192 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3276 <source>User's email is verified / User can login without email verification</source> 3193 <source>User's email is verified / User can login without email verification</source>
3277 <target>Gebruiker's e-mail is geverifieerd / Gebruiker kan inloggen zonder e-mailverificatie</target> 3194 <target>Gebruiker's e-mail is geverifieerd / Gebruiker kan inloggen zonder e-mailverificatie</target>
3278 <context-group name="null"> 3195 <context-group name="null">
3279 <context context-type="linenumber">76</context> 3196 <context context-type="linenumber">76</context>
3280 </context-group> 3197 </context-group>
3281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 3198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3282 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3199 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3283 <source>Ban reason:</source> 3200 <source>Ban reason:</source>
3284 <target>Reden van verbanning:</target> 3201 <target>Reden van verbanning:</target>
3285 <context-group name="null"> 3202 <context-group name="null">
3286 <context context-type="linenumber">95</context> 3203 <context context-type="linenumber">95</context>
3287 </context-group> 3204 </context-group>
3288 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit> 3205 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3206 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3207 <context-group purpose="location">
3208 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3209 <context context-type="linenumber">15</context>
3210 </context-group>
3211 </trans-unit>
3289 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3212 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
3290 <source>Moderation</source> 3213 <source>Moderation</source>
3291 <target>Beheer</target> 3214 <target>Beheer</target>
@@ -3327,84 +3250,90 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
3327 <context-group name="null"> 3250 <context-group name="null">
3328 <context context-type="linenumber">13</context> 3251 <context context-type="linenumber">13</context>
3329 </context-group> 3252 </context-group>
3330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 3253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3254 <source>Video <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">Video <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>
3255 <context-group purpose="location">
3256 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3257 <context context-type="linenumber">10</context>
3258 </context-group>
3259 </trans-unit>
3331 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3260 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3332 <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> 3261 <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>
3333 <target>Videonaam <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 <target>Videonaam <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>
3334 <context-group name="null"> 3263 <context-group name="null">
3335 <context context-type="linenumber">8</context> 3264 <context context-type="linenumber">8</context>
3336 </context-group> 3265 </context-group>
3337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><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">8</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3338 <source>Video URL</source><target state="new">Video URL</target> 3267 <source>Video URL</source><target state="new">Video URL</target>
3339 <context-group purpose="location"> 3268
3340 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3341 <context context-type="linenumber">24</context>
3342 </context-group>
3343 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3344 <source>Total size</source><target state="new">Total size</target> 3270 <source>Total size</source><target state="new">Total size</target>
3271
3272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3273 <source>List redundancies</source><target state="new">List redundancies</target>
3345 <context-group purpose="location"> 3274 <context-group purpose="location">
3346 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3275 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3347 <context context-type="linenumber">25</context> 3276 <context context-type="linenumber">33</context>
3348 </context-group> 3277 </context-group>
3349 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3278 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3350 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3279 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3351 <context-group purpose="location"> 3280
3352 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3353 <context context-type="linenumber">69</context>
3354 </context-group>
3355 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3356 <source> 3282 <source>
3357 No redundancy strategy is enabled on your instance. 3283 No redundancy strategy is enabled on your instance.
3358 </source><target state="new"> 3284 </source><target state="new">
3359 No redundancy strategy is enabled on your instance. 3285 No redundancy strategy is enabled on your instance.
3360 </target> 3286 </target>
3361 <context-group purpose="location"> 3287
3362 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3288 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3363 <context context-type="linenumber">73</context>
3364 </context-group>
3365 </trans-unit>
3366 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3289 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3367 <source>Sensitive</source> 3290 <source>Sensitive</source>
3368 <target>Gevoelig</target> 3291 <target>Gevoelig</target>
3369 <context-group name="null"> 3292 <context-group name="null">
3370 <context context-type="linenumber">9</context> 3293 <context context-type="linenumber">9</context>
3371 </context-group> 3294 </context-group>
3372 <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">9</context></context-group></trans-unit> 3295 <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">11</context></context-group></trans-unit>
3373 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3296 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3374 <source>Unfederated</source> 3297 <source>Unfederated</source>
3375 <target>Niet gefedereerd</target> 3298 <target>Niet gefedereerd</target>
3376 <context-group name="null"> 3299 <context-group name="null">
3377 <context context-type="linenumber">10</context> 3300 <context context-type="linenumber">10</context>
3378 </context-group> 3301 </context-group>
3379 <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></trans-unit> 3302 <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">12</context></context-group></trans-unit>
3380 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3303 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3381 <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> 3304 <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>
3382 <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> 3305 <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>
3383 <context-group name="null"> 3306 <context-group name="null">
3384 <context context-type="linenumber">11</context> 3307 <context context-type="linenumber">11</context>
3385 </context-group> 3308 </context-group>
3386 <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">11</context></context-group></trans-unit> 3309 <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">13</context></context-group></trans-unit>
3387 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3310 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3388 <source>Go to the video</source> 3311 <source>Go to the video</source>
3389 <target>Naar video gaan</target> 3312 <target>Naar video gaan</target>
3390 <context-group name="null"> 3313 <context-group name="null">
3391 <context context-type="linenumber">33</context> 3314 <context context-type="linenumber">33</context>
3392 </context-group> 3315 </context-group>
3393 <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">25</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">33</context></context-group><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">33</context></context-group></trans-unit> 3316 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3394 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3317 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3395 <source>Actions</source> 3318 <source>Actions</source>
3396 <target>Acties</target> 3319 <target>Acties</target>
3397 <context-group name="null"> 3320 <context-group name="null">
3398 <context context-type="linenumber">44</context> 3321 <context context-type="linenumber">44</context>
3399 </context-group> 3322 </context-group>
3400 <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">35</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">44</context></context-group></trans-unit> 3323 <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">38</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">57</context></context-group></trans-unit>
3401 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3324 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3402 <source>Blacklist reason:</source> 3325 <source>Blacklist reason:</source>
3403 <target>Reden voor de zwarte lijst:</target> 3326 <target>Reden voor de zwarte lijst:</target>
3404 <context-group name="null"> 3327 <context-group name="null">
3405 <context context-type="linenumber">43</context> 3328 <context context-type="linenumber">43</context>
3406 </context-group> 3329 </context-group>
3407 <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">43</context></context-group></trans-unit> 3330 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3331 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3332 <context-group purpose="location">
3333 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3334 <context context-type="linenumber">5</context>
3335 </context-group>
3336 </trans-unit>
3408 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 3337 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
3409 <source>Moderation comment</source> 3338 <source>Moderation comment</source>
3410 <target>Beheer reactie</target> 3339 <target>Beheer reactie</target>
@@ -3422,35 +3351,41 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
3422 <context-group name="null"> 3351 <context-group name="null">
3423 <context context-type="linenumber">18</context> 3352 <context context-type="linenumber">18</context>
3424 </context-group> 3353 </context-group>
3425 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 3354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3426 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3355 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3427 <source>Update this comment</source> 3356 <source>Update this comment</source>
3428 <target>Werk deze comment bij</target> 3357 <target>Werk deze comment bij</target>
3429 <context-group name="null"> 3358 <context-group name="null">
3430 <context context-type="linenumber">26</context> 3359 <context context-type="linenumber">26</context>
3431 </context-group> 3360 </context-group>
3432 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3361 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3433 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3362 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3434 <source>Reporter</source> 3363 <source>Reporter</source>
3435 <target>Melder</target> 3364 <target>Melder</target>
3436 <context-group name="null"> 3365 <context-group name="null">
3437 <context context-type="linenumber">8</context> 3366 <context context-type="linenumber">8</context>
3438 </context-group> 3367 </context-group>
3439 <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">8</context></context-group></trans-unit> 3368 <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">10</context></context-group></trans-unit>
3440 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3369 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3441 <source>Video</source> 3370 <source>Video</source>
3442 <target>Video</target> 3371 <target>Video</target>
3443 <context-group name="null"> 3372 <context-group name="null">
3444 <context context-type="linenumber">9</context> 3373 <context context-type="linenumber">9</context>
3445 </context-group> 3374 </context-group>
3446 <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">10</context></context-group><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">14</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">9</context></context-group></trans-unit> 3375 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3376 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3377 <context-group purpose="location">
3378 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3379 <context context-type="linenumber">46</context>
3380 </context-group>
3381 </trans-unit>
3447 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3382 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3448 <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> 3383 <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>
3449 <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> 3384 <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>
3450 <context-group name="null"> 3385 <context-group name="null">
3451 <context context-type="linenumber">11</context> 3386 <context context-type="linenumber">11</context>
3452 </context-group> 3387 </context-group>
3453 <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><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><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></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3388 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3454 <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><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> 3389 <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><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>
3455 <context-group purpose="location"> 3390 <context-group purpose="location">
3456 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3391 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3463,56 +3398,96 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
3463 <context-group name="null"> 3398 <context-group name="null">
3464 <context context-type="linenumber">27</context> 3399 <context context-type="linenumber">27</context>
3465 </context-group> 3400 </context-group>
3466 <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">25</context></context-group><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">27</context></context-group></trans-unit> 3401 <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">27</context></context-group></trans-unit>
3467 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3402 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
3468 <source>Reason:</source> 3403 <source>Reason:</source>
3469 <target>Reden:</target> 3404 <target>Reden:</target>
3470 <context-group name="null"> 3405 <context-group name="null">
3471 <context context-type="linenumber">53</context> 3406 <context context-type="linenumber">53</context>
3472 </context-group> 3407 </context-group>
3473 <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">53</context></context-group></trans-unit> 3408 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3474 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 3409 <source>Note:</source><target state="new">Note:</target>
3475 <source>Moderation comment:</source> 3410 <context-group purpose="location">
3476 <target>Beheer reactie:</target> 3411 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3477 <context-group name="null"> 3412 <context context-type="linenumber">72</context>
3478 <context context-type="linenumber">57</context>
3479 </context-group> 3413 </context-group>
3480 <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">57</context></context-group></trans-unit> 3414 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3415 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3416 <context-group purpose="location">
3417 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3418 <context context-type="linenumber">5</context>
3419 </context-group>
3420 </trans-unit>
3421
3481 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3422 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3482 <source>Unblacklist</source> 3423 <source>Unblacklist</source>
3483 <target>Van zwarte lijst halen</target> 3424 <target>Van zwarte lijst halen</target>
3484 <context-group name="null"> 3425 <context-group name="null">
3485 <context context-type="linenumber">17</context> 3426 <context context-type="linenumber">17</context>
3486 </context-group> 3427 </context-group>
3487 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 3428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3429 <source>Mute domain</source><target state="new">Mute domain</target>
3430 <context-group purpose="location">
3431 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3432 <context context-type="linenumber">11</context>
3433 </context-group>
3434 </trans-unit>
3488 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3435 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3489 <source>Instance</source> 3436 <source>Instance</source>
3490 <target>Instantie</target> 3437 <target>Instantie</target>
3491 <context-group name="null"> 3438 <context-group name="null">
3492 <context context-type="linenumber">5</context> 3439 <context context-type="linenumber">5</context>
3493 </context-group> 3440 </context-group>
3494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3495 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3442 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3496 <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> 3443 <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>
3497 <target>Gedempt bij <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 <target>Gedempt bij <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>
3498 <context-group name="null"> 3445 <context-group name="null">
3499 <context context-type="linenumber">13</context> 3446 <context context-type="linenumber">13</context>
3500 </context-group> 3447 </context-group>
3501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 3448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3502 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 3449 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3503 <source>Unmute</source> 3450 <source>Unmute</source>
3504 <target>Demping opheffen</target> 3451 <target>Demping opheffen</target>
3505 <context-group name="null"> 3452 <context-group name="null">
3506 <context context-type="linenumber">23</context> 3453 <context context-type="linenumber">23</context>
3507 </context-group> 3454 </context-group>
3508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.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-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 3455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3456 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3457 <context-group purpose="location">
3458 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3459 <context context-type="linenumber">5</context>
3460 </context-group>
3461 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3462 <source>
3463 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3464 </source><target state="new">
3465 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3466 </target>
3467 <context-group purpose="location">
3468 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3469 <context context-type="linenumber">37</context>
3470 </context-group>
3471 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3472 <source>Mute domains</source><target state="new">Mute domains</target>
3473 <context-group purpose="location">
3474 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3475 <context context-type="linenumber">35</context>
3476 </context-group>
3477 </trans-unit>
3509 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 3478 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3510 <source>Account</source> 3479 <source>Account</source>
3511 <target>Account</target> 3480 <target>Account</target>
3512 <context-group name="null"> 3481 <context-group name="null">
3513 <context context-type="linenumber">12</context> 3482 <context context-type="linenumber">12</context>
3514 </context-group> 3483 </context-group>
3515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3484 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3485 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3486 <context-group purpose="location">
3487 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3488 <context context-type="linenumber">5</context>
3489 </context-group>
3490 </trans-unit>
3516 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5"> 3491 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5">
3517 <source>Plugins/Themes</source> 3492 <source>Plugins/Themes</source>
3518 <target>Plugins/Themas</target> 3493 <target>Plugins/Themas</target>
@@ -3663,32 +3638,20 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
3663 <context context-type="linenumber">9</context> 3638 <context context-type="linenumber">9</context>
3664 </context-group> 3639 </context-group>
3665 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 3640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3666 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 3641 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3667 <source>Jobs list</source>
3668 <target>Banenlijst</target>
3669 <context-group name="null">
3670 <context context-type="linenumber">2</context>
3671 </context-group>
3672 <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">
3673 <source>Job type</source><target state="new">Job type</target> 3642 <source>Job type</source><target state="new">Job type</target>
3674 <context-group purpose="location"> 3643
3675 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3644 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3676 <context context-type="linenumber">5</context>
3677 </context-group>
3678 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3679 <source>Job state</source><target state="new">Job state</target> 3645 <source>Job state</source><target state="new">Job state</target>
3680 <context-group purpose="location"> 3646
3681 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3682 <context context-type="linenumber">14</context>
3683 </context-group>
3684 </trans-unit>
3685 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3648 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3686 <source>Type</source> 3649 <source>Type</source>
3687 <target>Type</target> 3650 <target>Type</target>
3688 <context-group name="null"> 3651 <context-group name="null">
3689 <context context-type="linenumber">19</context> 3652 <context context-type="linenumber">19</context>
3690 </context-group> 3653 </context-group>
3691 <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> 3654 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
3692 3655
3693 3656
3694 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 3657 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
@@ -3736,43 +3699,25 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
3736 <context-group name="null"> 3699 <context-group name="null">
3737 <context context-type="linenumber">33</context> 3700 <context context-type="linenumber">33</context>
3738 </context-group> 3701 </context-group>
3739 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 3702 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
3740 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 3703 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
3741 <context-group purpose="location"> 3704
3742 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3705 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3743 <context context-type="linenumber">46</context>
3744 </context-group>
3745 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3746 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 3706 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
3747 <context-group purpose="location"> 3707
3748 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3708 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3749 <context context-type="linenumber">43</context>
3750 </context-group>
3751 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3752 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 3709 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
3753 <context-group purpose="location"> 3710
3754 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3711 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3755 <context context-type="linenumber">57</context>
3756 </context-group>
3757 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3758 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 3712 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
3759 <context-group purpose="location"> 3713
3760 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3714 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3761 <context context-type="linenumber">54</context>
3762 </context-group>
3763 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3764 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 3715 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
3765 <context-group purpose="location"> 3716
3766 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3717 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3767 <context context-type="linenumber">68</context>
3768 </context-group>
3769 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3770 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 3718 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
3771 <context-group purpose="location"> 3719
3772 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3720 <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">66</context></context-group></trans-unit><trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3773 <context context-type="linenumber">65</context>
3774 </context-group>
3775 </trans-unit><trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3776 <source>Main languages you/your moderators speak</source><target state="new">Main languages you/your moderators speak</target> 3721 <source>Main languages you/your moderators speak</source><target state="new">Main languages you/your moderators speak</target>
3777 3722
3778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html"> 3723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html">
@@ -3818,96 +3763,93 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
3818 <context-group name="null"> 3763 <context-group name="null">
3819 <context context-type="linenumber">14</context> 3764 <context context-type="linenumber">14</context>
3820 </context-group> 3765 </context-group>
3821 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 3766 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
3822 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 3767 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
3823 <source>Blur thumbnails</source> 3768 <source>Blur thumbnails</source>
3824 <target>Thumbnails vervagen</target> 3769 <target>Thumbnails vervagen</target>
3825 <context-group name="null"> 3770 <context-group name="null">
3826 <context context-type="linenumber">15</context> 3771 <context context-type="linenumber">15</context>
3827 </context-group> 3772 </context-group>
3828 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 3773 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
3829 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 3774 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
3830 <source>Display</source> 3775 <source>Display</source>
3831 <target>Tonen</target> 3776 <target>Tonen</target>
3832 <context-group name="null"> 3777 <context-group name="null">
3833 <context context-type="linenumber">16</context> 3778 <context context-type="linenumber">16</context>
3834 </context-group> 3779 </context-group>
3835 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3780 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3836 <source>Strategy</source><target state="new">Strategy</target> 3781 <source>Strategy</source><target state="new">Strategy</target>
3837 <context-group purpose="location"> 3782
3838 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3783 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3839 <context context-type="linenumber">22</context>
3840 </context-group>
3841 </trans-unit>
3842 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 3784 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
3843 <source>Terms</source> 3785 <source>Terms</source>
3844 <target>Voorwaarden</target> 3786 <target>Voorwaarden</target>
3845 <context-group name="null"> 3787 <context-group name="null">
3846 <context context-type="linenumber">88</context> 3788 <context context-type="linenumber">88</context>
3847 </context-group> 3789 </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">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 3790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
3849 <source>Code of conduct</source><target state="new">Code of conduct</target> 3791 <source>Code of conduct</source><target state="new">Code of conduct</target>
3850 3792
3851 3793
3852 3794
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">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 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">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
3854 <source>Moderation information</source><target state="new">Moderation information</target> 3796 <source>Moderation information</source><target state="new">Moderation information</target>
3855 3797
3856 3798
3857 3799
3858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" 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">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
3859 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 3801 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
3860 3802
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">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" 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">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
3862 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 3804 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
3863 3805
3864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" 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">154</context></context-group></trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
3865 <source>Who is behind the instance?</source><target state="new">Who is behind the instance?</target> 3807 <source>Who is behind the instance?</source><target state="new">Who is behind the instance?</target>
3866 3808
3867 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" 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">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
3868 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 3810 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target>
3869 3811
3870 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 3812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
3871 <source>Why did you create this instance?</source><target state="new">Why did you create this instance?</target> 3813 <source>Why did you create this instance?</source><target state="new">Why did you create this instance?</target>
3872 3814
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">171</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 3815 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
3874 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 3816 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
3875 3817
3876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 3818 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
3877 <source>How long do you plan to maintain this instance?</source><target state="new">How long do you plan to maintain this instance?</target> 3819 <source>How long do you plan to maintain this instance?</source><target state="new">How long do you plan to maintain this instance?</target>
3878 3820
3879 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">182</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 3821 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
3880 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 3822 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target>
3881 3823
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">183</context></context-group></trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 3824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
3883 <source>How will you finance the PeerTube server?</source><target state="new">How will you finance the PeerTube server?</target> 3825 <source>How will you finance the PeerTube server?</source><target state="new">How will you finance the PeerTube server?</target>
3884 3826
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">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 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">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
3886 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 3828 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
3887 3829
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">194</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 3830 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
3889 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 3831 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
3890 3832
3891 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 3833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
3892 <source>What server/hardware does the instance run on?</source><target state="new">What server/hardware does the instance run on?</target> 3834 <source>What server/hardware does the instance run on?</source><target state="new">What server/hardware does the instance run on?</target>
3893 3835
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">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 3836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
3895 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 3837 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
3896 3838
3897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 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">216</context></context-group></trans-unit><trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
3898 <source>Instance information</source><target state="new">Instance information</target> 3840 <source>Instance information</source><target state="new">Instance information</target>
3899 3841
3900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 3842 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
3901 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 3843 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
3902 3844
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">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 3845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
3904 <source> 3846 <source>
3905 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3847 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3906 </source><target state="new"> 3848 </source><target state="new">
3907 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3849 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3908 </target> 3850 </target>
3909 3851
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">240</context></context-group></trans-unit> 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">241</context></context-group></trans-unit>
3911 3853
3912 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb"> 3854 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb">
3913 <source>default</source> 3855 <source>default</source>
@@ -3915,40 +3857,40 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
3915 <context-group name="null"> 3857 <context-group name="null">
3916 <context context-type="linenumber">206</context> 3858 <context context-type="linenumber">206</context>
3917 </context-group> 3859 </context-group>
3918 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 3860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
3919 <source>Landing page</source><target state="new">Landing page</target> 3861 <source>Landing page</source><target state="new">Landing page</target>
3920 3862
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">262</context></context-group></trans-unit> 3863 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit>
3922 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 3864 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
3923 <source>Discover videos</source><target state="new">Discover videos</target> 3865 <source>Discover videos</source><target state="new">Discover videos</target>
3924 3866
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">265</context></context-group></trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 3867 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
3926 <source>Trending videos</source><target state="new">Trending videos</target> 3868 <source>Trending videos</source><target state="new">Trending videos</target>
3927 3869
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">266</context></context-group></trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 3870 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
3929 <source>Most liked videos</source><target state="new">Most liked videos</target> 3871 <source>Most liked videos</source><target state="new">Most liked videos</target>
3930 3872
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">267</context></context-group></trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 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">268</context></context-group></trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
3932 <source>Recently added videos</source><target state="new">Recently added videos</target> 3874 <source>Recently added videos</source><target state="new">Recently added videos</target>
3933 3875
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">268</context></context-group></trans-unit> 3876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit>
3935 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 3877 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
3936 <source>Local videos</source> 3878 <source>Local videos</source>
3937 <target>Video's op deze instantie</target> 3879 <target>Video's op deze instantie</target>
3938 <context-group name="null"> 3880 <context-group name="null">
3939 <context context-type="linenumber">223</context> 3881 <context context-type="linenumber">223</context>
3940 </context-group> 3882 </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">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 3883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
3942 <source>NEW USERS</source><target state="new">NEW USERS</target> 3884 <source>NEW USERS</source><target state="new">NEW USERS</target>
3943 3885
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">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 3886 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
3945 <source> 3887 <source>
3946 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3888 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
3947 </source><target state="new"> 3889 </source><target state="new">
3948 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3890 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
3949 </target> 3891 </target>
3950 3892
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">281</context></context-group></trans-unit> 3893 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit>
3952 3894
3953 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 3895 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
3954 <source>Signup enabled</source> 3896 <source>Signup enabled</source>
@@ -3956,21 +3898,21 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
3956 <context-group name="null"> 3898 <context-group name="null">
3957 <context context-type="linenumber">235</context> 3899 <context context-type="linenumber">235</context>
3958 </context-group> 3900 </context-group>
3959 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">292</context></context-group></trans-unit> 3901 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group></trans-unit>
3960 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 3902 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
3961 <source>Signup requires email verification</source> 3903 <source>Signup requires email verification</source>
3962 <target>E-mailverificatie nodig bij registratie</target> 3904 <target>E-mailverificatie nodig bij registratie</target>
3963 <context-group name="null"> 3905 <context-group name="null">
3964 <context context-type="linenumber">242</context> 3906 <context context-type="linenumber">242</context>
3965 </context-group> 3907 </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">300</context></context-group></trans-unit> 3908 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit>
3967 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 3909 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
3968 <source>Signup limit</source> 3910 <source>Signup limit</source>
3969 <target>Registratielimiet</target> 3911 <target>Registratielimiet</target>
3970 <context-group name="null"> 3912 <context-group name="null">
3971 <context context-type="linenumber">247</context> 3913 <context context-type="linenumber">247</context>
3972 </context-group> 3914 </context-group>
3973 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">304</context></context-group></trans-unit> 3915 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit>
3974 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 3916 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
3975 <source>Users</source> 3917 <source>Users</source>
3976 <target>Gebruikers</target> 3918 <target>Gebruikers</target>
@@ -4056,64 +3998,77 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
4056 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 3998 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4057 <source>Default video quota per user</source><target state="new">Default video quota per user</target> 3999 <source>Default video quota per user</source><target state="new">Default video quota per user</target>
4058 4000
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">319</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4001 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">320</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4060 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target> 4002 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target>
4061 4003
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">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4004 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4063 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4005 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4064 4006
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">348</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4066 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4008 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4067 4009
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">359</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 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">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4069 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target> 4011 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target>
4070 4012
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">366</context></context-group></trans-unit> 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">367</context></context-group></trans-unit>
4072 4014
4073 4015
4074 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4016 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4075 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4017 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4076 4018
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">383</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" 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">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4078 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 4020 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
4079 4021
4080 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4081 <source>FEDERATION</source><target state="new">FEDERATION</target> 4023 <source>FEDERATION</source><target state="new">FEDERATION</target>
4082 4024
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">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4084 <source> 4026 <source>
4085 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4027 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4086 </source><target state="new"> 4028 </source><target state="new">
4087 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4029 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4088 </target> 4030 </target>
4089 4031
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">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" 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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4091 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4033 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4092 4034
4093 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">411</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">412</context></context-group></trans-unit>
4094 4036
4095 4037
4096 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4038 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4097 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 4039 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
4098 4040
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">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4100 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4042 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4101 4043
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">431</context></context-group></trans-unit> 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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4045 <source>
4046 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4047 </source><target state="new">
4048 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4049 </target>
4050 <context-group purpose="location">
4051 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4052 <context context-type="linenumber">450</context>
4053 </context-group>
4054 </trans-unit>
4103 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4055 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4104 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4056 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4105 4057
4106 4058
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">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 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">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4108 <source>Index URL</source><target state="new">Index URL</target> 4060 <source>Index URL</source><target state="new">Index URL</target>
4109 4061
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">452</context></context-group></trans-unit><trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4111 <source>Automatically follow instances of the public index</source><target state="new">Automatically follow instances of the public index</target> 4063 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4112 4064 <context-group purpose="location">
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">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4065 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4066 <context context-type="linenumber">445</context>
4067 </context-group>
4068 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4114 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4069 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4115 4070
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">472</context></context-group></trans-unit> 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">477</context></context-group></trans-unit>
4117 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4072 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4118 <source>Administrator</source> 4073 <source>Administrator</source>
4119 <target>Administrator</target> 4074 <target>Administrator</target>
@@ -4127,31 +4082,31 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
4127 <context-group name="null"> 4082 <context-group name="null">
4128 <context context-type="linenumber">387</context> 4083 <context context-type="linenumber">387</context>
4129 </context-group> 4084 </context-group>
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">478</context></context-group></trans-unit> 4085 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit>
4131 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4086 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4132 <source>Enable contact form</source> 4087 <source>Enable contact form</source>
4133 <target>Schakel contactformulier in</target> 4088 <target>Schakel contactformulier in</target>
4134 <context-group name="null"> 4089 <context-group name="null">
4135 <context context-type="linenumber">398</context> 4090 <context context-type="linenumber">398</context>
4136 </context-group> 4091 </context-group>
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">489</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">494</context></context-group></trans-unit>
4138 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4093 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4139 <source>Basic configuration</source> 4094 <source>Basic configuration</source>
4140 <target>Basisconfiguratie</target> 4095 <target>Basisconfiguratie</target>
4141 <context-group name="null"> 4096 <context-group name="null">
4142 <context context-type="linenumber">195</context> 4097 <context context-type="linenumber">195</context>
4143 </context-group> 4098 </context-group>
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">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4145 <source>TWITTER</source><target state="new">TWITTER</target> 4100 <source>TWITTER</source><target state="new">TWITTER</target>
4146 4101
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">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4148 <source> 4103 <source>
4149 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4104 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4150 </source><target state="new"> 4105 </source><target state="new">
4151 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4106 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4152 </target> 4107 </target>
4153 4108
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">507</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">512</context></context-group></trans-unit>
4155 4110
4156 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4111 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4157 <source>Your Twitter username</source> 4112 <source>Your Twitter username</source>
@@ -4159,7 +4114,7 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
4159 <context-group name="null"> 4114 <context-group name="null">
4160 <context context-type="linenumber">413</context> 4115 <context context-type="linenumber">413</context>
4161 </context-group> 4116 </context-group>
4162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</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">523</context></context-group></trans-unit>
4163 4118
4164 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4119 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4165 <source>Instance whitelisted by Twitter</source> 4120 <source>Instance whitelisted by Twitter</source>
@@ -4167,7 +4122,7 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
4167 <context-group name="null"> 4122 <context-group name="null">
4168 <context context-type="linenumber">431</context> 4123 <context context-type="linenumber">431</context>
4169 </context-group> 4124 </context-group>
4170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" 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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4171 <source> 4126 <source>
4172 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/>"/> 4127 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/>"/>
4173 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/>"/> 4128 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/>"/>
@@ -4182,17 +4137,17 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
4182 to see if you instance is whitelisted. 4137 to see if you instance is whitelisted.
4183 </target> 4138 </target>
4184 4139
4185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</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">539</context></context-group></trans-unit>
4186 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4141 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4187 <source>Services</source> 4142 <source>Services</source>
4188 <target>Diensten</target> 4143 <target>Diensten</target>
4189 <context-group name="null"> 4144 <context-group name="null">
4190 <context context-type="linenumber">405</context> 4145 <context context-type="linenumber">405</context>
4191 </context-group> 4146 </context-group>
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">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" 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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4193 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4148 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4194 4149
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">560</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4150 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4196 <source> 4151 <source>
4197 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4152 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4198 resources, this is a critical part of PeerTube, so tread carefully. 4153 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4201,7 +4156,7 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
4201 resources, this is a critical part of PeerTube, so tread carefully. 4156 resources, this is a critical part of PeerTube, so tread carefully.
4202 </target> 4157 </target>
4203 4158
4204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group></trans-unit> 4159 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit>
4205 4160
4206 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4161 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4207 <source>Transcoding enabled</source> 4162 <source>Transcoding enabled</source>
@@ -4209,33 +4164,27 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
4209 <context-group name="null"> 4164 <context-group name="null">
4210 <context context-type="linenumber">461</context> 4165 <context context-type="linenumber">461</context>
4211 </context-group> 4166 </context-group>
4212 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></trans-unit> 4167 <context-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>
4213 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4168 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4214 <source>If you disable transcoding, many videos from your users will not work!</source> 4169 <source>If you disable transcoding, many videos from your users will not work!</source>
4215 <target>Als je transcoding niet inschakelt, zullen veel video's die je gebruikers uploaden niet werken!</target> 4170 <target>Als je transcoding niet inschakelt, zullen veel video's die je gebruikers uploaden niet werken!</target>
4216 <context-group name="null"> 4171 <context-group name="null">
4217 <context context-type="linenumber">465</context> 4172 <context context-type="linenumber">465</context>
4218 </context-group> 4173 </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">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4220 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4175 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4221 <context-group purpose="location"> 4176
4222 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4177 <context-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>
4223 <context context-type="linenumber">589</context>
4224 </context-group>
4225 </trans-unit>
4226 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4178 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4227 <source>Allow additional extensions</source> 4179 <source>Allow additional extensions</source>
4228 <target>Sta extra bestandsextensies toe</target> 4180 <target>Sta extra bestandsextensies toe</target>
4229 <context-group name="null"> 4181 <context-group name="null">
4230 <context context-type="linenumber">475</context> 4182 <context context-type="linenumber">475</context>
4231 </context-group> 4183 </context-group>
4232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4184 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4233 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4185 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4234 <context-group purpose="location"> 4186
4235 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4187 <context-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>
4236 <context context-type="linenumber">600</context>
4237 </context-group>
4238 </trans-unit>
4239 4188
4240 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 4189 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
4241 <source>Allow audio files upload</source> 4190 <source>Allow audio files upload</source>
@@ -4243,7 +4192,7 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
4243 <context-group name="null"> 4192 <context-group name="null">
4244 <context context-type="linenumber">486</context> 4193 <context context-type="linenumber">486</context>
4245 </context-group> 4194 </context-group>
4246 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" 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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4247 <source> 4196 <source>
4248 <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>"/> 4197 <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>"/>
4249 4198
@@ -4261,14 +4210,11 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
4261 4210
4262 <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>"/> 4211 <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>"/>
4263 </target> 4212 </target>
4264 <context-group purpose="location"> 4213
4265 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4214 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4266 <context context-type="linenumber">612</context>
4267 </context-group>
4268 </trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4269 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 4215 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
4270 4216
4271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4272 <source> 4218 <source>
4273 <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>"/> 4219 <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>"/>
4274 4220
@@ -4292,55 +4238,52 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
4292 4238
4293 <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>"/> 4239 <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>"/>
4294 </target> 4240 </target>
4295 <context-group purpose="location"> 4241
4296 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4297 <context context-type="linenumber">633</context>
4298 </context-group>
4299 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4300 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 4243 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
4301 4244
4302 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group></trans-unit> 4245 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
4303 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4246 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4304 <source>Transcoding threads</source> 4247 <source>Transcoding threads</source>
4305 <target>Threads gebruikt voor transcoding</target> 4248 <target>Threads gebruikt voor transcoding</target>
4306 <context-group name="null"> 4249 <context-group name="null">
4307 <context context-type="linenumber">517</context> 4250 <context context-type="linenumber">517</context>
4308 </context-group> 4251 </context-group>
4309 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4310 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4253 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4311 4254
4312 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group></trans-unit> 4255 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
4313 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4256 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4314 <source>CACHE</source><target state="new">CACHE</target> 4257 <source>CACHE</source><target state="new">CACHE</target>
4315 4258
4316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4317 <source> 4260 <source>
4318 Some files are not federated, and fetched when necessary. Define their caching policies. 4261 Some files are not federated, and fetched when necessary. Define their caching policies.
4319 </source><target state="new"> 4262 </source><target state="new">
4320 Some files are not federated, and fetched when necessary. Define their caching policies. 4263 Some files are not federated, and fetched when necessary. Define their caching policies.
4321 </target> 4264 </target>
4322 4265
4323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4324 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4267 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4325 4268
4326 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4327 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4270 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4328 4271
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">717</context></context-group></trans-unit> 4272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit>
4330 4273
4331 4274
4332 4275
4333 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4276 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4334 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4277 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4335 4278
4336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4337 <source> 4280 <source>
4338 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4281 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4339 </source><target state="new"> 4282 </source><target state="new">
4340 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4283 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4341 </target> 4284 </target>
4342 4285
4343 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit> 4286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
4344 4287
4345 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4288 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4346 <source>JavaScript</source> 4289 <source>JavaScript</source>
@@ -4348,14 +4291,14 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
4348 <context-group name="null"> 4291 <context-group name="null">
4349 <context context-type="linenumber">575</context> 4292 <context context-type="linenumber">575</context>
4350 </context-group> 4293 </context-group>
4351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4352 <source> 4295 <source>
4353 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>"/> 4296 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>"/>
4354 </source><target state="new"> 4297 </source><target state="new">
4355 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>"/> 4298 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>"/>
4356 </target> 4299 </target>
4357 4300
4358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" 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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4359 <source> 4302 <source>
4360 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/>"/> 4303 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/>"/>
4361 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4304 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4380,24 +4323,24 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
4380 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4323 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4381 </target> 4324 </target>
4382 4325
4383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group></trans-unit> 4326 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
4384 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4327 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4385 <source>Advanced configuration</source> 4328 <source>Advanced configuration</source>
4386 <target>Geavanceerde configuratie</target> 4329 <target>Geavanceerde configuratie</target>
4387 <context-group name="null"> 4330 <context-group name="null">
4388 <context context-type="linenumber">452</context> 4331 <context context-type="linenumber">452</context>
4389 </context-group> 4332 </context-group>
4390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group></trans-unit> 4333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit>
4391 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 4334 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
4392 <source>Update configuration</source> 4335 <source>Update configuration</source>
4393 <target>Bijwerkingsconfiguratie</target> 4336 <target>Bijwerkingsconfiguratie</target>
4394 <context-group name="null"> 4337 <context-group name="null">
4395 <context context-type="linenumber">628</context> 4338 <context context-type="linenumber">628</context>
4396 </context-group> 4339 </context-group>
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">803</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 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">804</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4398 <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> 4341 <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>
4399 4342
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">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4343 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4401 <source>PROFILE</source><target state="new">PROFILE</target> 4344 <source>PROFILE</source><target state="new">PROFILE</target>
4402 <context-group purpose="location"> 4345 <context-group purpose="location">
4403 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4346 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4537,19 +4480,23 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
4537 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4480 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4538 <context context-type="linenumber">6</context> 4481 <context context-type="linenumber">6</context>
4539 </context-group> 4482 </context-group>
4540 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 4483 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
4541 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target> 4484 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
4542 <context-group purpose="location"> 4485 <context-group purpose="location">
4543 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4486 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4544 <context context-type="linenumber">22</context> 4487 <context context-type="linenumber">14</context>
4545 </context-group> 4488 </context-group>
4546 </trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
4547 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
4548 <context-group purpose="location"> 4489 <context-group purpose="location">
4549 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4490 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4550 <context context-type="linenumber">25</context> 4491 <context context-type="linenumber">111</context>
4551 </context-group> 4492 </context-group>
4552 </trans-unit> 4493 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
4494 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target>
4495
4496 <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">23</context></context-group></trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
4497 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
4498
4499 <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">26</context></context-group></trans-unit>
4553 4500
4554 4501
4555 4502
@@ -4611,21 +4558,21 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
4611 <context-group name="null"> 4558 <context-group name="null">
4612 <context context-type="linenumber">3</context> 4559 <context context-type="linenumber">3</context>
4613 </context-group> 4560 </context-group>
4614 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 4561 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
4615 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808"> 4562 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808">
4616 <source>instance default</source> 4563 <source>instance default</source>
4617 <target>instantie standaard</target> 4564 <target>instantie standaard</target>
4618 <context-group name="null"> 4565 <context-group name="null">
4619 <context context-type="linenumber">7</context> 4566 <context context-type="linenumber">7</context>
4620 </context-group> 4567 </context-group>
4621 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 4568 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
4622 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d"> 4569 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d">
4623 <source>peertube default</source> 4570 <source>peertube default</source>
4624 <target>peertube standaard</target> 4571 <target>peertube standaard</target>
4625 <context-group name="null"> 4572 <context-group name="null">
4626 <context context-type="linenumber">8</context> 4573 <context context-type="linenumber">8</context>
4627 </context-group> 4574 </context-group>
4628 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit> 4575 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
4629 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 4576 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
4630 <source>Change ownership</source> 4577 <source>Change ownership</source>
4631 <target>Verander eigenaar</target> 4578 <target>Verander eigenaar</target>
@@ -4766,7 +4713,19 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
4766 <context-group name="null"> 4713 <context-group name="null">
4767 <context context-type="linenumber">8</context> 4714 <context context-type="linenumber">8</context>
4768 </context-group> 4715 </context-group>
4769 <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">8</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 4716 <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">8</context></context-group></trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4717 <source>See the error</source><target state="new">See the error</target>
4718 <context-group purpose="location">
4719 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4720 <context context-type="linenumber">19</context>
4721 </context-group>
4722 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4723 <source>This video was deleted</source><target state="new">This video was deleted</target>
4724 <context-group purpose="location">
4725 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4726 <context context-type="linenumber">36</context>
4727 </context-group>
4728 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4770 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 4729 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
4771 <context-group purpose="location"> 4730 <context-group purpose="location">
4772 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 4731 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
@@ -5120,35 +5079,11 @@ Vraag e-mail voor accountverificatie aan</target>
5120 <context-group name="null"> 5079 <context-group name="null">
5121 <context context-type="linenumber">16</context> 5080 <context context-type="linenumber">16</context>
5122 </context-group> 5081 </context-group>
5123 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5082 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5124 <source>Creators</source><target state="new">Creators</target>
5125 <context-group purpose="location">
5126 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5127 <context context-type="linenumber">162</context>
5128 </context-group>
5129 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5130 <source>Creator guide</source><target state="new">Creator guide</target>
5131 <context-group purpose="location">
5132 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5133 <context context-type="linenumber">162</context>
5134 </context-group>
5135 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5136 <source>Contributors</source><target state="new">Contributors</target>
5137 <context-group purpose="location">
5138 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5139 <context context-type="linenumber">163</context>
5140 </context-group>
5141 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5142 <source>PeerTube license</source><target state="new">PeerTube license</target> 5083 <source>PeerTube license</source><target state="new">PeerTube license</target>
5143 <context-group purpose="location"> 5084
5144 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5085
5145 <context context-type="linenumber">163</context> 5086 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5146 </context-group>
5147 <context-group purpose="location">
5148 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5149 <context context-type="linenumber">175</context>
5150 </context-group>
5151 </trans-unit>
5152 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 5087 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5153 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5088 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5154 <target>Account aangemaakt op <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5089 <target>Account aangemaakt op <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6005,6 +5940,30 @@ Account aanmaken</target>
6005 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5940 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6006 <context context-type="linenumber">1</context> 5941 <context context-type="linenumber">1</context>
6007 </context-group> 5942 </context-group>
5943 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
5944 <source>Process domains</source><target state="new">Process domains</target>
5945 <context-group purpose="location">
5946 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
5947 <context context-type="linenumber">1</context>
5948 </context-group>
5949 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
5950 <source>Domain is required.</source><target state="new">Domain is required.</target>
5951 <context-group purpose="location">
5952 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5953 <context context-type="linenumber">1</context>
5954 </context-group>
5955 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
5956 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
5957 <context-group purpose="location">
5958 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5959 <context context-type="linenumber">1</context>
5960 </context-group>
5961 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
5962 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
5963 <context-group purpose="location">
5964 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5965 <context context-type="linenumber">1</context>
5966 </context-group>
6008 </trans-unit> 5967 </trans-unit>
6009 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 5968 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6010 <source>Unlimited</source> 5969 <source>Unlimited</source>
@@ -6012,7 +5971,17 @@ Account aanmaken</target>
6012 <context-group name="null"> 5971 <context-group name="null">
6013 <context context-type="linenumber">1</context> 5972 <context context-type="linenumber">1</context>
6014 </context-group> 5973 </context-group>
6015 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5974 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
5975 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
5976 <context-group purpose="location">
5977 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5978 <context context-type="linenumber">1</context>
5979 </context-group>
5980 <context-group purpose="location">
5981 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5982 <context context-type="linenumber">1</context>
5983 </context-group>
5984 </trans-unit>
6016 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a"> 5985 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
6017 <source>100MB</source> 5986 <source>100MB</source>
6018 <target>100MB</target> 5987 <target>100MB</target>
@@ -6124,42 +6093,18 @@ Account aanmaken</target>
6124 <context-group name="null"> 6093 <context-group name="null">
6125 <context context-type="linenumber">1</context> 6094 <context context-type="linenumber">1</context>
6126 </context-group> 6095 </context-group>
6127 <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></trans-unit> 6096 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6128 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df"> 6097
6129 <source>You need to specify hosts to follow.</source> 6098
6130 <target>Je moet de hosts specificeren om te volgen.</target> 6099
6131 <context-group name="null"> 6100
6132 <context context-type="linenumber">1</context>
6133 </context-group>
6134 <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></trans-unit>
6135 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
6136 <source>Hosts need to be unique.</source>
6137 <target>Hosts moeten uniek zijn.</target>
6138 <context-group name="null">
6139 <context context-type="linenumber">1</context>
6140 </context-group>
6141 <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></trans-unit>
6142 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
6143 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6144 <target>Als je bevestigd, verzend je een volgverzoek naar:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6145 <context-group name="null">
6146 <context context-type="linenumber">1</context>
6147 </context-group>
6148 <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></trans-unit>
6149 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
6150 <source>Follow new server(s)</source>
6151 <target>Volg nieuwe server(s)</target>
6152 <context-group name="null">
6153 <context context-type="linenumber">1</context>
6154 </context-group>
6155 <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></trans-unit>
6156 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 6101 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
6157 <source>Follow request(s) sent!</source> 6102 <source>Follow request(s) sent!</source>
6158 <target>Volgverzoek(en) verstuurd!</target> 6103 <target>Volgverzoek(en) verstuurd!</target>
6159 <context-group name="null"> 6104 <context-group name="null">
6160 <context context-type="linenumber">1</context> 6105 <context context-type="linenumber">1</context>
6161 </context-group> 6106 </context-group>
6162 <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></trans-unit> 6107 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6163 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 6108 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
6164 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6109 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6165 <target>Wil je echt <x id="INTERPOLATION" equiv-text="{{host}}"/> onvolgen?</target> 6110 <target>Wil je echt <x id="INTERPOLATION" equiv-text="{{host}}"/> onvolgen?</target>
@@ -6245,28 +6190,46 @@ Account aanmaken</target>
6245 <context-group name="null"> 6190 <context-group name="null">
6246 <context context-type="linenumber">1</context> 6191 <context context-type="linenumber">1</context>
6247 </context-group> 6192 </context-group>
6248 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6194 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6195 <context-group purpose="location">
6196 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6197 <context context-type="linenumber">1</context>
6198 </context-group>
6199 </trans-unit>
6249 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 6200 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
6250 <source>Comment updated.</source> 6201 <source>Comment updated.</source>
6251 <target>Reactie bijgewerkt.</target> 6202 <target>Reactie bijgewerkt.</target>
6252 <context-group name="null"> 6203 <context-group name="null">
6253 <context context-type="linenumber">1</context> 6204 <context context-type="linenumber">1</context>
6254 </context-group> 6205 </context-group>
6255 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6206 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
6256 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978"> 6207 <source>Internal actions</source><target state="new">Internal actions</target>
6257 <source>Delete this report</source> 6208 <context-group purpose="location">
6258 <target>Verwijder deze rapportage</target> 6209 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6259 <context-group name="null">
6260 <context context-type="linenumber">1</context> 6210 <context context-type="linenumber">1</context>
6261 </context-group> 6211 </context-group>
6262 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6212 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
6263 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321"> 6213 <source>Delete report</source><target state="new">Delete report</target>
6264 <source>Update moderation comment</source> 6214 <context-group purpose="location">
6265 <target>Werk beheerder-reactie bij</target> 6215 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6266 <context-group name="null">
6267 <context context-type="linenumber">1</context> 6216 <context context-type="linenumber">1</context>
6268 </context-group> 6217 </context-group>
6269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6218 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6219 <source>Add note</source><target state="new">Add note</target>
6220 <context-group purpose="location">
6221 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6222 <context context-type="linenumber">1</context>
6223 </context-group>
6224 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6225 <source>Update note</source><target state="new">Update note</target>
6226 <context-group purpose="location">
6227 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6228 <context context-type="linenumber">1</context>
6229 </context-group>
6230 </trans-unit>
6231
6232
6270 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3"> 6233 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
6271 <source>Mark as accepted</source> 6234 <source>Mark as accepted</source>
6272 <target>Markeer als geaccepteerd</target> 6235 <target>Markeer als geaccepteerd</target>
@@ -6280,7 +6243,13 @@ Account aanmaken</target>
6280 <context-group name="null"> 6243 <context-group name="null">
6281 <context context-type="linenumber">1</context> 6244 <context context-type="linenumber">1</context>
6282 </context-group> 6245 </context-group>
6283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
6247 <source>Actions for the video</source><target state="new">Actions for the video</target>
6248 <context-group purpose="location">
6249 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6250 <context context-type="linenumber">1</context>
6251 </context-group>
6252 </trans-unit>
6284 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599"> 6253 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
6285 <source>Do you really want to delete this abuse report?</source> 6254 <source>Do you really want to delete this abuse report?</source>
6286 <target>Wil je echt dit misbruiksrapportage verwijderen?</target> 6255 <target>Wil je echt dit misbruiksrapportage verwijderen?</target>
@@ -7045,11 +7014,8 @@ Account aanmaken</target>
7045 </context-group> 7014 </context-group>
7046 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7015 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7047 <source>max size</source><target state="new">max size</target> 7016 <source>max size</source><target state="new">max size</target>
7048 <context-group purpose="location"> 7017
7049 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7018 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7050 <context context-type="linenumber">1</context>
7051 </context-group>
7052 </trans-unit>
7053 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa"> 7019 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa">
7054 <source>Now please check your emails to verify your account and complete signup.</source> 7020 <source>Now please check your emails to verify your account and complete signup.</source>
7055 <target>Check alstublieft nu jouw e-mails om jouw account te verifiëren en de inschrijving te voltooien.</target> 7021 <target>Check alstublieft nu jouw e-mails om jouw account te verifiëren en de inschrijving te voltooien.</target>
@@ -7356,7 +7322,13 @@ Account aanmaken</target>
7356 <context-group name="null"> 7322 <context-group name="null">
7357 <context context-type="linenumber">1</context> 7323 <context context-type="linenumber">1</context>
7358 </context-group> 7324 </context-group>
7359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7325 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
7326 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
7327 <context-group purpose="location">
7328 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7329 <context context-type="linenumber">1</context>
7330 </context-group>
7331 </trans-unit>
7360 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 7332 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
7361 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 7333 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
7362 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> maanden geleden</target> 7334 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> maanden geleden</target>
@@ -7419,14 +7391,14 @@ Account aanmaken</target>
7419 <context-group name="null"> 7391 <context-group name="null">
7420 <context context-type="linenumber">1</context> 7392 <context context-type="linenumber">1</context>
7421 </context-group> 7393 </context-group>
7422 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7394 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
7423 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 7395 <source>just now</source><target state="new">just now</target>
7424 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 7396 <context-group purpose="location">
7425 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec geleden</target> 7397 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7426 <context-group name="null">
7427 <context context-type="linenumber">1</context> 7398 <context context-type="linenumber">1</context>
7428 </context-group> 7399 </context-group>
7429 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 7400 </trans-unit>
7401 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
7430 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 7402 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
7431 <context-group purpose="location"> 7403 <context-group purpose="location">
7432 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 7404 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
@@ -8861,7 +8833,7 @@ Account aanmaken</target>
8861 <context-group name="null"> 8833 <context-group name="null">
8862 <context context-type="linenumber">1</context> 8834 <context context-type="linenumber">1</context>
8863 </context-group> 8835 </context-group>
8864 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 8836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
8865 <source>Encoder</source><target state="new">Encoder</target> 8837 <source>Encoder</source><target state="new">Encoder</target>
8866 <context-group purpose="location"> 8838 <context-group purpose="location">
8867 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 8839 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -9101,14 +9073,14 @@ Account aanmaken</target>
9101 <context-group name="null"> 9073 <context-group name="null">
9102 <context context-type="linenumber">1</context> 9074 <context context-type="linenumber">1</context>
9103 </context-group> 9075 </context-group>
9104 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 9076 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
9105 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 9077 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
9106 <source> The deletion will be sent to remote instances, so they remove the comment too.</source><target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target>
9107 <context-group purpose="location"> 9078 <context-group purpose="location">
9108 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 9079 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
9109 <context context-type="linenumber">1</context> 9080 <context context-type="linenumber">1</context>
9110 </context-group> 9081 </context-group>
9111 </trans-unit> 9082 </trans-unit>
9083
9112 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d"> 9084 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d">
9113 <source> It is a remote comment, so the deletion will only be effective on your instance.</source> 9085 <source> It is a remote comment, so the deletion will only be effective on your instance.</source>
9114 <target> Het is een externe reactie, dus de verwijdering zal alleen op jouw instantie effectief zijn.</target> 9086 <target> Het is een externe reactie, dus de verwijdering zal alleen op jouw instantie effectief zijn.</target>
diff --git a/client/src/locale/angular.oc.xlf b/client/src/locale/angular.oc.xlf
index 50b6f8fc3..03dcc4b48 100644
--- a/client/src/locale/angular.oc.xlf
+++ b/client/src/locale/angular.oc.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 }}"/> publiquèt una nòva 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 }}"/> publiquèt una nòva 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">Vòstra 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;"/> es estada levada de la lista negra </target> 284 <target state="translated">Vòstra 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>"/> es estada levada 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">Vòstra 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;"/> es estada mesa en lista negra </target> 289 <target state="translated">Vòstra 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>"/> es estada mesa en 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 nòu senhalament <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> es estat creat per 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 nòu senhalament <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> es estat creat per 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 recentament creada <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;"/> es estada<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>automaticament mesa sus lista negra<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">La vidèo recentament creada <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>"/> es estada<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>automaticament mesa sus 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;"/> a comentat la 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 comentat la 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,28 +316,28 @@
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">Vòstra 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;"/> es estada publicada </target> 320 <target state="translated">Vòstra 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>"/> es estada publicada </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="new"> 325 <target state="new">
326 <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 326 <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
327 </target> 327 </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="new"> 332 <target state="new">
333 <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 333 <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
334 </target> 334 </target>
335 <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> 335 <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>
336 </trans-unit> 336 </trans-unit>
337 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 337 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
338 <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> 338 <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>
339 <target state="new"> 339 <target state="new">
340 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 340 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
341 </target> 341 </target>
342 <context-group purpose="location"> 342 <context-group purpose="location">
343 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 343 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -345,34 +345,42 @@
345 </context-group> 345 </context-group>
346 </trans-unit> 346 </trans-unit>
347 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 347 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
348 <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> 348 <source>
349 <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
350
351 <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>"/>
352 <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>"/>
353 </source>
349 <target state="new"> 354 <target state="new">
350 <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 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
351 356
352 <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;"/> 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>"/>
353 <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;"/> 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>"/>
354 </target> 359 </target>
355 <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> 360 <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>
356 </trans-unit> 361 </trans-unit>
357 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 362 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
358 <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> 363 <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>
359 <target state="new"> 364 <target state="new">
360 <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;"/> 365 <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>"/>
361 </target> 366 </target>
362 <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> 367 <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>
363 </trans-unit> 368 </trans-unit>
364 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 369 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
365 <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> 370 <source>
371 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 }}"/>)
372 <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>"/>
373 </source>
366 <target state="new"> 374 <target state="new">
367 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 }}"/>) 375 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 }}"/>)
368 <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;"/> 376 <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>"/>
369 </target> 377 </target>
370 <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> 378 <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>
371 </trans-unit> 379 </trans-unit>
372 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 380 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
373 <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> 381 <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>
374 <target state="new"> 382 <target state="new">
375 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;"/> 383 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>"/>
376 </target> 384 </target>
377 <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> 385 <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>
378 </trans-unit> 386 </trans-unit>
@@ -555,9 +563,9 @@
555 <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> 563 <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>
556 </trans-unit> 564 </trans-unit>
557 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 565 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
558 <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;"/> and will be forwarded to the video origin (<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> 566 <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>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
559 <target state="new"> 567 <target state="new">
560 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;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. 568 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>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>.
561 </target> 569 </target>
562 <context-group purpose="location"> 570 <context-group purpose="location">
563 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 571 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -620,32 +628,32 @@
620 <context-group name="null"> 628 <context-group name="null">
621 <context context-type="linenumber">6</context> 629 <context context-type="linenumber">6</context>
622 </context-group> 630 </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> 631
624 <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> 632
625 </trans-unit> 633 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
626 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 634 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
627 <source>Private</source> 635 <source>Private</source>
628 <target>Privada</target> 636 <target>Privada</target>
629 <context-group name="null"> 637 <context-group name="null">
630 <context context-type="linenumber">7</context> 638 <context context-type="linenumber">7</context>
631 </context-group> 639 </context-group>
632 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</context></context-group> 640
633 <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> 641
634 <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> 642
635 </trans-unit> 643 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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>
636 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 644 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
637 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 645 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
638 <target state="translated">{VAR_PLURAL, plural, =1 {1 visualizacion} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizacions} }</target> 646 <target state="translated">{VAR_PLURAL, plural, =1 {1 visualizacion} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizacions} }</target>
639 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group> 647
640 </trans-unit> 648 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
641 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 649 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
642 <source>Blacklisted</source> 650 <source>Blacklisted</source>
643 <target>En lista negra</target> 651 <target>En lista negra</target>
644 <context-group name="null"> 652 <context-group name="null">
645 <context context-type="linenumber">42</context> 653 <context context-type="linenumber">42</context>
646 </context-group> 654 </context-group>
647 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group> 655
648 </trans-unit> 656 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
649 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 657 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
650 <source>Sensitive</source> 658 <source>Sensitive</source>
651 <target> 659 <target>
@@ -654,8 +662,8 @@
654 <context-group name="null"> 662 <context-group name="null">
655 <context context-type="linenumber">46</context> 663 <context context-type="linenumber">46</context>
656 </context-group> 664 </context-group>
657 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group> 665
658 </trans-unit> 666 <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>
659 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 667 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
660 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 668 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
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> 669 <target>{VAR_PLURAL, plural, =0 {Cap de vidèo} =1 {1 vidèo} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vidèos} }</target>
@@ -713,11 +721,11 @@
713 <context-group name="null"> 721 <context-group name="null">
714 <context context-type="linenumber">15</context> 722 <context context-type="linenumber">15</context>
715 </context-group> 723 </context-group>
716 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group> 724
717 <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">73</context></context-group> 725
718 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</context></context-group> 726
719 <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> 727
720 </trans-unit> 728 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
721 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 729 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
722 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 730 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
723 <target>Suprimir de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 731 <target>Suprimir de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -759,19 +767,19 @@
759 <context-group name="null"> 767 <context-group name="null">
760 <context context-type="linenumber">63</context> 768 <context context-type="linenumber">63</context>
761 </context-group> 769 </context-group>
762 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group> 770
763 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group> 771
764 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group> 772
765 <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">41</context></context-group> 773
766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group> 774
767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group> 775
768 <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">11</context></context-group> 776
769 <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">87</context></context-group> 777
770 <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">11</context></context-group> 778
771 <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">87</context></context-group> 779
772 <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">11</context></context-group> 780
773 <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">11</context></context-group> 781
774 </trans-unit> 782 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
775 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 783 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
776 <source>Truncated preview</source> 784 <source>Truncated preview</source>
777 <target>Apercebut acorchit</target> 785 <target>Apercebut acorchit</target>
@@ -853,10 +861,13 @@
853 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 861 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
854 </trans-unit> 862 </trans-unit>
855 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 863 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
856 <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> 864 <source>
865 <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>"/>
866 <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>"/>
867 </source>
857 <target> 868 <target>
858 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>S’abonar a distància<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 869 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>S’abonar a distància<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
859 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Interaccion a distància<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 870 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Interaccion a distància<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
860 </target> 871 </target>
861 <context-group name="null"> 872 <context-group name="null">
862 <context context-type="linenumber">10</context> 873 <context context-type="linenumber">10</context>
@@ -864,16 +875,22 @@
864 <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> 875 <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>
865 </trans-unit> 876 </trans-unit>
866 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 877 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
867 <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> 878 <source>
868 <target state="new">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. </target> 879 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/>"/>
880 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
881 </source>
882 <target state="new">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/>"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </target>
869 <context-group purpose="location"> 883 <context-group purpose="location">
870 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 884 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
871 <context context-type="linenumber">17</context> 885 <context context-type="linenumber">17</context>
872 </context-group> 886 </context-group>
873 </trans-unit> 887 </trans-unit>
874 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 888 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
875 <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> 889 <source>
876 <target state="new">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. </target> 890 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/>"/>
891 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
892 </source>
893 <target state="new">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/>"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </target>
877 <context-group purpose="location"> 894 <context-group purpose="location">
878 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 895 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
879 <context context-type="linenumber">26</context> 896 <context context-type="linenumber">26</context>
@@ -888,8 +905,11 @@
888 </context-group> 905 </context-group>
889 </trans-unit> 906 </trans-unit>
890 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 907 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
891 <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> 908 <source>
892 <target state="new"><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;"/> </target> 909 <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>"/>
910 <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>"/>
911 </source>
912 <target state="new"><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>"/> <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>
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> 913 <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>
894 </trans-unit> 914 </trans-unit>
895 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c"> 915 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c">
@@ -944,9 +964,9 @@
944 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 964 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
945 </trans-unit> 965 </trans-unit>
946 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 966 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
947 <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> 967 <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>
948 <target> 968 <target>
949 Illimitat <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 jorn)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 969 Illimitat <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per jorn)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
950 </target> 970 </target>
951 <context-group name="null"> 971 <context-group name="null">
952 <context context-type="linenumber">53</context> 972 <context context-type="linenumber">53</context>
@@ -959,10 +979,10 @@
959 <context-group name="null"> 979 <context-group name="null">
960 <context context-type="linenumber">286</context> 980 <context context-type="linenumber">286</context>
961 </context-group> 981 </context-group>
962 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group> 982
963 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group> 983
964 <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">46</context></context-group> 984
965 </trans-unit> 985 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
966 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 986 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
967 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 987 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
968 <target>Importacion HTTP (YouTube, Vimeo, URL dirècta...)</target> 988 <target>Importacion HTTP (YouTube, Vimeo, URL dirècta...)</target>
@@ -1102,19 +1122,19 @@
1102 <context-group name="null"> 1122 <context-group name="null">
1103 <context context-type="linenumber">23</context> 1123 <context context-type="linenumber">23</context>
1104 </context-group> 1124 </context-group>
1105 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group> 1125
1106 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group> 1126
1107 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group> 1127
1108 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group> 1128
1109 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 1129
1110 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group> 1130
1111 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</context></context-group> 1131
1112 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">47</context></context-group> 1132
1113 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group> 1133
1114 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group> 1134
1115 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group> 1135
1116 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group> 1136
1117 </trans-unit> 1137 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1118 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1138 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1119 <source>Ban this user</source> 1139 <source>Ban this user</source>
1120 <target>Fòrabandir aqueste utilizaire</target> 1140 <target>Fòrabandir aqueste utilizaire</target>
@@ -1131,14 +1151,7 @@
1131 </context-group> 1151 </context-group>
1132 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group> 1152 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group>
1133 </trans-unit> 1153 </trans-unit>
1134 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798"> 1154
1135 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1136 <target>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, talha max : <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1137 <context-group name="null">
1138 <context context-type="linenumber">12</context>
1139 </context-group>
1140 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context><context context-type="linenumber">12</context></context-group>
1141 </trans-unit>
1142 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1155 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1143 <source>Login</source> 1156 <source>Login</source>
1144 <target> 1157 <target>
@@ -1158,14 +1171,21 @@
1158 </context-group> 1171 </context-group>
1159 </trans-unit> 1172 </trans-unit>
1160 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1173 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html">
1161 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1174 <source>
1175 Currently this instance doesn't allow for user registration, but you can find an instance
1176 that gives you the possibility to sign up for an account and upload your videos there.
1177
1178 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1179
1180 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1181 </source>
1162 <target state="new"> 1182 <target state="new">
1163 Currently this instance doesn't allow for user registration, but you can find an instance 1183 Currently this instance doesn't allow for user registration, but you can find an instance
1164 that gives you the possibility to sign up for an account and upload your videos there. 1184 that gives you the possibility to sign up for an account and upload your videos there.
1165 1185
1166 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 1186 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1167 1187
1168 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1188 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1169 </target> 1189 </target>
1170 <context-group purpose="location"> 1190 <context-group purpose="location">
1171 <context context-type="sourcefile">src/app/login/login.component.html</context> 1191 <context context-type="sourcefile">src/app/login/login.component.html</context>
@@ -1259,15 +1279,15 @@
1259 <context-group name="null"> 1279 <context-group name="null">
1260 <context context-type="linenumber">43</context> 1280 <context context-type="linenumber">43</context>
1261 </context-group> 1281 </context-group>
1262 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group> 1282
1263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1283
1264 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1284
1265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">41</context></context-group> 1285
1266 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group> 1286
1267 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</context></context-group> 1287
1268 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group> 1288
1269 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group> 1289
1270 </trans-unit> 1290 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1271 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1291 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1272 <source>Email address</source> 1292 <source>Email address</source>
1273 <target>Adreça de corrièl</target> 1293 <target>Adreça de corrièl</target>
@@ -1326,9 +1346,9 @@
1326 </context-group> 1346 </context-group>
1327 </trans-unit> 1347 </trans-unit>
1328 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1348 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1329 <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> 1349 <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>
1330 <target> 1350 <target>
1331 per <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;"/> 1351 per <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>"/>
1332 </target> 1352 </target>
1333 <context-group name="null"> 1353 <context-group name="null">
1334 <context context-type="linenumber">6</context> 1354 <context context-type="linenumber">6</context>
@@ -1336,10 +1356,13 @@
1336 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1356 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1337 </trans-unit> 1357 </trans-unit>
1338 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1358 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1339 <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> 1359 <source>
1360 Filters
1361 <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>"/>
1362 </source>
1340 <target> 1363 <target>
1341 Filtres 1364 Filtres
1342 <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;"/> 1365 <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>"/>
1343 </target> 1366 </target>
1344 <context-group name="null"> 1367 <context-group name="null">
1345 <context context-type="linenumber">16</context> 1368 <context context-type="linenumber">16</context>
@@ -1373,7 +1396,8 @@
1373 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group> 1396 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group>
1374 </trans-unit> 1397 </trans-unit>
1375 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1398 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1376 <source>CLI documentation</source> 1399 <source>CLI
1400 documentation</source>
1377 <target state="translated">Documentacion CLI</target> 1401 <target state="translated">Documentacion CLI</target>
1378 <context-group purpose="location"> 1402 <context-group purpose="location">
1379 <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>
@@ -1389,7 +1413,8 @@
1389 </context-group> 1413 </context-group>
1390 </trans-unit> 1414 </trans-unit>
1391 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1415 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1392 <source>Administer documentation</source> 1416 <source>Administer
1417 documentation</source>
1393 <target state="translated">Documentacion d'Administrator</target> 1418 <target state="translated">Documentacion d'Administrator</target>
1394 <context-group purpose="location"> 1419 <context-group purpose="location">
1395 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1420 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1405,7 +1430,8 @@
1405 </context-group> 1430 </context-group>
1406 </trans-unit> 1431 </trans-unit>
1407 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1432 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1408 <source>Use documentation</source> 1433 <source>Use
1434 documentation</source>
1409 <target state="translated">Documentacion d’utilizacion</target> 1435 <target state="translated">Documentacion d’utilizacion</target>
1410 <context-group purpose="location"> 1436 <context-group purpose="location">
1411 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1437 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1429,16 +1455,16 @@
1429 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group> 1455 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group>
1430 </trans-unit> 1456 </trans-unit>
1431 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1457 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1432 <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> 1458 <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>
1433 <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> 1459 <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>
1434 <context-group purpose="location"> 1460 <context-group purpose="location">
1435 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1461 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1436 <context context-type="linenumber">44</context> 1462 <context context-type="linenumber">44</context>
1437 </context-group> 1463 </context-group>
1438 </trans-unit> 1464 </trans-unit>
1439 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1465 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1440 <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> 1466 <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>
1441 <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;"/> </target> 1467 <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>"/> </target>
1442 <context-group purpose="location"> 1468 <context-group purpose="location">
1443 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1469 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1444 <context context-type="linenumber">47</context> 1470 <context context-type="linenumber">47</context>
@@ -1453,16 +1479,26 @@
1453 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group> 1479 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group>
1454 </trans-unit> 1480 </trans-unit>
1455 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1481 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1456 <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> 1482 <source>
1457 <target state="new">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. </target> 1483 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>"/>,
1484 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>"/>
1485 is very important for visitors to understand on what type of instance they are.
1486 </source>
1487 <target state="new">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>"/>, 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>"/> is very important for visitors to understand on what type of instance they are. </target>
1458 <context-group purpose="location"> 1488 <context-group purpose="location">
1459 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1489 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1460 <context context-type="linenumber">61</context> 1490 <context context-type="linenumber">61</context>
1461 </context-group> 1491 </context-group>
1462 </trans-unit> 1492 </trans-unit>
1463 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1493 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1464 <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> 1494 <source>
1465 <target state="new">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. </target> 1495 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
1496 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1497 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
1498 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1499 PeerTube instance.
1500 </source>
1501 <target state="new">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 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 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 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> PeerTube instance. </target>
1466 <context-group purpose="location"> 1502 <context-group purpose="location">
1467 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1503 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1468 <context context-type="linenumber">67</context> 1504 <context context-type="linenumber">67</context>
@@ -1559,10 +1595,13 @@
1559 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">21</context></context-group> 1595 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">21</context></context-group>
1560 </trans-unit> 1596 </trans-unit>
1561 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1597 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1562 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1598 <source>
1599 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1600 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1601 </source>
1563 <target state="new"> 1602 <target state="new">
1564 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. 1603 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1565 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1604 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1566 </target> 1605 </target>
1567 <context-group purpose="location"> 1606 <context-group purpose="location">
1568 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1607 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1638,15 +1677,9 @@
1638 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1677 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1639 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source> 1678 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source>
1640 <target state="translated">Interfàcia : <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1679 <target state="translated">Interfàcia : <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1641 <context-group purpose="location"> 1680
1642 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1681
1643 <context context-type="linenumber">36</context> 1682 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit>
1644 </context-group>
1645 <context-group purpose="location">
1646 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1647 <context context-type="linenumber">158</context>
1648 </context-group>
1649 </trans-unit>
1650 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html"> 1683 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1651 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source> 1684 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source>
1652 <target state="translated">Vidèos : <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1685 <target state="translated">Vidèos : <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
@@ -1690,48 +1723,33 @@
1690 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1723 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1691 <source>Help</source> 1724 <source>Help</source>
1692 <target state="translated">Ajuda</target> 1725 <target state="translated">Ajuda</target>
1693 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group> 1726
1694 </trans-unit> 1727 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1695 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1728 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1696 <source>Get help using PeerTube</source> 1729 <source>Get help using PeerTube</source>
1697 <target state="translated">Obtenètz d’ajudar per utilizar PeerTube</target> 1730 <target state="translated">Obtenètz d’ajudar per utilizar PeerTube</target>
1698 <context-group purpose="location"> 1731
1699 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1732 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1700 <context context-type="linenumber">167</context>
1701 </context-group>
1702 </trans-unit>
1703 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html"> 1733 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1704 <source>Shortcuts</source> 1734 <source>Shortcuts</source>
1705 <target state="translated">Acorchis</target> 1735 <target state="translated">Acorchis</target>
1706 <context-group purpose="location"> 1736
1707 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1737 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit>
1708 <context context-type="linenumber">168</context>
1709 </context-group>
1710 </trans-unit>
1711 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html"> 1738 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1712 <source>powered by PeerTube</source> 1739 <source>powered by PeerTube</source>
1713 <target state="translated">propulsat per PeerTube</target> 1740 <target state="translated">propulsat per PeerTube</target>
1714 <context-group purpose="location"> 1741
1715 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1742 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1716 <context context-type="linenumber">172</context>
1717 </context-group>
1718 </trans-unit>
1719 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html"> 1743 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1720 <source>PeerTube website</source> 1744 <source>PeerTube website</source>
1721 <target state="translated">Site web de PeerTube</target> 1745 <target state="translated">Site web de PeerTube</target>
1722 <context-group purpose="location"> 1746
1723 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1747 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1724 <context context-type="linenumber">172</context>
1725 </context-group>
1726 </trans-unit>
1727 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html"> 1748 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1728 <source>powered by PeerTube - CopyLeft 2015-2020</source> 1749 <source>powered by PeerTube - CopyLeft 2015-2020</source>
1729 <target state="translated">propulsat per PeerTube - CopyLeft 2015-2020</target> 1750 <target state="translated">propulsat per PeerTube - CopyLeft 2015-2020</target>
1730 <context-group purpose="location"> 1751
1731 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1752 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1732 <context context-type="linenumber">171</context>
1733 </context-group>
1734 </trans-unit>
1735 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1753 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1736 <source>Log out</source> 1754 <source>Log out</source>
1737 <target>Desconnexion</target> 1755 <target>Desconnexion</target>
@@ -1855,19 +1873,9 @@
1855 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1873 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1856 <source>Contact</source> 1874 <source>Contact</source>
1857 <target state="translated">Contacte</target> 1875 <target state="translated">Contacte</target>
1858 <context-group purpose="location"> 1876
1859 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1877 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1860 <context context-type="linenumber">154</context> 1878
1861 </context-group>
1862 </trans-unit>
1863 <trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1864 <source>Terms of Service</source>
1865 <target state="translated">Condicions d’utilizacion</target>
1866 <context-group purpose="location">
1867 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1868 <context context-type="linenumber">155</context>
1869 </context-group>
1870 </trans-unit>
1871 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1879 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1872 <source>View your notifications</source> 1880 <source>View your notifications</source>
1873 <target>Veire vòstras notificacions</target> 1881 <target>Veire vòstras notificacions</target>
@@ -2028,10 +2036,13 @@
2028 </context-group> 2036 </context-group>
2029 </trans-unit> 2037 </trans-unit>
2030 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 2038 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
2031 <source>Jump to channel <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;"/> </source> 2039 <source>
2040 Jump to channel
2041 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2042 </source>
2032 <target state="new"> 2043 <target state="new">
2033 Jump to channel 2044 Jump to channel
2034 <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;"/> 2045 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2035 </target> 2046 </target>
2036 <context-group purpose="location"> 2047 <context-group purpose="location">
2037 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2048 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
@@ -2270,10 +2281,14 @@
2270 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2281 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2271 </trans-unit> 2282 </trans-unit>
2272 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2283 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2273 <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> 2284 <source>
2285 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2286 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2287 Press Enter to add a new tag.
2288 </source>
2274 <target state="new"> 2289 <target state="new">
2275 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2290 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2276 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2291 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2277 Press Enter to add a new tag. 2292 Press Enter to add a new tag.
2278 </target> 2293 </target>
2279 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2294 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
@@ -2328,69 +2343,50 @@
2328 <context-group name="null"> 2343 <context-group name="null">
2329 <context context-type="linenumber">23</context> 2344 <context context-type="linenumber">23</context>
2330 </context-group> 2345 </context-group>
2331 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group> 2346
2332 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group> 2347
2333 <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">12</context></context-group> 2348
2334 <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">28</context></context-group> 2349
2335 <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">70</context></context-group> 2350
2336 <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">70</context></context-group> 2351
2337 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group> 2352
2338 </trans-unit> 2353 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2339 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2354 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2340 <source>Privacy</source> 2355 <source>Privacy</source>
2341 <target>Confidencialitat</target> 2356 <target>Confidencialitat</target>
2342 <context-group name="null"> 2357 <context-group name="null">
2343 <context context-type="linenumber">33</context> 2358 <context context-type="linenumber">33</context>
2344 </context-group> 2359 </context-group>
2345 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group> 2360
2346 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group> 2361
2347 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group> 2362
2348 <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">21</context></context-group> 2363
2349 <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">37</context></context-group> 2364
2350 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">187</context></context-group> 2365
2351 <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">57</context></context-group> 2366
2352 <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">57</context></context-group> 2367
2353 </trans-unit> 2368 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit>
2354 <trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2369
2355 <source>More information about privacy within PeerTube</source>
2356 <target state="new">More information about privacy within PeerTube</target>
2357 <context-group purpose="location">
2358 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2359 <context context-type="linenumber">164</context>
2360 </context-group>
2361 </trans-unit>
2362 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html"> 2370 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2363 <source>FAQ</source> 2371 <source>FAQ</source>
2364 <target state="translated">FAQ</target> 2372 <target state="translated">FAQ</target>
2365 <context-group purpose="location"> 2373
2366 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2374 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2367 <context context-type="linenumber">165</context>
2368 </context-group>
2369 </trans-unit>
2370 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html"> 2375 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2371 <source>Frequently asked questions about PeerTube</source> 2376 <source>Frequently asked questions about PeerTube</source>
2372 <target state="translated">Fièra a las questions tocant PeerTube</target> 2377 <target state="translated">Fièra a las questions tocant PeerTube</target>
2373 <context-group purpose="location"> 2378
2374 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2379 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2375 <context context-type="linenumber">165</context>
2376 </context-group>
2377 </trans-unit>
2378 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html"> 2380 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2379 <source>API</source> 2381 <source>API</source>
2380 <target state="translated">API</target> 2382 <target state="translated">API</target>
2381 <context-group purpose="location"> 2383
2382 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2384 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2383 <context context-type="linenumber">166</context>
2384 </context-group>
2385 </trans-unit>
2386 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html"> 2385 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2387 <source>API documentation</source> 2386 <source>API documentation</source>
2388 <target state="translated">Documentacion d’API</target> 2387 <target state="translated">Documentacion d’API</target>
2389 <context-group purpose="location"> 2388
2390 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2389 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2391 <context context-type="linenumber">166</context>
2392 </context-group>
2393 </trans-unit>
2394 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2390 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2395 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2391 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2396 <target>Publicacion programada (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2392 <target>Publicacion programada (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2456,7 +2452,7 @@
2456 <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> 2452 <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>
2457 </trans-unit> 2453 </trans-unit>
2458 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2454 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2459 <source>Already uploaded ✔</source> 2455 <source>Already uploaded ✔</source>
2460 <target>Ja enviada ✔</target> 2456 <target>Ja enviada ✔</target>
2461 <context-group name="null"> 2457 <context-group name="null">
2462 <context context-type="linenumber">179</context> 2458 <context context-type="linenumber">179</context>
@@ -2587,8 +2583,12 @@
2587 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2583 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2588 </trans-unit> 2584 </trans-unit>
2589 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2585 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2590 <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> 2586 <source>
2591 <target state="new">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. </target> 2587 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>"/>
2588 or URL that points to a raw MP4 file.
2589 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.
2590 </source>
2591 <target state="new">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>"/> 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. </target>
2592 <context-group purpose="location"> 2592 <context-group purpose="location">
2593 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2593 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2594 <context context-type="linenumber">10</context> 2594 <context context-type="linenumber">10</context>
@@ -2600,10 +2600,10 @@
2600 <context-group name="null"> 2600 <context-group name="null">
2601 <context context-type="linenumber">53</context> 2601 <context context-type="linenumber">53</context>
2602 </context-group> 2602 </context-group>
2603 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group> 2603
2604 <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">64</context></context-group> 2604
2605 <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">53</context></context-group> 2605
2606 </trans-unit> 2606 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2607 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2607 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2608 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2608 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2609 <target> 2609 <target>
@@ -2620,11 +2620,11 @@
2620 <context-group name="null"> 2620 <context-group name="null">
2621 <context context-type="linenumber">17</context> 2621 <context context-type="linenumber">17</context>
2622 </context-group> 2622 </context-group>
2623 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group> 2623
2624 <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">74</context></context-group> 2624
2625 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group> 2625
2626 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group> 2626
2627 </trans-unit> 2627 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2628 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2628 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2629 <source>Select the file to upload</source> 2629 <source>Select the file to upload</source>
2630 <target>Selecionnatz lo fichièr de mandar</target> 2630 <target>Selecionnatz lo fichièr de mandar</target>
@@ -2639,48 +2639,43 @@
2639 <context-group name="null"> 2639 <context-group name="null">
2640 <context context-type="linenumber">25</context> 2640 <context context-type="linenumber">25</context>
2641 </context-group> 2641 </context-group>
2642 <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">25</context></context-group> 2642
2643 </trans-unit> 2643 <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">24</context></context-group></trans-unit>
2644 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d"> 2644 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d">
2645 <source>Video background image</source> 2645 <source>Video background image</source>
2646 <target>Imatge de rèire-plan de la vidèo</target> 2646 <target>Imatge de rèire-plan de la vidèo</target>
2647 <context-group name="null"> 2647 <context-group name="null">
2648 <context context-type="linenumber">32</context> 2648 <context context-type="linenumber">32</context>
2649 </context-group> 2649 </context-group>
2650 <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> 2650
2651 </trans-unit> 2651 <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">31</context></context-group></trans-unit>
2652 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2652 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2653 <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> 2653 <source>
2654 Image that will be merged with your audio file.
2655 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2656 The chosen image will be definitive and cannot be modified.
2657 </source>
2654 <target> 2658 <target>
2655 L’imatge serà fusionat amb lo fichièr àudio. 2659 L’imatge serà fusionat amb lo fichièr àudio.
2656 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2660 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2657 L’imatge causit serà definitiu e se pòt pas modificar. 2661 L’imatge causit serà definitiu e se pòt pas modificar.
2658 </target> 2662 </target>
2659 <context-group name="null"> 2663 <context-group name="null">
2660 <context context-type="linenumber">34</context> 2664 <context context-type="linenumber">34</context>
2661 </context-group> 2665 </context-group>
2662 <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">34</context></context-group> 2666
2663 </trans-unit> 2667 <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">33</context></context-group></trans-unit>
2664 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2668 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2665 <source>Processing…</source> 2669 <source>Processing…</source>
2666 <target state="translated">Tractament…</target> 2670 <target state="translated">Tractament…</target>
2667 <context-group purpose="location"> 2671
2668 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2672 <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">55</context></context-group></trans-unit>
2669 <context context-type="linenumber">56</context>
2670 </context-group>
2671 </trans-unit>
2672 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html"> 2673 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2673 <source>Total video quota</source> 2674 <source>Total video quota</source>
2674 <target state="translated">Quòta vidèo total</target> 2675 <target state="translated">Quòta vidèo total</target>
2675 <context-group purpose="location"> 2676
2676 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2677
2677 <context context-type="linenumber">54</context> 2678 <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">53</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">11</context></context-group></trans-unit>
2678 </context-group>
2679 <context-group purpose="location">
2680 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2681 <context context-type="linenumber">11</context>
2682 </context-group>
2683 </trans-unit>
2684 <trans-unit id="6357683911e256c566259880de43ea9403de00d3"> 2679 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2685 <source>Congratulations! Your video is now available in your private library.</source> 2680 <source>Congratulations! Your video is now available in your private library.</source>
2686 <target> 2681 <target>
@@ -2689,24 +2684,24 @@
2689 <context-group name="null"> 2684 <context-group name="null">
2690 <context context-type="linenumber">66</context> 2685 <context context-type="linenumber">66</context>
2691 </context-group> 2686 </context-group>
2692 <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">68</context></context-group> 2687
2693 </trans-unit> 2688 <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">67</context></context-group></trans-unit>
2694 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2689 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2695 <source>Publish will be available when upload is finished</source> 2690 <source>Publish will be available when upload is finished</source>
2696 <target>La publicacion serà possibla un còp lo mandadís acabat</target> 2691 <target>La publicacion serà possibla un còp lo mandadís acabat</target>
2697 <context-group name="null"> 2692 <context-group name="null">
2698 <context context-type="linenumber">79</context> 2693 <context context-type="linenumber">79</context>
2699 </context-group> 2694 </context-group>
2700 <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">81</context></context-group> 2695
2701 </trans-unit> 2696 <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">80</context></context-group></trans-unit>
2702 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2697 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2703 <source>Publish</source> 2698 <source>Publish</source>
2704 <target>Publicar</target> 2699 <target>Publicar</target>
2705 <context-group name="null"> 2700 <context-group name="null">
2706 <context context-type="linenumber">86</context> 2701 <context context-type="linenumber">86</context>
2707 </context-group> 2702 </context-group>
2708 <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">88</context></context-group> 2703
2709 </trans-unit> 2704 <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">87</context></context-group></trans-unit>
2710 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2705 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2711 <source>Select the torrent to import</source> 2706 <source>Select the torrent to import</source>
2712 <target>Seleccionar lo torrent d’importar</target> 2707 <target>Seleccionar lo torrent d’importar</target>
@@ -2714,31 +2709,30 @@
2714 <context context-type="linenumber">6</context> 2709 <context context-type="linenumber">6</context>
2715 </context-group> 2710 </context-group>
2716 <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">6</context></context-group> 2711 <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">6</context></context-group>
2717 </trans-unit> 2712 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2718 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2713 <source>OR</source><target state="new">OR</target>
2719 <source>Or</source> 2714 <context-group purpose="location">
2720 <target>O</target> 2715 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2721 <context-group name="null"> 2716 <context context-type="linenumber">10</context>
2722 <context context-type="linenumber">11</context>
2723 </context-group> 2717 </context-group>
2724 <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">11</context></context-group>
2725 </trans-unit> 2718 </trans-unit>
2719
2726 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2720 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2727 <source>Paste magnet URI</source> 2721 <source>Paste magnet URI</source>
2728 <target>Pegar lo magnet URI</target> 2722 <target>Pegar lo magnet URI</target>
2729 <context-group name="null"> 2723 <context-group name="null">
2730 <context context-type="linenumber">14</context> 2724 <context context-type="linenumber">14</context>
2731 </context-group> 2725 </context-group>
2732 <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> 2726
2733 </trans-unit> 2727 <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">13</context></context-group></trans-unit>
2734 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2728 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2735 <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> 2729 <source>
2730 You can import any torrent file that points to a mp4 file.
2731 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.
2732 </source>
2736 <target state="new">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.</target> 2733 <target state="new">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.</target>
2737 <context-group purpose="location"> 2734
2738 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2735 <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">16</context></context-group></trans-unit>
2739 <context context-type="linenumber">17</context>
2740 </context-group>
2741 </trans-unit>
2742 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2736 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2743 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2737 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2744 <target> 2738 <target>
@@ -2747,14 +2741,18 @@
2747 <context-group name="null"> 2741 <context-group name="null">
2748 <context context-type="linenumber">57</context> 2742 <context context-type="linenumber">57</context>
2749 </context-group> 2743 </context-group>
2750 <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> 2744
2751 </trans-unit> 2745 <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">56</context></context-group></trans-unit>
2752 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2746 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2753 <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> 2747 <source>
2748 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.
2749 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2750 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.
2751 </source>
2754 <target state="new"> 2752 <target state="new">
2755 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. 2753 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.
2756 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2754 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2757 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. 2755 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.
2758 </target> 2756 </target>
2759 <context-group purpose="location"> 2757 <context-group purpose="location">
2760 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2758 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
@@ -2997,9 +2995,9 @@
2997 <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> 2995 <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>
2998 </trans-unit> 2996 </trans-unit>
2999 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2997 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
3000 <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> 2998 <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>
3001 <target state="new"> 2999 <target state="new">
3002 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;"/> 3000 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>"/>
3003 </target> 3001 </target>
3004 <context-group purpose="location"> 3002 <context-group purpose="location">
3005 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3003 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -3007,9 +3005,9 @@
3007 </context-group> 3005 </context-group>
3008 </trans-unit> 3006 </trans-unit>
3009 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 3007 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
3010 <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> 3008 <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>
3011 <target state="new"> 3009 <target state="new">
3012 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;"/> 3010 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>"/>
3013 </target> 3011 </target>
3014 <context-group purpose="location"> 3012 <context-group purpose="location">
3015 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3013 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -3087,10 +3085,10 @@
3087 <context-group name="null"> 3085 <context-group name="null">
3088 <context context-type="linenumber">63</context> 3086 <context context-type="linenumber">63</context>
3089 </context-group> 3087 </context-group>
3090 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group> 3088
3091 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group> 3089
3092 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">63</context></context-group> 3090
3093 </trans-unit> 3091 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit>
3094 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 3092 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
3095 <source>Subscribe</source> 3093 <source>Subscribe</source>
3096 <target state="translated">S’abonar</target> 3094 <target state="translated">S’abonar</target>
@@ -3179,8 +3177,8 @@
3179 <context-group name="null"> 3177 <context-group name="null">
3180 <context context-type="linenumber">215</context> 3178 <context context-type="linenumber">215</context>
3181 </context-group> 3179 </context-group>
3182 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group> 3180
3183 </trans-unit> 3181 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3184 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3182 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3185 <source>Get more information</source> 3183 <source>Get more information</source>
3186 <target>Obténer mai d’informacions</target> 3184 <target>Obténer mai d’informacions</target>
@@ -3258,29 +3256,20 @@
3258 <target state="new"> 3256 <target state="new">
3259 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 3257 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
3260 </target> 3258 </target>
3261 <context-group purpose="location"> 3259
3262 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3260 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3263 <context context-type="linenumber">77</context>
3264 </context-group>
3265 </trans-unit>
3266 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3261 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3267 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3262 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3268 <target state="new"> 3263 <target state="new">
3269 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 3264 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
3270 </target> 3265 </target>
3271 <context-group purpose="location"> 3266
3272 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3267 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3273 <context context-type="linenumber">80</context>
3274 </context-group>
3275 </trans-unit>
3276 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3268 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3277 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3269 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3278 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 3270 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
3279 <context-group purpose="location"> 3271
3280 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3272 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3281 <context context-type="linenumber">84</context>
3282 </context-group>
3283 </trans-unit>
3284 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3273 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3285 <source>Comments are disabled.</source> 3274 <source>Comments are disabled.</source>
3286 <target> 3275 <target>
@@ -3289,8 +3278,8 @@
3289 <context-group name="null"> 3278 <context-group name="null">
3290 <context context-type="linenumber">64</context> 3279 <context context-type="linenumber">64</context>
3291 </context-group> 3280 </context-group>
3292 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 3281
3293 </trans-unit> 3282 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3294 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3283 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3295 <source>Add comment...</source> 3284 <source>Add comment...</source>
3296 <target>Comentar...</target> 3285 <target>Comentar...</target>
@@ -3316,7 +3305,11 @@
3316 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3305 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3317 </trans-unit> 3306 </trans-unit>
3318 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3307 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3319 <source>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> 3308 <source>
3309 You can comment using an account on any ActivityPub-compatible instance.
3310 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3311 from within the software's interface.
3312 </source>
3320 <target state="new"> 3313 <target state="new">
3321 You can comment using an account on any ActivityPub-compatible instance. 3314 You can comment using an account on any ActivityPub-compatible instance.
3322 On most platforms, you can find the video by typing its URL in the search bar and then comment it 3315 On most platforms, you can find the video by typing its URL in the search bar and then comment it
@@ -3379,74 +3372,54 @@
3379 </context-group> 3372 </context-group>
3380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3381 </trans-unit> 3374 </trans-unit>
3382 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 3375
3383 <source>Follow</source>
3384 <target>Seguir</target>
3385 <context-group name="null">
3386 <context context-type="linenumber">7</context>
3387 </context-group>
3388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3389 </trans-unit>
3390 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3376 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3391 <source>Followers</source> 3377 <source>Followers</source>
3392 <target>Seguidors</target> 3378 <target>Seguidors</target>
3393 <context-group name="null"> 3379 <context-group name="null">
3394 <context context-type="linenumber">3</context> 3380 <context context-type="linenumber">3</context>
3395 </context-group> 3381 </context-group>
3396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 3382
3397 </trans-unit> 3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3398 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3384 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3399 <source>Video redundancies</source> 3385 <source>Video redundancies</source>
3400 <target state="translated">Redondància de las vidèos</target> 3386 <target state="translated">Redondància de las vidèos</target>
3401 <context-group purpose="location"> 3387
3402 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3403 <context context-type="linenumber">11</context>
3404 </context-group>
3405 </trans-unit>
3406 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 3389 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
3407 <source>1 host (without "http://") per line</source> 3390 <source>1 host (without "http://") per line</source>
3408 <target>1 òst (sens "http://") per linha</target> 3391 <target>1 òst (sens "http://") per linha</target>
3409 <context-group name="null"> 3392 <context-group name="null">
3410 <context context-type="linenumber">5</context> 3393 <context context-type="linenumber">5</context>
3411 </context-group> 3394 </context-group>
3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">5</context></context-group> 3395
3413 </trans-unit> 3396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3414 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507"> 3397 <source>Follow domain</source><target state="new">Follow domain</target>
3415 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3398 <context-group purpose="location">
3416 <target> 3399 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3417 Sembla que sètz pas sus un servidor HTTPS. Vòstre webserver a d’aver lo TLS activat per seguir de servidors. 3400 <context context-type="linenumber">15</context>
3418 </target>
3419 <context-group name="null">
3420 <context context-type="linenumber">17</context>
3421 </context-group>
3422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">17</context></context-group>
3423 </trans-unit>
3424 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
3425 <source>Add following</source>
3426 <target>Ajustar los abonaments</target>
3427 <context-group name="null">
3428 <context context-type="linenumber">21</context>
3429 </context-group> 3401 </context-group>
3430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group>
3431 </trans-unit> 3402 </trans-unit>
3403
3404
3432 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3405 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3433 <source>Filter...</source> 3406 <source>Filter...</source>
3434 <target>Filtre....</target> 3407 <target>Filtre....</target>
3435 <context-group name="null"> 3408 <context-group name="null">
3436 <context context-type="linenumber">27</context> 3409 <context context-type="linenumber">27</context>
3437 </context-group> 3410 </context-group>
3438 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</context></context-group> 3411
3439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">9</context></context-group> 3412
3440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">27</context></context-group> 3413
3441 </trans-unit> 3414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3442 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3415 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3443 <source>ID</source> 3416 <source>ID</source>
3444 <target>ID</target> 3417 <target>ID</target>
3445 <context-group name="null"> 3418 <context-group name="null">
3446 <context context-type="linenumber">18</context> 3419 <context context-type="linenumber">18</context>
3447 </context-group> 3420 </context-group>
3448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 3421
3449 </trans-unit> 3422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3450 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb"> 3423 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb">
3451 <source>Follower handle</source> 3424 <source>Follower handle</source>
3452 <target>Gestion dels seguidors</target> 3425 <target>Gestion dels seguidors</target>
@@ -3461,80 +3434,65 @@
3461 <context-group name="null"> 3434 <context-group name="null">
3462 <context context-type="linenumber">10</context> 3435 <context context-type="linenumber">10</context>
3463 </context-group> 3436 </context-group>
3464 <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> 3437
3465 <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> 3438
3466 </trans-unit> 3439 <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>
3467 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3440 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3468 <source>Delayed.</source> 3441 <source>Delayed.</source>
3469 <target state="new">Delayed.</target> 3442 <target state="new">Delayed.</target>
3470 <context-group purpose="location"> 3443
3471 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3472 <context context-type="linenumber">42</context>
3473 </context-group>
3474 </trans-unit>
3475 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3445 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3476 <source>Will start soon...</source> 3446 <source>Will start soon...</source>
3477 <target state="translated">Començarà lèu...</target> 3447 <target state="translated">Començarà lèu...</target>
3478 <context-group purpose="location"> 3448
3479 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3449 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3480 <context context-type="linenumber">43</context>
3481 </context-group>
3482 </trans-unit>
3483 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3450 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3484 <source>Running...</source> 3451 <source>Running...</source>
3485 <target state="translated">En cors..</target> 3452 <target state="translated">En cors..</target>
3486 <context-group purpose="location"> 3453
3487 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3488 <context context-type="linenumber">44</context>
3489 </context-group>
3490 </trans-unit>
3491 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3455 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3492 <source>Finished</source> 3456 <source>Finished</source>
3493 <target state="translated">Acabat</target> 3457 <target state="translated">Acabat</target>
3494 <context-group purpose="location"> 3458
3495 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3496 <context context-type="linenumber">45</context>
3497 </context-group>
3498 </trans-unit>
3499 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3460 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3500 <source>Failed</source> 3461 <source>Failed</source>
3501 <target state="translated">Fracàs</target> 3462 <target state="translated">Fracàs</target>
3502 <context-group purpose="location"> 3463
3503 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3504 <context context-type="linenumber">46</context>
3505 </context-group>
3506 </trans-unit>
3507 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3465 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3508 <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> 3466 <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>
3509 <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> 3467 <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>
3510 <context-group name="null"> 3468 <context-group name="null">
3511 <context context-type="linenumber">11</context> 3469 <context context-type="linenumber">11</context>
3512 </context-group> 3470 </context-group>
3513 <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> 3471
3514 <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> 3472
3515 <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> 3473
3516 <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> 3474
3517 <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> 3475
3518 <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> 3476
3519 </trans-unit> 3477 <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">24</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">46</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">11</context></context-group><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><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>
3520 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3478 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3521 <source>Accepted</source> 3479 <source>Accepted</source>
3522 <target>Acceptat</target> 3480 <target>Acceptat</target>
3523 <context-group name="null"> 3481 <context-group name="null">
3524 <context context-type="linenumber">32</context> 3482 <context context-type="linenumber">32</context>
3525 </context-group> 3483 </context-group>
3526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3484
3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3485
3528 </trans-unit> 3486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3529 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3487 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3530 <source>Pending</source> 3488 <source>Pending</source>
3531 <target>En espèra</target> 3489 <target>En espèra</target>
3532 <context-group name="null"> 3490 <context-group name="null">
3533 <context context-type="linenumber">33</context> 3491 <context context-type="linenumber">33</context>
3534 </context-group> 3492 </context-group>
3535 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3493
3536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3494
3537 </trans-unit> 3495 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3538 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3496 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3539 <source>Accept</source> 3497 <source>Accept</source>
3540 <target>Acceptar</target> 3498 <target>Acceptar</target>
@@ -3552,6 +3510,12 @@
3552 </context-group> 3510 </context-group>
3553 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3554 <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">42</context></context-group> 3512 <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">42</context></context-group>
3513 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3514 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3515 <context-group purpose="location">
3516 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3517 <context context-type="linenumber">3</context>
3518 </context-group>
3555 </trans-unit> 3519 </trans-unit>
3556 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 3520 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3557 <source>Host</source> 3521 <source>Host</source>
@@ -3559,24 +3523,32 @@
3559 <context-group name="null"> 3523 <context-group name="null">
3560 <context context-type="linenumber">19</context> 3524 <context context-type="linenumber">19</context>
3561 </context-group> 3525 </context-group>
3562 <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> 3526
3563 </trans-unit> 3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3564 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3528 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3565 <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> 3529 <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>
3566 <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> 3530 <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>
3531
3532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3533 <source>Follow domains</source><target state="new">Follow domains</target>
3567 <context-group purpose="location"> 3534 <context-group purpose="location">
3568 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3535 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3569 <context context-type="linenumber">21</context> 3536 <context context-type="linenumber">50</context>
3570 </context-group> 3537 </context-group>
3571 </trans-unit> 3538 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3572 <trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3539 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3573 <source>Video redundancies list</source>
3574 <target state="new">Video redundancies list</target>
3575 <context-group purpose="location"> 3540 <context-group purpose="location">
3576 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3541 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3577 <context context-type="linenumber">2</context> 3542 <context context-type="linenumber">7</context>
3543 </context-group>
3544 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3545 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3546 <context-group purpose="location">
3547 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3548 <context context-type="linenumber">8</context>
3578 </context-group> 3549 </context-group>
3579 </trans-unit> 3550 </trans-unit>
3551
3580 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 3552 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
3581 <source>Create user</source> 3553 <source>Create user</source>
3582 <target>Crear un utilizaire</target> 3554 <target>Crear un utilizaire</target>
@@ -3633,14 +3605,17 @@
3633 <context-group name="null"> 3605 <context-group name="null">
3634 <context context-type="linenumber">43</context> 3606 <context context-type="linenumber">43</context>
3635 </context-group> 3607 </context-group>
3636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3608
3637 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3609
3638 <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> 3610
3639 </trans-unit> 3611 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit>
3640 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3612 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3641 <source>Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3613 <source>
3614 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3615 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3616 </source>
3642 <target state="new"> 3617 <target state="new">
3643 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 3618 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3644 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3619 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3645 </target> 3620 </target>
3646 <context-group purpose="location"> 3621 <context-group purpose="location">
@@ -3731,31 +3706,41 @@
3731 <context-group name="null"> 3706 <context-group name="null">
3732 <context context-type="linenumber">19</context> 3707 <context context-type="linenumber">19</context>
3733 </context-group> 3708 </context-group>
3734 <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> 3709
3735 </trans-unit> 3710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3736 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3711 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3737 <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> 3712 <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>
3738 <target>Nom d’utilizaire <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> 3713 <target>Nom d’utilizaire <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>
3739 <context-group name="null"> 3714 <context-group name="null">
3740 <context context-type="linenumber">40</context> 3715 <context context-type="linenumber">40</context>
3741 </context-group> 3716 </context-group>
3742 <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> 3717
3743 </trans-unit> 3718 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3744 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3719 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3745 <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> 3720 <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>
3746 <target>Quòta 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> 3721 <target>Quòta 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>
3747 <context-group name="null"> 3722 <context-group name="null">
3748 <context context-type="linenumber">42</context> 3723 <context context-type="linenumber">42</context>
3749 </context-group> 3724 </context-group>
3750 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group> 3725
3751 </trans-unit> 3726 <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></trans-unit>
3752 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3727 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3753 <source>(banned)</source> 3728 <source>(banned)</source>
3754 <target>(fòrabandit)</target> 3729 <target>(fòrabandit)</target>
3755 <context-group name="null"> 3730 <context-group name="null">
3756 <context context-type="linenumber">65</context> 3731 <context context-type="linenumber">65</context>
3757 </context-group> 3732 </context-group>
3758 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group> 3733
3734 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3735 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3736 <context-group purpose="location">
3737 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3738 <context context-type="linenumber">65</context>
3739 </context-group>
3740 <context-group purpose="location">
3741 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3742 <context context-type="linenumber">27</context>
3743 </context-group>
3759 </trans-unit> 3744 </trans-unit>
3760 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3745 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3761 <source>User's email must be verified to login</source> 3746 <source>User's email must be verified to login</source>
@@ -3763,23 +3748,29 @@
3763 <context-group name="null"> 3748 <context-group name="null">
3764 <context context-type="linenumber">72</context> 3749 <context context-type="linenumber">72</context>
3765 </context-group> 3750 </context-group>
3766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group> 3751
3767 </trans-unit> 3752 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3768 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3753 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3769 <source>User's email is verified / User can login without email verification</source> 3754 <source>User's email is verified / User can login without email verification</source>
3770 <target>Lo corrièl de l’utilizaire es verificat / Pòt se connectar sens verificacion de l’adreça</target> 3755 <target>Lo corrièl de l’utilizaire es verificat / Pòt se connectar sens verificacion de l’adreça</target>
3771 <context-group name="null"> 3756 <context-group name="null">
3772 <context context-type="linenumber">76</context> 3757 <context context-type="linenumber">76</context>
3773 </context-group> 3758 </context-group>
3774 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group> 3759
3775 </trans-unit> 3760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3776 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3761 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3777 <source>Ban reason:</source> 3762 <source>Ban reason:</source>
3778 <target>Rason del bandiment :</target> 3763 <target>Rason del bandiment :</target>
3779 <context-group name="null"> 3764 <context-group name="null">
3780 <context context-type="linenumber">95</context> 3765 <context context-type="linenumber">95</context>
3781 </context-group> 3766 </context-group>
3782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group> 3767
3768 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3769 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3770 <context-group purpose="location">
3771 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3772 <context context-type="linenumber">15</context>
3773 </context-group>
3783 </trans-unit> 3774 </trans-unit>
3784 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3775 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
3785 <source>Moderation</source> 3776 <source>Moderation</source>
@@ -3829,100 +3820,106 @@
3829 <context context-type="linenumber">13</context> 3820 <context context-type="linenumber">13</context>
3830 </context-group> 3821 </context-group>
3831 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3822 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3823 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3824 <source>Video <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">Video <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>
3825 <context-group purpose="location">
3826 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3827 <context context-type="linenumber">10</context>
3828 </context-group>
3832 </trans-unit> 3829 </trans-unit>
3833 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3830 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3834 <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> 3831 <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>
3835 <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> 3832 <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>
3836 <context-group name="null"> 3833 <context-group name="null">
3837 <context context-type="linenumber">8</context> 3834 <context context-type="linenumber">8</context>
3838 </context-group> 3835 </context-group>
3839 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3836
3840 <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">8</context></context-group> 3837
3841 </trans-unit> 3838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3842 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3839 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3843 <source>Video URL</source> 3840 <source>Video URL</source>
3844 <target state="translated">URL de la vidèo</target> 3841 <target state="translated">URL de la vidèo</target>
3845 <context-group purpose="location"> 3842
3846 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3843 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3847 <context context-type="linenumber">24</context>
3848 </context-group>
3849 </trans-unit>
3850 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3844 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3851 <source>Total size</source> 3845 <source>Total size</source>
3852 <target state="new">Total size</target> 3846 <target state="new">Total size</target>
3847
3848 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3849 <source>List redundancies</source><target state="new">List redundancies</target>
3853 <context-group purpose="location"> 3850 <context-group purpose="location">
3854 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3851 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3855 <context context-type="linenumber">25</context> 3852 <context context-type="linenumber">33</context>
3856 </context-group> 3853 </context-group>
3857 </trans-unit> 3854 </trans-unit>
3858 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3855 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3859 <source>Enabled strategies stats</source> 3856 <source>Enabled strategies stats</source>
3860 <target state="new">Enabled strategies stats</target> 3857 <target state="new">Enabled strategies stats</target>
3861 <context-group purpose="location"> 3858
3862 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
3863 <context context-type="linenumber">69</context>
3864 </context-group>
3865 </trans-unit>
3866 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3860 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3867 <source>No redundancy strategy is enabled on your instance.</source> 3861 <source>No redundancy strategy is enabled on your instance.</source>
3868 <target state="new"> 3862 <target state="new">
3869 No redundancy strategy is enabled on your instance. 3863 No redundancy strategy is enabled on your instance.
3870 </target> 3864 </target>
3871 <context-group purpose="location"> 3865
3872 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3873 <context context-type="linenumber">73</context>
3874 </context-group>
3875 </trans-unit>
3876 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3867 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3877 <source>Sensitive</source> 3868 <source>Sensitive</source>
3878 <target>Sensible</target> 3869 <target>Sensible</target>
3879 <context-group name="null"> 3870 <context-group name="null">
3880 <context context-type="linenumber">9</context> 3871 <context context-type="linenumber">9</context>
3881 </context-group> 3872 </context-group>
3882 <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">9</context></context-group> 3873
3883 </trans-unit> 3874 <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">11</context></context-group></trans-unit>
3884 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3875 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3885 <source>Unfederated</source> 3876 <source>Unfederated</source>
3886 <target>Pas federada</target> 3877 <target>Pas federada</target>
3887 <context-group name="null"> 3878 <context-group name="null">
3888 <context context-type="linenumber">10</context> 3879 <context context-type="linenumber">10</context>
3889 </context-group> 3880 </context-group>
3890 <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> 3881
3891 </trans-unit> 3882 <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">12</context></context-group></trans-unit>
3892 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3883 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3893 <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> 3884 <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>
3894 <target>Data <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> 3885 <target>Data <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>
3895 <context-group name="null"> 3886 <context-group name="null">
3896 <context context-type="linenumber">11</context> 3887 <context context-type="linenumber">11</context>
3897 </context-group> 3888 </context-group>
3898 <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">11</context></context-group> 3889
3899 </trans-unit> 3890 <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">13</context></context-group></trans-unit>
3900 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3891 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3901 <source>Go to the video</source> 3892 <source>Go to the video</source>
3902 <target>Anar a la vidèo</target> 3893 <target>Anar a la vidèo</target>
3903 <context-group name="null"> 3894 <context-group name="null">
3904 <context context-type="linenumber">33</context> 3895 <context context-type="linenumber">33</context>
3905 </context-group> 3896 </context-group>
3906 <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">25</context></context-group> 3897
3907 <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">33</context></context-group> 3898
3908 <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">33</context></context-group> 3899
3909 </trans-unit> 3900 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3910 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3901 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3911 <source>Actions</source> 3902 <source>Actions</source>
3912 <target>Accions</target> 3903 <target>Accions</target>
3913 <context-group name="null"> 3904 <context-group name="null">
3914 <context context-type="linenumber">44</context> 3905 <context context-type="linenumber">44</context>
3915 </context-group> 3906 </context-group>
3916 <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">35</context></context-group> 3907
3917 <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">44</context></context-group> 3908
3918 </trans-unit> 3909 <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">38</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">57</context></context-group></trans-unit>
3919 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3910 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3920 <source>Blacklist reason:</source> 3911 <source>Blacklist reason:</source>
3921 <target>Rason de la mesa en lista negra :</target> 3912 <target>Rason de la mesa en lista negra :</target>
3922 <context-group name="null"> 3913 <context-group name="null">
3923 <context context-type="linenumber">43</context> 3914 <context context-type="linenumber">43</context>
3924 </context-group> 3915 </context-group>
3925 <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">43</context></context-group> 3916
3917 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3918 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3919 <context-group purpose="location">
3920 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3921 <context context-type="linenumber">5</context>
3922 </context-group>
3926 </trans-unit> 3923 </trans-unit>
3927 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 3924 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
3928 <source>Moderation comment</source> 3925 <source>Moderation comment</source>
@@ -3940,47 +3937,53 @@
3940 <context-group name="null"> 3937 <context-group name="null">
3941 <context context-type="linenumber">18</context> 3938 <context context-type="linenumber">18</context>
3942 </context-group> 3939 </context-group>
3943 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">18</context></context-group> 3940
3944 </trans-unit> 3941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3945 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3942 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3946 <source>Update this comment</source> 3943 <source>Update this comment</source>
3947 <target>Actualizar aqueste comentari</target> 3944 <target>Actualizar aqueste comentari</target>
3948 <context-group name="null"> 3945 <context-group name="null">
3949 <context context-type="linenumber">26</context> 3946 <context context-type="linenumber">26</context>
3950 </context-group> 3947 </context-group>
3951 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group> 3948
3952 </trans-unit> 3949 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3953 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3950 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3954 <source>Reporter</source> 3951 <source>Reporter</source>
3955 <target>Senhalaire</target> 3952 <target>Senhalaire</target>
3956 <context-group name="null"> 3953 <context-group name="null">
3957 <context context-type="linenumber">8</context> 3954 <context context-type="linenumber">8</context>
3958 </context-group> 3955 </context-group>
3959 <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">8</context></context-group> 3956
3960 </trans-unit> 3957 <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">10</context></context-group></trans-unit>
3961 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3958 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3962 <source>Video</source> 3959 <source>Video</source>
3963 <target>Vidèo</target> 3960 <target>Vidèo</target>
3964 <context-group name="null"> 3961 <context-group name="null">
3965 <context context-type="linenumber">9</context> 3962 <context context-type="linenumber">9</context>
3966 </context-group> 3963 </context-group>
3967 <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">10</context></context-group> 3964
3968 <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">14</context></context-group> 3965
3969 <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> 3966
3967 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3968 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3969 <context-group purpose="location">
3970 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3971 <context context-type="linenumber">46</context>
3972 </context-group>
3970 </trans-unit> 3973 </trans-unit>
3971 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3974 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3972 <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> 3975 <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>
3973 <target>Estat <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> 3976 <target>Estat <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>
3974 <context-group name="null"> 3977 <context-group name="null">
3975 <context context-type="linenumber">11</context> 3978 <context context-type="linenumber">11</context>
3976 </context-group> 3979 </context-group>
3977 <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> 3980
3978 <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> 3981
3979 <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> 3982
3980 </trans-unit> 3983 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3981 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3984 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3982 <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> 3985 <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>
3983 <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> 3986 <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>
3984 <context-group purpose="location"> 3987 <context-group purpose="location">
3985 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3988 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3986 <context context-type="linenumber">18</context> 3989 <context context-type="linenumber">18</context>
@@ -3992,25 +3995,30 @@
3992 <context-group name="null"> 3995 <context-group name="null">
3993 <context context-type="linenumber">27</context> 3996 <context context-type="linenumber">27</context>
3994 </context-group> 3997 </context-group>
3995 <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">25</context></context-group> 3998
3996 <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">27</context></context-group> 3999
3997 </trans-unit> 4000 <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">27</context></context-group></trans-unit>
3998 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 4001 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
3999 <source>Reason:</source> 4002 <source>Reason:</source>
4000 <target>Rason :</target> 4003 <target>Rason :</target>
4001 <context-group name="null"> 4004 <context-group name="null">
4002 <context context-type="linenumber">53</context> 4005 <context context-type="linenumber">53</context>
4003 </context-group> 4006 </context-group>
4004 <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">53</context></context-group> 4007
4005 </trans-unit> 4008 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
4006 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 4009 <source>Note:</source><target state="new">Note:</target>
4007 <source>Moderation comment:</source> 4010 <context-group purpose="location">
4008 <target>Comentari de moderacion :</target> 4011 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4009 <context-group name="null"> 4012 <context context-type="linenumber">72</context>
4010 <context context-type="linenumber">57</context> 4013 </context-group>
4014 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
4015 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
4016 <context-group purpose="location">
4017 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4018 <context context-type="linenumber">5</context>
4011 </context-group> 4019 </context-group>
4012 <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">57</context></context-group>
4013 </trans-unit> 4020 </trans-unit>
4021
4014 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 4022 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
4015 <source>Unblacklist</source> 4023 <source>Unblacklist</source>
4016 <target>Tirar de la lista nègra</target> 4024 <target>Tirar de la lista nègra</target>
@@ -4019,6 +4027,12 @@
4019 </context-group> 4027 </context-group>
4020 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 4028 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
4021 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 4029 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
4030 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
4031 <source>Mute domain</source><target state="new">Mute domain</target>
4032 <context-group purpose="location">
4033 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4034 <context context-type="linenumber">11</context>
4035 </context-group>
4022 </trans-unit> 4036 </trans-unit>
4023 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4037 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
4024 <source>Instance</source> 4038 <source>Instance</source>
@@ -4026,31 +4040,53 @@
4026 <context-group name="null"> 4040 <context-group name="null">
4027 <context context-type="linenumber">5</context> 4041 <context context-type="linenumber">5</context>
4028 </context-group> 4042 </context-group>
4029 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 4043
4030 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 4044
4031 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4045
4032 </trans-unit> 4046 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
4033 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4047 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4034 <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> 4048 <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>
4035 <target>Mut lo <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> 4049 <target>Mut lo <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>
4036 <context-group name="null"> 4050 <context-group name="null">
4037 <context context-type="linenumber">13</context> 4051 <context context-type="linenumber">13</context>
4038 </context-group> 4052 </context-group>
4039 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 4053
4040 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 4054
4041 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 4055
4042 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 4056
4043 </trans-unit> 4057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
4044 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4058 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
4045 <source>Unmute</source> 4059 <source>Unmute</source>
4046 <target>Restablir</target> 4060 <target>Restablir</target>
4047 <context-group name="null"> 4061 <context-group name="null">
4048 <context context-type="linenumber">23</context> 4062 <context context-type="linenumber">23</context>
4049 </context-group> 4063 </context-group>
4050 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group> 4064
4051 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 4065
4052 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group> 4066
4053 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group> 4067
4068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
4069 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
4070 <context-group purpose="location">
4071 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4072 <context context-type="linenumber">5</context>
4073 </context-group>
4074 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
4075 <source>
4076 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4077 </source><target state="new">
4078 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4079 </target>
4080 <context-group purpose="location">
4081 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4082 <context context-type="linenumber">37</context>
4083 </context-group>
4084 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4085 <source>Mute domains</source><target state="new">Mute domains</target>
4086 <context-group purpose="location">
4087 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4088 <context context-type="linenumber">35</context>
4089 </context-group>
4054 </trans-unit> 4090 </trans-unit>
4055 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4091 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
4056 <source>Account</source> 4092 <source>Account</source>
@@ -4058,8 +4094,14 @@
4058 <context-group name="null"> 4094 <context-group name="null">
4059 <context context-type="linenumber">12</context> 4095 <context context-type="linenumber">12</context>
4060 </context-group> 4096 </context-group>
4061 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 4097
4062 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 4098
4099 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4100 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
4101 <context-group purpose="location">
4102 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4103 <context context-type="linenumber">5</context>
4104 </context-group>
4063 </trans-unit> 4105 </trans-unit>
4064 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5"> 4106 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5">
4065 <source>Plugins/Themes</source> 4107 <source>Plugins/Themes</source>
@@ -4230,38 +4272,25 @@
4230 </context-group> 4272 </context-group>
4231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group> 4273 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group>
4232 </trans-unit> 4274 </trans-unit>
4233 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 4275
4234 <source>Jobs list</source>
4235 <target>Lista de trabalhs</target>
4236 <context-group name="null">
4237 <context context-type="linenumber">2</context>
4238 </context-group>
4239 <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>
4240 </trans-unit>
4241 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 4276 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4242 <source>Job type</source> 4277 <source>Job type</source>
4243 <target state="translated">Tipe de tasca</target> 4278 <target state="translated">Tipe de tasca</target>
4244 <context-group purpose="location"> 4279
4245 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
4246 <context context-type="linenumber">5</context>
4247 </context-group>
4248 </trans-unit>
4249 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 4281 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4250 <source>Job state</source> 4282 <source>Job state</source>
4251 <target state="new">Job state</target> 4283 <target state="new">Job state</target>
4252 <context-group purpose="location"> 4284
4253 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4254 <context context-type="linenumber">14</context>
4255 </context-group>
4256 </trans-unit>
4257 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4286 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
4258 <source>Type</source> 4287 <source>Type</source>
4259 <target>Tipe</target> 4288 <target>Tipe</target>
4260 <context-group name="null"> 4289 <context-group name="null">
4261 <context context-type="linenumber">19</context> 4290 <context context-type="linenumber">19</context>
4262 </context-group> 4291 </context-group>
4263 <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> 4292
4264 </trans-unit> 4293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4265 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 4294 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
4266 <source>Refresh</source> 4295 <source>Refresh</source>
4267 <target>Actualizar</target> 4296 <target>Actualizar</target>
@@ -4279,8 +4308,8 @@
4279 </context-group> 4308 </context-group>
4280 </trans-unit> 4309 </trans-unit>
4281 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4310 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4282 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4311 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4283 <target state="translated">Per <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4312 <target state="translated">Per <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4284 <context-group purpose="location"> 4313 <context-group purpose="location">
4285 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4314 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4286 <context context-type="linenumber">32</context> 4315 <context context-type="linenumber">32</context>
@@ -4323,58 +4352,40 @@
4323 <context-group name="null"> 4352 <context-group name="null">
4324 <context context-type="linenumber">33</context> 4353 <context context-type="linenumber">33</context>
4325 </context-group> 4354 </context-group>
4326 <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">33</context></context-group> 4355
4327 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group> 4356
4328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4357
4329 </trans-unit> 4358 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
4330 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4359 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4331 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4360 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4332 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4361 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4333 <context-group purpose="location"> 4362
4334 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4363 <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">47</context></context-group></trans-unit>
4335 <context context-type="linenumber">46</context>
4336 </context-group>
4337 </trans-unit>
4338 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4364 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4339 <source>Help share videos being played</source> 4365 <source>Help share videos being played</source>
4340 <target state="new">Help share videos being played</target> 4366 <target state="new">Help share videos being played</target>
4341 <context-group purpose="location"> 4367
4342 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4368 <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">44</context></context-group></trans-unit>
4343 <context context-type="linenumber">43</context>
4344 </context-group>
4345 </trans-unit>
4346 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html"> 4369 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4347 <source>When on a video page, directly start playing the video.</source> 4370 <source>When on a video page, directly start playing the video.</source>
4348 <target state="new">When on a video page, directly start playing the video.</target> 4371 <target state="new">When on a video page, directly start playing the video.</target>
4349 <context-group purpose="location"> 4372
4350 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4373 <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">58</context></context-group></trans-unit>
4351 <context context-type="linenumber">57</context>
4352 </context-group>
4353 </trans-unit>
4354 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html"> 4374 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4355 <source>Automatically play videos</source> 4375 <source>Automatically play videos</source>
4356 <target state="new">Automatically play videos</target> 4376 <target state="new">Automatically play videos</target>
4357 <context-group purpose="location"> 4377
4358 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4378 <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">55</context></context-group></trans-unit>
4359 <context context-type="linenumber">54</context>
4360 </context-group>
4361 </trans-unit>
4362 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html"> 4379 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4363 <source>When a video ends, follow up with the next suggested video.</source> 4380 <source>When a video ends, follow up with the next suggested video.</source>
4364 <target state="new">When a video ends, follow up with the next suggested video.</target> 4381 <target state="new">When a video ends, follow up with the next suggested video.</target>
4365 <context-group purpose="location"> 4382
4366 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4383 <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">69</context></context-group></trans-unit>
4367 <context context-type="linenumber">68</context>
4368 </context-group>
4369 </trans-unit>
4370 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html"> 4384 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4371 <source>Automatically start playing the next video</source> 4385 <source>Automatically start playing the next video</source>
4372 <target state="new">Automatically start playing the next video</target> 4386 <target state="new">Automatically start playing the next video</target>
4373 <context-group purpose="location"> 4387
4374 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4388 <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">66</context></context-group></trans-unit>
4375 <context context-type="linenumber">65</context>
4376 </context-group>
4377 </trans-unit>
4378 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629"> 4389 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629">
4379 <source>Main languages you/your moderators speak</source> 4390 <source>Main languages you/your moderators speak</source>
4380 <target>La lenga màger que vòstre(s) moderator(s) parla(n)</target> 4391 <target>La lenga màger que vòstre(s) moderator(s) parla(n)</target>
@@ -4389,9 +4400,9 @@
4389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 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">75</context></context-group>
4390 </trans-unit> 4401 </trans-unit>
4391 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4402 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4392 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4403 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4393 <target state="new"> 4404 <target state="new">
4394 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. 4405 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team.
4395 </target> 4406 </target>
4396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4397 </trans-unit> 4408 </trans-unit>
@@ -4401,9 +4412,12 @@
4401 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4402 </trans-unit> 4413 </trans-unit>
4403 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4414 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4404 <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> 4415 <source>
4416 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/>"/>
4417 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4418 </source>
4405 <target state="new"> 4419 <target state="new">
4406 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;"/> 4420 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/>"/>
4407 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4421 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4408 </target> 4422 </target>
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">90</context></context-group> 4423 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
@@ -4417,9 +4431,9 @@
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">99</context></context-group> 4431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4418 </trans-unit> 4432 </trans-unit>
4419 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4433 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4420 <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> 4434 <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>
4421 <target state="new"> 4435 <target state="new">
4422 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. 4436 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.
4423 </target> 4437 </target>
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">103</context></context-group> 4438 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4425 </trans-unit> 4439 </trans-unit>
@@ -4429,134 +4443,131 @@
4429 <context-group name="null"> 4443 <context-group name="null">
4430 <context context-type="linenumber">14</context> 4444 <context context-type="linenumber">14</context>
4431 </context-group> 4445 </context-group>
4432 <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">14</context></context-group> 4446
4433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group> 4447
4434 </trans-unit> 4448 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4435 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4449 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4436 <source>Blur thumbnails</source> 4450 <source>Blur thumbnails</source>
4437 <target>Enfoscar las vinhetas</target> 4451 <target>Enfoscar las vinhetas</target>
4438 <context-group name="null"> 4452 <context-group name="null">
4439 <context context-type="linenumber">15</context> 4453 <context context-type="linenumber">15</context>
4440 </context-group> 4454 </context-group>
4441 <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">15</context></context-group> 4455
4442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group> 4456
4443 </trans-unit> 4457 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4444 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4458 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4445 <source>Display</source> 4459 <source>Display</source>
4446 <target>Mostrar</target> 4460 <target>Mostrar</target>
4447 <context-group name="null"> 4461 <context-group name="null">
4448 <context context-type="linenumber">16</context> 4462 <context context-type="linenumber">16</context>
4449 </context-group> 4463 </context-group>
4450 <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">16</context></context-group> 4464
4451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group> 4465
4452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group> 4466
4453 </trans-unit> 4467 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit>
4454 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4468 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4455 <source>Strategy</source> 4469 <source>Strategy</source>
4456 <target state="translated">Estrategia</target> 4470 <target state="translated">Estrategia</target>
4457 <context-group purpose="location"> 4471
4458 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4459 <context context-type="linenumber">22</context>
4460 </context-group>
4461 </trans-unit>
4462 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4473 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4463 <source>Terms</source> 4474 <source>Terms</source>
4464 <target>Tèrmes</target> 4475 <target>Tèrmes</target>
4465 <context-group name="null"> 4476 <context-group name="null">
4466 <context context-type="linenumber">88</context> 4477 <context context-type="linenumber">88</context>
4467 </context-group> 4478 </context-group>
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">120</context></context-group> 4479
4469 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group> 4480
4470 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group> 4481
4471 </trans-unit> 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">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4472 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 4483 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4473 <source>Code of conduct</source> 4484 <source>Code of conduct</source>
4474 <target state="new">Code of conduct</target> 4485 <target state="new">Code of conduct</target>
4475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group> 4486
4476 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group> 4487
4477 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group> 4488
4478 </trans-unit> 4489 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4479 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 4490 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4480 <source>Moderation information</source> 4491 <source>Moderation information</source>
4481 <target state="translated">Informacions de moderacion</target> 4492 <target state="translated">Informacions de moderacion</target>
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">138</context></context-group> 4493
4483 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group> 4494
4484 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group> 4495
4485 </trans-unit> 4496 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
4486 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 4497 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4487 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4498 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4488 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 4499 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4489 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group> 4500
4490 </trans-unit> 4501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit>
4491 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4502 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4492 <source>YOU AND YOUR INSTANCE</source> 4503 <source>YOU AND YOUR INSTANCE</source>
4493 <target state="new">YOU AND YOUR INSTANCE</target> 4504 <target state="new">YOU AND YOUR INSTANCE</target>
4494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group> 4505
4495 </trans-unit> 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">154</context></context-group></trans-unit>
4496 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4507 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4497 <source>Who is behind the instance?</source> 4508 <source>Who is behind the instance?</source>
4498 <target state="new">Who is behind the instance?</target> 4509 <target state="new">Who is behind the instance?</target>
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">159</context></context-group> 4510
4500 </trans-unit> 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">160</context></context-group></trans-unit>
4501 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4512 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4502 <source>A single person? A non-profit? A company?</source> 4513 <source>A single person? A non-profit? A company?</source>
4503 <target state="new">A single person? A non-profit? A company?</target> 4514 <target state="new">A single person? A non-profit? A company?</target>
4504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group> 4515
4505 </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">161</context></context-group></trans-unit>
4506 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5"> 4517 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5">
4507 <source>Why did you create this instance?</source> 4518 <source>Why did you create this instance?</source>
4508 <target>Perqué creèretz vòstra instància ?</target> 4519 <target>Perqué creèretz vòstra instància ?</target>
4509 <context-group name="null"> 4520 <context-group name="null">
4510 <context context-type="linenumber">145</context> 4521 <context context-type="linenumber">145</context>
4511 </context-group> 4522 </context-group>
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">171</context></context-group> 4523
4513 </trans-unit> 4524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit>
4514 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4525 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4515 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4526 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4516 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 4527 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
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">172</context></context-group> 4528
4518 </trans-unit> 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">173</context></context-group></trans-unit>
4519 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6"> 4530 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6">
4520 <source>How long do you plan to maintain this instance?</source> 4531 <source>How long do you plan to maintain this instance?</source>
4521 <target>Quant de temps prevesètz de manténer aquesta instància ?</target> 4532 <target>Quant de temps prevesètz de manténer aquesta instància ?</target>
4522 <context-group name="null"> 4533 <context-group name="null">
4523 <context context-type="linenumber">156</context> 4534 <context context-type="linenumber">156</context>
4524 </context-group> 4535 </context-group>
4525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">182</context></context-group> 4536
4526 </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">183</context></context-group></trans-unit>
4527 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4538 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4528 <source>It's important to know for users who want to register on your instance</source> 4539 <source>It's important to know for users who want to register on your instance</source>
4529 <target state="new">It's important to know for users who want to register on your instance</target> 4540 <target state="new">It's important to know for users who want to register on your instance</target>
4530 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group> 4541
4531 </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">184</context></context-group></trans-unit>
4532 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d"> 4543 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d">
4533 <source>How will you finance the PeerTube server?</source> 4544 <source>How will you finance the PeerTube server?</source>
4534 <target>Cossí finançaretz lo servidor PeerTube ?</target> 4545 <target>Cossí finançaretz lo servidor PeerTube ?</target>
4535 <context-group name="null"> 4546 <context-group name="null">
4536 <context context-type="linenumber">167</context> 4547 <context context-type="linenumber">167</context>
4537 </context-group> 4548 </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">193</context></context-group> 4549
4539 </trans-unit> 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">194</context></context-group></trans-unit>
4540 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4551 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4541 <source>With your own funds? With user donations? Advertising?</source> 4552 <source>With your own funds? With user donations? Advertising?</source>
4542 <target state="new">With your own funds? With user donations? Advertising?</target> 4553 <target state="new">With your own funds? With user donations? Advertising?</target>
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">194</context></context-group> 4554
4544 </trans-unit> 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">195</context></context-group></trans-unit>
4545 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4556 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4546 <source>OTHER INFORMATION</source> 4557 <source>OTHER INFORMATION</source>
4547 <target state="new">OTHER INFORMATION</target> 4558 <target state="new">OTHER INFORMATION</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">208</context></context-group> 4559
4549 </trans-unit> 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">209</context></context-group></trans-unit>
4550 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4561 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4551 <source>What server/hardware does the instance run on?</source> 4562 <source>What server/hardware does the instance run on?</source>
4552 <target state="new">What server/hardware does the instance run on?</target> 4563 <target state="new">What server/hardware does the instance run on?</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">214</context></context-group> 4564
4554 </trans-unit> 4565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit>
4555 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 4566 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4556 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source> 4567 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source>
4557 <target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4568 <target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
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">215</context></context-group> 4569
4559 </trans-unit> 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">216</context></context-group></trans-unit>
4560 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a"> 4571 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a">
4561 <source>Instance information</source> 4572 <source>Instance information</source>
4562 <target>Informacions de l’instància</target> 4573 <target>Informacions de l’instància</target>
@@ -4568,101 +4579,101 @@
4568 <trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 4579 <trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4569 <source>APPEARANCE</source> 4580 <source>APPEARANCE</source>
4570 <target state="translated">APARÉNCIA</target> 4581 <target state="translated">APARÉNCIA</target>
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">239</context></context-group> 4582
4572 </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">240</context></context-group></trans-unit>
4573 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4584 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4574 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4585 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4575 <target state="new"> 4586 <target state="new">
4576 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 4587 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4577 </target> 4588 </target>
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">240</context></context-group> 4589
4579 </trans-unit> 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">241</context></context-group></trans-unit>
4580 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb"> 4591 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb">
4581 <source>default</source> 4592 <source>default</source>
4582 <target>per defaut</target> 4593 <target>per defaut</target>
4583 <context-group name="null"> 4594 <context-group name="null">
4584 <context context-type="linenumber">206</context> 4595 <context context-type="linenumber">206</context>
4585 </context-group> 4596 </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">253</context></context-group> 4597
4587 </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">254</context></context-group></trans-unit>
4588 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4599 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4589 <source>Landing page</source> 4600 <source>Landing page</source>
4590 <target state="translated">Pagina d’arribada</target> 4601 <target state="translated">Pagina d’arribada</target>
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">262</context></context-group> 4602
4592 </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">263</context></context-group></trans-unit>
4593 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4604 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4594 <source>Discover videos</source> 4605 <source>Discover videos</source>
4595 <target state="translated">Descobrir de vidèos</target> 4606 <target state="translated">Descobrir de vidèos</target>
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">265</context></context-group> 4607
4597 </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">266</context></context-group></trans-unit>
4598 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d"> 4609 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d">
4599 <source>Trending videos</source> 4610 <source>Trending videos</source>
4600 <target>Vidèos tendéncia</target> 4611 <target>Vidèos tendéncia</target>
4601 <context-group name="null"> 4612 <context-group name="null">
4602 <context context-type="linenumber">220</context> 4613 <context context-type="linenumber">220</context>
4603 </context-group> 4614 </context-group>
4604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group> 4615
4605 </trans-unit> 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">267</context></context-group></trans-unit>
4606 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70"> 4617 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70">
4607 <source>Most liked videos</source> 4618 <source>Most liked videos</source>
4608 <target>Vidèos mai aimadas</target> 4619 <target>Vidèos mai aimadas</target>
4609 <context-group name="null"> 4620 <context-group name="null">
4610 <context context-type="linenumber">221</context> 4621 <context context-type="linenumber">221</context>
4611 </context-group> 4622 </context-group>
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">267</context></context-group> 4623
4613 </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">268</context></context-group></trans-unit>
4614 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8"> 4625 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8">
4615 <source>Recently added videos</source> 4626 <source>Recently added videos</source>
4616 <target>Apondons recents de vidèo</target> 4627 <target>Apondons recents de vidèo</target>
4617 <context-group name="null"> 4628 <context-group name="null">
4618 <context context-type="linenumber">222</context> 4629 <context context-type="linenumber">222</context>
4619 </context-group> 4630 </context-group>
4620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group> 4631
4621 </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">269</context></context-group></trans-unit>
4622 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4633 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4623 <source>Local videos</source> 4634 <source>Local videos</source>
4624 <target>Vidèos localas</target> 4635 <target>Vidèos localas</target>
4625 <context-group name="null"> 4636 <context-group name="null">
4626 <context context-type="linenumber">223</context> 4637 <context context-type="linenumber">223</context>
4627 </context-group> 4638 </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">269</context></context-group> 4639
4629 </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">270</context></context-group></trans-unit>
4630 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4641 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4631 <source>NEW USERS</source> 4642 <source>NEW USERS</source>
4632 <target state="translated">NÒU UTILIZAIRES</target> 4643 <target state="translated">NÒU UTILIZAIRES</target>
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">280</context></context-group> 4644
4634 </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">281</context></context-group></trans-unit>
4635 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4646 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4636 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4647 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4637 <target state="new"> 4648 <target state="new">
4638 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. 4649 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4639 </target> 4650 </target>
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">281</context></context-group> 4651
4641 </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">282</context></context-group></trans-unit>
4642 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4653 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4643 <source>Signup enabled</source> 4654 <source>Signup enabled</source>
4644 <target>Inscripcions activadas</target> 4655 <target>Inscripcions activadas</target>
4645 <context-group name="null"> 4656 <context-group name="null">
4646 <context context-type="linenumber">235</context> 4657 <context context-type="linenumber">235</context>
4647 </context-group> 4658 </context-group>
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">292</context></context-group> 4659
4649 </trans-unit> 4660 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group></trans-unit>
4650 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4661 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4651 <source>Signup requires email verification</source> 4662 <source>Signup requires email verification</source>
4652 <target>L’inscripcion demanda una verificacion d’adreça electronica</target> 4663 <target>L’inscripcion demanda una verificacion d’adreça electronica</target>
4653 <context-group name="null"> 4664 <context-group name="null">
4654 <context context-type="linenumber">242</context> 4665 <context context-type="linenumber">242</context>
4655 </context-group> 4666 </context-group>
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">300</context></context-group> 4667
4657 </trans-unit> 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">301</context></context-group></trans-unit>
4658 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4669 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4659 <source>Signup limit</source> 4670 <source>Signup limit</source>
4660 <target>Limit d’inscripcions</target> 4671 <target>Limit d’inscripcions</target>
4661 <context-group name="null"> 4672 <context-group name="null">
4662 <context context-type="linenumber">247</context> 4673 <context context-type="linenumber">247</context>
4663 </context-group> 4674 </context-group>
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">304</context></context-group> 4675
4665 </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">305</context></context-group></trans-unit>
4666 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4677 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4667 <source>Users</source> 4678 <source>Users</source>
4668 <target>Utilizaires</target> 4679 <target>Utilizaires</target>
@@ -4767,90 +4778,102 @@
4767 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 4778 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4768 <source>Default video quota per user</source> 4779 <source>Default video quota per user</source>
4769 <target state="translated">Quòta vidèo per defaut per utilizaire</target> 4780 <target state="translated">Quòta vidèo per defaut per utilizaire</target>
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">319</context></context-group> 4781
4771 </trans-unit> 4782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">320</context></context-group></trans-unit>
4772 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4783 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4773 <source>Default daily upload limit per user</source> 4784 <source>Default daily upload limit per user</source>
4774 <target state="new">Default daily upload limit per user</target> 4785 <target state="new">Default daily upload limit per user</target>
4775 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">331</context></context-group> 4786
4776 </trans-unit> 4787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group></trans-unit>
4777 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4788 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4778 <source>NEW VIDEOS</source> 4789 <source>NEW VIDEOS</source>
4779 <target state="new">NEW VIDEOS</target> 4790 <target state="new">NEW VIDEOS</target>
4780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group> 4791
4781 </trans-unit> 4792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group></trans-unit>
4782 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4793 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4783 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4794 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4784 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4795 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">359</context></context-group> 4796
4786 </trans-unit> 4797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group></trans-unit>
4787 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4798 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4788 <source>Allow import with a torrent file or a magnet URI</source> 4799 <source>Allow import with a torrent file or a magnet URI</source>
4789 <target state="new">Allow import with a torrent file or a magnet URI</target> 4800 <target state="new">Allow import with a torrent file or a magnet URI</target>
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">366</context></context-group> 4801
4791 </trans-unit> 4802 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">367</context></context-group></trans-unit>
4792 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4803 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4793 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4804 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4794 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4805 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4795 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">383</context></context-group> 4806
4796 </trans-unit> 4807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit>
4797 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4808 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4798 <source>Blacklist new videos automatically</source> 4809 <source>Blacklist new videos automatically</source>
4799 <target state="new">Blacklist new videos automatically</target> 4810 <target state="new">Blacklist new videos automatically</target>
4800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">380</context></context-group> 4811
4801 </trans-unit> 4812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group></trans-unit>
4802 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4813 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4803 <source>FEDERATION</source> 4814 <source>FEDERATION</source>
4804 <target state="translated">FEDERACION</target> 4815 <target state="translated">FEDERACION</target>
4805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">397</context></context-group> 4816
4806 </trans-unit> 4817 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit>
4807 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4818 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4808 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 4819 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4809 <target state="new"> 4820 <target state="new">
4810 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. 4821 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4811 </target> 4822 </target>
4812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group> 4823
4813 </trans-unit> 4824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit>
4814 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4825 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4815 <source>Other instances can follow yours</source> 4826 <source>Other instances can follow yours</source>
4816 <target state="new">Other instances can follow yours</target> 4827 <target state="new">Other instances can follow yours</target>
4817 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">411</context></context-group> 4828
4818 </trans-unit> 4829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit>
4819 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4830 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4820 <source>Manually approve new instance followers</source> 4831 <source>Manually approve new instance followers</source>
4821 <target state="new">Manually approve new instance followers</target> 4832 <target state="new">Manually approve new instance followers</target>
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">418</context></context-group> 4833
4823 </trans-unit> 4834 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit>
4824 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4835 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4825 <source>Automatically follow back instances</source> 4836 <source>Automatically follow back instances</source>
4826 <target state="new">Automatically follow back instances</target> 4837 <target state="new">Automatically follow back instances</target>
4827 <context-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> 4838
4839 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4840 <source>
4841 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4842 </source><target state="new">
4843 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4844 </target>
4845 <context-group purpose="location">
4846 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4847 <context context-type="linenumber">450</context>
4848 </context-group>
4828 </trans-unit> 4849 </trans-unit>
4829 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4850 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4830 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4851 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4831 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4852 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">295</context></context-group> 4853
4833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group> 4854
4834 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group> 4855
4835 </trans-unit> 4856 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4836 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0"> 4857 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0">
4837 <source>Index URL</source> 4858 <source>Index URL</source>
4838 <target>URL de l’indèx </target> 4859 <target>URL de l’indèx </target>
4839 <context-group name="null"> 4860 <context-group name="null">
4840 <context context-type="linenumber">371</context> 4861 <context context-type="linenumber">371</context>
4841 </context-group> 4862 </context-group>
4842 <context-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> 4863
4843 </trans-unit> 4864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4844 <trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4865 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4845 <source>Automatically follow instances of the public index</source> 4866 <context-group purpose="location">
4846 <target state="new">Automatically follow instances of the public index</target> 4867 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4847 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group> 4868 <context context-type="linenumber">445</context>
4869 </context-group>
4848 </trans-unit> 4870 </trans-unit>
4871
4849 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4872 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4850 <source>ADMINISTRATORS</source> 4873 <source>ADMINISTRATORS</source>
4851 <target state="translated">ADMINISTRATORS</target> 4874 <target state="translated">ADMINISTRATORS</target>
4852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">472</context></context-group> 4875
4853 </trans-unit> 4876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group></trans-unit>
4854 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4877 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4855 <source>Administrator</source> 4878 <source>Administrator</source>
4856 <target>Administrator</target> 4879 <target>Administrator</target>
@@ -4865,276 +4888,303 @@
4865 <context-group name="null"> 4888 <context-group name="null">
4866 <context context-type="linenumber">387</context> 4889 <context context-type="linenumber">387</context>
4867 </context-group> 4890 </context-group>
4868 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group> 4891
4869 </trans-unit> 4892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit>
4870 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4893 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4871 <source>Enable contact form</source> 4894 <source>Enable contact form</source>
4872 <target>Activar lo formulari de contacte</target> 4895 <target>Activar lo formulari de contacte</target>
4873 <context-group name="null"> 4896 <context-group name="null">
4874 <context context-type="linenumber">398</context> 4897 <context context-type="linenumber">398</context>
4875 </context-group> 4898 </context-group>
4876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</context></context-group> 4899
4877 </trans-unit> 4900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit>
4878 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4901 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4879 <source>Basic configuration</source> 4902 <source>Basic configuration</source>
4880 <target>Configuracion de basa</target> 4903 <target>Configuracion de basa</target>
4881 <context-group name="null"> 4904 <context-group name="null">
4882 <context context-type="linenumber">195</context> 4905 <context context-type="linenumber">195</context>
4883 </context-group> 4906 </context-group>
4884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group> 4907
4885 </trans-unit> 4908 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit>
4886 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4909 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4887 <source>TWITTER</source> 4910 <source>TWITTER</source>
4888 <target state="translated">TWITTER</target> 4911 <target state="translated">TWITTER</target>
4889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">506</context></context-group> 4912
4890 </trans-unit> 4913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit>
4891 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4914 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4892 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 4915 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4893 <target state="new"> 4916 <target state="new">
4894 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4917 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4895 </target> 4918 </target>
4896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">507</context></context-group> 4919
4897 </trans-unit> 4920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit>
4898 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4921 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4899 <source>Your Twitter username</source> 4922 <source>Your Twitter username</source>
4900 <target>Vòstre nom d’utilizaire Twitter</target> 4923 <target>Vòstre nom d’utilizaire Twitter</target>
4901 <context-group name="null"> 4924 <context-group name="null">
4902 <context context-type="linenumber">413</context> 4925 <context context-type="linenumber">413</context>
4903 </context-group> 4926 </context-group>
4904 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</context></context-group> 4927
4905 </trans-unit> 4928 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit>
4906 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4929 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4907 <source>Instance whitelisted by Twitter</source> 4930 <source>Instance whitelisted by Twitter</source>
4908 <target>Instàncias en lista blanca per Twitter</target> 4931 <target>Instàncias en lista blanca per Twitter</target>
4909 <context-group name="null"> 4932 <context-group name="null">
4910 <context context-type="linenumber">431</context> 4933 <context context-type="linenumber">431</context>
4911 </context-group> 4934 </context-group>
4912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group> 4935
4913 </trans-unit> 4936 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit>
4914 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4937 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4915 <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> 4938 <source>
4939 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/>"/>
4940 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/>"/>
4941 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4942 <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>"/>
4943 to see if you instance is whitelisted.
4944 </source>
4916 <target state="new"> 4945 <target state="new">
4917 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;"/> 4946 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/>"/>
4918 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;"/> 4947 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/>"/>
4919 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 4948 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4920 <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;"/> 4949 <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>"/>
4921 to see if you instance is whitelisted. 4950 to see if you instance is whitelisted.
4922 </target> 4951 </target>
4923 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</context></context-group> 4952
4924 </trans-unit> 4953 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit>
4925 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4954 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4926 <source>Services</source> 4955 <source>Services</source>
4927 <target>Servicis</target> 4956 <target>Servicis</target>
4928 <context-group name="null"> 4957 <context-group name="null">
4929 <context context-type="linenumber">405</context> 4958 <context context-type="linenumber">405</context>
4930 </context-group> 4959 </context-group>
4931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">500</context></context-group> 4960
4932 </trans-unit> 4961 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit>
4933 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4962 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4934 <source>TRANSCODING</source> 4963 <source>TRANSCODING</source>
4935 <target state="new">TRANSCODING</target> 4964 <target state="new">TRANSCODING</target>
4936 <context-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> 4965
4937 </trans-unit> 4966 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit>
4938 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4967 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4939 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 4968 <source>
4969 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4970 resources, this is a critical part of PeerTube, so tread carefully.
4971 </source>
4940 <target state="new"> 4972 <target state="new">
4941 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4973 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4942 resources, this is a critical part of PeerTube, so tread carefully. 4974 resources, this is a critical part of PeerTube, so tread carefully.
4943 </target> 4975 </target>
4944 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group> 4976
4945 </trans-unit> 4977 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit>
4946 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4978 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4947 <source>Transcoding enabled</source> 4979 <source>Transcoding enabled</source>
4948 <target>Transcodatge activat</target> 4980 <target>Transcodatge activat</target>
4949 <context-group name="null"> 4981 <context-group name="null">
4950 <context context-type="linenumber">461</context> 4982 <context context-type="linenumber">461</context>
4951 </context-group> 4983 </context-group>
4952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group> 4984
4953 </trans-unit> 4985 <context-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>
4954 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4986 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4955 <source>If you disable transcoding, many videos from your users will not work!</source> 4987 <source>If you disable transcoding, many videos from your users will not work!</source>
4956 <target>Se desactivatz lo transcodatge, un fum de vidèos de vòstres utilizaires foncionaràn pas !</target> 4988 <target>Se desactivatz lo transcodatge, un fum de vidèos de vòstres utilizaires foncionaràn pas !</target>
4957 <context-group name="null"> 4989 <context-group name="null">
4958 <context context-type="linenumber">465</context> 4990 <context context-type="linenumber">465</context>
4959 </context-group> 4991 </context-group>
4960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group> 4992
4961 </trans-unit> 4993 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit>
4962 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4994 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4963 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 4995 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
4964 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4996 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4965 <context-group purpose="location"> 4997
4966 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4998 <context-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>
4967 <context context-type="linenumber">589</context>
4968 </context-group>
4969 </trans-unit>
4970 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4999 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4971 <source>Allow additional extensions</source> 5000 <source>Allow additional extensions</source>
4972 <target>Permetre mai d’extensions</target> 5001 <target>Permetre mai d’extensions</target>
4973 <context-group name="null"> 5002 <context-group name="null">
4974 <context context-type="linenumber">475</context> 5003 <context context-type="linenumber">475</context>
4975 </context-group> 5004 </context-group>
4976 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group> 5005
4977 </trans-unit> 5006 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit>
4978 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 5007 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4979 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 5008 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
4980 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 5009 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4981 <context-group purpose="location"> 5010
4982 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5011 <context-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>
4983 <context context-type="linenumber">600</context>
4984 </context-group>
4985 </trans-unit>
4986 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 5012 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
4987 <source>Allow audio files upload</source> 5013 <source>Allow audio files upload</source>
4988 <target>Autorizar lo mandadís de fichièrs àudio</target> 5014 <target>Autorizar lo mandadís de fichièrs àudio</target>
4989 <context-group name="null"> 5015 <context-group name="null">
4990 <context context-type="linenumber">486</context> 5016 <context context-type="linenumber">486</context>
4991 </context-group> 5017 </context-group>
4992 <context-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> 5018
4993 </trans-unit> 5019 <context-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>
4994 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5020 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4995 <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;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <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;"/> </source> 5021 <source>
5022 <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>"/>
5023
5024 <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>"/>
5025
5026 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5027
5028 <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>"/>
5029 </source>
4996 <target state="new"> 5030 <target state="new">
4997 <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;"/> 5031 <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>"/>
4998 5032
4999 <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;"/> 5033 <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>"/>
5000 5034
5001 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5035 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5002 5036
5003 <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;"/> 5037 <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>"/>
5004 </target> 5038 </target>
5005 <context-group purpose="location"> 5039
5006 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5040 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit>
5007 <context context-type="linenumber">612</context>
5008 </context-group>
5009 </trans-unit>
5010 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5041 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
5011 <source>WebTorrent support enabled</source> 5042 <source>WebTorrent support enabled</source>
5012 <target state="new">WebTorrent support enabled</target> 5043 <target state="new">WebTorrent support enabled</target>
5013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group> 5044
5014 </trans-unit> 5045 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit>
5015 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5046 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5016 <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> 5047 <source>
5048 <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>"/>
5049
5050 <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>"/>
5051 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5052 <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>"/>
5053 <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>"/>
5054 <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>"/>
5055 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5056
5057 <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>"/>
5058 </source>
5017 <target state="new"> 5059 <target state="new">
5018 <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;"/> 5060 <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>"/>
5019 5061
5020 <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;"/> 5062 <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>"/>
5021 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 5063 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5022 <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;"/> 5064 <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>"/>
5023 <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;"/> 5065 <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>"/>
5024 <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;"/> 5066 <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>"/>
5025 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 5067 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5026 5068
5027 <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;"/> 5069 <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>"/>
5028 </target> 5070 </target>
5029 <context-group purpose="location"> 5071
5030 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5072 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit>
5031 <context context-type="linenumber">633</context>
5032 </context-group>
5033 </trans-unit>
5034 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5073 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
5035 <source>HLS support enabled</source> 5074 <source>HLS support enabled</source>
5036 <target state="translated">Compatibilitat HLS activada</target> 5075 <target state="translated">Compatibilitat HLS activada</target>
5037 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group> 5076
5038 </trans-unit> 5077 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
5039 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5078 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
5040 <source>Transcoding threads</source> 5079 <source>Transcoding threads</source>
5041 <target>Transcodatge dels threads</target> 5080 <target>Transcodatge dels threads</target>
5042 <context-group name="null"> 5081 <context-group name="null">
5043 <context context-type="linenumber">517</context> 5082 <context context-type="linenumber">517</context>
5044 </context-group> 5083 </context-group>
5045 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group> 5084
5046 </trans-unit> 5085 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit>
5047 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5086 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
5048 <source>Resolutions to generate</source> 5087 <source>Resolutions to generate</source>
5049 <target state="new">Resolutions to generate</target> 5088 <target state="new">Resolutions to generate</target>
5050 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group> 5089
5051 </trans-unit> 5090 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
5052 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5091 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5053 <source>CACHE</source> 5092 <source>CACHE</source>
5054 <target state="translated">CACHE</target> 5093 <target state="translated">CACHE</target>
5055 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group> 5094
5056 </trans-unit> 5095 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit>
5057 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5096 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5058 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 5097 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
5059 <target state="new"> 5098 <target state="new">
5060 Some files are not federated, and fetched when necessary. Define their caching policies. 5099 Some files are not federated, and fetched when necessary. Define their caching policies.
5061 </target> 5100 </target>
5062 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group> 5101
5063 </trans-unit> 5102 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit>
5064 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5103 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5065 <source>Number of previews to keep in cache</source> 5104 <source>Number of previews to keep in cache</source>
5066 <target state="new">Number of previews to keep in cache</target> 5105 <target state="new">Number of previews to keep in cache</target>
5067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group> 5106
5068 </trans-unit> 5107 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit>
5069 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5108 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5070 <source>Number of video captions to keep in cache</source> 5109 <source>Number of video captions to keep in cache</source>
5071 <target state="new">Number of video captions to keep in cache</target> 5110 <target state="new">Number of video captions to keep in cache</target>
5072 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group> 5111
5073 </trans-unit> 5112 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit>
5074 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5113 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5075 <source>CUSTOMIZATIONS</source> 5114 <source>CUSTOMIZATIONS</source>
5076 <target state="translated">PERSONALIZACIONS</target> 5115 <target state="translated">PERSONALIZACIONS</target>
5077 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group> 5116
5078 </trans-unit> 5117 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit>
5079 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5118 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5080 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 5119 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
5081 <target state="new"> 5120 <target state="new">
5082 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5121 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5083 </target> 5122 </target>
5084 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group> 5123
5085 </trans-unit> 5124 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
5086 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5125 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5087 <source>JavaScript</source> 5126 <source>JavaScript</source>
5088 <target>JavaScript</target> 5127 <target>JavaScript</target>
5089 <context-group name="null"> 5128 <context-group name="null">
5090 <context context-type="linenumber">575</context> 5129 <context context-type="linenumber">575</context>
5091 </context-group> 5130 </context-group>
5092 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group> 5131
5093 </trans-unit> 5132 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit>
5094 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5133 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5095 <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> 5134 <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>
5096 <target state="new"> 5135 <target state="new">
5097 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;"/> 5136 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>"/>
5098 </target> 5137 </target>
5099 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group> 5138
5100 </trans-unit> 5139 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit>
5101 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5140 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5102 <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> 5141 <source>
5142 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/>"/>
5143 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5144 color: red;
5145 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5146 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5147 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/>"/>
5148 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5149 color: red;
5150 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5151 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5152 </source>
5103 <target state="new"> 5153 <target state="new">
5104 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;"/> 5154 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/>"/>
5105 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5155 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5106 color: red; 5156 color: red;
5107 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5157 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5108 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5158 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5109 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;"/> 5159 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/>"/>
5110 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5160 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5111 color: red; 5161 color: red;
5112 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5162 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5113 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5163 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5114 </target> 5164 </target>
5115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group> 5165
5116 </trans-unit> 5166 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
5117 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5167 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
5118 <source>Advanced configuration</source> 5168 <source>Advanced configuration</source>
5119 <target>Configuracion avançada</target> 5169 <target>Configuracion avançada</target>
5120 <context-group name="null"> 5170 <context-group name="null">
5121 <context context-type="linenumber">452</context> 5171 <context context-type="linenumber">452</context>
5122 </context-group> 5172 </context-group>
5123 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group> 5173
5124 </trans-unit> 5174 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit>
5125 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5175 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5126 <source>Update configuration</source> 5176 <source>Update configuration</source>
5127 <target>Actualizar la configuracion</target> 5177 <target>Actualizar la configuracion</target>
5128 <context-group name="null"> 5178 <context-group name="null">
5129 <context context-type="linenumber">628</context> 5179 <context context-type="linenumber">628</context>
5130 </context-group> 5180 </context-group>
5131 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group> 5181
5132 </trans-unit> 5182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
5133 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5183 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5134 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5184 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5135 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 5185 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
5136 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group> 5186
5137 </trans-unit> 5187 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit>
5138 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5188 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5139 <source>PROFILE</source> 5189 <source>PROFILE</source>
5140 <target state="translated">PERFIL</target> 5190 <target state="translated">PERFIL</target>
@@ -5301,33 +5351,37 @@
5301 <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> 5351 <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>
5302 </trans-unit> 5352 </trans-unit>
5303 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5353 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5304 <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> 5354 <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>
5305 <target state="new">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. </target> 5355 <target state="new">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. </target>
5306 <context-group purpose="location"> 5356 <context-group purpose="location">
5307 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5357 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5308 <context context-type="linenumber">6</context> 5358 <context context-type="linenumber">6</context>
5309 </context-group> 5359 </context-group>
5310 </trans-unit> 5360 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5311 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 5361 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
5312 <source>Only display videos in the following languages/subtitles</source>
5313 <target state="new">Only display videos in the following languages/subtitles</target>
5314 <context-group purpose="location"> 5362 <context-group purpose="location">
5315 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5363 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5316 <context context-type="linenumber">22</context> 5364 <context context-type="linenumber">14</context>
5365 </context-group>
5366 <context-group purpose="location">
5367 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5368 <context context-type="linenumber">111</context>
5317 </context-group> 5369 </context-group>
5318 </trans-unit> 5370 </trans-unit>
5371 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
5372 <source>Only display videos in the following languages/subtitles</source>
5373 <target state="new">Only display videos in the following languages/subtitles</target>
5374
5375 <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">23</context></context-group></trans-unit>
5319 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 5376 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5320 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 5377 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
5321 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target> 5378 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
5322 <context-group purpose="location"> 5379
5323 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5380 <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">26</context></context-group></trans-unit>
5324 <context context-type="linenumber">25</context>
5325 </context-group>
5326 </trans-unit>
5327 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 5381 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
5328 <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> 5382 <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>
5329 <target> 5383 <target>
5330 Vòstra adreça actuala es <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;"/> 5384 Vòstra adreça actuala es <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>"/>
5331</target> 5385</target>
5332 <context-group name="null"> 5386 <context-group name="null">
5333 <context context-type="linenumber">4</context> 5387 <context context-type="linenumber">4</context>
@@ -5335,9 +5389,9 @@
5335 <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> 5389 <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>
5336 </trans-unit> 5390 </trans-unit>
5337 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 5391 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
5338 <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> 5392 <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>
5339 <target> 5393 <target>
5340 <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;"/> es en espèra de verificacion de l’adreça electronica 5394 <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>"/> es en espèra de verificacion de l’adreça electronica
5341</target> 5395</target>
5342 <context-group name="null"> 5396 <context-group name="null">
5343 <context context-type="linenumber">8</context> 5397 <context context-type="linenumber">8</context>
@@ -5382,25 +5436,25 @@
5382 <context-group name="null"> 5436 <context-group name="null">
5383 <context context-type="linenumber">3</context> 5437 <context context-type="linenumber">3</context>
5384 </context-group> 5438 </context-group>
5385 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group> 5439
5386 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group> 5440
5387 </trans-unit> 5441 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
5388 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808"> 5442 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808">
5389 <source>instance default</source> 5443 <source>instance default</source>
5390 <target>interfàcia per defaut</target> 5444 <target>interfàcia per defaut</target>
5391 <context-group name="null"> 5445 <context-group name="null">
5392 <context context-type="linenumber">7</context> 5446 <context context-type="linenumber">7</context>
5393 </context-group> 5447 </context-group>
5394 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">7</context></context-group> 5448
5395 </trans-unit> 5449 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
5396 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d"> 5450 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d">
5397 <source>peertube default</source> 5451 <source>peertube default</source>
5398 <target>peertube per defaut</target> 5452 <target>peertube per defaut</target>
5399 <context-group name="null"> 5453 <context-group name="null">
5400 <context context-type="linenumber">8</context> 5454 <context context-type="linenumber">8</context>
5401 </context-group> 5455 </context-group>
5402 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group> 5456
5403 </trans-unit> 5457 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5404 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 5458 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
5405 <source>Change ownership</source> 5459 <source>Change ownership</source>
5406 <target>Cambiar la proprietat</target> 5460 <target>Cambiar la proprietat</target>
@@ -5419,8 +5473,8 @@
5419 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5473 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5420 </trans-unit> 5474 </trans-unit>
5421 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5475 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5422 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5476 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5423 <target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5477 <target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5424 <context-group purpose="location"> 5478 <context-group purpose="location">
5425 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5479 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5426 <context context-type="linenumber">2</context> 5480 <context context-type="linenumber">2</context>
@@ -5456,10 +5510,13 @@
5456 <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> 5510 <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>
5457 </trans-unit> 5511 </trans-unit>
5458 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5512 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5459 <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> 5513 <source>
5514 Created
5515 <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>"/>
5516 </source>
5460 <target> 5517 <target>
5461 Creat 5518 Creat
5462 <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;"/> 5519 <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>"/>
5463 </target> 5520 </target>
5464 <context-group name="null"> 5521 <context-group name="null">
5465 <context context-type="linenumber">15</context> 5522 <context context-type="linenumber">15</context>
@@ -5531,8 +5588,9 @@
5531 <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">26</context></context-group> 5588 <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">26</context></context-group>
5532 </trans-unit> 5589 </trans-unit>
5533 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5590 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5534 <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> 5591 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5535 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5592 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5593 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5536 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5594 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5537 <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">77</context></context-group> 5595 <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">77</context></context-group>
5538 <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">77</context></context-group> 5596 <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">77</context></context-group>
@@ -5561,6 +5619,18 @@
5561 <context context-type="linenumber">8</context> 5619 <context context-type="linenumber">8</context>
5562 </context-group> 5620 </context-group>
5563 <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">8</context></context-group> 5621 <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">8</context></context-group>
5622 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5623 <source>See the error</source><target state="new">See the error</target>
5624 <context-group purpose="location">
5625 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5626 <context context-type="linenumber">19</context>
5627 </context-group>
5628 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5629 <source>This video was deleted</source><target state="new">This video was deleted</target>
5630 <context-group purpose="location">
5631 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5632 <context context-type="linenumber">36</context>
5633 </context-group>
5564 </trans-unit> 5634 </trans-unit>
5565 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5635 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5566 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5636 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
@@ -5620,9 +5690,12 @@
5620 </context-group> 5690 </context-group>
5621 </trans-unit> 5691 </trans-unit>
5622 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5692 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5623 <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> 5693 <source>
5694 <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>"/>
5695 Delete history
5696 </source>
5624 <target> 5697 <target>
5625 <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;"/> 5698 <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>"/>
5626 Suprimir l’istoric 5699 Suprimir l’istoric
5627 </target> 5700 </target>
5628 <context-group name="null"> 5701 <context-group name="null">
@@ -5639,9 +5712,12 @@
5639 </context-group> 5712 </context-group>
5640 </trans-unit> 5713 </trans-unit>
5641 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5714 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5642 <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> 5715 <source>
5716 <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>"/>
5717 Notification preferences
5718 </source>
5643 <target> 5719 <target>
5644 <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;"/> 5720 <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>"/>
5645 Preferéncias de notificacion 5721 Preferéncias de notificacion
5646 </target> 5722 </target>
5647 <context-group name="null"> 5723 <context-group name="null">
@@ -5721,8 +5797,8 @@
5721 <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">84</context></context-group> 5797 <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">84</context></context-group>
5722 </trans-unit> 5798 </trans-unit>
5723 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5799 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5724 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5800 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5725 <target state="new">Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5801 <target state="new">Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5726 <context-group purpose="location"> 5802 <context-group purpose="location">
5727 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5803 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5728 <context context-type="linenumber">2</context> 5804 <context context-type="linenumber">2</context>
@@ -5750,9 +5826,9 @@
5750 <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> 5826 <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>
5751 </trans-unit> 5827 </trans-unit>
5752 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0"> 5828 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0">
5753 <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> 5829 <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>
5754 <target> 5830 <target>
5755 Se vos fa besonh d’ajuda, podètz agachar la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentacion<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5831 Se vos fa besonh d’ajuda, podètz agachar la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentacion<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5756 </target> 5832 </target>
5757 <context-group name="null"> 5833 <context-group name="null">
5758 <context context-type="linenumber">13</context> 5834 <context context-type="linenumber">13</context>
@@ -5955,44 +6031,17 @@
5955 <context-group name="null"> 6031 <context-group name="null">
5956 <context context-type="linenumber">16</context> 6032 <context context-type="linenumber">16</context>
5957 </context-group> 6033 </context-group>
5958 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group> 6034
5959 </trans-unit> 6035 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit>
5960 <trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 6036
5961 <source>Creators</source> 6037
5962 <target state="translated">Creators</target> 6038
5963 <context-group purpose="location">
5964 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5965 <context context-type="linenumber">162</context>
5966 </context-group>
5967 </trans-unit>
5968 <trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5969 <source>Creator guide</source>
5970 <target state="new">Creator guide</target>
5971 <context-group purpose="location">
5972 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5973 <context context-type="linenumber">162</context>
5974 </context-group>
5975 </trans-unit>
5976 <trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5977 <source>Contributors</source>
5978 <target state="translated">Contributors</target>
5979 <context-group purpose="location">
5980 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5981 <context context-type="linenumber">163</context>
5982 </context-group>
5983 </trans-unit>
5984 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html"> 6039 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5985 <source>PeerTube license</source> 6040 <source>PeerTube license</source>
5986 <target state="translated">Licéncia PeerTube</target> 6041 <target state="translated">Licéncia PeerTube</target>
5987 <context-group purpose="location"> 6042
5988 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 6043
5989 <context context-type="linenumber">163</context> 6044 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5990 </context-group>
5991 <context-group purpose="location">
5992 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5993 <context context-type="linenumber">175</context>
5994 </context-group>
5995 </trans-unit>
5996 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 6045 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5997 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 6046 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5998 <target>Arribat lo <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 6047 <target>Arribat lo <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6241,10 +6290,13 @@
6241 </context-group> 6290 </context-group>
6242 </trans-unit> 6291 </trans-unit>
6243 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6292 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6244 <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> 6293 <source>
6294 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6295 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6296 </source>
6245 <target state="new"> 6297 <target state="new">
6246 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 6298 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6247 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 6299 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6248 </target> 6300 </target>
6249 <context-group purpose="location"> 6301 <context-group purpose="location">
6250 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6302 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6252,9 +6304,9 @@
6252 </context-group> 6304 </context-group>
6253 </trans-unit> 6305 </trans-unit>
6254 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6306 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6255 <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> 6307 <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>
6256 <target state="new"> 6308 <target state="new">
6257 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;"/>. 6309 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>"/>.
6258 </target> 6310 </target>
6259 <context-group purpose="location"> 6311 <context-group purpose="location">
6260 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6312 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6262,7 +6314,8 @@
6262 </context-group> 6314 </context-group>
6263 </trans-unit> 6315 </trans-unit>
6264 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6316 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6265 <source>Use PeerTube documentation</source> 6317 <source>Use PeerTube
6318 documentation</source>
6266 <target state="new">Use PeerTube 6319 <target state="new">Use PeerTube
6267 documentation</target> 6320 documentation</target>
6268 <context-group purpose="location"> 6321 <context-group purpose="location">
@@ -6281,7 +6334,8 @@
6281 </context-group> 6334 </context-group>
6282 </trans-unit> 6335 </trans-unit>
6283 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6336 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6284 <source>PeerTube Applications</source> 6337 <source>PeerTube
6338 Applications</source>
6285 <target state="translated">Aplicacions PeerTube</target> 6339 <target state="translated">Aplicacions PeerTube</target>
6286 <context-group purpose="location"> 6340 <context-group purpose="location">
6287 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6341 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6299,7 +6353,8 @@
6299 </context-group> 6353 </context-group>
6300 </trans-unit> 6354 </trans-unit>
6301 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6355 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6302 <source>Contribute on PeerTube</source> 6356 <source>Contribute on
6357 PeerTube</source>
6303 <target state="translated">Contribuir a PeerTube</target> 6358 <target state="translated">Contribuir a PeerTube</target>
6304 <context-group purpose="location"> 6359 <context-group purpose="location">
6305 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6360 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6325,7 +6380,11 @@
6325 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6380 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6326 </trans-unit> 6381 </trans-unit>
6327 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6382 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6328 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6383 <source>
6384 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6385 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6386 follows applies only if you want to keep using the P2P mode of PeerTube.
6387 </source>
6329 <target state="new"> 6388 <target state="new">
6330 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, 6389 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6331 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What 6390 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
@@ -6342,7 +6401,10 @@
6342 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6401 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6343 </trans-unit> 6402 </trans-unit>
6344 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6403 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6345 <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> 6404 <source>
6405 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6406 In practice, this is much more difficult because:
6407 </source>
6346 <target state="new"> 6408 <target state="new">
6347 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 6409 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6348 In practice, this is much more difficult because: 6410 In practice, this is much more difficult because:
@@ -6350,7 +6412,10 @@
6350 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6412 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6351 </trans-unit> 6413 </trans-unit>
6352 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6414 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6353 <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> 6415 <source>
6416 An HTTP request has to be sent on each tracker for each video to spy.
6417 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6418 </source>
6354 <target state="new"> 6419 <target state="new">
6355 An HTTP request has to be sent on each tracker for each video to spy. 6420 An HTTP request has to be sent on each tracker for each video to spy.
6356 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 6421 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
@@ -6358,7 +6423,11 @@
6358 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6423 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6359 </trans-unit> 6424 </trans-unit>
6360 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6425 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6361 <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 peer in the swarm</source> 6426 <source>
6427 For each request sent, the tracker returns random peers at a limited number.
6428 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
6429 requests sent to know every peer in the swarm
6430 </source>
6362 <target state="new"> 6431 <target state="new">
6363 For each request sent, the tracker returns random peers at a limited number. 6432 For each request sent, the tracker returns random peers at a limited number.
6364 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 6433 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
@@ -6377,7 +6446,10 @@
6377 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6446 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6378 </trans-unit> 6447 </trans-unit>
6379 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6448 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6380 <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> 6449 <source>
6450 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
6451 video
6452 </source>
6381 <target state="new"> 6453 <target state="new">
6382 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 6454 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
6383 video 6455 video
@@ -6392,18 +6464,27 @@
6392 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6464 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6393 </trans-unit> 6465 </trans-unit>
6394 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6466 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6395 <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> 6467 <source>
6468 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
6469 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6470 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6471 to forward the information to.
6472 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
6473 </source>
6396 <target state="new"> 6474 <target state="new">
6397 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 6475 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
6398 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. 6476 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6399 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 6477 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6400 to forward the information to. 6478 to forward the information to.
6401 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 6479 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
6402 </target> 6480 </target>
6403 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6481 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6404 </trans-unit> 6482 </trans-unit>
6405 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6483 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6406 <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> 6484 <source>
6485 The worst-case scenario of an average person spying on their friends is quite unlikely.
6486 There are much more effective ways to get that kind of information.
6487 </source>
6407 <target state="new"> 6488 <target state="new">
6408 The worst-case scenario of an average person spying on their friends is quite unlikely. 6489 The worst-case scenario of an average person spying on their friends is quite unlikely.
6409 There are much more effective ways to get that kind of information. 6490 There are much more effective ways to get that kind of information.
@@ -6419,7 +6500,11 @@
6419 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6500 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6420 </trans-unit> 6501 </trans-unit>
6421 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6502 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6422 <source>The threats to privacy with 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> 6503 <source>
6504 The threats to privacy with YouTube are different from PeerTube's.
6505 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6506 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6507 </source>
6423 <target state="new"> 6508 <target state="new">
6424 The threats to privacy with YouTube are different from PeerTube's. 6509 The threats to privacy with YouTube are different from PeerTube's.
6425 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 6510 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
@@ -6436,7 +6521,12 @@
6436 <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> 6521 <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>
6437 </trans-unit> 6522 </trans-unit>
6438 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6523 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6439 <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> 6524 <source>
6525 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
6526 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6527 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.
6528 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6529 </source>
6440 <target state="new"> 6530 <target state="new">
6441 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 6531 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
6442 your IP in their connection logs: ISP/routers/trackers/CDN and more. 6532 your IP in their connection logs: ISP/routers/trackers/CDN and more.
@@ -6454,7 +6544,10 @@
6454 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6544 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6455 </trans-unit> 6545 </trans-unit>
6456 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6546 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6457 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6547 <source>
6548 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6549 and render attacks less likely. Here is what we put in place so far:
6550 </source>
6458 <target state="new"> 6551 <target state="new">
6459 PeerTube wants to deliver the best countermeasures possible, to give you more choice 6552 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6460 and render attacks less likely. Here is what we put in place so far: 6553 and render attacks less likely. Here is what we put in place so far:
@@ -6482,7 +6575,10 @@
6482 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6575 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6483 </trans-unit> 6576 </trans-unit>
6484 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6577 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6485 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6578 <source>
6579 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6580 WebRTC in your browser.
6581 </source>
6486 <target state="new"> 6582 <target state="new">
6487 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling 6583 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6488 WebRTC in your browser. 6584 WebRTC in your browser.
@@ -6522,8 +6618,8 @@
6522 </context-group> 6618 </context-group>
6523 </trans-unit> 6619 </trans-unit>
6524 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6620 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6525 <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> 6621 <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>
6526 <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> 6622 <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>
6527 <context-group purpose="location"> 6623 <context-group purpose="location">
6528 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6624 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6529 <context context-type="linenumber">3</context> 6625 <context context-type="linenumber">3</context>
@@ -6606,9 +6702,12 @@
6606 </context-group> 6702 </context-group>
6607 </trans-unit> 6703 </trans-unit>
6608 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6704 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
6609 <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> 6705 <source>
6706 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/>"/>
6707 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.
6708 </source>
6610 <target> 6709 <target>
6611 Una cadena es una entitat ont enviatz vòstras vidèos. Crear mantunas cadenas vos ajuda a organizar e separar vòstre contengut.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 6710 Una cadena es una entitat ont enviatz vòstras vidèos. Crear mantunas cadenas vos ajuda a organizar e separar vòstre contengut.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6612 Per exemple, poiriatz decidir d’aver una cadena per publicar vòstres concèrts de piano e una autra ont publicatz vòstras vidèos ont parlatz d’ecologia. 6711 Per exemple, poiriatz decidir d’aver una cadena per publicar vòstres concèrts de piano e una autra ont publicatz vòstras vidèos ont parlatz d’ecologia.
6613 </target> 6712 </target>
6614 <context-group name="null"> 6713 <context-group name="null">
@@ -6687,8 +6786,13 @@
6687 </context-group> 6786 </context-group>
6688 </trans-unit> 6787 </trans-unit>
6689 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6788 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6690 <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> 6789 <source>
6691 <target state="new">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 </target> 6790 I am at least 16 years old and agree
6791 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>"/>
6792 <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>"/>
6793 of this instance
6794 </source>
6795 <target state="new">I am at least 16 years old and agree 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>"/> <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>"/> of this instance </target>
6692 <context-group purpose="location"> 6796 <context-group purpose="location">
6693 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 6797 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
6694 <context context-type="linenumber">65</context> 6798 <context context-type="linenumber">65</context>
@@ -6791,8 +6895,8 @@
6791 </context-group> 6895 </context-group>
6792 </trans-unit> 6896 </trans-unit>
6793 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6897 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6794 <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> 6898 <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>
6795 <target state="new">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</target> 6899 <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>
6796 <context-group purpose="location"> 6900 <context-group purpose="location">
6797 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6901 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6798 <context context-type="linenumber">1</context> 6902 <context context-type="linenumber">1</context>
@@ -6895,6 +6999,30 @@
6895 <context context-type="linenumber">1</context> 6999 <context context-type="linenumber">1</context>
6896 </context-group> 7000 </context-group>
6897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group> 7001 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group>
7002 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
7003 <source>Process domains</source><target state="new">Process domains</target>
7004 <context-group purpose="location">
7005 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
7006 <context context-type="linenumber">1</context>
7007 </context-group>
7008 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
7009 <source>Domain is required.</source><target state="new">Domain is required.</target>
7010 <context-group purpose="location">
7011 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
7012 <context context-type="linenumber">1</context>
7013 </context-group>
7014 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
7015 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
7016 <context-group purpose="location">
7017 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
7018 <context context-type="linenumber">1</context>
7019 </context-group>
7020 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
7021 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
7022 <context-group purpose="location">
7023 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
7024 <context context-type="linenumber">1</context>
7025 </context-group>
6898 </trans-unit> 7026 </trans-unit>
6899 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 7027 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6900 <source>Unlimited</source> 7028 <source>Unlimited</source>
@@ -6906,6 +7034,16 @@
6906 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 7034 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6907 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 7035 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6908 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 7036 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
7037 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
7038 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
7039 <context-group purpose="location">
7040 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
7041 <context context-type="linenumber">1</context>
7042 </context-group>
7043 <context-group purpose="location">
7044 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
7045 <context context-type="linenumber">1</context>
7046 </context-group>
6909 </trans-unit> 7047 </trans-unit>
6910 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a"> 7048 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
6911 <source>100MB</source> 7049 <source>100MB</source>
@@ -7036,48 +7174,20 @@
7036 <context-group name="null"> 7174 <context-group name="null">
7037 <context context-type="linenumber">1</context> 7175 <context context-type="linenumber">1</context>
7038 </context-group> 7176 </context-group>
7039 <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> 7177
7040 </trans-unit> 7178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7041 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df"> 7179
7042 <source>You need to specify hosts to follow.</source> 7180
7043 <target>Vos fa mestièr especificar los òstes de seguir.</target> 7181
7044 <context-group name="null"> 7182
7045 <context context-type="linenumber">1</context>
7046 </context-group>
7047 <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>
7048 </trans-unit>
7049 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
7050 <source>Hosts need to be unique.</source>
7051 <target>Los òstes devon èsser unics.</target>
7052 <context-group name="null">
7053 <context context-type="linenumber">1</context>
7054 </context-group>
7055 <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>
7056 </trans-unit>
7057 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
7058 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source>
7059 <target>Se confirmatz, mandaretz una demanda de seguiment a :<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </target>
7060 <context-group name="null">
7061 <context context-type="linenumber">1</context>
7062 </context-group>
7063 <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>
7064 </trans-unit>
7065 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
7066 <source>Follow new server(s)</source>
7067 <target>Seguir de novèls servidors</target>
7068 <context-group name="null">
7069 <context context-type="linenumber">1</context>
7070 </context-group>
7071 <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>
7072 </trans-unit>
7073 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 7183 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
7074 <source>Follow request(s) sent!</source> 7184 <source>Follow request(s) sent!</source>
7075 <target>Demanda(s) de seguiment enviada !</target> 7185 <target>Demanda(s) de seguiment enviada !</target>
7076 <context-group name="null"> 7186 <context-group name="null">
7077 <context context-type="linenumber">1</context> 7187 <context context-type="linenumber">1</context>
7078 </context-group> 7188 </context-group>
7079 <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> 7189
7080 </trans-unit> 7190 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7081 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 7191 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
7082 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 7192 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
7083 <target>Volètz vertadièrament quitar de seguir <x id="INTERPOLATION" equiv-text="{{host}}"/> ?</target> 7193 <target>Volètz vertadièrament quitar de seguir <x id="INTERPOLATION" equiv-text="{{host}}"/> ?</target>
@@ -7181,6 +7291,12 @@
7181 <context context-type="linenumber">1</context> 7291 <context context-type="linenumber">1</context>
7182 </context-group> 7292 </context-group>
7183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group> 7293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group>
7294 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
7295 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
7296 <context-group purpose="location">
7297 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
7298 <context context-type="linenumber">1</context>
7299 </context-group>
7184 </trans-unit> 7300 </trans-unit>
7185 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 7301 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
7186 <source>Comment updated.</source> 7302 <source>Comment updated.</source>
@@ -7189,23 +7305,33 @@
7189 <context context-type="linenumber">1</context> 7305 <context context-type="linenumber">1</context>
7190 </context-group> 7306 </context-group>
7191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group> 7307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group>
7192 </trans-unit> 7308 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
7193 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978"> 7309 <source>Internal actions</source><target state="new">Internal actions</target>
7194 <source>Delete this report</source> 7310 <context-group purpose="location">
7195 <target>Suprimir aqueste senhalament</target> 7311 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7196 <context-group name="null">
7197 <context context-type="linenumber">1</context> 7312 <context context-type="linenumber">1</context>
7198 </context-group> 7313 </context-group>
7199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7314 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
7200 </trans-unit> 7315 <source>Delete report</source><target state="new">Delete report</target>
7201 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321"> 7316 <context-group purpose="location">
7202 <source>Update moderation comment</source> 7317 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7203 <target>Actualizar lo comentari de moderacion</target> 7318 <context context-type="linenumber">1</context>
7204 <context-group name="null"> 7319 </context-group>
7320 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
7321 <source>Add note</source><target state="new">Add note</target>
7322 <context-group purpose="location">
7323 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7324 <context context-type="linenumber">1</context>
7325 </context-group>
7326 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
7327 <source>Update note</source><target state="new">Update note</target>
7328 <context-group purpose="location">
7329 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7205 <context context-type="linenumber">1</context> 7330 <context context-type="linenumber">1</context>
7206 </context-group> 7331 </context-group>
7207 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7208 </trans-unit> 7332 </trans-unit>
7333
7334
7209 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3"> 7335 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
7210 <source>Mark as accepted</source> 7336 <source>Mark as accepted</source>
7211 <target>Marcar coma acceptat</target> 7337 <target>Marcar coma acceptat</target>
@@ -7221,6 +7347,12 @@
7221 <context context-type="linenumber">1</context> 7347 <context context-type="linenumber">1</context>
7222 </context-group> 7348 </context-group>
7223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7349 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7350 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
7351 <source>Actions for the video</source><target state="new">Actions for the video</target>
7352 <context-group purpose="location">
7353 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7354 <context context-type="linenumber">1</context>
7355 </context-group>
7224 </trans-unit> 7356 </trans-unit>
7225 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599"> 7357 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
7226 <source>Do you really want to delete this abuse report?</source> 7358 <source>Do you really want to delete this abuse report?</source>
@@ -8123,11 +8255,8 @@
8123 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 8255 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
8124 <source>max size</source> 8256 <source>max size</source>
8125 <target state="new">max size</target> 8257 <target state="new">max size</target>
8126 <context-group purpose="location"> 8258
8127 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 8259 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8128 <context context-type="linenumber">1</context>
8129 </context-group>
8130 </trans-unit>
8131 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa"> 8260 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa">
8132 <source>Now please check your emails to verify your account and complete signup.</source> 8261 <source>Now please check your emails to verify your account and complete signup.</source>
8133 <target>Volgatz ben verificar vòstres corrièls per confirmar vòstre compte e acabar l’inscripcion.</target> 8262 <target>Volgatz ben verificar vòstres corrièls per confirmar vòstre compte e acabar l’inscripcion.</target>
@@ -8449,8 +8578,8 @@
8449 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8578 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8450 </trans-unit> 8579 </trans-unit>
8451 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8580 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8452 <source>Long (&gt; 10 min)</source> 8581 <source>Long (> 10 min)</source>
8453 <target>Longa (&gt; 10 min)</target> 8582 <target>Longa (> 10 min)</target>
8454 <context-group name="null"> 8583 <context-group name="null">
8455 <context context-type="linenumber">1</context> 8584 <context context-type="linenumber">1</context>
8456 </context-group> 8585 </context-group>
@@ -8487,6 +8616,12 @@
8487 <context context-type="linenumber">1</context> 8616 <context context-type="linenumber">1</context>
8488 </context-group> 8617 </context-group>
8489 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8618 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8619 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8620 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8621 <context-group purpose="location">
8622 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8623 <context context-type="linenumber">1</context>
8624 </context-group>
8490 </trans-unit> 8625 </trans-unit>
8491 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 8626 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
8492 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 8627 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8559,15 +8694,14 @@
8559 <context context-type="linenumber">1</context> 8694 <context context-type="linenumber">1</context>
8560 </context-group> 8695 </context-group>
8561 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8696 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8562 </trans-unit> 8697 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8563 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 8698 <source>just now</source><target state="new">just now</target>
8564 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 8699 <context-group purpose="location">
8565 <target>fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> seg.</target> 8700 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8566 <context-group name="null">
8567 <context context-type="linenumber">1</context> 8701 <context context-type="linenumber">1</context>
8568 </context-group> 8702 </context-group>
8569 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8570 </trans-unit> 8703 </trans-unit>
8704
8571 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8705 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8572 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source> 8706 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source>
8573 <target state="translated"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> seg</target> 8707 <target state="translated"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> seg</target>
@@ -9801,8 +9935,8 @@
9801 <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> 9935 <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>
9802 </trans-unit> 9936 </trans-unit>
9803 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 9937 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9804 <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> 9938 <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>
9805 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Compatibilitat Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> que permet :</target> 9939 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Compatibilitat Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> que permet :</target>
9806 <context-group name="null"> 9940 <context-group name="null">
9807 <context context-type="linenumber">1</context> 9941 <context context-type="linenumber">1</context>
9808 </context-group> 9942 </context-group>
@@ -10272,8 +10406,8 @@
10272 <context-group name="null"> 10406 <context-group name="null">
10273 <context context-type="linenumber">1</context> 10407 <context context-type="linenumber">1</context>
10274 </context-group> 10408 </context-group>
10275 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group> 10409
10276 </trans-unit> 10410 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
10277 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10411 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10278 <source>Encoder</source> 10412 <source>Encoder</source>
10279 <target state="translated">Encodar</target> 10413 <target state="translated">Encodar</target>
@@ -10560,15 +10694,14 @@
10560 <context context-type="linenumber">1</context> 10694 <context context-type="linenumber">1</context>
10561 </context-group> 10695 </context-group>
10562 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 10696 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10563 </trans-unit> 10697 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10564 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d"> 10698 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10565 <source>The deletion will be sent to remote instances, so they remove the comment too.</source> 10699 <context-group purpose="location">
10566 <target>La supression serà enviada a l’instància alonhada, per que lèven lo comentari tanben.</target> 10700 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10567 <context-group name="null">
10568 <context context-type="linenumber">1</context> 10701 <context context-type="linenumber">1</context>
10569 </context-group> 10702 </context-group>
10570 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context><context context-type="linenumber">1</context></context-group>
10571 </trans-unit> 10703 </trans-unit>
10704
10572 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d"> 10705 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d">
10573 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10706 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10574 <target>Aquò es un comentari alonhat, doncas la supression serà pas qu’efectiva sus vòstra instància.</target> 10707 <target>Aquò es un comentari alonhat, doncas la supression serà pas qu’efectiva sus vòstra instància.</target>
diff --git a/client/src/locale/angular.pl-PL.xlf b/client/src/locale/angular.pl-PL.xlf
index d6d4e95de..1567e441b 100644
--- a/client/src/locale/angular.pl-PL.xlf
+++ b/client/src/locale/angular.pl-PL.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 }}"/> opublikował(-a) nowy film: <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 }}"/> opublikował(-a) nowy film: <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">Twój film <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;"/> został usunięty z czarnej listy </target> 284 <target state="translated">Twój film <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>"/> został usunięty z czarnej listy </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">Twój film <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;"/> został dodany na czarną listę </target> 289 <target state="translated">Twój film <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>"/> został dodany na czarną listę </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;"/>Nowe zgłoszenie nadużycia filmu<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> zostało złożone na film <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>"/>Nowe zgłoszenie nadużycia filmu<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> zostało złożone na film <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">Niedawno dodany film <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;"/> został <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>automatycznie dodany do czarnej listy<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">Niedawno dodany film <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>"/> został <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>automatycznie dodany do czarnej listy<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;"/> skomentował(-a) twój film <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>"/> skomentował(-a) twój film <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">Twój film <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;"/> został opublikowany </target> 320 <target state="translated">Twój film <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>"/> został opublikowany </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;"/>Twój import filmu<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> został ukończony pomyślnie </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Twój import filmu<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> został ukończony pomyślnie </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;"/>Twój import filmu<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> nie powiódł się </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Twój import filmu<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> nie powiódł się </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">Użytkownik <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;"/> zarejestrował się na twojej instancji </target> 335 <target state="translated">Użytkownik <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>"/> zarejestrował się na twojej instancji </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;"/> obserwuje <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>twój kanał <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;"/>twoje 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>"/> obserwuje <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>twój kanał <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>"/>twoje 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;"/> wspomniał(-a) o tobie pod filmem <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;"/> </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>"/> wspomniał(-a) o tobie pod filmem <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>"/> </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">Twoja instancja ma <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>nowego obserwującego<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;"/> który czeka na twoje zatwierdzenie<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">Twoja instancja ma <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>nowego obserwującego<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>"/> który czeka na twoje zatwierdzenie<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">Twoja instancja automatycznie zaobserwowała <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">Twoja instancja automatycznie zaobserwowała <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">
@@ -526,8 +534,8 @@
526 <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> 534 <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>
527 </trans-unit> 535 </trans-unit>
528 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 536 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
529 <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;"/> and will be forwarded to the video origin (<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> 537 <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>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
530 <target state="translated">Twoje zgłoszenie zostanie przesłane do moderatorów <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> oraz zostanie przekazane do (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </target> 538 <target state="translated">Twoje zgłoszenie zostanie przesłane do moderatorów <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> oraz zostanie przekazane do (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </target>
531 <context-group purpose="location"> 539 <context-group purpose="location">
532 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 540 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
533 <context context-type="linenumber">9</context> 541 <context context-type="linenumber">9</context>
@@ -586,34 +594,34 @@
586 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html"> 594 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html">
587 <source>Unlisted</source> 595 <source>Unlisted</source>
588 <target state="translated">Niepubliczny</target> 596 <target state="translated">Niepubliczny</target>
589 <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> 597
590 <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> 598
591 </trans-unit> 599 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
592 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 600 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
593 <source>Private</source> 601 <source>Private</source>
594 <target>Prywatne</target> 602 <target>Prywatne</target>
595 <context-group name="null"> 603 <context-group name="null">
596 <context context-type="linenumber">7</context> 604 <context context-type="linenumber">7</context>
597 </context-group> 605 </context-group>
598 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</context></context-group> 606
599 <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
600 <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
601 </trans-unit> 609 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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>
602 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 610 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
603 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 611 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
604 <target state="translated">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> wyświetleń} }</target> 612 <target state="translated">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> wyświetleń} }</target>
605 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group> 613
606 </trans-unit> 614 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
607 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 615 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
608 <source>Blacklisted</source> 616 <source>Blacklisted</source>
609 <target state="translated">Na czarnej liście</target> 617 <target state="translated">Na czarnej liście</target>
610 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group> 618
611 </trans-unit> 619 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
612 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 620 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
613 <source>Sensitive</source> 621 <source>Sensitive</source>
614 <target state="translated">Wrażliwe</target> 622 <target state="translated">Wrażliwe</target>
615 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group> 623
616 </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>
617 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 625 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
618 <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>
619 <target state="translated">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> filmów} }</target> 627 <target state="translated">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> filmów} }</target>
@@ -666,11 +674,11 @@
666 <context-group name="null"> 674 <context-group name="null">
667 <context context-type="linenumber">15</context> 675 <context context-type="linenumber">15</context>
668 </context-group> 676 </context-group>
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">80</context></context-group> 677
670 <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">73</context></context-group> 678
671 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</context></context-group> 679
672 <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> 680
673 </trans-unit> 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">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
674 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 682 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
675 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 683 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
676 <target state="translated">Usuń z <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 684 <target state="translated">Usuń z <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -712,19 +720,19 @@
712 <context-group name="null"> 720 <context-group name="null">
713 <context context-type="linenumber">63</context> 721 <context context-type="linenumber">63</context>
714 </context-group> 722 </context-group>
715 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group> 723
716 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group> 724
717 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group> 725
718 <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">41</context></context-group> 726
719 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group> 727
720 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group> 728
721 <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">11</context></context-group> 729
722 <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">87</context></context-group> 730
723 <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">11</context></context-group> 731
724 <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">87</context></context-group> 732
725 <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">11</context></context-group> 733
726 <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">11</context></context-group> 734
727 </trans-unit> 735 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
728 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 736 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
729 <source>Truncated preview</source> 737 <source>Truncated preview</source>
730 <target>Skrócony podgląd</target> 738 <target>Skrócony podgląd</target>
@@ -806,24 +814,33 @@
806 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</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">63</context></context-group>
807 </trans-unit> 815 </trans-unit>
808 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3" datatype="html"> 816 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3" datatype="html">
809 <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>
810 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Zdalna subskrypcja<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;"/>Zdalna interakcja<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 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>
821 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Zdalna subskrypcja<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Zdalna interakcja<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
811 <context-group purpose="location"> 822 <context-group purpose="location">
812 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 823 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
813 <context context-type="linenumber">10</context> 824 <context context-type="linenumber">10</context>
814 </context-group> 825 </context-group>
815 </trans-unit> 826 </trans-unit>
816 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 827 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
817 <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> 828 <source>
818 <target state="translated">Możesz subskrybować ten kanał z dowolnej instancji zgodnej z protokołem ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Na przykład na Mastodonie lub Pleromie możesz wpisać URL kanału do pola wyszukiwania i subskrybować. </target> 829 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/>"/>
830 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
831 </source>
832 <target state="translated">Możesz subskrybować ten kanał z dowolnej instancji zgodnej z protokołem ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Na przykład na Mastodonie lub Pleromie możesz wpisać URL kanału do pola wyszukiwania i subskrybować. </target>
819 <context-group purpose="location"> 833 <context-group purpose="location">
820 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 834 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
821 <context context-type="linenumber">17</context> 835 <context context-type="linenumber">17</context>
822 </context-group> 836 </context-group>
823 </trans-unit> 837 </trans-unit>
824 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 838 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
825 <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> 839 <source>
826 <target state="translated">Możesz wejść z tym w interakcję z dowolnej instancji zgodnej z protokołem ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Na przykład na Mastodonie lub Pleromie możesz wpisać aktualny URL do pola wyszukiwania i subskrybować. </target> 840 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/>"/>
841 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
842 </source>
843 <target state="translated">Możesz wejść z tym w interakcję z dowolnej instancji zgodnej z protokołem ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Na przykład na Mastodonie lub Pleromie możesz wpisać aktualny URL do pola wyszukiwania i subskrybować. </target>
827 <context-group purpose="location"> 844 <context-group purpose="location">
828 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 845 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
829 <context context-type="linenumber">26</context> 846 <context context-type="linenumber">26</context>
@@ -838,8 +855,11 @@
838 </context-group> 855 </context-group>
839 </trans-unit> 856 </trans-unit>
840 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 857 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
841 <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> 858 <source>
842 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Domyślne ustawienia dla filmów NSFW/wrażliwych<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;"/>mogą być zmienione przez użytkowników<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </target> 859 <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>"/>
860 <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>"/>
861 </source>
862 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Domyślne ustawienia dla filmów NSFW/wrażliwych<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>"/>mogą być zmienione przez użytkowników<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> </target>
843 <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> 863 <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>
844 </trans-unit> 864 </trans-unit>
845 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html"> 865 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
@@ -885,8 +905,8 @@
885 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
886 </trans-unit> 906 </trans-unit>
887 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 907 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
888 <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> 908 <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>
889 <target>Nieograniczony <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> dziennie)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 909 <target>Nieograniczony <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> dziennie)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
890 <context-group name="null"> 910 <context-group name="null">
891 <context context-type="linenumber">53</context> 911 <context context-type="linenumber">53</context>
892 </context-group> 912 </context-group>
@@ -898,10 +918,10 @@
898 <context-group name="null"> 918 <context-group name="null">
899 <context context-type="linenumber">286</context> 919 <context context-type="linenumber">286</context>
900 </context-group> 920 </context-group>
901 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group> 921
902 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group> 922
903 <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">46</context></context-group> 923
904 </trans-unit> 924 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
905 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 925 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
906 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 926 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
907 <target>Import z linku HTTP (YouTube, Vimeo, bezpośredni URL...)</target> 927 <target>Import z linku HTTP (YouTube, Vimeo, bezpośredni URL...)</target>
@@ -1033,19 +1053,19 @@
1033 <context-group name="null"> 1053 <context-group name="null">
1034 <context context-type="linenumber">23</context> 1054 <context context-type="linenumber">23</context>
1035 </context-group> 1055 </context-group>
1036 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group> 1056
1037 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group> 1057
1038 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group> 1058
1039 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group> 1059
1040 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 1060
1041 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group> 1061
1042 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</context></context-group> 1062
1043 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">47</context></context-group> 1063
1044 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group> 1064
1045 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group> 1065
1046 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group> 1066
1047 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group> 1067
1048 </trans-unit> 1068 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1049 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 1069 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
1050 <source>Ban this user</source> 1070 <source>Ban this user</source>
1051 <target state="translated">Zbanuj tego użytkownika</target> 1071 <target state="translated">Zbanuj tego użytkownika</target>
@@ -1059,14 +1079,7 @@
1059 <context context-type="linenumber">11</context> 1079 <context context-type="linenumber">11</context>
1060 </context-group> 1080 </context-group>
1061 </trans-unit> 1081 </trans-unit>
1062 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 1082
1063 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1064 <target state="translated">(rozszerzenia: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, maksymalny rozmiar: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1065 <context-group purpose="location">
1066 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
1067 <context context-type="linenumber">12</context>
1068 </context-group>
1069 </trans-unit>
1070 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1083 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1071 <source>Login</source> 1084 <source>Login</source>
1072 <target> 1085 <target>
@@ -1086,8 +1099,15 @@
1086 </context-group> 1099 </context-group>
1087 </trans-unit> 1100 </trans-unit>
1088 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1101 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html">
1089 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1102 <source>
1090 <target state="translated">Ta instancja aktualnie nie ma otwartej rejestracji, ale możesz znaleźć inną instancję gdzie możesz się zarejestrować i tam wrzucać swoje filmy. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Znajdź swoją między różnymi instancjami na stronie <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1103 Currently this instance doesn't allow for user registration, but you can find an instance
1104 that gives you the possibility to sign up for an account and upload your videos there.
1105
1106 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1107
1108 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1109 </source>
1110 <target state="translated">Ta instancja aktualnie nie ma otwartej rejestracji, ale możesz znaleźć inną instancję gdzie możesz się zarejestrować i tam wrzucać swoje filmy. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Znajdź swoją między różnymi instancjami na stronie <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1091 <context-group purpose="location"> 1111 <context-group purpose="location">
1092 <context context-type="sourcefile">src/app/login/login.component.html</context> 1112 <context context-type="sourcefile">src/app/login/login.component.html</context>
1093 <context context-type="linenumber">11</context> 1113 <context context-type="linenumber">11</context>
@@ -1177,15 +1197,15 @@
1177 <context-group name="null"> 1197 <context-group name="null">
1178 <context context-type="linenumber">43</context> 1198 <context context-type="linenumber">43</context>
1179 </context-group> 1199 </context-group>
1180 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group> 1200
1181 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1201
1182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1202
1183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">41</context></context-group> 1203
1184 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group> 1204
1185 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</context></context-group> 1205
1186 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group> 1206
1187 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group> 1207
1188 </trans-unit> 1208 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1189 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1209 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1190 <source>Email address</source> 1210 <source>Email address</source>
1191 <target>Adres e-mail</target> 1211 <target>Adres e-mail</target>
@@ -1246,9 +1266,9 @@
1246 </context-group> 1266 </context-group>
1247 </trans-unit> 1267 </trans-unit>
1248 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1268 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1249 <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> 1269 <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>
1250 <target> 1270 <target>
1251 dla <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;"/> 1271 dla <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>"/>
1252 </target> 1272 </target>
1253 <context-group name="null"> 1273 <context-group name="null">
1254 <context context-type="linenumber">6</context> 1274 <context context-type="linenumber">6</context>
@@ -1256,8 +1276,11 @@
1256 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1276 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1257 </trans-unit> 1277 </trans-unit>
1258 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061" datatype="html"> 1278 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061" datatype="html">
1259 <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> 1279 <source>
1260 <target state="translated">Filtry <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;"/> </target> 1280 Filters
1281 <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>"/>
1282 </source>
1283 <target state="translated">Filtry <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>"/> </target>
1261 <context-group purpose="location"> 1284 <context-group purpose="location">
1262 <context context-type="sourcefile">src/app/search/search.component.html</context> 1285 <context context-type="sourcefile">src/app/search/search.component.html</context>
1263 <context context-type="linenumber">16</context> 1286 <context context-type="linenumber">16</context>
@@ -1290,7 +1313,8 @@
1290 </context-group> 1313 </context-group>
1291 </trans-unit> 1314 </trans-unit>
1292 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1315 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1293 <source>CLI documentation</source> 1316 <source>CLI
1317 documentation</source>
1294 <target state="translated">Dokumentacja CLI</target> 1318 <target state="translated">Dokumentacja CLI</target>
1295 <context-group purpose="location"> 1319 <context-group purpose="location">
1296 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1320 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1306,7 +1330,8 @@
1306 </context-group> 1330 </context-group>
1307 </trans-unit> 1331 </trans-unit>
1308 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1332 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1309 <source>Administer documentation</source> 1333 <source>Administer
1334 documentation</source>
1310 <target state="translated">Dokumentacja administracji</target> 1335 <target state="translated">Dokumentacja administracji</target>
1311 <context-group purpose="location"> 1336 <context-group purpose="location">
1312 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1337 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1322,7 +1347,8 @@
1322 </context-group> 1347 </context-group>
1323 </trans-unit> 1348 </trans-unit>
1324 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1349 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1325 <source>Use documentation</source> 1350 <source>Use
1351 documentation</source>
1326 <target state="translated">Dokumentacja użycia</target> 1352 <target state="translated">Dokumentacja użycia</target>
1327 <context-group purpose="location"> 1353 <context-group purpose="location">
1328 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1354 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1346,16 +1372,16 @@
1346 </context-group> 1372 </context-group>
1347 </trans-unit> 1373 </trans-unit>
1348 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1374 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1349 <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> 1375 <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>
1350 <target state="translated">Oficjalna strona PeerTube (wiadomości, wsparcie...): <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> 1376 <target state="translated">Oficjalna strona PeerTube (wiadomości, wsparcie...): <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>
1351 <context-group purpose="location"> 1377 <context-group purpose="location">
1352 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1378 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1353 <context context-type="linenumber">44</context> 1379 <context context-type="linenumber">44</context>
1354 </context-group> 1380 </context-group>
1355 </trans-unit> 1381 </trans-unit>
1356 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1382 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1357 <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> 1383 <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>
1358 <target state="translated">Dodaj swoją instancję do publicznego indeksu: <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> 1384 <target state="translated">Dodaj swoją instancję do publicznego indeksu: <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>
1359 <context-group purpose="location"> 1385 <context-group purpose="location">
1360 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1386 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1361 <context context-type="linenumber">47</context> 1387 <context context-type="linenumber">47</context>
@@ -1370,16 +1396,26 @@
1370 </context-group> 1396 </context-group>
1371 </trans-unit> 1397 </trans-unit>
1372 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1398 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1373 <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> 1399 <source>
1374 <target state="translated">Wybranie <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>nazwy twojej instancji<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;"/>ustawienie opisu<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, sprecyzowanie <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>kim jesteś<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, dlaczego <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>stworzyłeś(-aś) własną instancję<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> i <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>jak długo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> planujesz ją <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>wspierać<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> może być przydatne dla osób które chcą zrozumieć na jakiej instancji się znajdują. </target> 1400 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>"/>,
1401 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>"/>
1402 is very important for visitors to understand on what type of instance they are.
1403 </source>
1404 <target state="translated">Wybranie <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>nazwy twojej instancji<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>ustawienie opisu<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, sprecyzowanie <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>kim jesteś<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, dlaczego <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>stworzyłeś(-aś) własną instancję<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> i <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>jak długo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> planujesz ją <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>wspierać<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> może być przydatne dla osób które chcą zrozumieć na jakiej instancji się znajdują. </target>
1375 <context-group purpose="location"> 1405 <context-group purpose="location">
1376 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1406 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1377 <context context-type="linenumber">61</context> 1407 <context context-type="linenumber">61</context>
1378 </context-group> 1408 </context-group>
1379 </trans-unit> 1409 </trans-unit>
1380 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1410 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1381 <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> 1411 <source>
1382 <target state="translated">Jeżeli chcesz otworzyć rejestracje, musisz wybrać <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>twoje zasady moderacji<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, wypełnić <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>zasady i warunki instancji<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> i ustawić kategorie i język swojej instancji. W ten sposób możesz pomóc użytkownikom wybrać <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>idealną<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> instancję PeerTube. </target> 1412 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
1413 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1414 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
1415 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1416 PeerTube instance.
1417 </source>
1418 <target state="translated">Jeżeli chcesz otworzyć rejestracje, musisz wybrać <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>twoje zasady moderacji<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, wypełnić <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>zasady i warunki instancji<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> i ustawić kategorie i język swojej instancji. W ten sposób możesz pomóc użytkownikom wybrać <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>idealną<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> instancję PeerTube. </target>
1383 <context-group purpose="location"> 1419 <context-group purpose="location">
1384 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1420 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1385 <context context-type="linenumber">67</context> 1421 <context context-type="linenumber">67</context>
@@ -1468,10 +1504,13 @@
1468 </context-group> 1504 </context-group>
1469 </trans-unit> 1505 </trans-unit>
1470 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1506 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1471 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1507 <source>
1508 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1509 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1510 </source>
1472 <target state="new"> 1511 <target state="new">
1473 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. 1512 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1474 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1513 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1475 </target> 1514 </target>
1476 <context-group purpose="location"> 1515 <context-group purpose="location">
1477 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1516 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1545,15 +1584,9 @@
1545 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1584 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1546 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source> 1585 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source>
1547 <target state="translated">Interfejs: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1586 <target state="translated">Interfejs: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1548 <context-group purpose="location"> 1587
1549 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1588
1550 <context context-type="linenumber">36</context> 1589 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit>
1551 </context-group>
1552 <context-group purpose="location">
1553 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1554 <context context-type="linenumber">158</context>
1555 </context-group>
1556 </trans-unit>
1557 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html"> 1590 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1558 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source> 1591 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source>
1559 <target state="translated">Filmy: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1592 <target state="translated">Filmy: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
@@ -1597,48 +1630,33 @@
1597 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1630 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1598 <source>Help</source> 1631 <source>Help</source>
1599 <target state="translated">Pomoc</target> 1632 <target state="translated">Pomoc</target>
1600 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group> 1633
1601 </trans-unit> 1634 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1602 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1635 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1603 <source>Get help using PeerTube</source> 1636 <source>Get help using PeerTube</source>
1604 <target state="translated">Pomoc w korzystaniu z PeerTube</target> 1637 <target state="translated">Pomoc w korzystaniu z PeerTube</target>
1605 <context-group purpose="location"> 1638
1606 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1639 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1607 <context context-type="linenumber">167</context>
1608 </context-group>
1609 </trans-unit>
1610 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html"> 1640 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1611 <source>Shortcuts</source> 1641 <source>Shortcuts</source>
1612 <target state="translated">Skróty</target> 1642 <target state="translated">Skróty</target>
1613 <context-group purpose="location"> 1643
1614 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1644 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit>
1615 <context context-type="linenumber">168</context>
1616 </context-group>
1617 </trans-unit>
1618 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html"> 1645 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1619 <source>powered by PeerTube</source> 1646 <source>powered by PeerTube</source>
1620 <target state="translated">działa dzięki PeerTube</target> 1647 <target state="translated">działa dzięki PeerTube</target>
1621 <context-group purpose="location"> 1648
1622 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1649 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1623 <context context-type="linenumber">172</context>
1624 </context-group>
1625 </trans-unit>
1626 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html"> 1650 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1627 <source>PeerTube website</source> 1651 <source>PeerTube website</source>
1628 <target state="translated">Witryna PeerTube</target> 1652 <target state="translated">Witryna PeerTube</target>
1629 <context-group purpose="location"> 1653
1630 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1654 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1631 <context context-type="linenumber">172</context>
1632 </context-group>
1633 </trans-unit>
1634 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html"> 1655 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1635 <source>powered by PeerTube - CopyLeft 2015-2020</source> 1656 <source>powered by PeerTube - CopyLeft 2015-2020</source>
1636 <target state="translated">napędzane przez PeerTube - CopyLeft 2015-2020</target> 1657 <target state="translated">napędzane przez PeerTube - CopyLeft 2015-2020</target>
1637 <context-group purpose="location"> 1658
1638 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1659 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1639 <context context-type="linenumber">171</context>
1640 </context-group>
1641 </trans-unit>
1642 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1660 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1643 <source>Log out</source> 1661 <source>Log out</source>
1644 <target state="translated">Wyloguj się</target> 1662 <target state="translated">Wyloguj się</target>
@@ -1747,19 +1765,9 @@
1747 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1765 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1748 <source>Contact</source> 1766 <source>Contact</source>
1749 <target state="translated">Kontakt</target> 1767 <target state="translated">Kontakt</target>
1750 <context-group purpose="location"> 1768
1751 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1769 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1752 <context context-type="linenumber">154</context> 1770
1753 </context-group>
1754 </trans-unit>
1755 <trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1756 <source>Terms of Service</source>
1757 <target state="translated">Warunki Korzystania</target>
1758 <context-group purpose="location">
1759 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1760 <context context-type="linenumber">155</context>
1761 </context-group>
1762 </trans-unit>
1763 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1771 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1764 <source>View your notifications</source> 1772 <source>View your notifications</source>
1765 <target state="translated">Zobacz powiadomienia</target> 1773 <target state="translated">Zobacz powiadomienia</target>
@@ -1911,8 +1919,11 @@
1911 </context-group> 1919 </context-group>
1912 </trans-unit> 1920 </trans-unit>
1913 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1921 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1914 <source>Jump to channel <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;"/> </source> 1922 <source>
1915 <target state="translated">Przejdź do kanału <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;"/> </target> 1923 Jump to channel
1924 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1925 </source>
1926 <target state="translated">Przejdź do kanału <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
1916 <context-group purpose="location"> 1927 <context-group purpose="location">
1917 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1928 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1918 <context context-type="linenumber">18</context> 1929 <context context-type="linenumber">18</context>
@@ -2133,8 +2144,12 @@
2133 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2144 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2134 </trans-unit> 2145 </trans-unit>
2135 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2146 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2136 <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> 2147 <source>
2137 <target state="translated">Tagi mogą być wykorzystywane do trafniejszego sugerowania filmów. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Można wpisać maksymalnie 5 tagów. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Wciśnij Enter by dodać nowy tag. </target> 2148 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2149 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2150 Press Enter to add a new tag.
2151 </source>
2152 <target state="translated">Tagi mogą być wykorzystywane do trafniejszego sugerowania filmów. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Można wpisać maksymalnie 5 tagów. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Wciśnij Enter by dodać nowy tag. </target>
2138 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2153 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2139 </trans-unit> 2154 </trans-unit>
2140 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2155 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2184,69 +2199,50 @@
2184 <context-group name="null"> 2199 <context-group name="null">
2185 <context context-type="linenumber">23</context> 2200 <context context-type="linenumber">23</context>
2186 </context-group> 2201 </context-group>
2187 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group> 2202
2188 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group> 2203
2189 <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">12</context></context-group> 2204
2190 <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">28</context></context-group> 2205
2191 <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">70</context></context-group> 2206
2192 <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">70</context></context-group> 2207
2193 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group> 2208
2194 </trans-unit> 2209 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2195 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2210 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2196 <source>Privacy</source> 2211 <source>Privacy</source>
2197 <target>Prywatność</target> 2212 <target>Prywatność</target>
2198 <context-group name="null"> 2213 <context-group name="null">
2199 <context context-type="linenumber">33</context> 2214 <context context-type="linenumber">33</context>
2200 </context-group> 2215 </context-group>
2201 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group> 2216
2202 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group> 2217
2203 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group> 2218
2204 <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">21</context></context-group> 2219
2205 <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">37</context></context-group> 2220
2206 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">187</context></context-group> 2221
2207 <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">57</context></context-group> 2222
2208 <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">57</context></context-group> 2223
2209 </trans-unit> 2224 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit>
2210 <trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2225
2211 <source>More information about privacy within PeerTube</source>
2212 <target state="translated">Więcej informacji na temat prywatności w ramach PeerTube</target>
2213 <context-group purpose="location">
2214 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2215 <context context-type="linenumber">164</context>
2216 </context-group>
2217 </trans-unit>
2218 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html"> 2226 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2219 <source>FAQ</source> 2227 <source>FAQ</source>
2220 <target state="translated">Często zadawane pytania</target> 2228 <target state="translated">Często zadawane pytania</target>
2221 <context-group purpose="location"> 2229
2222 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2230 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2223 <context context-type="linenumber">165</context>
2224 </context-group>
2225 </trans-unit>
2226 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html"> 2231 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2227 <source>Frequently asked questions about PeerTube</source> 2232 <source>Frequently asked questions about PeerTube</source>
2228 <target state="translated">Najczęściej zadawane pytania na temat PeerTube</target> 2233 <target state="translated">Najczęściej zadawane pytania na temat PeerTube</target>
2229 <context-group purpose="location"> 2234
2230 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2235 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2231 <context context-type="linenumber">165</context>
2232 </context-group>
2233 </trans-unit>
2234 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html"> 2236 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2235 <source>API</source> 2237 <source>API</source>
2236 <target state="new">API</target> 2238 <target state="new">API</target>
2237 <context-group purpose="location"> 2239
2238 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2240 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2239 <context context-type="linenumber">166</context>
2240 </context-group>
2241 </trans-unit>
2242 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html"> 2241 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2243 <source>API documentation</source> 2242 <source>API documentation</source>
2244 <target state="translated">Dokumentacja API</target> 2243 <target state="translated">Dokumentacja API</target>
2245 <context-group purpose="location"> 2244
2246 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2245 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2247 <context context-type="linenumber">166</context>
2248 </context-group>
2249 </trans-unit>
2250 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2246 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2251 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2247 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2252 <target>Zaplanuj publikację (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2248 <target>Zaplanuj publikację (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2303,7 +2299,7 @@
2303 <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> 2299 <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>
2304 </trans-unit> 2300 </trans-unit>
2305 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee" datatype="html"> 2301 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee" datatype="html">
2306 <source>Already uploaded ✔</source> 2302 <source>Already uploaded ✔</source>
2307 <target state="translated">Już wrzucone ✔</target> 2303 <target state="translated">Już wrzucone ✔</target>
2308 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">184</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">184</context></context-group>
2309 </trans-unit> 2305 </trans-unit>
@@ -2399,8 +2395,12 @@
2399 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2395 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2400 </trans-unit> 2396 </trans-unit>
2401 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2397 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2402 <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> 2398 <source>
2403 <target state="translated">Możesz zaimportować dowolny link <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>wspierany przez youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> lub link do pliku mp4. Upewnij się, że masz prawa do rozpowszechniania tej zawartości, inaczej może ona spowodować problemy prawne dla ciebie i twojej instancji. </target> 2399 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>"/>
2400 or URL that points to a raw MP4 file.
2401 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.
2402 </source>
2403 <target state="translated">Możesz zaimportować dowolny link <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>wspierany przez youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> lub link do pliku mp4. Upewnij się, że masz prawa do rozpowszechniania tej zawartości, inaczej może ona spowodować problemy prawne dla ciebie i twojej instancji. </target>
2404 <context-group purpose="location"> 2404 <context-group purpose="location">
2405 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2405 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2406 <context context-type="linenumber">10</context> 2406 <context context-type="linenumber">10</context>
@@ -2409,10 +2409,10 @@
2409 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7" datatype="html"> 2409 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7" datatype="html">
2410 <source>Sorry, but something went wrong</source> 2410 <source>Sorry, but something went wrong</source>
2411 <target state="translated">Przepraszamy, ale coś poszło nie tak</target> 2411 <target state="translated">Przepraszamy, ale coś poszło nie tak</target>
2412 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group> 2412
2413 <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">64</context></context-group> 2413
2414 <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">53</context></context-group> 2414
2415 </trans-unit> 2415 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2416 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 2416 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
2417 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2417 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2418 <target state="translated">Gratulacje, film za <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> będzie zaimportowany! Możesz już dodać informacje o tym filmie. </target> 2418 <target state="translated">Gratulacje, film za <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> będzie zaimportowany! Możesz już dodać informacje o tym filmie. </target>
@@ -2427,11 +2427,11 @@
2427 <context-group name="null"> 2427 <context-group name="null">
2428 <context context-type="linenumber">17</context> 2428 <context context-type="linenumber">17</context>
2429 </context-group> 2429 </context-group>
2430 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group> 2430
2431 <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">74</context></context-group> 2431
2432 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group> 2432
2433 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group> 2433
2434 </trans-unit> 2434 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2435 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2435 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2436 <source>Select the file to upload</source> 2436 <source>Select the file to upload</source>
2437 <target>Wybierz plik do wysłania</target> 2437 <target>Wybierz plik do wysłania</target>
@@ -2443,68 +2443,54 @@
2443 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html"> 2443 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html">
2444 <source>Scheduled</source> 2444 <source>Scheduled</source>
2445 <target state="translated">Zaplanowany</target> 2445 <target state="translated">Zaplanowany</target>
2446 <context-group purpose="location"> 2446
2447 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2447 <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">24</context></context-group></trans-unit>
2448 <context context-type="linenumber">25</context>
2449 </context-group>
2450 </trans-unit>
2451 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2448 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2452 <source>Video background image</source> 2449 <source>Video background image</source>
2453 <target state="translated">Tło filmu</target> 2450 <target state="translated">Tło filmu</target>
2454 <context-group purpose="location"> 2451
2455 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2452 <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">31</context></context-group></trans-unit>
2456 <context context-type="linenumber">32</context>
2457 </context-group>
2458 </trans-unit>
2459 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2453 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2460 <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> 2454 <source>
2461 <target state="translated">Obraz który zostanie połączony z twoim plikiem audio. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Wybrany obraz jest finalny i nie może być później zmieniony. </target> 2455 Image that will be merged with your audio file.
2462 <context-group purpose="location"> 2456 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2463 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2457 The chosen image will be definitive and cannot be modified.
2464 <context context-type="linenumber">34</context> 2458 </source>
2465 </context-group> 2459 <target state="translated">Obraz który zostanie połączony z twoim plikiem audio. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Wybrany obraz jest finalny i nie może być później zmieniony. </target>
2466 </trans-unit> 2460
2461 <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">33</context></context-group></trans-unit>
2467 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2462 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2468 <source>Processing…</source> 2463 <source>Processing…</source>
2469 <target state="translated">Przetwarzanie…</target> 2464 <target state="translated">Przetwarzanie…</target>
2470 <context-group purpose="location"> 2465
2471 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2466 <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">55</context></context-group></trans-unit>
2472 <context context-type="linenumber">56</context>
2473 </context-group>
2474 </trans-unit>
2475 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html"> 2467 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2476 <source>Total video quota</source> 2468 <source>Total video quota</source>
2477 <target state="translated">Maksymalna dozwolona wielkość sumaryczyna plików wideo</target> 2469 <target state="translated">Maksymalna dozwolona wielkość sumaryczyna plików wideo</target>
2478 <context-group purpose="location"> 2470
2479 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2471
2480 <context context-type="linenumber">54</context> 2472 <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">53</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">11</context></context-group></trans-unit>
2481 </context-group>
2482 <context-group purpose="location">
2483 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2484 <context context-type="linenumber">11</context>
2485 </context-group>
2486 </trans-unit>
2487 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html"> 2473 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2488 <source>Congratulations! Your video is now available in your private library.</source> 2474 <source>Congratulations! Your video is now available in your private library.</source>
2489 <target state="translated">Gratulacje! Ten film jest teraz dostępny w twojej prywatnej bibliotece.</target> 2475 <target state="translated">Gratulacje! Ten film jest teraz dostępny w twojej prywatnej bibliotece.</target>
2490 <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">68</context></context-group> 2476
2491 </trans-unit> 2477 <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">67</context></context-group></trans-unit>
2492 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2478 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2493 <source>Publish will be available when upload is finished</source> 2479 <source>Publish will be available when upload is finished</source>
2494 <target>Opublikuj automatycznie po ukończeniu wysyłania</target> 2480 <target>Opublikuj automatycznie po ukończeniu wysyłania</target>
2495 <context-group name="null"> 2481 <context-group name="null">
2496 <context context-type="linenumber">79</context> 2482 <context context-type="linenumber">79</context>
2497 </context-group> 2483 </context-group>
2498 <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">81</context></context-group> 2484
2499 </trans-unit> 2485 <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">80</context></context-group></trans-unit>
2500 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2486 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2501 <source>Publish</source> 2487 <source>Publish</source>
2502 <target>Opublikuj</target> 2488 <target>Opublikuj</target>
2503 <context-group name="null"> 2489 <context-group name="null">
2504 <context context-type="linenumber">86</context> 2490 <context context-type="linenumber">86</context>
2505 </context-group> 2491 </context-group>
2506 <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">88</context></context-group> 2492
2507 </trans-unit> 2493 <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">87</context></context-group></trans-unit>
2508 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html"> 2494 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
2509 <source>Select the torrent to import</source> 2495 <source>Select the torrent to import</source>
2510 <target state="translated">Wybierz torrent do zaimportowania</target> 2496 <target state="translated">Wybierz torrent do zaimportowania</target>
@@ -2512,42 +2498,39 @@
2512 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2498 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2513 <context context-type="linenumber">6</context> 2499 <context context-type="linenumber">6</context>
2514 </context-group> 2500 </context-group>
2515 </trans-unit> 2501 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2516 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2502 <source>OR</source><target state="new">OR</target>
2517 <source>Or</source> 2503 <context-group purpose="location">
2518 <target>Lub</target> 2504 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2519 <context-group name="null"> 2505 <context context-type="linenumber">10</context>
2520 <context context-type="linenumber">11</context>
2521 </context-group> 2506 </context-group>
2522 <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">11</context></context-group>
2523 </trans-unit> 2507 </trans-unit>
2508
2524 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html"> 2509 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
2525 <source>Paste magnet URI</source> 2510 <source>Paste magnet URI</source>
2526 <target state="translated">Wklej link magnet</target> 2511 <target state="translated">Wklej link magnet</target>
2527 <context-group purpose="location"> 2512
2528 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2513 <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">13</context></context-group></trans-unit>
2529 <context context-type="linenumber">14</context>
2530 </context-group>
2531 </trans-unit>
2532 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2514 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2533 <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> 2515 <source>
2516 You can import any torrent file that points to a mp4 file.
2517 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.
2518 </source>
2534 <target state="translated">Możesz zaimportować jakikolwiek plik torrent który wskazuje na plik mp4. Upewnij się, że masz prawa do rozpowszechniania tej zawartości, inaczej może ona spowodować problemy prawne dla ciebie i twojej instancji.</target> 2519 <target state="translated">Możesz zaimportować jakikolwiek plik torrent który wskazuje na plik mp4. Upewnij się, że masz prawa do rozpowszechniania tej zawartości, inaczej może ona spowodować problemy prawne dla ciebie i twojej instancji.</target>
2535 <context-group purpose="location"> 2520
2536 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2521 <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">16</context></context-group></trans-unit>
2537 <context context-type="linenumber">17</context>
2538 </context-group>
2539 </trans-unit>
2540 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html"> 2522 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2541 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2523 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2542 <target state="translated">Gratulacje, film zostanie zaimportowany z BitTorrent! Możesz już dodać informacje o tym filmie.</target> 2524 <target state="translated">Gratulacje, film zostanie zaimportowany z BitTorrent! Możesz już dodać informacje o tym filmie.</target>
2543 <context-group purpose="location"> 2525
2544 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2526 <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">56</context></context-group></trans-unit>
2545 <context context-type="linenumber">57</context>
2546 </context-group>
2547 </trans-unit>
2548 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2527 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2549 <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> 2528 <source>
2550 <target state="translated">Nie polecamy używania konta <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;"/> do publikowania filmów, ponieważ jest ono super-administracyjnym kontem twojej instancji. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Zamiast tego, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>utwórz dedykowane konto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> przeznaczone na wrzucanie filmów. </target> 2529 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.
2530 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2531 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.
2532 </source>
2533 <target state="translated">Nie polecamy używania konta <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>"/> do publikowania filmów, ponieważ jest ono super-administracyjnym kontem twojej instancji. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Zamiast tego, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>utwórz dedykowane konto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> przeznaczone na wrzucanie filmów. </target>
2551 <context-group purpose="location"> 2534 <context-group purpose="location">
2552 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2535 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2553 <context context-type="linenumber">2</context> 2536 <context context-type="linenumber">2</context>
@@ -2762,16 +2745,16 @@
2762 </context-group> 2745 </context-group>
2763 </trans-unit> 2746 </trans-unit>
2764 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2747 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2765 <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> 2748 <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>
2766 <target state="translated">Opublikowano <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 }}"/> wyświetleń<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2749 <target state="translated">Opublikowano <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 }}"/> wyświetleń<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2767 <context-group purpose="location"> 2750 <context-group purpose="location">
2768 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2751 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2769 <context context-type="linenumber">45</context> 2752 <context context-type="linenumber">45</context>
2770 </context-group> 2753 </context-group>
2771 </trans-unit> 2754 </trans-unit>
2772 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2755 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2773 <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> 2756 <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>
2774 <target state="translated">Opublikowano <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 }}"/> wyświetleń<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2757 <target state="translated">Opublikowano <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 }}"/> wyświetleń<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2775 <context-group purpose="location"> 2758 <context-group purpose="location">
2776 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2759 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2777 <context context-type="linenumber">56</context> 2760 <context context-type="linenumber">56</context>
@@ -2848,10 +2831,10 @@
2848 <context-group name="null"> 2831 <context-group name="null">
2849 <context context-type="linenumber">63</context> 2832 <context context-type="linenumber">63</context>
2850 </context-group> 2833 </context-group>
2851 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group> 2834
2852 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group> 2835
2853 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">63</context></context-group> 2836
2854 </trans-unit> 2837 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit>
2855 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2838 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2856 <source>Subscribe</source> 2839 <source>Subscribe</source>
2857 <target state="translated">Subskrybuj</target> 2840 <target state="translated">Subskrybuj</target>
@@ -2935,8 +2918,8 @@
2935 <context-group name="null"> 2918 <context-group name="null">
2936 <context context-type="linenumber">215</context> 2919 <context context-type="linenumber">215</context>
2937 </context-group> 2920 </context-group>
2938 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group> 2921
2939 </trans-unit> 2922 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2940 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2923 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2941 <source>Get more information</source> 2924 <source>Get more information</source>
2942 <target>Uzyskaj więcej informacji</target> 2925 <target>Uzyskaj więcej informacji</target>
@@ -3014,27 +2997,18 @@
3014 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html"> 2997 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html">
3015 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source> 2998 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source>
3016 <target state="translated">Wyświetl <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> komentarzy od <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'autora' }}"/> i innych </target> 2999 <target state="translated">Wyświetl <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> komentarzy od <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'autora' }}"/> i innych </target>
3017 <context-group purpose="location"> 3000
3018 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3001 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3019 <context context-type="linenumber">77</context>
3020 </context-group>
3021 </trans-unit>
3022 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3002 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3023 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3003 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3024 <target state="translated">Wyświetl <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> komentarzy od <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'autora' }}"/> </target> 3004 <target state="translated">Wyświetl <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> komentarzy od <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'autora' }}"/> </target>
3025 <context-group purpose="location"> 3005
3026 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3006 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3027 <context context-type="linenumber">80</context>
3028 </context-group>
3029 </trans-unit>
3030 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3007 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3031 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3008 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3032 <target state="translated">Wyświetl <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> komentarzy</target> 3009 <target state="translated">Wyświetl <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> komentarzy</target>
3033 <context-group purpose="location"> 3010
3034 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3011 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3035 <context context-type="linenumber">84</context>
3036 </context-group>
3037 </trans-unit>
3038 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3012 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3039 <source>Comments are disabled.</source> 3013 <source>Comments are disabled.</source>
3040 <target> 3014 <target>
@@ -3043,8 +3017,8 @@
3043 <context-group name="null"> 3017 <context-group name="null">
3044 <context context-type="linenumber">64</context> 3018 <context context-type="linenumber">64</context>
3045 </context-group> 3019 </context-group>
3046 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 3020
3047 </trans-unit> 3021 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3048 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3022 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3049 <source>Add comment...</source> 3023 <source>Add comment...</source>
3050 <target>Dodaj komentarz…</target> 3024 <target>Dodaj komentarz…</target>
@@ -3067,7 +3041,11 @@
3067 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3041 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3068 </trans-unit> 3042 </trans-unit>
3069 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3043 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3070 <source>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> 3044 <source>
3045 You can comment using an account on any ActivityPub-compatible instance.
3046 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3047 from within the software's interface.
3048 </source>
3071 <target state="translated">Możesz komentować używając każdego konta instancji zgodnych z ActivityPub. Na większości z nich możesz znaleźć film wpisując adres URL w wyszukiwarkę, a następnie skomentować używając ich wewnętrznego interfejsu.</target> 3049 <target state="translated">Możesz komentować używając każdego konta instancji zgodnych z ActivityPub. Na większości z nich możesz znaleźć film wpisując adres URL w wyszukiwarkę, a następnie skomentować używając ich wewnętrznego interfejsu.</target>
3072 <context-group purpose="location"> 3050 <context-group purpose="location">
3073 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3051 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3121,80 +3099,51 @@
3121 </context-group> 3099 </context-group>
3122 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3100 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3123 </trans-unit> 3101 </trans-unit>
3124 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 3102
3125 <source>Follow</source>
3126 <target>Śledź</target>
3127 <context-group name="null">
3128 <context context-type="linenumber">7</context>
3129 </context-group>
3130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3131 </trans-unit>
3132 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3103 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3133 <source>Followers</source> 3104 <source>Followers</source>
3134 <target>Śledzący</target> 3105 <target>Śledzący</target>
3135 <context-group name="null"> 3106 <context-group name="null">
3136 <context context-type="linenumber">3</context> 3107 <context context-type="linenumber">3</context>
3137 </context-group> 3108 </context-group>
3138 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 3109
3139 </trans-unit> 3110 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3140 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3111 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3141 <source>Video redundancies</source> 3112 <source>Video redundancies</source>
3142 <target state="translated">Redundancje filmów</target> 3113 <target state="translated">Redundancje filmów</target>
3143 <context-group purpose="location"> 3114
3144 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3145 <context context-type="linenumber">11</context>
3146 </context-group>
3147 </trans-unit>
3148 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 3116 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
3149 <source>1 host (without "http://") per line</source> 3117 <source>1 host (without "http://") per line</source>
3150 <target>1 host (bez "http://") w linii</target> 3118 <target>1 host (bez "http://") w linii</target>
3151 <context-group name="null"> 3119 <context-group name="null">
3152 <context context-type="linenumber">5</context> 3120 <context context-type="linenumber">5</context>
3153 </context-group> 3121 </context-group>
3154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">5</context></context-group> 3122
3155 </trans-unit> 3123 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3156 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507"> 3124 <source>Follow domain</source><target state="new">Follow domain</target>
3157 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3125 <context-group purpose="location">
3158 <target> 3126 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3159 Wygląda na to, że nie jesteś na serwerze HTTPS. Twój serwer musi mieć włączone TLS, aby śledzić inne serwery. 3127 <context context-type="linenumber">15</context>
3160 </target>
3161 <context-group name="null">
3162 <context context-type="linenumber">17</context>
3163 </context-group>
3164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">17</context></context-group>
3165 </trans-unit>
3166 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
3167 <source>Add following</source>
3168 <target>Dodaj śledzenie</target>
3169 <context-group name="null">
3170 <context context-type="linenumber">21</context>
3171 </context-group> 3128 </context-group>
3172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group>
3173 </trans-unit> 3129 </trans-unit>
3130
3131
3174 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 3132 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
3175 <source>Filter...</source> 3133 <source>Filter...</source>
3176 <target state="translated">Filtruj...</target> 3134 <target state="translated">Filtruj...</target>
3177 <context-group purpose="location"> 3135
3178 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3136
3179 <context context-type="linenumber">8</context> 3137
3180 </context-group> 3138 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3181 <context-group purpose="location">
3182 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3183 <context context-type="linenumber">9</context>
3184 </context-group>
3185 <context-group purpose="location">
3186 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3187 <context context-type="linenumber">27</context>
3188 </context-group>
3189 </trans-unit>
3190 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3139 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3191 <source>ID</source> 3140 <source>ID</source>
3192 <target>ID</target> 3141 <target>ID</target>
3193 <context-group name="null"> 3142 <context-group name="null">
3194 <context context-type="linenumber">18</context> 3143 <context context-type="linenumber">18</context>
3195 </context-group> 3144 </context-group>
3196 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 3145
3197 </trans-unit> 3146 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3198 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3147 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3199 <source>Follower handle</source> 3148 <source>Follower handle</source>
3200 <target state="translated">Nazwa obserwującego użytkownika</target> 3149 <target state="translated">Nazwa obserwującego użytkownika</target>
@@ -3206,80 +3155,65 @@
3206 <context-group name="null"> 3155 <context-group name="null">
3207 <context context-type="linenumber">10</context> 3156 <context context-type="linenumber">10</context>
3208 </context-group> 3157 </context-group>
3209 <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> 3158
3210 <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> 3159
3211 </trans-unit> 3160 <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>
3212 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3161 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3213 <source>Delayed.</source> 3162 <source>Delayed.</source>
3214 <target state="translated">Opóźniona.</target> 3163 <target state="translated">Opóźniona.</target>
3215 <context-group purpose="location"> 3164
3216 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3165 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3217 <context context-type="linenumber">42</context>
3218 </context-group>
3219 </trans-unit>
3220 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3166 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3221 <source>Will start soon...</source> 3167 <source>Will start soon...</source>
3222 <target state="translated">Rozpocznie się niedługo...</target> 3168 <target state="translated">Rozpocznie się niedługo...</target>
3223 <context-group purpose="location"> 3169
3224 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3225 <context context-type="linenumber">43</context>
3226 </context-group>
3227 </trans-unit>
3228 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3171 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3229 <source>Running...</source> 3172 <source>Running...</source>
3230 <target state="translated">Uruchomiona...</target> 3173 <target state="translated">Uruchomiona...</target>
3231 <context-group purpose="location"> 3174
3232 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3175 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3233 <context context-type="linenumber">44</context>
3234 </context-group>
3235 </trans-unit>
3236 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3176 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3237 <source>Finished</source> 3177 <source>Finished</source>
3238 <target state="translated">Ukończona</target> 3178 <target state="translated">Ukończona</target>
3239 <context-group purpose="location"> 3179
3240 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3241 <context context-type="linenumber">45</context>
3242 </context-group>
3243 </trans-unit>
3244 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3181 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3245 <source>Failed</source> 3182 <source>Failed</source>
3246 <target state="translated">Niepowodzenie</target> 3183 <target state="translated">Niepowodzenie</target>
3247 <context-group purpose="location"> 3184
3248 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3249 <context context-type="linenumber">46</context>
3250 </context-group>
3251 </trans-unit>
3252 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3186 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3253 <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> 3187 <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>
3254 <target>Utworzono <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> 3188 <target>Utworzono <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>
3255 <context-group name="null"> 3189 <context-group name="null">
3256 <context context-type="linenumber">11</context> 3190 <context context-type="linenumber">11</context>
3257 </context-group> 3191 </context-group>
3258 <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> 3192
3259 <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> 3193
3260 <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> 3194
3261 <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> 3195
3262 <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> 3196
3263 <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> 3197
3264 </trans-unit> 3198 <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">24</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">46</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">11</context></context-group><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><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>
3265 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3199 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3266 <source>Accepted</source> 3200 <source>Accepted</source>
3267 <target>Zaakceptowane</target> 3201 <target>Zaakceptowane</target>
3268 <context-group name="null"> 3202 <context-group name="null">
3269 <context context-type="linenumber">32</context> 3203 <context context-type="linenumber">32</context>
3270 </context-group> 3204 </context-group>
3271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3205
3272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3206
3273 </trans-unit> 3207 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3274 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3208 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3275 <source>Pending</source> 3209 <source>Pending</source>
3276 <target>Oczekiwane</target> 3210 <target>Oczekiwane</target>
3277 <context-group name="null"> 3211 <context-group name="null">
3278 <context context-type="linenumber">33</context> 3212 <context context-type="linenumber">33</context>
3279 </context-group> 3213 </context-group>
3280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3214
3281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3215
3282 </trans-unit> 3216 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3283 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3217 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3284 <source>Accept</source> 3218 <source>Accept</source>
3285 <target state="translated">Akceptuj</target> 3219 <target state="translated">Akceptuj</target>
@@ -3291,6 +3225,12 @@
3291 <target state="translated">Odmów</target> 3225 <target state="translated">Odmów</target>
3292 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3226 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3293 <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">42</context></context-group> 3227 <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">42</context></context-group>
3228 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3229 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3230 <context-group purpose="location">
3231 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3232 <context context-type="linenumber">3</context>
3233 </context-group>
3294 </trans-unit> 3234 </trans-unit>
3295 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 3235 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3296 <source>Host</source> 3236 <source>Host</source>
@@ -3298,24 +3238,32 @@
3298 <context-group name="null"> 3238 <context-group name="null">
3299 <context context-type="linenumber">19</context> 3239 <context context-type="linenumber">19</context>
3300 </context-group> 3240 </context-group>
3301 <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> 3241
3302 </trans-unit> 3242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3303 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3243 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3304 <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> 3244 <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>
3305 <target state="translated">Redundancja zezwolona <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> 3245 <target state="translated">Redundancja zezwolona <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>
3246
3247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3248 <source>Follow domains</source><target state="new">Follow domains</target>
3306 <context-group purpose="location"> 3249 <context-group purpose="location">
3307 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3250 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3308 <context context-type="linenumber">21</context> 3251 <context context-type="linenumber">50</context>
3309 </context-group> 3252 </context-group>
3310 </trans-unit> 3253 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3311 <trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3254 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3312 <source>Video redundancies list</source>
3313 <target state="translated">Lista redundancji filmów</target>
3314 <context-group purpose="location"> 3255 <context-group purpose="location">
3315 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3256 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3316 <context context-type="linenumber">2</context> 3257 <context context-type="linenumber">7</context>
3258 </context-group>
3259 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3260 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3261 <context-group purpose="location">
3262 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3263 <context context-type="linenumber">8</context>
3317 </context-group> 3264 </context-group>
3318 </trans-unit> 3265 </trans-unit>
3266
3319 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 3267 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
3320 <source>Create user</source> 3268 <source>Create user</source>
3321 <target>Utwórz użytkownika</target> 3269 <target>Utwórz użytkownika</target>
@@ -3370,14 +3318,17 @@
3370 <context-group name="null"> 3318 <context-group name="null">
3371 <context context-type="linenumber">43</context> 3319 <context context-type="linenumber">43</context>
3372 </context-group> 3320 </context-group>
3373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3321
3374 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3322
3375 <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> 3323
3376 </trans-unit> 3324 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit>
3377 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3325 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3378 <source>Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3326 <source>
3327 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3328 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3329 </source>
3379 <target state="new"> 3330 <target state="new">
3380 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 3331 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3381 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3332 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3382 </target> 3333 </target>
3383 <context-group purpose="location"> 3334 <context-group purpose="location">
@@ -3453,57 +3404,55 @@
3453 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 3404 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3454 <source>Batch actions</source> 3405 <source>Batch actions</source>
3455 <target state="translated">Akcje seryjne</target> 3406 <target state="translated">Akcje seryjne</target>
3456 <context-group purpose="location"> 3407
3457 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3458 <context context-type="linenumber">19</context>
3459 </context-group>
3460 </trans-unit>
3461 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3409 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3462 <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> 3410 <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>
3463 <target>Nazwa użytkownika <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>Nazwa użytkownika <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>
3464 <context-group name="null"> 3412 <context-group name="null">
3465 <context context-type="linenumber">40</context> 3413 <context context-type="linenumber">40</context>
3466 </context-group> 3414 </context-group>
3467 <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> 3415
3468 </trans-unit> 3416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3469 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3417 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3470 <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> 3418 <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>
3471 <target state="translated">Przestrzeń na filmy <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> 3419 <target state="translated">Przestrzeń na filmy <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>
3472 <context-group purpose="location"> 3420
3473 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3421 <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></trans-unit>
3474 <context context-type="linenumber">42</context>
3475 </context-group>
3476 </trans-unit>
3477 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3422 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3478 <source>(banned)</source> 3423 <source>(banned)</source>
3479 <target state="translated">(zbanowany)</target> 3424 <target state="translated">(zbanowany)</target>
3425
3426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3427 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3480 <context-group purpose="location"> 3428 <context-group purpose="location">
3481 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3429 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3482 <context context-type="linenumber">65</context> 3430 <context context-type="linenumber">65</context>
3483 </context-group> 3431 </context-group>
3432 <context-group purpose="location">
3433 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3434 <context context-type="linenumber">27</context>
3435 </context-group>
3484 </trans-unit> 3436 </trans-unit>
3485 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3437 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3486 <source>User's email must be verified to login</source> 3438 <source>User's email must be verified to login</source>
3487 <target state="translated">E-mail użytkownika musi być zweryfikowany, żeby się zalogować</target> 3439 <target state="translated">E-mail użytkownika musi być zweryfikowany, żeby się zalogować</target>
3488 <context-group purpose="location"> 3440
3489 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3490 <context context-type="linenumber">72</context>
3491 </context-group>
3492 </trans-unit>
3493 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3442 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3494 <source>User's email is verified / User can login without email verification</source> 3443 <source>User's email is verified / User can login without email verification</source>
3495 <target state="translated">E-mail użytkownika jest zweryfikowany / Użytkownik może zalogować się bez weryfikacji przez e-maila</target> 3444 <target state="translated">E-mail użytkownika jest zweryfikowany / Użytkownik może zalogować się bez weryfikacji przez e-maila</target>
3496 <context-group purpose="location"> 3445
3497 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3498 <context context-type="linenumber">76</context>
3499 </context-group>
3500 </trans-unit>
3501 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3447 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3502 <source>Ban reason:</source> 3448 <source>Ban reason:</source>
3503 <target state="translated">Powód bana:</target> 3449 <target state="translated">Powód bana:</target>
3450
3451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3452 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3504 <context-group purpose="location"> 3453 <context-group purpose="location">
3505 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3454 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3506 <context context-type="linenumber">95</context> 3455 <context context-type="linenumber">15</context>
3507 </context-group> 3456 </context-group>
3508 </trans-unit> 3457 </trans-unit>
3509 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3458 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
@@ -3557,94 +3506,91 @@
3557 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 3506 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
3558 <context context-type="linenumber">13</context> 3507 <context context-type="linenumber">13</context>
3559 </context-group> 3508 </context-group>
3509 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3510 <source>Video <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">Video <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>
3511 <context-group purpose="location">
3512 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3513 <context context-type="linenumber">10</context>
3514 </context-group>
3560 </trans-unit> 3515 </trans-unit>
3561 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3516 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3562 <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> 3517 <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>
3563 <target state="translated">Nazwa filmu <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> 3518 <target state="translated">Nazwa filmu <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>
3564 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3519
3565 <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">8</context></context-group> 3520
3566 </trans-unit> 3521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3567 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3522 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3568 <source>Video URL</source> 3523 <source>Video URL</source>
3569 <target state="translated">Link do filmu</target> 3524 <target state="translated">Link do filmu</target>
3570 <context-group purpose="location"> 3525
3571 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3572 <context context-type="linenumber">24</context>
3573 </context-group>
3574 </trans-unit>
3575 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3527 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3576 <source>Total size</source> 3528 <source>Total size</source>
3577 <target state="translated">Wielkość</target> 3529 <target state="translated">Wielkość</target>
3530
3531 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3532 <source>List redundancies</source><target state="new">List redundancies</target>
3578 <context-group purpose="location"> 3533 <context-group purpose="location">
3579 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3534 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3580 <context context-type="linenumber">25</context> 3535 <context context-type="linenumber">33</context>
3581 </context-group> 3536 </context-group>
3582 </trans-unit> 3537 </trans-unit>
3583 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3538 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3584 <source>Enabled strategies stats</source> 3539 <source>Enabled strategies stats</source>
3585 <target state="translated">Statystyki użytych strategii</target> 3540 <target state="translated">Statystyki użytych strategii</target>
3586 <context-group purpose="location"> 3541
3587 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3542 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
3588 <context context-type="linenumber">69</context>
3589 </context-group>
3590 </trans-unit>
3591 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3543 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3592 <source>No redundancy strategy is enabled on your instance.</source> 3544 <source>No redundancy strategy is enabled on your instance.</source>
3593 <target state="translated">Na twojej instancji nie są używne żadne strategie redundancji.</target> 3545 <target state="translated">Na twojej instancji nie są używne żadne strategie redundancji.</target>
3594 <context-group purpose="location"> 3546
3595 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3596 <context context-type="linenumber">73</context>
3597 </context-group>
3598 </trans-unit>
3599 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3548 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3600 <source>Sensitive</source> 3549 <source>Sensitive</source>
3601 <target state="translated">Wrażliwe</target> 3550 <target state="translated">Wrażliwe</target>
3602 <context-group purpose="location"> 3551
3603 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3552 <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">11</context></context-group></trans-unit>
3604 <context context-type="linenumber">9</context>
3605 </context-group>
3606 </trans-unit>
3607 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3553 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3608 <source>Unfederated</source> 3554 <source>Unfederated</source>
3609 <target state="translated">Niefederowane</target> 3555 <target state="translated">Niefederowane</target>
3610 <context-group purpose="location"> 3556
3611 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3557 <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">12</context></context-group></trans-unit>
3612 <context context-type="linenumber">10</context>
3613 </context-group>
3614 </trans-unit>
3615 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3558 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3616 <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> 3559 <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>
3617 <target>Data <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> 3560 <target>Data <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>
3618 <context-group name="null"> 3561 <context-group name="null">
3619 <context context-type="linenumber">11</context> 3562 <context context-type="linenumber">11</context>
3620 </context-group> 3563 </context-group>
3621 <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">11</context></context-group> 3564
3622 </trans-unit> 3565 <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">13</context></context-group></trans-unit>
3623 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3566 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3624 <source>Go to the video</source> 3567 <source>Go to the video</source>
3625 <target>Przejdź do filmu</target> 3568 <target>Przejdź do filmu</target>
3626 <context-group name="null"> 3569 <context-group name="null">
3627 <context context-type="linenumber">33</context> 3570 <context context-type="linenumber">33</context>
3628 </context-group> 3571 </context-group>
3629 <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">25</context></context-group> 3572
3630 <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">33</context></context-group> 3573
3631 <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">33</context></context-group> 3574
3632 </trans-unit> 3575 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3633 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3576 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3634 <source>Actions</source> 3577 <source>Actions</source>
3635 <target>Akcje</target> 3578 <target>Akcje</target>
3636 <context-group name="null"> 3579 <context-group name="null">
3637 <context context-type="linenumber">44</context> 3580 <context context-type="linenumber">44</context>
3638 </context-group> 3581 </context-group>
3639 <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">35</context></context-group> 3582
3640 <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">44</context></context-group> 3583
3641 </trans-unit> 3584 <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">38</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">57</context></context-group></trans-unit>
3642 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3585 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3643 <source>Blacklist reason:</source> 3586 <source>Blacklist reason:</source>
3644 <target state="translated">Powód dodania do czarnej listy:</target> 3587 <target state="translated">Powód dodania do czarnej listy:</target>
3588
3589 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3590 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3645 <context-group purpose="location"> 3591 <context-group purpose="location">
3646 <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>
3647 <context context-type="linenumber">43</context> 3593 <context context-type="linenumber">5</context>
3648 </context-group> 3594 </context-group>
3649 </trans-unit> 3595 </trans-unit>
3650 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html"> 3596 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
@@ -3658,47 +3604,50 @@
3658 <trans-unit id="5731e5d5ac989bf08848b5a57a5586cf84d80964" datatype="html"> 3604 <trans-unit id="5731e5d5ac989bf08848b5a57a5586cf84d80964" datatype="html">
3659 <source>This comment can only be seen by you or the other moderators.</source> 3605 <source>This comment can only be seen by you or the other moderators.</source>
3660 <target state="translated">Ten komentarz możesz zobaczyć tylko ty i inni moderatorzy.</target> 3606 <target state="translated">Ten komentarz możesz zobaczyć tylko ty i inni moderatorzy.</target>
3661 <context-group purpose="location"> 3607
3662 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 3608 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3663 <context context-type="linenumber">18</context>
3664 </context-group>
3665 </trans-unit>
3666 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3609 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3667 <source>Update this comment</source> 3610 <source>Update this comment</source>
3668 <target>Zaktualizuj ten komentarz</target> 3611 <target>Zaktualizuj ten komentarz</target>
3669 <context-group name="null"> 3612 <context-group name="null">
3670 <context context-type="linenumber">26</context> 3613 <context context-type="linenumber">26</context>
3671 </context-group> 3614 </context-group>
3672 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group> 3615
3673 </trans-unit> 3616 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3674 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3617 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3675 <source>Reporter</source> 3618 <source>Reporter</source>
3676 <target>Zgłaszający</target> 3619 <target>Zgłaszający</target>
3677 <context-group name="null"> 3620 <context-group name="null">
3678 <context context-type="linenumber">8</context> 3621 <context context-type="linenumber">8</context>
3679 </context-group> 3622 </context-group>
3680 <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">8</context></context-group> 3623
3681 </trans-unit> 3624 <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">10</context></context-group></trans-unit>
3682 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3625 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3683 <source>Video</source> 3626 <source>Video</source>
3684 <target>Film</target> 3627 <target>Film</target>
3685 <context-group name="null"> 3628 <context-group name="null">
3686 <context context-type="linenumber">9</context> 3629 <context context-type="linenumber">9</context>
3687 </context-group> 3630 </context-group>
3688 <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">10</context></context-group> 3631
3689 <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">14</context></context-group> 3632
3690 <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> 3633
3634 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3635 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3636 <context-group purpose="location">
3637 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3638 <context context-type="linenumber">46</context>
3639 </context-group>
3691 </trans-unit> 3640 </trans-unit>
3692 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3641 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3693 <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> 3642 <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>
3694 <target state="translated">Stan <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> 3643 <target state="translated">Stan <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>
3695 <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> 3644
3696 <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> 3645
3697 <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
3698 </trans-unit> 3647 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3699 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3648 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3700 <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> 3649 <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>
3701 <target state="translated">Wynik <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> 3650 <target state="translated">Wynik <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>
3702 <context-group purpose="location"> 3651 <context-group purpose="location">
3703 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3652 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3704 <context context-type="linenumber">18</context> 3653 <context context-type="linenumber">18</context>
@@ -3710,25 +3659,30 @@
3710 <context-group name="null"> 3659 <context-group name="null">
3711 <context context-type="linenumber">27</context> 3660 <context context-type="linenumber">27</context>
3712 </context-group> 3661 </context-group>
3713 <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">25</context></context-group> 3662
3714 <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">27</context></context-group> 3663
3715 </trans-unit> 3664 <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">27</context></context-group></trans-unit>
3716 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3665 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
3717 <source>Reason:</source> 3666 <source>Reason:</source>
3718 <target>Powód:</target> 3667 <target>Powód:</target>
3719 <context-group name="null"> 3668 <context-group name="null">
3720 <context context-type="linenumber">53</context> 3669 <context context-type="linenumber">53</context>
3721 </context-group> 3670 </context-group>
3722 <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">53</context></context-group> 3671
3723 </trans-unit> 3672 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3724 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638" datatype="html"> 3673 <source>Note:</source><target state="new">Note:</target>
3725 <source>Moderation comment:</source>
3726 <target state="translated">Komentarz moderatorski:</target>
3727 <context-group purpose="location"> 3674 <context-group purpose="location">
3728 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3675 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3729 <context context-type="linenumber">57</context> 3676 <context context-type="linenumber">72</context>
3677 </context-group>
3678 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3679 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3680 <context-group purpose="location">
3681 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3682 <context context-type="linenumber">5</context>
3730 </context-group> 3683 </context-group>
3731 </trans-unit> 3684 </trans-unit>
3685
3732 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3686 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3733 <source>Unblacklist</source> 3687 <source>Unblacklist</source>
3734 <target>Usuń z czarnej listy</target> 3688 <target>Usuń z czarnej listy</target>
@@ -3737,6 +3691,12 @@
3737 </context-group> 3691 </context-group>
3738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 3692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
3739 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 3693 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3694 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3695 <source>Mute domain</source><target state="new">Mute domain</target>
3696 <context-group purpose="location">
3697 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3698 <context context-type="linenumber">11</context>
3699 </context-group>
3740 </trans-unit> 3700 </trans-unit>
3741 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3701 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3742 <source>Instance</source> 3702 <source>Instance</source>
@@ -3744,60 +3704,58 @@
3744 <context-group name="null"> 3704 <context-group name="null">
3745 <context context-type="linenumber">5</context> 3705 <context context-type="linenumber">5</context>
3746 </context-group> 3706 </context-group>
3747 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 3707
3748 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 3708
3749 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3709
3750 </trans-unit> 3710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3751 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3711 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3752 <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> 3712 <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>
3753 <target state="translated">Wyciszone 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> 3713 <target state="translated">Wyciszone 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>
3754 <context-group purpose="location"> 3714
3755 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3715
3756 <context context-type="linenumber">9</context> 3716
3757 </context-group> 3717
3758 <context-group purpose="location"> 3718 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3759 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3760 <context context-type="linenumber">9</context>
3761 </context-group>
3762 <context-group purpose="location">
3763 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3764 <context context-type="linenumber">13</context>
3765 </context-group>
3766 <context-group purpose="location">
3767 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
3768 <context context-type="linenumber">13</context>
3769 </context-group>
3770 </trans-unit>
3771 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3719 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3772 <source>Unmute</source> 3720 <source>Unmute</source>
3773 <target state="translated">Cofnij wyciszenie</target> 3721 <target state="translated">Cofnij wyciszenie</target>
3722
3723
3724
3725
3726 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3727 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3774 <context-group purpose="location"> 3728 <context-group purpose="location">
3775 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3729 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3776 <context context-type="linenumber">19</context> 3730 <context context-type="linenumber">5</context>
3777 </context-group>
3778 <context-group purpose="location">
3779 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3780 <context context-type="linenumber">18</context>
3781 </context-group> 3731 </context-group>
3732 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3733 <source>
3734 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3735 </source><target state="new">
3736 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3737 </target>
3782 <context-group purpose="location"> 3738 <context-group purpose="location">
3783 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 3739 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3784 <context context-type="linenumber">22</context> 3740 <context context-type="linenumber">37</context>
3785 </context-group> 3741 </context-group>
3742 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3743 <source>Mute domains</source><target state="new">Mute domains</target>
3786 <context-group purpose="location"> 3744 <context-group purpose="location">
3787 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 3745 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3788 <context context-type="linenumber">23</context> 3746 <context context-type="linenumber">35</context>
3789 </context-group> 3747 </context-group>
3790 </trans-unit> 3748 </trans-unit>
3791 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3749 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3792 <source>Account</source> 3750 <source>Account</source>
3793 <target state="translated">Konto</target> 3751 <target state="translated">Konto</target>
3752
3753
3754 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3755 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3794 <context-group purpose="location"> 3756 <context-group purpose="location">
3795 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3757 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3796 <context context-type="linenumber">8</context> 3758 <context context-type="linenumber">5</context>
3797 </context-group>
3798 <context-group purpose="location">
3799 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3800 <context context-type="linenumber">12</context>
3801 </context-group> 3759 </context-group>
3802 </trans-unit> 3760 </trans-unit>
3803 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3761 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
@@ -3945,38 +3903,25 @@
3945 <context context-type="linenumber">9</context> 3903 <context context-type="linenumber">9</context>
3946 </context-group> 3904 </context-group>
3947 </trans-unit> 3905 </trans-unit>
3948 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 3906
3949 <source>Jobs list</source>
3950 <target>Lista zadań</target>
3951 <context-group name="null">
3952 <context context-type="linenumber">2</context>
3953 </context-group>
3954 <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>
3955 </trans-unit>
3956 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 3907 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3957 <source>Job type</source> 3908 <source>Job type</source>
3958 <target state="translated">Rodzaj zadania</target> 3909 <target state="translated">Rodzaj zadania</target>
3959 <context-group purpose="location"> 3910
3960 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
3961 <context context-type="linenumber">5</context>
3962 </context-group>
3963 </trans-unit>
3964 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 3912 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3965 <source>Job state</source> 3913 <source>Job state</source>
3966 <target state="translated">Status zadania</target> 3914 <target state="translated">Status zadania</target>
3967 <context-group purpose="location"> 3915
3968 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3969 <context context-type="linenumber">14</context>
3970 </context-group>
3971 </trans-unit>
3972 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3917 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3973 <source>Type</source> 3918 <source>Type</source>
3974 <target>Rodzaj</target> 3919 <target>Rodzaj</target>
3975 <context-group name="null"> 3920 <context-group name="null">
3976 <context context-type="linenumber">19</context> 3921 <context context-type="linenumber">19</context>
3977 </context-group> 3922 </context-group>
3978 <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> 3923
3979 </trans-unit> 3924 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
3980 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3925 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3981 <source>Refresh</source> 3926 <source>Refresh</source>
3982 <target state="translated">Odśwież</target> 3927 <target state="translated">Odśwież</target>
@@ -3991,8 +3936,8 @@
3991 </context-group> 3936 </context-group>
3992 </trans-unit> 3937 </trans-unit>
3993 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 3938 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
3994 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 3939 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
3995 <target state="translated">Od <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 3940 <target state="translated">Od <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
3996 <context-group purpose="location"> 3941 <context-group purpose="location">
3997 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 3942 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
3998 <context context-type="linenumber">32</context> 3943 <context context-type="linenumber">32</context>
@@ -4029,58 +3974,40 @@
4029 <trans-unit id="f871b41bfbdb193507cce2cd848c2d02bde77a03" datatype="html"> 3974 <trans-unit id="f871b41bfbdb193507cce2cd848c2d02bde77a03" datatype="html">
4030 <source>No results found</source> 3975 <source>No results found</source>
4031 <target state="translated">Nic nie znaleziono</target> 3976 <target state="translated">Nic nie znaleziono</target>
4032 <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">33</context></context-group> 3977
4033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group> 3978
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">65</context></context-group> 3979
4035 </trans-unit> 3980 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
4036 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 3981 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4037 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 3982 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4038 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 3983 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4039 <context-group purpose="location"> 3984
4040 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3985 <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">47</context></context-group></trans-unit>
4041 <context context-type="linenumber">46</context>
4042 </context-group>
4043 </trans-unit>
4044 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 3986 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4045 <source>Help share videos being played</source> 3987 <source>Help share videos being played</source>
4046 <target state="new">Help share videos being played</target> 3988 <target state="new">Help share videos being played</target>
4047 <context-group purpose="location"> 3989
4048 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3990 <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">44</context></context-group></trans-unit>
4049 <context context-type="linenumber">43</context>
4050 </context-group>
4051 </trans-unit>
4052 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html"> 3991 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4053 <source>When on a video page, directly start playing the video.</source> 3992 <source>When on a video page, directly start playing the video.</source>
4054 <target state="new">When on a video page, directly start playing the video.</target> 3993 <target state="new">When on a video page, directly start playing the video.</target>
4055 <context-group purpose="location"> 3994
4056 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3995 <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">58</context></context-group></trans-unit>
4057 <context context-type="linenumber">57</context>
4058 </context-group>
4059 </trans-unit>
4060 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html"> 3996 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4061 <source>Automatically play videos</source> 3997 <source>Automatically play videos</source>
4062 <target state="new">Automatically play videos</target> 3998 <target state="new">Automatically play videos</target>
4063 <context-group purpose="location"> 3999
4064 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4000 <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">55</context></context-group></trans-unit>
4065 <context context-type="linenumber">54</context>
4066 </context-group>
4067 </trans-unit>
4068 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html"> 4001 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4069 <source>When a video ends, follow up with the next suggested video.</source> 4002 <source>When a video ends, follow up with the next suggested video.</source>
4070 <target state="new">When a video ends, follow up with the next suggested video.</target> 4003 <target state="new">When a video ends, follow up with the next suggested video.</target>
4071 <context-group purpose="location"> 4004
4072 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4005 <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">69</context></context-group></trans-unit>
4073 <context context-type="linenumber">68</context>
4074 </context-group>
4075 </trans-unit>
4076 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html"> 4006 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4077 <source>Automatically start playing the next video</source> 4007 <source>Automatically start playing the next video</source>
4078 <target state="new">Automatically start playing the next video</target> 4008 <target state="new">Automatically start playing the next video</target>
4079 <context-group purpose="location"> 4009
4080 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4010 <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">66</context></context-group></trans-unit>
4081 <context context-type="linenumber">65</context>
4082 </context-group>
4083 </trans-unit>
4084 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 4011 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
4085 <source>Main languages you/your moderators speak</source> 4012 <source>Main languages you/your moderators speak</source>
4086 <target state="translated">Główne języki którymi posługujesz się ty/twoi moderatorzy</target> 4013 <target state="translated">Główne języki którymi posługujesz się ty/twoi moderatorzy</target>
@@ -4092,9 +4019,9 @@
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">75</context></context-group> 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">75</context></context-group>
4093 </trans-unit> 4020 </trans-unit>
4094 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4021 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4095 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4022 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4096 <target state="new"> 4023 <target state="new">
4097 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. 4024 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team.
4098 </target> 4025 </target>
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">76</context></context-group> 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">76</context></context-group>
4100 </trans-unit> 4027 </trans-unit>
@@ -4104,9 +4031,12 @@
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">86</context></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">86</context></context-group>
4105 </trans-unit> 4032 </trans-unit>
4106 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4033 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4107 <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> 4034 <source>
4035 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/>"/>
4036 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4037 </source>
4108 <target state="new"> 4038 <target state="new">
4109 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;"/> 4039 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/>"/>
4110 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4040 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4111 </target> 4041 </target>
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">90</context></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">90</context></context-group>
@@ -4120,9 +4050,9 @@
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">99</context></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">99</context></context-group>
4121 </trans-unit> 4051 </trans-unit>
4122 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4052 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4123 <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> 4053 <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>
4124 <target state="new"> 4054 <target state="new">
4125 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. 4055 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.
4126 </target> 4056 </target>
4127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4128 </trans-unit> 4058 </trans-unit>
@@ -4132,125 +4062,122 @@
4132 <context-group name="null"> 4062 <context-group name="null">
4133 <context context-type="linenumber">14</context> 4063 <context context-type="linenumber">14</context>
4134 </context-group> 4064 </context-group>
4135 <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">14</context></context-group> 4065
4136 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group> 4066
4137 </trans-unit> 4067 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4138 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4068 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4139 <source>Blur thumbnails</source> 4069 <source>Blur thumbnails</source>
4140 <target>Rozmywaj miniatury</target> 4070 <target>Rozmywaj miniatury</target>
4141 <context-group name="null"> 4071 <context-group name="null">
4142 <context context-type="linenumber">15</context> 4072 <context context-type="linenumber">15</context>
4143 </context-group> 4073 </context-group>
4144 <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">15</context></context-group> 4074
4145 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group> 4075
4146 </trans-unit> 4076 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4147 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4077 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4148 <source>Display</source> 4078 <source>Display</source>
4149 <target>Wyświetlaj</target> 4079 <target>Wyświetlaj</target>
4150 <context-group name="null"> 4080 <context-group name="null">
4151 <context context-type="linenumber">16</context> 4081 <context context-type="linenumber">16</context>
4152 </context-group> 4082 </context-group>
4153 <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">16</context></context-group> 4083
4154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group> 4084
4155 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group> 4085
4156 </trans-unit> 4086 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit>
4157 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4087 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4158 <source>Strategy</source> 4088 <source>Strategy</source>
4159 <target state="translated">Strategia</target> 4089 <target state="translated">Strategia</target>
4160 <context-group purpose="location"> 4090
4161 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4091 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4162 <context context-type="linenumber">22</context>
4163 </context-group>
4164 </trans-unit>
4165 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4092 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4166 <source>Terms</source> 4093 <source>Terms</source>
4167 <target>Zasady</target> 4094 <target>Zasady</target>
4168 <context-group name="null"> 4095 <context-group name="null">
4169 <context context-type="linenumber">88</context> 4096 <context context-type="linenumber">88</context>
4170 </context-group> 4097 </context-group>
4171 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group> 4098
4172 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group> 4099
4173 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group> 4100
4174 </trans-unit> 4101 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4175 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 4102 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4176 <source>Code of conduct</source> 4103 <source>Code of conduct</source>
4177 <target state="translated">Zasady instancji</target> 4104 <target state="translated">Zasady instancji</target>
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">129</context></context-group> 4105
4179 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group> 4106
4180 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group> 4107
4181 </trans-unit> 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">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4182 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 4109 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4183 <source>Moderation information</source> 4110 <source>Moderation information</source>
4184 <target state="translated">Informacje o moderacji</target> 4111 <target state="translated">Informacje o moderacji</target>
4185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group> 4112
4186 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group> 4113
4187 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group> 4114
4188 </trans-unit> 4115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
4189 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 4116 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4190 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4117 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4191 <target state="translated">Kto moderuje instancję? Jak traktowana jest wrażliwa zawartość? Filmy o tematyce politycznej? itd.</target> 4118 <target state="translated">Kto moderuje instancję? Jak traktowana jest wrażliwa zawartość? Filmy o tematyce politycznej? itd.</target>
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">139</context></context-group> 4119
4193 </trans-unit> 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">140</context></context-group></trans-unit>
4194 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4121 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4195 <source>YOU AND YOUR INSTANCE</source> 4122 <source>YOU AND YOUR INSTANCE</source>
4196 <target state="translated">TY I TWOJA INSTANCJA</target> 4123 <target state="translated">TY I TWOJA INSTANCJA</target>
4197 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group> 4124
4198 </trans-unit> 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">154</context></context-group></trans-unit>
4199 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4126 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4200 <source>Who is behind the instance?</source> 4127 <source>Who is behind the instance?</source>
4201 <target state="translated">Kto stoi za instancją?</target> 4128 <target state="translated">Kto stoi za instancją?</target>
4202 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group> 4129
4203 </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">160</context></context-group></trans-unit>
4204 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4131 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4205 <source>A single person? A non-profit? A company?</source> 4132 <source>A single person? A non-profit? A company?</source>
4206 <target state="translated">Pojedyncza osoba? Organizacja non-profit? Firma?</target> 4133 <target state="translated">Pojedyncza osoba? Organizacja non-profit? Firma?</target>
4207 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group> 4134
4208 </trans-unit> 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">161</context></context-group></trans-unit>
4209 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 4136 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4210 <source>Why did you create this instance?</source> 4137 <source>Why did you create this instance?</source>
4211 <target state="translated">Dlaczego stworzyłeś(-aś) tę instancję?</target> 4138 <target state="translated">Dlaczego stworzyłeś(-aś) tę instancję?</target>
4212 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">171</context></context-group> 4139
4213 </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">172</context></context-group></trans-unit>
4214 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4141 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4215 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4142 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4216 <target state="translated">Żeby dzielić się własnymi filmami? Żeby otworzyć rejestracje i pozwolić innym osobom na wrzucanie tego, co chcą?</target> 4143 <target state="translated">Żeby dzielić się własnymi filmami? Żeby otworzyć rejestracje i pozwolić innym osobom na wrzucanie tego, co chcą?</target>
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">172</context></context-group> 4144
4218 </trans-unit> 4145 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit>
4219 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 4146 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4220 <source>How long do you plan to maintain this instance?</source> 4147 <source>How long do you plan to maintain this instance?</source>
4221 <target state="translated">Jak długo planujesz utrzymywać tę instancję?</target> 4148 <target state="translated">Jak długo planujesz utrzymywać tę instancję?</target>
4222 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">182</context></context-group> 4149
4223 </trans-unit> 4150 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit>
4224 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4151 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4225 <source>It's important to know for users who want to register on your instance</source> 4152 <source>It's important to know for users who want to register on your instance</source>
4226 <target state="translated">Jest to ważna informacja dla osób, które chcą zarejestrować się na twojej instancji</target> 4153 <target state="translated">Jest to ważna informacja dla osób, które chcą zarejestrować się na twojej instancji</target>
4227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group> 4154
4228 </trans-unit> 4155 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit>
4229 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4156 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4230 <source>How will you finance the PeerTube server?</source> 4157 <source>How will you finance the PeerTube server?</source>
4231 <target state="translated">Jak dofinansujesz serwer PeerTube?</target> 4158 <target state="translated">Jak dofinansujesz serwer PeerTube?</target>
4232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">193</context></context-group> 4159
4233 </trans-unit> 4160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit>
4234 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4161 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4235 <source>With your own funds? With user donations? Advertising?</source> 4162 <source>With your own funds? With user donations? Advertising?</source>
4236 <target state="translated">Za własne pieniądze? Z pomocą zbiórki publicznej? Ogłoszenia?</target> 4163 <target state="translated">Za własne pieniądze? Z pomocą zbiórki publicznej? Ogłoszenia?</target>
4237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group> 4164
4238 </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">195</context></context-group></trans-unit>
4239 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4166 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4240 <source>OTHER INFORMATION</source> 4167 <source>OTHER INFORMATION</source>
4241 <target state="translated">INNE INFORMACJE</target> 4168 <target state="translated">INNE INFORMACJE</target>
4242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group> 4169
4243 </trans-unit> 4170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit>
4244 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4171 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4245 <source>What server/hardware does the instance run on?</source> 4172 <source>What server/hardware does the instance run on?</source>
4246 <target state="translated">Jakie są parametry sprzętu używanego do hostowania instancji?</target> 4173 <target state="translated">Jakie są parametry sprzętu używanego do hostowania instancji?</target>
4247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">214</context></context-group> 4174
4248 </trans-unit> 4175 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit>
4249 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 4176 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4250 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source> 4177 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source>
4251 <target state="translated">Np. 2 rdzenie + 2GB RAM, bezpośredni odnośnik do serwera który wynajmujesz, itp.</target> 4178 <target state="translated">Np. 2 rdzenie + 2GB RAM, bezpośredni odnośnik do serwera który wynajmujesz, itp.</target>
4252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group> 4179
4253 </trans-unit> 4180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit>
4254 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 4181 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4255 <source>Instance information</source> 4182 <source>Instance information</source>
4256 <target state="translated">Informacje o instancji</target> 4183 <target state="translated">Informacje o instancji</target>
@@ -4259,89 +4186,89 @@
4259 <trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 4186 <trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4260 <source>APPEARANCE</source> 4187 <source>APPEARANCE</source>
4261 <target state="translated">WYGLĄD</target> 4188 <target state="translated">WYGLĄD</target>
4262 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group> 4189
4263 </trans-unit> 4190 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit>
4264 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4191 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4265 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4192 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4266 <target state="new"> 4193 <target state="new">
4267 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 4194 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4268 </target> 4195 </target>
4269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4196
4270 </trans-unit> 4197 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit>
4271 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4198 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4272 <source>default</source> 4199 <source>default</source>
4273 <target state="translated">domyślny</target> 4200 <target state="translated">domyślny</target>
4274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">253</context></context-group> 4201
4275 </trans-unit> 4202 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
4276 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4203 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4277 <source>Landing page</source> 4204 <source>Landing page</source>
4278 <target state="translated">Strona lądowania</target> 4205 <target state="translated">Strona lądowania</target>
4279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">262</context></context-group> 4206
4280 </trans-unit> 4207 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit>
4281 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4208 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4282 <source>Discover videos</source> 4209 <source>Discover videos</source>
4283 <target state="translated">Odkryj filmy</target> 4210 <target state="translated">Odkryj filmy</target>
4284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">265</context></context-group> 4211
4285 </trans-unit> 4212 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit>
4286 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4213 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4287 <source>Trending videos</source> 4214 <source>Trending videos</source>
4288 <target state="translated">Trendujące filmy</target> 4215 <target state="translated">Trendujące filmy</target>
4289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group> 4216
4290 </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">267</context></context-group></trans-unit>
4291 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4218 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4292 <source>Most liked videos</source> 4219 <source>Most liked videos</source>
4293 <target state="translated">Najbardziej lubiane filmy</target> 4220 <target state="translated">Najbardziej lubiane filmy</target>
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">267</context></context-group> 4221
4295 </trans-unit> 4222 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit>
4296 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4223 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4297 <source>Recently added videos</source> 4224 <source>Recently added videos</source>
4298 <target state="translated">Niedawno dodane filmy</target> 4225 <target state="translated">Niedawno dodane filmy</target>
4299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group> 4226
4300 </trans-unit> 4227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit>
4301 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4228 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4302 <source>Local videos</source> 4229 <source>Local videos</source>
4303 <target>Lokalne filmy</target> 4230 <target>Lokalne filmy</target>
4304 <context-group name="null"> 4231 <context-group name="null">
4305 <context context-type="linenumber">223</context> 4232 <context context-type="linenumber">223</context>
4306 </context-group> 4233 </context-group>
4307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group> 4234
4308 </trans-unit> 4235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit>
4309 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4236 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4310 <source>NEW USERS</source> 4237 <source>NEW USERS</source>
4311 <target state="translated">NOWI UŻYTKOWNICY</target> 4238 <target state="translated">NOWI UŻYTKOWNICY</target>
4312 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">280</context></context-group> 4239
4313 </trans-unit> 4240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit>
4314 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4241 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4315 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4242 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4316 <target state="new"> 4243 <target state="new">
4317 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. 4244 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4318 </target> 4245 </target>
4319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4246
4320 </trans-unit> 4247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit>
4321 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4248 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4322 <source>Signup enabled</source> 4249 <source>Signup enabled</source>
4323 <target>Wymagana rejestracja</target> 4250 <target>Wymagana rejestracja</target>
4324 <context-group name="null"> 4251 <context-group name="null">
4325 <context context-type="linenumber">235</context> 4252 <context context-type="linenumber">235</context>
4326 </context-group> 4253 </context-group>
4327 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">292</context></context-group> 4254
4328 </trans-unit> 4255 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group></trans-unit>
4329 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4256 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4330 <source>Signup requires email verification</source> 4257 <source>Signup requires email verification</source>
4331 <target>Rejestracja wymaga weryfikacji emaila</target> 4258 <target>Rejestracja wymaga weryfikacji emaila</target>
4332 <context-group name="null"> 4259 <context-group name="null">
4333 <context context-type="linenumber">242</context> 4260 <context context-type="linenumber">242</context>
4334 </context-group> 4261 </context-group>
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">300</context></context-group> 4262
4336 </trans-unit> 4263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit>
4337 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4264 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4338 <source>Signup limit</source> 4265 <source>Signup limit</source>
4339 <target>Limit rejestracji</target> 4266 <target>Limit rejestracji</target>
4340 <context-group name="null"> 4267 <context-group name="null">
4341 <context context-type="linenumber">247</context> 4268 <context context-type="linenumber">247</context>
4342 </context-group> 4269 </context-group>
4343 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">304</context></context-group> 4270
4344 </trans-unit> 4271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit>
4345 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4272 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4346 <source>Users</source> 4273 <source>Users</source>
4347 <target>Użytkownicy</target> 4274 <target>Użytkownicy</target>
@@ -4446,87 +4373,99 @@
4446 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 4373 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4447 <source>Default video quota per user</source> 4374 <source>Default video quota per user</source>
4448 <target state="translated">Domyślny rozmiar przestrzeni na filmy na użytkownika</target> 4375 <target state="translated">Domyślny rozmiar przestrzeni na filmy na użytkownika</target>
4449 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">319</context></context-group> 4376
4450 </trans-unit> 4377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">320</context></context-group></trans-unit>
4451 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4378 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4452 <source>Default daily upload limit per user</source> 4379 <source>Default daily upload limit per user</source>
4453 <target state="translated">Dzienny limit rozmiaru filmów na użytkownika</target> 4380 <target state="translated">Dzienny limit rozmiaru filmów na użytkownika</target>
4454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">331</context></context-group> 4381
4455 </trans-unit> 4382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group></trans-unit>
4456 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4383 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4457 <source>NEW VIDEOS</source> 4384 <source>NEW VIDEOS</source>
4458 <target state="translated">NOWE WIDEO</target> 4385 <target state="translated">NOWE WIDEO</target>
4459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group> 4386
4460 </trans-unit> 4387 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group></trans-unit>
4461 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4388 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4462 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4389 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4463 <target state="translated">Zezwól na import z linku HTTP (np. YouTube)</target> 4390 <target state="translated">Zezwól na import z linku HTTP (np. YouTube)</target>
4464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">359</context></context-group> 4391
4465 </trans-unit> 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">360</context></context-group></trans-unit>
4466 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4393 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4467 <source>Allow import with a torrent file or a magnet URI</source> 4394 <source>Allow import with a torrent file or a magnet URI</source>
4468 <target state="translated">Zezwól na import z plikiem torrent lub linkiem magnet</target> 4395 <target state="translated">Zezwól na import z plikiem torrent lub linkiem magnet</target>
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">366</context></context-group> 4396
4470 </trans-unit> 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">367</context></context-group></trans-unit>
4471 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4398 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4472 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4399 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4473 <target state="translated">O ile użytkownik nie jest oznaczony jako zaufany, jego filmy pozostaną prywatne zanim któryś z moderatorów je zatwierdzi.</target> 4400 <target state="translated">O ile użytkownik nie jest oznaczony jako zaufany, jego filmy pozostaną prywatne zanim któryś z moderatorów je zatwierdzi.</target>
4474 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">383</context></context-group> 4401
4475 </trans-unit> 4402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit>
4476 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4403 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4477 <source>Blacklist new videos automatically</source> 4404 <source>Blacklist new videos automatically</source>
4478 <target state="translated">Automatycznie dodaj nowe filmy do czarnej listy</target> 4405 <target state="translated">Automatycznie dodaj nowe filmy do czarnej listy</target>
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">380</context></context-group> 4406
4480 </trans-unit> 4407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group></trans-unit>
4481 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4408 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4482 <source>FEDERATION</source> 4409 <source>FEDERATION</source>
4483 <target state="translated">FEDERACJA</target> 4410 <target state="translated">FEDERACJA</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">397</context></context-group> 4411
4485 </trans-unit> 4412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit>
4486 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4413 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4487 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 4414 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4488 <target state="new"> 4415 <target state="new">
4489 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. 4416 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4490 </target> 4417 </target>
4491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group> 4418
4492 </trans-unit> 4419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit>
4493 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4420 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4494 <source>Other instances can follow yours</source> 4421 <source>Other instances can follow yours</source>
4495 <target state="translated">Inne instancje mogą śledzić twoją</target> 4422 <target state="translated">Inne instancje mogą śledzić twoją</target>
4496 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">411</context></context-group> 4423
4497 </trans-unit> 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">412</context></context-group></trans-unit>
4498 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4425 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4499 <source>Manually approve new instance followers</source> 4426 <source>Manually approve new instance followers</source>
4500 <target state="translated">Manualnie zatwierdzaj obserwujących instancję</target> 4427 <target state="translated">Manualnie zatwierdzaj obserwujących instancję</target>
4501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">418</context></context-group> 4428
4502 </trans-unit> 4429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit>
4503 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4430 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4504 <source>Automatically follow back instances</source> 4431 <source>Automatically follow back instances</source>
4505 <target state="translated">Automatycznie śledź instancje które śledzą ciebie</target> 4432 <target state="translated">Automatycznie śledź instancje które śledzą ciebie</target>
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">431</context></context-group> 4433
4434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4435 <source>
4436 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4437 </source><target state="new">
4438 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4439 </target>
4440 <context-group purpose="location">
4441 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4442 <context context-type="linenumber">450</context>
4443 </context-group>
4507 </trans-unit> 4444 </trans-unit>
4508 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4445 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4509 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4446 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4510 <target state="translated">⚠️ Ta funkcja wymaga wiele uwagi i dodatkowej moderacji.</target> 4447 <target state="translated">⚠️ Ta funkcja wymaga wiele uwagi i dodatkowej moderacji.</target>
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">295</context></context-group> 4448
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">434</context></context-group> 4449
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">447</context></context-group> 4450
4514 </trans-unit> 4451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4515 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4452 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4516 <source>Index URL</source> 4453 <source>Index URL</source>
4517 <target state="translated">Indeksuj URL</target> 4454 <target state="translated">Indeksuj URL</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">452</context></context-group> 4455
4519 </trans-unit> 4456 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4520 <trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4457 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4521 <source>Automatically follow instances of the public index</source> 4458 <context-group purpose="location">
4522 <target state="translated">Automatycznie obserwuj instancje z publicznego indeksu</target> 4459 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
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">444</context></context-group> 4460 <context context-type="linenumber">445</context>
4461 </context-group>
4524 </trans-unit> 4462 </trans-unit>
4463
4525 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4464 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4526 <source>ADMINISTRATORS</source> 4465 <source>ADMINISTRATORS</source>
4527 <target state="translated">ADMINISTRATORZY</target> 4466 <target state="translated">ADMINISTRATORZY</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">472</context></context-group> 4467
4529 </trans-unit> 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">477</context></context-group></trans-unit>
4530 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4469 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4531 <source>Administrator</source> 4470 <source>Administrator</source>
4532 <target>Administrator</target> 4471 <target>Administrator</target>
@@ -4541,267 +4480,294 @@
4541 <context-group name="null"> 4480 <context-group name="null">
4542 <context context-type="linenumber">387</context> 4481 <context context-type="linenumber">387</context>
4543 </context-group> 4482 </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">478</context></context-group> 4483
4545 </trans-unit> 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">483</context></context-group></trans-unit>
4546 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4485 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4547 <source>Enable contact form</source> 4486 <source>Enable contact form</source>
4548 <target state="translated">Włącz formularz kontaktowy</target> 4487 <target state="translated">Włącz formularz kontaktowy</target>
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">489</context></context-group> 4488
4550 </trans-unit> 4489 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit>
4551 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4490 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4552 <source>Basic configuration</source> 4491 <source>Basic configuration</source>
4553 <target>Podstawowa konfiguracja</target> 4492 <target>Podstawowa konfiguracja</target>
4554 <context-group name="null"> 4493 <context-group name="null">
4555 <context context-type="linenumber">195</context> 4494 <context context-type="linenumber">195</context>
4556 </context-group> 4495 </context-group>
4557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group> 4496
4558 </trans-unit> 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">234</context></context-group></trans-unit>
4559 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4498 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4560 <source>TWITTER</source> 4499 <source>TWITTER</source>
4561 <target state="new">TWITTER</target> 4500 <target state="new">TWITTER</target>
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">506</context></context-group> 4501
4563 </trans-unit> 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">511</context></context-group></trans-unit>
4564 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4503 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4565 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 4504 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4566 <target state="new"> 4505 <target state="new">
4567 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4506 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4568 </target> 4507 </target>
4569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">507</context></context-group> 4508
4570 </trans-unit> 4509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit>
4571 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4510 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4572 <source>Your Twitter username</source> 4511 <source>Your Twitter username</source>
4573 <target>Twoja nazwa użytkownika na Twitterze</target> 4512 <target>Twoja nazwa użytkownika na Twitterze</target>
4574 <context-group name="null"> 4513 <context-group name="null">
4575 <context context-type="linenumber">413</context> 4514 <context context-type="linenumber">413</context>
4576 </context-group> 4515 </context-group>
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">518</context></context-group> 4516
4578 </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">523</context></context-group></trans-unit>
4579 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4518 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4580 <source>Instance whitelisted by Twitter</source> 4519 <source>Instance whitelisted by Twitter</source>
4581 <target>Instancja jest na białej liście Twittera</target> 4520 <target>Instancja jest na białej liście Twittera</target>
4582 <context-group name="null"> 4521 <context-group name="null">
4583 <context context-type="linenumber">431</context> 4522 <context context-type="linenumber">431</context>
4584 </context-group> 4523 </context-group>
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">530</context></context-group> 4524
4586 </trans-unit> 4525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit>
4587 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4526 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4588 <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> 4527 <source>
4528 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/>"/>
4529 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/>"/>
4530 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4531 <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>"/>
4532 to see if you instance is whitelisted.
4533 </source>
4589 <target state="new"> 4534 <target state="new">
4590 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;"/> 4535 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/>"/>
4591 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;"/> 4536 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/>"/>
4592 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 4537 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4593 <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;"/> 4538 <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>"/>
4594 to see if you instance is whitelisted. 4539 to see if you instance is whitelisted.
4595 </target> 4540 </target>
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">534</context></context-group> 4541
4597 </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">539</context></context-group></trans-unit>
4598 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4543 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4599 <source>Services</source> 4544 <source>Services</source>
4600 <target>Usługi</target> 4545 <target>Usługi</target>
4601 <context-group name="null"> 4546 <context-group name="null">
4602 <context context-type="linenumber">405</context> 4547 <context context-type="linenumber">405</context>
4603 </context-group> 4548 </context-group>
4604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">500</context></context-group> 4549
4605 </trans-unit> 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">505</context></context-group></trans-unit>
4606 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4551 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4607 <source>TRANSCODING</source> 4552 <source>TRANSCODING</source>
4608 <target state="translated">TRANSKODOWANIE</target> 4553 <target state="translated">TRANSKODOWANIE</target>
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> 4554
4610 </trans-unit> 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">565</context></context-group></trans-unit>
4611 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4556 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4612 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 4557 <source>
4558 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4559 resources, this is a critical part of PeerTube, so tread carefully.
4560 </source>
4613 <target state="new"> 4561 <target state="new">
4614 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4562 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4615 resources, this is a critical part of PeerTube, so tread carefully. 4563 resources, this is a critical part of PeerTube, so tread carefully.
4616 </target> 4564 </target>
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">561</context></context-group> 4565
4618 </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">566</context></context-group></trans-unit>
4619 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4567 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4620 <source>Transcoding enabled</source> 4568 <source>Transcoding enabled</source>
4621 <target>Transkodowanie jest włączone</target> 4569 <target>Transkodowanie jest włączone</target>
4622 <context-group name="null"> 4570 <context-group name="null">
4623 <context context-type="linenumber">461</context> 4571 <context context-type="linenumber">461</context>
4624 </context-group> 4572 </context-group>
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">574</context></context-group> 4573
4626 </trans-unit> 4574 <context-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>
4627 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4575 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4628 <source>If you disable transcoding, many videos from your users will not work!</source> 4576 <source>If you disable transcoding, many videos from your users will not work!</source>
4629 <target>Jeżeli wyłączysz transkodowanie, wiele filmów od użytkowników może nie działać!</target> 4577 <target>Jeżeli wyłączysz transkodowanie, wiele filmów od użytkowników może nie działać!</target>
4630 <context-group name="null"> 4578 <context-group name="null">
4631 <context context-type="linenumber">465</context> 4579 <context context-type="linenumber">465</context>
4632 </context-group> 4580 </context-group>
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">578</context></context-group> 4581
4634 </trans-unit> 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">583</context></context-group></trans-unit>
4635 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4583 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4636 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 4584 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
4637 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4585 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4638 <context-group purpose="location"> 4586
4639 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">594</context></context-group></trans-unit>
4640 <context context-type="linenumber">589</context>
4641 </context-group>
4642 </trans-unit>
4643 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4588 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4644 <source>Allow additional extensions</source> 4589 <source>Allow additional extensions</source>
4645 <target state="translated">Zezwól na dodatkowe wtyczki</target> 4590 <target state="translated">Zezwól na dodatkowe wtyczki</target>
4646 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group> 4591
4647 </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">591</context></context-group></trans-unit>
4648 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4593 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4649 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 4594 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
4650 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4595 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4651 <context-group purpose="location"> 4596
4652 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">605</context></context-group></trans-unit>
4653 <context context-type="linenumber">600</context>
4654 </context-group>
4655 </trans-unit>
4656 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4598 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4657 <source>Allow audio files upload</source> 4599 <source>Allow audio files upload</source>
4658 <target state="translated">Zezwól na wrzucanie plików audio</target> 4600 <target state="translated">Zezwól na wrzucanie plików audio</target>
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">597</context></context-group> 4601
4660 </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>
4661 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4603 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4662 <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;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <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;"/> </source> 4604 <source>
4605 <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>"/>
4606
4607 <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>"/>
4608
4609 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4610
4611 <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>"/>
4612 </source>
4663 <target state="new"> 4613 <target state="new">
4664 <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;"/> 4614 <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>"/>
4665 4615
4666 <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;"/> 4616 <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>"/>
4667 4617
4668 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4618 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4669 4619
4670 <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;"/> 4620 <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>"/>
4671 </target> 4621 </target>
4672 <context-group purpose="location"> 4622
4673 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">617</context></context-group></trans-unit>
4674 <context context-type="linenumber">612</context>
4675 </context-group>
4676 </trans-unit>
4677 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4624 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4678 <source>WebTorrent support enabled</source> 4625 <source>WebTorrent support enabled</source>
4679 <target state="translated">Wsparcie dla WebTorrent włączone</target> 4626 <target state="translated">Wsparcie dla WebTorrent włączone</target>
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">609</context></context-group> 4627
4681 </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">614</context></context-group></trans-unit>
4682 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4629 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4683 <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> 4630 <source>
4631 <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>"/>
4632
4633 <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>"/>
4634 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4635 <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>"/>
4636 <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>"/>
4637 <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>"/>
4638 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4639
4640 <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>"/>
4641 </source>
4684 <target state="new"> 4642 <target state="new">
4685 <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;"/> 4643 <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>"/>
4686 4644
4687 <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;"/> 4645 <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>"/>
4688 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 4646 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4689 <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;"/> 4647 <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>"/>
4690 <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;"/> 4648 <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>"/>
4691 <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;"/> 4649 <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>"/>
4692 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 4650 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4693 4651
4694 <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;"/> 4652 <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>"/>
4695 </target> 4653 </target>
4696 <context-group purpose="location"> 4654
4697 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">638</context></context-group></trans-unit>
4698 <context context-type="linenumber">633</context>
4699 </context-group>
4700 </trans-unit>
4701 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4656 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4702 <source>HLS support enabled</source> 4657 <source>HLS support enabled</source>
4703 <target state="translated">Wsparcie dla HLS włączone</target> 4658 <target state="translated">Wsparcie dla HLS włączone</target>
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">630</context></context-group> 4659
4705 </trans-unit> 4660 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
4706 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4661 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4707 <source>Transcoding threads</source> 4662 <source>Transcoding threads</source>
4708 <target>Wątki transkodowania</target> 4663 <target>Wątki transkodowania</target>
4709 <context-group name="null"> 4664 <context-group name="null">
4710 <context context-type="linenumber">517</context> 4665 <context context-type="linenumber">517</context>
4711 </context-group> 4666 </context-group>
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">657</context></context-group> 4667
4713 </trans-unit> 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">660</context></context-group></trans-unit>
4714 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4669 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4715 <source>Resolutions to generate</source> 4670 <source>Resolutions to generate</source>
4716 <target state="new">Resolutions to generate</target> 4671 <target state="new">Resolutions to generate</target>
4717 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group> 4672
4718 </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">673</context></context-group></trans-unit>
4719 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4674 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4720 <source>CACHE</source> 4675 <source>CACHE</source>
4721 <target state="translated">CACHE</target> 4676 <target state="translated">CACHE</target>
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">698</context></context-group> 4677
4723 </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">699</context></context-group></trans-unit>
4724 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4679 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4725 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 4680 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
4726 <target state="new"> 4681 <target state="new">
4727 Some files are not federated, and fetched when necessary. Define their caching policies. 4682 Some files are not federated, and fetched when necessary. Define their caching policies.
4728 </target> 4683 </target>
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">699</context></context-group> 4684
4730 </trans-unit> 4685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit>
4731 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4686 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4732 <source>Number of previews to keep in cache</source> 4687 <source>Number of previews to keep in cache</source>
4733 <target state="new">Number of previews to keep in cache</target> 4688 <target state="new">Number of previews to keep in cache</target>
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">708</context></context-group> 4689
4735 </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">709</context></context-group></trans-unit>
4736 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4691 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4737 <source>Number of video captions to keep in cache</source> 4692 <source>Number of video captions to keep in cache</source>
4738 <target state="new">Number of video captions to keep in cache</target> 4693 <target state="new">Number of video captions to keep in cache</target>
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">717</context></context-group> 4694
4740 </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">718</context></context-group></trans-unit>
4741 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4696 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4742 <source>CUSTOMIZATIONS</source> 4697 <source>CUSTOMIZATIONS</source>
4743 <target state="translated">DOSTOSOWANIA</target> 4698 <target state="translated">DOSTOSOWANIA</target>
4744 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group> 4699
4745 </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">733</context></context-group></trans-unit>
4746 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4701 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4747 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 4702 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
4748 <target state="new"> 4703 <target state="new">
4749 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4704 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4750 </target> 4705 </target>
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">733</context></context-group> 4706
4752 </trans-unit> 4707 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
4753 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4708 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4754 <source>JavaScript</source> 4709 <source>JavaScript</source>
4755 <target>JavaScript</target> 4710 <target>JavaScript</target>
4756 <context-group name="null"> 4711 <context-group name="null">
4757 <context context-type="linenumber">575</context> 4712 <context context-type="linenumber">575</context>
4758 </context-group> 4713 </context-group>
4759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group> 4714
4760 </trans-unit> 4715 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit>
4761 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4716 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4762 <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> 4717 <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>
4763 <target state="new"> 4718 <target state="new">
4764 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;"/> 4719 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>"/>
4765 </target> 4720 </target>
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">746</context></context-group> 4721
4767 </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">747</context></context-group></trans-unit>
4768 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4723 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4769 <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> 4724 <source>
4725 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/>"/>
4726 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4727 color: red;
4728 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4729 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4730 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/>"/>
4731 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4732 color: red;
4733 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4734 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4735 </source>
4770 <target state="new"> 4736 <target state="new">
4771 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;"/> 4737 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/>"/>
4772 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4738 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4773 color: red; 4739 color: red;
4774 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4740 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4775 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4741 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4776 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;"/> 4742 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/>"/>
4777 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4743 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4778 color: red; 4744 color: red;
4779 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4745 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4780 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4746 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4781 </target> 4747 </target>
4782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group> 4748
4783 </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">766</context></context-group></trans-unit>
4784 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4750 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4785 <source>Advanced configuration</source> 4751 <source>Advanced configuration</source>
4786 <target>Zaawansowana konfiguracja</target> 4752 <target>Zaawansowana konfiguracja</target>
4787 <context-group name="null"> 4753 <context-group name="null">
4788 <context context-type="linenumber">452</context> 4754 <context context-type="linenumber">452</context>
4789 </context-group> 4755 </context-group>
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">554</context></context-group> 4756
4791 </trans-unit> 4757 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit>
4792 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 4758 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
4793 <source>Update configuration</source> 4759 <source>Update configuration</source>
4794 <target>Aktualizuj konfigurację</target> 4760 <target>Aktualizuj konfigurację</target>
4795 <context-group name="null"> 4761 <context-group name="null">
4796 <context context-type="linenumber">628</context> 4762 <context context-type="linenumber">628</context>
4797 </context-group> 4763 </context-group>
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">803</context></context-group> 4764
4799 </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">804</context></context-group></trans-unit>
4800 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4766 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4801 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4767 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4802 <target state="translated">Coś jest nie tak z konfiguracją. Poszukaj błędów w innych kartach.</target> 4768 <target state="translated">Coś jest nie tak z konfiguracją. Poszukaj błędów w innych kartach.</target>
4803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group> 4769
4804 </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">805</context></context-group></trans-unit>
4805 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4771 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4806 <source>PROFILE</source> 4772 <source>PROFILE</source>
4807 <target state="new">PROFILE</target> 4773 <target state="new">PROFILE</target>
@@ -4968,40 +4934,44 @@
4968 <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> 4934 <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>
4969 </trans-unit> 4935 </trans-unit>
4970 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 4936 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
4971 <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> 4937 <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>
4972 <target state="translated">Z opcją <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Nie wyświetlaj<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> lub <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Zamazuj miniaturki<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, przed oglądnięciem filmu pojawi się zapytanie o potwierdzenie. </target> 4938 <target state="translated">Z opcją <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Nie wyświetlaj<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> lub <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Zamazuj miniaturki<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, przed oglądnięciem filmu pojawi się zapytanie o potwierdzenie. </target>
4973 <context-group purpose="location"> 4939 <context-group purpose="location">
4974 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4940 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4975 <context context-type="linenumber">6</context> 4941 <context context-type="linenumber">6</context>
4976 </context-group> 4942 </context-group>
4977 </trans-unit> 4943 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
4978 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 4944 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
4979 <source>Only display videos in the following languages/subtitles</source>
4980 <target state="translated">Wyświetlaj tylko filmy w tym języku/z tymi napisami</target>
4981 <context-group purpose="location"> 4945 <context-group purpose="location">
4982 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4946 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4983 <context context-type="linenumber">22</context> 4947 <context context-type="linenumber">14</context>
4948 </context-group>
4949 <context-group purpose="location">
4950 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4951 <context context-type="linenumber">111</context>
4984 </context-group> 4952 </context-group>
4985 </trans-unit> 4953 </trans-unit>
4954 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
4955 <source>Only display videos in the following languages/subtitles</source>
4956 <target state="translated">Wyświetlaj tylko filmy w tym języku/z tymi napisami</target>
4957
4958 <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">23</context></context-group></trans-unit>
4986 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 4959 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
4987 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 4960 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
4988 <target state="translated">W Niedawno dodanych, Trendujących, Lokalnych, Najbardziej lubianych i stronach wyszukiwania</target> 4961 <target state="translated">W Niedawno dodanych, Trendujących, Lokalnych, Najbardziej lubianych i stronach wyszukiwania</target>
4989 <context-group purpose="location"> 4962
4990 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4963 <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">26</context></context-group></trans-unit>
4991 <context context-type="linenumber">25</context>
4992 </context-group>
4993 </trans-unit>
4994 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 4964 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
4995 <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> 4965 <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>
4996 <target state="translated">Twój aktualny adres e-mail to <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> 4966 <target state="translated">Twój aktualny adres e-mail to <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>
4997 <context-group purpose="location"> 4967 <context-group purpose="location">
4998 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4968 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4999 <context context-type="linenumber">4</context> 4969 <context context-type="linenumber">4</context>
5000 </context-group> 4970 </context-group>
5001 </trans-unit> 4971 </trans-unit>
5002 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 4972 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
5003 <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> 4973 <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>
5004 <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;"/> czeka na weryfikację e-maila. </target> 4974 <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>"/> czeka na weryfikację e-maila. </target>
5005 <context-group purpose="location"> 4975 <context-group purpose="location">
5006 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4976 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5007 <context context-type="linenumber">8</context> 4977 <context context-type="linenumber">8</context>
@@ -5042,25 +5012,19 @@
5042 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5012 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5043 <source>Theme</source> 5013 <source>Theme</source>
5044 <target state="translated">Motyw</target> 5014 <target state="translated">Motyw</target>
5045 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group> 5015
5046 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group> 5016
5047 </trans-unit> 5017 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
5048 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 5018 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
5049 <source>instance default</source> 5019 <source>instance default</source>
5050 <target state="translated">Domyślny instancji</target> 5020 <target state="translated">Domyślny instancji</target>
5051 <context-group purpose="location"> 5021
5052 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5022 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
5053 <context context-type="linenumber">7</context>
5054 </context-group>
5055 </trans-unit>
5056 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 5023 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
5057 <source>peertube default</source> 5024 <source>peertube default</source>
5058 <target state="translated">Domyślny PeerTube</target> 5025 <target state="translated">Domyślny PeerTube</target>
5059 <context-group purpose="location"> 5026
5060 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5027 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5061 <context context-type="linenumber">8</context>
5062 </context-group>
5063 </trans-unit>
5064 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html"> 5028 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
5065 <source>Change ownership</source> 5029 <source>Change ownership</source>
5066 <target state="translated">Zmień właściciela</target> 5030 <target state="translated">Zmień właściciela</target>
@@ -5076,8 +5040,8 @@
5076 </context-group> 5040 </context-group>
5077 </trans-unit> 5041 </trans-unit>
5078 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5042 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5079 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5043 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5080 <target state="translated">Filmy <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5044 <target state="translated">Filmy <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5081 <context-group purpose="location"> 5045 <context-group purpose="location">
5082 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5046 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5083 <context context-type="linenumber">2</context> 5047 <context context-type="linenumber">2</context>
@@ -5113,8 +5077,11 @@
5113 </context-group> 5077 </context-group>
5114 </trans-unit> 5078 </trans-unit>
5115 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html"> 5079 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html">
5116 <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> 5080 <source>
5117 <target state="translated">Utworzono <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> 5081 Created
5082 <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>"/>
5083 </source>
5084 <target state="translated">Utworzono <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>
5118 <context-group purpose="location"> 5085 <context-group purpose="location">
5119 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 5086 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
5120 <context context-type="linenumber">15</context> 5087 <context context-type="linenumber">15</context>
@@ -5185,8 +5152,9 @@
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">26</context></context-group> 5152 <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">26</context></context-group>
5186 </trans-unit> 5153 </trans-unit>
5187 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5154 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5188 <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> 5155 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5189 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5156 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5157 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5190 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5158 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5191 <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">77</context></context-group> 5159 <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">77</context></context-group>
5192 <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">77</context></context-group> 5160 <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">77</context></context-group>
@@ -5209,6 +5177,18 @@
5209 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5177 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5210 <context context-type="linenumber">8</context> 5178 <context context-type="linenumber">8</context>
5211 </context-group> 5179 </context-group>
5180 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5181 <source>See the error</source><target state="new">See the error</target>
5182 <context-group purpose="location">
5183 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5184 <context context-type="linenumber">19</context>
5185 </context-group>
5186 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5187 <source>This video was deleted</source><target state="new">This video was deleted</target>
5188 <context-group purpose="location">
5189 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5190 <context context-type="linenumber">36</context>
5191 </context-group>
5212 </trans-unit> 5192 </trans-unit>
5213 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5193 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5214 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5194 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
@@ -5268,8 +5248,11 @@
5268 </context-group> 5248 </context-group>
5269 </trans-unit> 5249 </trans-unit>
5270 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5250 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
5271 <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> 5251 <source>
5272 <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;"/> Usuń historię </target> 5252 <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>"/>
5253 Delete history
5254 </source>
5255 <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>"/> Usuń historię </target>
5273 <context-group purpose="location"> 5256 <context-group purpose="location">
5274 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context> 5257 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
5275 <context context-type="linenumber">7</context> 5258 <context context-type="linenumber">7</context>
@@ -5284,8 +5267,11 @@
5284 </context-group> 5267 </context-group>
5285 </trans-unit> 5268 </trans-unit>
5286 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5269 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
5287 <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> 5270 <source>
5288 <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;"/> Ustawienia powiadomień </target> 5271 <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>"/>
5272 Notification preferences
5273 </source>
5274 <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>"/> Ustawienia powiadomień </target>
5289 <context-group purpose="location"> 5275 <context-group purpose="location">
5290 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5276 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
5291 <context context-type="linenumber">2</context> 5277 <context context-type="linenumber">2</context>
@@ -5360,8 +5346,8 @@
5360 <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">84</context></context-group> 5346 <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">84</context></context-group>
5361 </trans-unit> 5347 </trans-unit>
5362 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5348 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5363 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5349 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5364 <target state="translated">Playlisty <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5350 <target state="translated">Playlisty <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5365 <context-group purpose="location"> 5351 <context-group purpose="location">
5366 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5352 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5367 <context context-type="linenumber">2</context> 5353 <context context-type="linenumber">2</context>
@@ -5389,8 +5375,8 @@
5389 </context-group> 5375 </context-group>
5390 </trans-unit> 5376 </trans-unit>
5391 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5377 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5392 <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> 5378 <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>
5393 <target state="translated">Jeżeli potrzebujesz pomocy w używaniu PeerTube, możesz sprawdzić <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>dokumentację<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 5379 <target state="translated">Jeżeli potrzebujesz pomocy w używaniu PeerTube, możesz sprawdzić <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>dokumentację<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5394 <context-group purpose="location"> 5380 <context-group purpose="location">
5395 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5381 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
5396 <context context-type="linenumber">13</context> 5382 <context context-type="linenumber">13</context>
@@ -5574,44 +5560,17 @@
5574 <context-group name="null"> 5560 <context-group name="null">
5575 <context context-type="linenumber">16</context> 5561 <context context-type="linenumber">16</context>
5576 </context-group> 5562 </context-group>
5577 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group> 5563
5578 </trans-unit> 5564 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit>
5579 <trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5565
5580 <source>Creators</source> 5566
5581 <target state="translated">Twórcy</target> 5567
5582 <context-group purpose="location">
5583 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5584 <context context-type="linenumber">162</context>
5585 </context-group>
5586 </trans-unit>
5587 <trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5588 <source>Creator guide</source>
5589 <target state="translated">Poradnik twórców</target>
5590 <context-group purpose="location">
5591 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5592 <context context-type="linenumber">162</context>
5593 </context-group>
5594 </trans-unit>
5595 <trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5596 <source>Contributors</source>
5597 <target state="translated">Kontrybutorzy</target>
5598 <context-group purpose="location">
5599 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5600 <context context-type="linenumber">163</context>
5601 </context-group>
5602 </trans-unit>
5603 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html"> 5568 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5604 <source>PeerTube license</source> 5569 <source>PeerTube license</source>
5605 <target state="translated">Licencja PeerTube</target> 5570 <target state="translated">Licencja PeerTube</target>
5606 <context-group purpose="location"> 5571
5607 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5572
5608 <context context-type="linenumber">163</context> 5573 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5609 </context-group>
5610 <context-group purpose="location">
5611 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5612 <context context-type="linenumber">175</context>
5613 </context-group>
5614 </trans-unit>
5615 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 5574 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5616 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5575 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5617 <target>Dołączył(a) <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5576 <target>Dołączył(a) <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -5859,23 +5818,27 @@
5859 </context-group> 5818 </context-group>
5860 </trans-unit> 5819 </trans-unit>
5861 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 5820 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5862 <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> 5821 <source>
5863 <target state="translated">PeerTube jest darmowym, otwarto-źródłowym oprogramowaniem, dostępnym pod <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>licencją AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 5822 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
5823 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5824 </source>
5825 <target state="translated">PeerTube jest darmowym, otwarto-źródłowym oprogramowaniem, dostępnym pod <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>licencją AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5864 <context-group purpose="location"> 5826 <context-group purpose="location">
5865 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5827 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5866 <context context-type="linenumber">13</context> 5828 <context context-type="linenumber">13</context>
5867 </context-group> 5829 </context-group>
5868 </trans-unit> 5830 </trans-unit>
5869 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 5831 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
5870 <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> 5832 <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>
5871 <target state="translated">Aby dowiedzieć się więcej, odwiedź stronę <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> 5833 <target state="translated">Aby dowiedzieć się więcej, odwiedź stronę <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>
5872 <context-group purpose="location"> 5834 <context-group purpose="location">
5873 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5835 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5874 <context context-type="linenumber">18</context> 5836 <context context-type="linenumber">18</context>
5875 </context-group> 5837 </context-group>
5876 </trans-unit> 5838 </trans-unit>
5877 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 5839 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
5878 <source>Use PeerTube documentation</source> 5840 <source>Use PeerTube
5841 documentation</source>
5879 <target state="translated">Sprawdź dokumentację PeerTube</target> 5842 <target state="translated">Sprawdź dokumentację PeerTube</target>
5880 <context-group purpose="location"> 5843 <context-group purpose="location">
5881 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5844 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5891,7 +5854,8 @@
5891 </context-group> 5854 </context-group>
5892 </trans-unit> 5855 </trans-unit>
5893 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 5856 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
5894 <source>PeerTube Applications</source> 5857 <source>PeerTube
5858 Applications</source>
5895 <target state="translated">Aplikacje PeerTube</target> 5859 <target state="translated">Aplikacje PeerTube</target>
5896 <context-group purpose="location"> 5860 <context-group purpose="location">
5897 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5861 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5907,7 +5871,8 @@
5907 </context-group> 5871 </context-group>
5908 </trans-unit> 5872 </trans-unit>
5909 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 5873 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
5910 <source>Contribute on PeerTube</source> 5874 <source>Contribute on
5875 PeerTube</source>
5911 <target state="translated">Dodaj swój wkład do PeerTube</target> 5876 <target state="translated">Dodaj swój wkład do PeerTube</target>
5912 <context-group purpose="location"> 5877 <context-group purpose="location">
5913 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5878 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5931,7 +5896,11 @@
5931 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 5896 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
5932 </trans-unit> 5897 </trans-unit>
5933 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 5898 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
5934 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 5899 <source>
5900 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
5901 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
5902 follows applies only if you want to keep using the P2P mode of PeerTube.
5903 </source>
5935 <target state="translated">Domyślnie PeerTube używa protokołu BitTorrent do dzielenia przepustowości między użytkownikami żeby zmniejszyć zużycie serwera, ale daje ci możliwość wrócenia do zwyczajnego strumieniowania bezpośrednio z serwera filmu. Poniższe informacje dotyczą jedynie przypadków, gdzie używany jest tryb P2P PeerTube.</target> 5904 <target state="translated">Domyślnie PeerTube używa protokołu BitTorrent do dzielenia przepustowości między użytkownikami żeby zmniejszyć zużycie serwera, ale daje ci możliwość wrócenia do zwyczajnego strumieniowania bezpośrednio z serwera filmu. Poniższe informacje dotyczą jedynie przypadków, gdzie używany jest tryb P2P PeerTube.</target>
5936 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group> 5905 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group>
5937 </trans-unit> 5906 </trans-unit>
@@ -5944,17 +5913,27 @@
5944 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 5913 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
5945 </trans-unit> 5914 </trans-unit>
5946 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 5915 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
5947 <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> 5916 <source>
5917 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
5918 In practice, this is much more difficult because:
5919 </source>
5948 <target state="translated">Teoretycznie, ktoś z wystarczającymi zdolnościami technicznymi mógłby stworzyć skrypt który obserwuje, które adresy IP pobierają film. W praktyce jest to jednak o wiele trudniejsze, ponieważ:</target> 5920 <target state="translated">Teoretycznie, ktoś z wystarczającymi zdolnościami technicznymi mógłby stworzyć skrypt który obserwuje, które adresy IP pobierają film. W praktyce jest to jednak o wiele trudniejsze, ponieważ:</target>
5949 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 5921 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
5950 </trans-unit> 5922 </trans-unit>
5951 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 5923 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
5952 <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> 5924 <source>
5925 An HTTP request has to be sent on each tracker for each video to spy.
5926 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
5927 </source>
5953 <target state="translated">Żądanie HTTP musi być wysłane przy każdym trackerze do każdego śledzonego filmu. Śledzenie wszystkich filmów na PeerTube wymagałoby tylu żądań, ile jest filmów (więc prawdopodobnie bardzo dużo)</target> 5928 <target state="translated">Żądanie HTTP musi być wysłane przy każdym trackerze do każdego śledzonego filmu. Śledzenie wszystkich filmów na PeerTube wymagałoby tylu żądań, ile jest filmów (więc prawdopodobnie bardzo dużo)</target>
5954 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 5929 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
5955 </trans-unit> 5930 </trans-unit>
5956 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 5931 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
5957 <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 peer in the swarm</source> 5932 <source>
5933 For each request sent, the tracker returns random peers at a limited number.
5934 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
5935 requests sent to know every peer in the swarm
5936 </source>
5958 <target state="new"> 5937 <target state="new">
5959 For each request sent, the tracker returns random peers at a limited number. 5938 For each request sent, the tracker returns random peers at a limited number.
5960 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 5939 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
@@ -5971,7 +5950,10 @@
5971 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 5950 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
5972 </trans-unit> 5951 </trans-unit>
5973 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 5952 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
5974 <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> 5953 <source>
5954 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
5955 video
5956 </source>
5975 <target state="translated">Jeżeli adres IP jest przechowywany w trackerze, nie znaczy to że osoba za tym adresem IP (jeżeli taka osoba istnieje) oglądneła dany film</target> 5957 <target state="translated">Jeżeli adres IP jest przechowywany w trackerze, nie znaczy to że osoba za tym adresem IP (jeżeli taka osoba istnieje) oglądneła dany film</target>
5976 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</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">108</context></context-group>
5977 </trans-unit> 5959 </trans-unit>
@@ -5981,12 +5963,21 @@
5981 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 5963 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
5982 </trans-unit> 5964 </trans-unit>
5983 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 5965 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
5984 <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> 5966 <source>
5985 <target state="translated">Osoby oglądające nie są publicznie dostępne: ponieważ używamy WebRTC z poziomu przeglądarki (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>z biblioteką WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), protokół jest inny od klasycznego BitTorrenta. Kiedy jesteś w przeglądarce internetowej, wysyłasz sygnał zawierający twój adres IP do trackera który losowo wybierze inną osobę do której zostanie on przekazany. Sprawdź <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>ten dokument<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> żeby dowiedzieć się więcej. </target> 5967 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
5968 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
5969 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
5970 to forward the information to.
5971 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
5972 </source>
5973 <target state="translated">Osoby oglądające nie są publicznie dostępne: ponieważ używamy WebRTC z poziomu przeglądarki (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>z biblioteką WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), protokół jest inny od klasycznego BitTorrenta. Kiedy jesteś w przeglądarce internetowej, wysyłasz sygnał zawierający twój adres IP do trackera który losowo wybierze inną osobę do której zostanie on przekazany. Sprawdź <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>ten dokument<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> żeby dowiedzieć się więcej. </target>
5986 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 5974 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
5987 </trans-unit> 5975 </trans-unit>
5988 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 5976 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
5989 <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> 5977 <source>
5978 The worst-case scenario of an average person spying on their friends is quite unlikely.
5979 There are much more effective ways to get that kind of information.
5980 </source>
5990 <target state="translated">Najczarniejszy scenariusz zwykłej osoby śledzącej jej przyjaciół jest dość nieprawdopodobny. Jest wiele bardziej efektownych metod zdobycia takich informacji.</target> 5981 <target state="translated">Najczarniejszy scenariusz zwykłej osoby śledzącej jej przyjaciół jest dość nieprawdopodobny. Jest wiele bardziej efektownych metod zdobycia takich informacji.</target>
5991 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group> 5982 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
5992 </trans-unit> 5983 </trans-unit>
@@ -5996,7 +5987,11 @@
5996 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 5987 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
5997 </trans-unit> 5988 </trans-unit>
5998 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 5989 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
5999 <source>The threats to privacy with 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> 5990 <source>
5991 The threats to privacy with YouTube are different from PeerTube's.
5992 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
5993 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
5994 </source>
6000 <target state="translated">Problemy z prywatnością na YouTube są inne od problemów na PeerTube. YouTube zbiera ogromne ilości twoich danych (nie tylko twój adres IP) żeby je analizować i cię śledzić. Dodatkowo, YouTube jest kontrolowany przez Google/Alphabet, firmę która śledzi cię na wielu stronach (przez AdSense lub Google Analytics).</target> 5995 <target state="translated">Problemy z prywatnością na YouTube są inne od problemów na PeerTube. YouTube zbiera ogromne ilości twoich danych (nie tylko twój adres IP) żeby je analizować i cię śledzić. Dodatkowo, YouTube jest kontrolowany przez Google/Alphabet, firmę która śledzi cię na wielu stronach (przez AdSense lub Google Analytics).</target>
6001 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</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">133</context></context-group>
6002 </trans-unit> 5997 </trans-unit>
@@ -6009,7 +6004,12 @@
6009 <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> 6004 <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>
6010 </trans-unit> 6005 </trans-unit>
6011 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6006 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6012 <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> 6007 <source>
6008 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
6009 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6010 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.
6011 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6012 </source>
6013 <target state="translated">Twój adres IP jest publiczny, więc kiedy wysyłasz jakiekolwiek żądanie do jakiejkolwiek strony, jest dużo jednostek (poza samą stroną) które widzą twój adres IP w swoich dziennikach połączeń: ISP/routery/trackery/CDN i inne. PeerTube jest na ten temat szczery: ostrzegamy że jeżeli chcesz utrzymać swój adres IP prywatny, musisz używać VPNa lub Przeglądarki Tor. Myślenie, że usunięcie P2P z PeerTube odda ci anonimowość nie ma sensu.</target> 6013 <target state="translated">Twój adres IP jest publiczny, więc kiedy wysyłasz jakiekolwiek żądanie do jakiejkolwiek strony, jest dużo jednostek (poza samą stroną) które widzą twój adres IP w swoich dziennikach połączeń: ISP/routery/trackery/CDN i inne. PeerTube jest na ten temat szczery: ostrzegamy że jeżeli chcesz utrzymać swój adres IP prywatny, musisz używać VPNa lub Przeglądarki Tor. Myślenie, że usunięcie P2P z PeerTube odda ci anonimowość nie ma sensu.</target>
6014 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group> 6014 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6015 </trans-unit> 6015 </trans-unit>
@@ -6022,7 +6022,10 @@
6022 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</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">148</context></context-group>
6023 </trans-unit> 6023 </trans-unit>
6024 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6024 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6025 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6025 <source>
6026 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6027 and render attacks less likely. Here is what we put in place so far:
6028 </source>
6026 <target state="translated">PeerTube chce dostarczyć najlepsze możliwości przeciwdziałania, żeby dać ci większy wybór i zmniejszyć możliwość ataku. Oto co już dodaliśmy:</target> 6029 <target state="translated">PeerTube chce dostarczyć najlepsze możliwości przeciwdziałania, żeby dać ci większy wybór i zmniejszyć możliwość ataku. Oto co już dodaliśmy:</target>
6027 <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> 6030 <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>
6028 </trans-unit> 6031 </trans-unit>
@@ -6047,7 +6050,10 @@
6047 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6050 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6048 </trans-unit> 6051 </trans-unit>
6049 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6052 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6050 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6053 <source>
6054 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6055 WebRTC in your browser.
6056 </source>
6051 <target state="translated">Finalnie, pamiętaj że zawsze możesz wyłączyć P2P przez odtwarzacz wideo lub poprzez wyłączenie WebRTC w twojej przeglądarce.</target> 6057 <target state="translated">Finalnie, pamiętaj że zawsze możesz wyłączyć P2P przez odtwarzacz wideo lub poprzez wyłączenie WebRTC w twojej przeglądarce.</target>
6052 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group> 6058 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6053 </trans-unit> 6059 </trans-unit>
@@ -6084,8 +6090,8 @@
6084 </context-group> 6090 </context-group>
6085 </trans-unit> 6091 </trans-unit>
6086 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6092 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6087 <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> 6093 <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>
6088 <target state="translated">Stworzone z ❤ przez <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> 6094 <target state="translated">Stworzone z ❤ przez <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
6089 <context-group purpose="location"> 6095 <context-group purpose="location">
6090 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6096 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6091 <context context-type="linenumber">3</context> 6097 <context context-type="linenumber">3</context>
@@ -6166,8 +6172,11 @@
6166 </context-group> 6172 </context-group>
6167 </trans-unit> 6173 </trans-unit>
6168 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6174 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6169 <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> 6175 <source>
6170 <target state="translated">Kanał to jednostka na którą wrzucasz filmy. Utworzenie kilku kanałów umożliwia organizowanie i oddzielanie twojej zawartości.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Na przykład, możesz stworzyć osobne kanały dla filmów o gry na pianinie i dla filmów o ekologii. </target> 6176 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/>"/>
6177 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.
6178 </source>
6179 <target state="translated">Kanał to jednostka na którą wrzucasz filmy. Utworzenie kilku kanałów umożliwia organizowanie i oddzielanie twojej zawartości.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Na przykład, możesz stworzyć osobne kanały dla filmów o gry na pianinie i dla filmów o ekologii. </target>
6171 <context-group purpose="location"> 6180 <context-group purpose="location">
6172 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context> 6181 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
6173 <context context-type="linenumber">4</context> 6182 <context context-type="linenumber">4</context>
@@ -6238,8 +6247,13 @@
6238 </context-group> 6247 </context-group>
6239 </trans-unit> 6248 </trans-unit>
6240 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6249 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6241 <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> 6250 <source>
6242 <target state="translated">Mam przynajmniej 16 lat i zgadzam się z <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Warunkami użycia<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;"/> i <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Zasadami<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;"/> tej instancji </target> 6251 I am at least 16 years old and agree
6252 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>"/>
6253 <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>"/>
6254 of this instance
6255 </source>
6256 <target state="translated">Mam przynajmniej 16 lat i zgadzam się z <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Warunkami użycia<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>"/> i <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Zasadami<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>"/> tej instancji </target>
6243 <context-group purpose="location"> 6257 <context-group purpose="location">
6244 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 6258 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
6245 <context context-type="linenumber">65</context> 6259 <context context-type="linenumber">65</context>
@@ -6334,8 +6348,8 @@
6334 </context-group> 6348 </context-group>
6335 </trans-unit> 6349 </trans-unit>
6336 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6350 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6337 <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> 6351 <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>
6338 <target state="translated">Nowy plik <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;"/> który pozostawia oryginalną ścieżką dźwiękową, bez obrazu</target> 6352 <target state="translated">Nowy plik <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>"/> który pozostawia oryginalną ścieżką dźwiękową, bez obrazu</target>
6339 <context-group purpose="location"> 6353 <context-group purpose="location">
6340 <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>
6341 <context context-type="linenumber">1</context> 6355 <context context-type="linenumber">1</context>
@@ -6444,6 +6458,30 @@
6444 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6458 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6445 <context context-type="linenumber">1</context> 6459 <context context-type="linenumber">1</context>
6446 </context-group> 6460 </context-group>
6461 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6462 <source>Process domains</source><target state="new">Process domains</target>
6463 <context-group purpose="location">
6464 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6465 <context context-type="linenumber">1</context>
6466 </context-group>
6467 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6468 <source>Domain is required.</source><target state="new">Domain is required.</target>
6469 <context-group purpose="location">
6470 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6471 <context context-type="linenumber">1</context>
6472 </context-group>
6473 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6474 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6475 <context-group purpose="location">
6476 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6477 <context context-type="linenumber">1</context>
6478 </context-group>
6479 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6480 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6481 <context-group purpose="location">
6482 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6483 <context context-type="linenumber">1</context>
6484 </context-group>
6447 </trans-unit> 6485 </trans-unit>
6448 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 6486 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6449 <source>Unlimited</source> 6487 <source>Unlimited</source>
@@ -6455,6 +6493,16 @@
6455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 6493 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6456 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 6494 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6457 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 6495 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
6496 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6497 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6498 <context-group purpose="location">
6499 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6500 <context context-type="linenumber">1</context>
6501 </context-group>
6502 <context-group purpose="location">
6503 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6504 <context context-type="linenumber">1</context>
6505 </context-group>
6458 </trans-unit> 6506 </trans-unit>
6459 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a"> 6507 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
6460 <source>100MB</source> 6508 <source>100MB</source>
@@ -6585,48 +6633,20 @@
6585 <context-group name="null"> 6633 <context-group name="null">
6586 <context context-type="linenumber">1</context> 6634 <context context-type="linenumber">1</context>
6587 </context-group> 6635 </context-group>
6588 <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> 6636
6589 </trans-unit> 6637 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6590 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df"> 6638
6591 <source>You need to specify hosts to follow.</source> 6639
6592 <target>Musisz określić hosty, które chcesz śledzić.</target> 6640
6593 <context-group name="null"> 6641
6594 <context context-type="linenumber">1</context>
6595 </context-group>
6596 <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>
6597 </trans-unit>
6598 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
6599 <source>Hosts need to be unique.</source>
6600 <target>Nie mogą one się powtarzać.</target>
6601 <context-group name="null">
6602 <context context-type="linenumber">1</context>
6603 </context-group>
6604 <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>
6605 </trans-unit>
6606 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
6607 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source>
6608 <target>Jeżeli potwierdzisz, wyślesz prośbę o mozliwość śledzenia do:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </target>
6609 <context-group name="null">
6610 <context context-type="linenumber">1</context>
6611 </context-group>
6612 <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>
6613 </trans-unit>
6614 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
6615 <source>Follow new server(s)</source>
6616 <target>Śledź nowe serwery</target>
6617 <context-group name="null">
6618 <context context-type="linenumber">1</context>
6619 </context-group>
6620 <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 </trans-unit>
6622 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 6642 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
6623 <source>Follow request(s) sent!</source> 6643 <source>Follow request(s) sent!</source>
6624 <target>Wysłano prośby o możliwość śledzenia!</target> 6644 <target>Wysłano prośby o możliwość śledzenia!</target>
6625 <context-group name="null"> 6645 <context-group name="null">
6626 <context context-type="linenumber">1</context> 6646 <context context-type="linenumber">1</context>
6627 </context-group> 6647 </context-group>
6628 <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> 6648
6629 </trans-unit> 6649 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6630 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 6650 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
6631 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6651 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6632 <target>Czy na pewno chcesz przestać śledzić <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 6652 <target>Czy na pewno chcesz przestać śledzić <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -6730,6 +6750,12 @@
6730 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 6750 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6731 <context context-type="linenumber">1</context> 6751 <context context-type="linenumber">1</context>
6732 </context-group> 6752 </context-group>
6753 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6754 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6755 <context-group purpose="location">
6756 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6757 <context context-type="linenumber">1</context>
6758 </context-group>
6733 </trans-unit> 6759 </trans-unit>
6734 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 6760 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
6735 <source>Comment updated.</source> 6761 <source>Comment updated.</source>
@@ -6738,23 +6764,33 @@
6738 <context context-type="linenumber">1</context> 6764 <context context-type="linenumber">1</context>
6739 </context-group> 6765 </context-group>
6740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group> 6766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group>
6741 </trans-unit> 6767 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
6742 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html"> 6768 <source>Internal actions</source><target state="new">Internal actions</target>
6743 <source>Delete this report</source>
6744 <target state="translated">Usuń to zgłoszenie</target>
6745 <context-group purpose="location"> 6769 <context-group purpose="location">
6746 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6770 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6747 <context context-type="linenumber">1</context> 6771 <context context-type="linenumber">1</context>
6748 </context-group> 6772 </context-group>
6749 </trans-unit> 6773 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
6750 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 6774 <source>Delete report</source><target state="new">Delete report</target>
6751 <source>Update moderation comment</source> 6775 <context-group purpose="location">
6752 <target state="translated">Zaktualizuj komentarz moderatorski</target> 6776 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6777 <context context-type="linenumber">1</context>
6778 </context-group>
6779 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6780 <source>Add note</source><target state="new">Add note</target>
6781 <context-group purpose="location">
6782 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6783 <context context-type="linenumber">1</context>
6784 </context-group>
6785 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6786 <source>Update note</source><target state="new">Update note</target>
6753 <context-group purpose="location"> 6787 <context-group purpose="location">
6754 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6788 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6755 <context context-type="linenumber">1</context> 6789 <context context-type="linenumber">1</context>
6756 </context-group> 6790 </context-group>
6757 </trans-unit> 6791 </trans-unit>
6792
6793
6758 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html"> 6794 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html">
6759 <source>Mark as accepted</source> 6795 <source>Mark as accepted</source>
6760 <target state="translated">Zaznacz jako zaakceptowane</target> 6796 <target state="translated">Zaznacz jako zaakceptowane</target>
@@ -6770,6 +6806,12 @@
6770 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6806 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6771 <context context-type="linenumber">1</context> 6807 <context context-type="linenumber">1</context>
6772 </context-group> 6808 </context-group>
6809 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
6810 <source>Actions for the video</source><target state="new">Actions for the video</target>
6811 <context-group purpose="location">
6812 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6813 <context context-type="linenumber">1</context>
6814 </context-group>
6773 </trans-unit> 6815 </trans-unit>
6774 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 6816 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
6775 <source>Do you really want to delete this abuse report?</source> 6817 <source>Do you really want to delete this abuse report?</source>
@@ -7699,11 +7741,8 @@
7699 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7741 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7700 <source>max size</source> 7742 <source>max size</source>
7701 <target state="new">max size</target> 7743 <target state="new">max size</target>
7702 <context-group purpose="location"> 7744
7703 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7745 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7704 <context context-type="linenumber">1</context>
7705 </context-group>
7706 </trans-unit>
7707 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7746 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
7708 <source>Now please check your emails to verify your account and complete signup.</source> 7747 <source>Now please check your emails to verify your account and complete signup.</source>
7709 <target state="translated">Sprawdź swoje e-maile żeby zweryfikować konto i ukończyć rejestrację.</target> 7748 <target state="translated">Sprawdź swoje e-maile żeby zweryfikować konto i ukończyć rejestrację.</target>
@@ -8028,8 +8067,8 @@
8028 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8067 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8029 </trans-unit> 8068 </trans-unit>
8030 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8069 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8031 <source>Long (&gt; 10 min)</source> 8070 <source>Long (> 10 min)</source>
8032 <target>Długie (&gt; 10 min)</target> 8071 <target>Długie (> 10 min)</target>
8033 <context-group name="null"> 8072 <context-group name="null">
8034 <context context-type="linenumber">1</context> 8073 <context context-type="linenumber">1</context>
8035 </context-group> 8074 </context-group>
@@ -8066,6 +8105,12 @@
8066 <context context-type="linenumber">1</context> 8105 <context context-type="linenumber">1</context>
8067 </context-group> 8106 </context-group>
8068 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8107 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8108 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8109 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8110 <context-group purpose="location">
8111 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8112 <context context-type="linenumber">1</context>
8113 </context-group>
8069 </trans-unit> 8114 </trans-unit>
8070 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 8115 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
8071 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 8116 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8138,15 +8183,14 @@
8138 <context context-type="linenumber">1</context> 8183 <context context-type="linenumber">1</context>
8139 </context-group> 8184 </context-group>
8140 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8185 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8141 </trans-unit> 8186 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8142 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 8187 <source>just now</source><target state="new">just now</target>
8143 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 8188 <context-group purpose="location">
8144 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> sekund temu</target> 8189 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8145 <context-group name="null">
8146 <context context-type="linenumber">1</context> 8190 <context context-type="linenumber">1</context>
8147 </context-group> 8191 </context-group>
8148 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8149 </trans-unit> 8192 </trans-unit>
8193
8150 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8194 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8151 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source> 8195 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source>
8152 <target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 8196 <target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
@@ -9395,8 +9439,8 @@
9395 <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> 9439 <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>
9396 </trans-unit> 9440 </trans-unit>
9397 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 9441 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9398 <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> 9442 <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>
9399 <target state="translated">Kompatybilne z <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;"/>, wspierające:</target> 9443 <target state="translated">Kompatybilne z <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>, wspierające:</target>
9400 <context-group name="null"> 9444 <context-group name="null">
9401 <context context-type="linenumber">1</context> 9445 <context context-type="linenumber">1</context>
9402 </context-group> 9446 </context-group>
@@ -9869,11 +9913,8 @@
9869 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 9913 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
9870 <source>Video blacklisted.</source> 9914 <source>Video blacklisted.</source>
9871 <target state="translated">Dodano film do czarnej listy.</target> 9915 <target state="translated">Dodano film do czarnej listy.</target>
9872 <context-group purpose="location"> 9916
9873 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context> 9917 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
9874 <context context-type="linenumber">1</context>
9875 </context-group>
9876 </trans-unit>
9877 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 9918 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9878 <source>Encoder</source> 9919 <source>Encoder</source>
9879 <target state="new">Encoder</target> 9920 <target state="new">Encoder</target>
@@ -10160,15 +10201,14 @@
10160 <context context-type="linenumber">1</context> 10201 <context context-type="linenumber">1</context>
10161 </context-group> 10202 </context-group>
10162 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 10203 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10163 </trans-unit> 10204 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10164 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 10205 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10165 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
10166 <target state="translated">Prośba o usunięcie komentarza zostanie wysłana do innych instancji, więc one również go usuną.</target>
10167 <context-group purpose="location"> 10206 <context-group purpose="location">
10168 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10207 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10169 <context context-type="linenumber">1</context> 10208 <context context-type="linenumber">1</context>
10170 </context-group> 10209 </context-group>
10171 </trans-unit> 10210 </trans-unit>
10211
10172 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 10212 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
10173 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10213 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10174 <target state="translated">Jest to zdalny komentarz, więc zostanie on usunięty jedynie na twojej instancji.</target> 10214 <target state="translated">Jest to zdalny komentarz, więc zostanie on usunięty jedynie na twojej instancji.</target>
diff --git a/client/src/locale/angular.pt-BR.xlf b/client/src/locale/angular.pt-BR.xlf
index 4e4478b1b..bf4d7143b 100644
--- a/client/src/locale/angular.pt-BR.xlf
+++ b/client/src/locale/angular.pt-BR.xlf
@@ -585,37 +585,37 @@
585 <context-group name="null"> 585 <context-group name="null">
586 <context context-type="linenumber">6</context> 586 <context context-type="linenumber">6</context>
587 </context-group> 587 </context-group>
588 <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> 588
589 <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
590 </trans-unit> 590 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
591 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 591 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
592 <source>Private</source> 592 <source>Private</source>
593 <target>Privado</target> 593 <target>Privado</target>
594 <context-group name="null"> 594 <context-group name="null">
595 <context context-type="linenumber">7</context> 595 <context context-type="linenumber">7</context>
596 </context-group> 596 </context-group>
597 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</context></context-group> 597
598 <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
599 <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
600 </trans-unit> 600 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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>
601 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 601 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
602 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 602 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
603 <target state="translated">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 603 <target state="translated">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
604 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group> 604
605 </trans-unit> 605 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
606 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 606 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
607 <source>Blacklisted</source> 607 <source>Blacklisted</source>
608 <target>Na lista negra</target> 608 <target>Na lista negra</target>
609 <context-group name="null"> 609 <context-group name="null">
610 <context context-type="linenumber">42</context> 610 <context context-type="linenumber">42</context>
611 </context-group> 611 </context-group>
612 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group> 612
613 </trans-unit> 613 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
614 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 614 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
615 <source>Sensitive</source> 615 <source>Sensitive</source>
616 <target state="translated">Sensível</target> 616 <target state="translated">Sensível</target>
617 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group> 617
618 </trans-unit> 618 <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>
619 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 619 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
620 <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>
621 <target state="translated">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 621 <target state="translated">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -672,7 +672,7 @@
672 672
673 673
674 674
675 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit> 675 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
676 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 676 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
677 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 677 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
678 <target state="translated">Apagar de<x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 678 <target state="translated">Apagar de<x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -720,7 +720,7 @@
720 720
721 721
722 722
723 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 723 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
724 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 724 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
725 <source>Truncated preview</source> 725 <source>Truncated preview</source>
726 <target>Pré-visualização truncada</target> 726 <target>Pré-visualização truncada</target>
@@ -909,7 +909,7 @@
909 909
910 910
911 911
912 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit> 912 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
913 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 913 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
914 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 914 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
915 <target>Importação HTTP (YouTube, Vimeo, URL direta...)</target> 915 <target>Importação HTTP (YouTube, Vimeo, URL direta...)</target>
@@ -1053,7 +1053,7 @@
1053 1053
1054 1054
1055 1055
1056 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1056 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1057 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1057 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1058 <source>Ban this user</source> 1058 <source>Ban this user</source>
1059 <target>Banir este usuário</target> 1059 <target>Banir este usuário</target>
@@ -1070,14 +1070,7 @@
1070 </context-group> 1070 </context-group>
1071 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group> 1071 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group>
1072 </trans-unit> 1072 </trans-unit>
1073 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 1073
1074 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1075 <target state="translated">(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, tamanho máx: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1076 <context-group purpose="location">
1077 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
1078 <context context-type="linenumber">12</context>
1079 </context-group>
1080 </trans-unit>
1081 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1074 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1082 <source>Login</source> 1075 <source>Login</source>
1083 <target> 1076 <target>
@@ -1207,7 +1200,7 @@
1207 1200
1208 1201
1209 1202
1210 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1203 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1211 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1204 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1212 <source>Email address</source> 1205 <source>Email address</source>
1213 <target>Endereço de e-mail</target> 1206 <target>Endereço de e-mail</target>
@@ -1590,15 +1583,9 @@
1590 </context-group> 1583 </context-group>
1591 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1584 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1592 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1585 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1593 <context-group purpose="location"> 1586
1594 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1587
1595 <context context-type="linenumber">36</context> 1588 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1596 </context-group>
1597 <context-group purpose="location">
1598 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1599 <context context-type="linenumber">158</context>
1600 </context-group>
1601 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1602 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1589 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1603 <context-group purpose="location"> 1590 <context-group purpose="location">
1604 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1591 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1633,41 +1620,26 @@
1633 <source>Help</source> 1620 <source>Help</source>
1634 <target state="translated">Ajuda</target> 1621 <target state="translated">Ajuda</target>
1635 1622
1636 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1623 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1637 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1624 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1638 <context-group purpose="location"> 1625
1639 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1626 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1640 <context context-type="linenumber">167</context>
1641 </context-group>
1642 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1643 <source>Shortcuts</source><target state="new">Shortcuts</target> 1627 <source>Shortcuts</source><target state="new">Shortcuts</target>
1644 <context-group purpose="location"> 1628
1645 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1629 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1646 <context context-type="linenumber">168</context>
1647 </context-group>
1648 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1649 <source> 1630 <source>
1650 powered by PeerTube 1631 powered by PeerTube
1651 </source><target state="new"> 1632 </source><target state="new">
1652 powered by PeerTube 1633 powered by PeerTube
1653 </target> 1634 </target>
1654 <context-group purpose="location"> 1635
1655 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1636 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1656 <context context-type="linenumber">172</context>
1657 </context-group>
1658 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1659 <source>PeerTube website</source><target state="new">PeerTube website</target> 1637 <source>PeerTube website</source><target state="new">PeerTube website</target>
1660 <context-group purpose="location"> 1638
1661 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1639 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1662 <context context-type="linenumber">172</context>
1663 </context-group>
1664 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1665 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1640 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1666 <context-group purpose="location"> 1641
1667 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1642 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1668 <context context-type="linenumber">171</context>
1669 </context-group>
1670 </trans-unit>
1671 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1643 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1672 <source>Log out</source> 1644 <source>Log out</source>
1673 <target state="translated">Sair</target> 1645 <target state="translated">Sair</target>
@@ -1776,17 +1748,8 @@
1776 1748
1777 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1749 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1778 <source>Contact</source><target state="new">Contact</target> 1750 <source>Contact</source><target state="new">Contact</target>
1779 <context-group purpose="location"> 1751
1780 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1752 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1781 <context context-type="linenumber">154</context>
1782 </context-group>
1783 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1784 <source>Terms of Service</source><target state="new">Terms of Service</target>
1785 <context-group purpose="location">
1786 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1787 <context context-type="linenumber">155</context>
1788 </context-group>
1789 </trans-unit>
1790 1753
1791 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1754 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1792 <source>View your notifications</source> 1755 <source>View your notifications</source>
@@ -2236,7 +2199,7 @@
2236 2199
2237 2200
2238 2201
2239 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2202 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2240 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2203 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2241 <source>Privacy</source> 2204 <source>Privacy</source>
2242 <target>Privacidade</target> 2205 <target>Privacidade</target>
@@ -2250,37 +2213,19 @@
2250 2213
2251 2214
2252 2215
2253 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2216 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2254 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
2255 <context-group purpose="location">
2256 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2257 <context context-type="linenumber">164</context>
2258 </context-group>
2259 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2260 <source>FAQ</source><target state="new">FAQ</target> 2217 <source>FAQ</source><target state="new">FAQ</target>
2261 <context-group purpose="location"> 2218
2262 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2219 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2263 <context context-type="linenumber">165</context>
2264 </context-group>
2265 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2266 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 2220 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
2267 <context-group purpose="location"> 2221
2268 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2222 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2269 <context context-type="linenumber">165</context>
2270 </context-group>
2271 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2272 <source>API</source><target state="new">API</target> 2223 <source>API</source><target state="new">API</target>
2273 <context-group purpose="location"> 2224
2274 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2225 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2275 <context context-type="linenumber">166</context>
2276 </context-group>
2277 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2278 <source>API documentation</source><target state="new">API documentation</target> 2226 <source>API documentation</source><target state="new">API documentation</target>
2279 <context-group purpose="location"> 2227
2280 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2228 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2281 <context context-type="linenumber">166</context>
2282 </context-group>
2283 </trans-unit>
2284 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2229 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2285 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2230 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2286 <target>Agendar publicação (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2231 <target>Agendar publicação (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2495,7 +2440,7 @@
2495 2440
2496 2441
2497 2442
2498 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit> 2443 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2499 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2444 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2500 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2445 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2501 <target> 2446 <target>
@@ -2512,11 +2457,11 @@
2512 <context-group name="null"> 2457 <context-group name="null">
2513 <context context-type="linenumber">17</context> 2458 <context context-type="linenumber">17</context>
2514 </context-group> 2459 </context-group>
2515 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group> 2460
2516 <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">74</context></context-group> 2461
2517 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group> 2462
2518 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group> 2463
2519 </trans-unit> 2464 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2520 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2465 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2521 <source>Select the file to upload</source> 2466 <source>Select the file to upload</source>
2522 <target>Selecione o arquivo para enviar</target> 2467 <target>Selecione o arquivo para enviar</target>
@@ -2531,16 +2476,13 @@
2531 <context-group name="null"> 2476 <context-group name="null">
2532 <context context-type="linenumber">25</context> 2477 <context context-type="linenumber">25</context>
2533 </context-group> 2478 </context-group>
2534 <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">25</context></context-group> 2479
2535 </trans-unit> 2480 <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">24</context></context-group></trans-unit>
2536 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2481 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2537 <source>Video background image</source> 2482 <source>Video background image</source>
2538 <target state="translated">Imagem de fundo do vídeo</target> 2483 <target state="translated">Imagem de fundo do vídeo</target>
2539 <context-group purpose="location"> 2484
2540 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2485 <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">31</context></context-group></trans-unit>
2541 <context context-type="linenumber">32</context>
2542 </context-group>
2543 </trans-unit>
2544 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2486 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2545 <source> 2487 <source>
2546 Image that will be merged with your audio file. 2488 Image that will be merged with your audio file.
@@ -2548,27 +2490,15 @@
2548 The chosen image will be definitive and cannot be modified. 2490 The chosen image will be definitive and cannot be modified.
2549 </source> 2491 </source>
2550 <target state="translated">Imagem que irá ser fundida com o seu arquivo de áudio. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> A imagem escolhida irá ser a definitiva e não poderá ser modificada. </target> 2492 <target state="translated">Imagem que irá ser fundida com o seu arquivo de áudio. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> A imagem escolhida irá ser a definitiva e não poderá ser modificada. </target>
2551 <context-group purpose="location"> 2493
2552 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2494 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2553 <context context-type="linenumber">34</context>
2554 </context-group>
2555 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2556 <source>Processing…</source><target state="new">Processing…</target> 2495 <source>Processing…</source><target state="new">Processing…</target>
2557 <context-group purpose="location"> 2496
2558 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2559 <context context-type="linenumber">56</context>
2560 </context-group>
2561 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2562 <source>Total video quota</source><target state="new">Total video quota</target> 2498 <source>Total video quota</source><target state="new">Total video quota</target>
2563 <context-group purpose="location"> 2499
2564 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2500
2565 <context context-type="linenumber">54</context> 2501 <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">53</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">11</context></context-group></trans-unit>
2566 </context-group>
2567 <context-group purpose="location">
2568 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2569 <context context-type="linenumber">11</context>
2570 </context-group>
2571 </trans-unit>
2572 <trans-unit id="6357683911e256c566259880de43ea9403de00d3"> 2502 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2573 <source>Congratulations! Your video is now available in your private library.</source> 2503 <source>Congratulations! Your video is now available in your private library.</source>
2574 <target> 2504 <target>
@@ -2578,7 +2508,7 @@
2578 <context context-type="linenumber">66</context> 2508 <context context-type="linenumber">66</context>
2579 </context-group> 2509 </context-group>
2580 2510
2581 <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">68</context></context-group></trans-unit> 2511 <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">67</context></context-group></trans-unit>
2582 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2512 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2583 <source>Publish will be available when upload is finished</source> 2513 <source>Publish will be available when upload is finished</source>
2584 <target>A publicação estará disponível quando o envio terminar</target> 2514 <target>A publicação estará disponível quando o envio terminar</target>
@@ -2586,7 +2516,7 @@
2586 <context context-type="linenumber">79</context> 2516 <context context-type="linenumber">79</context>
2587 </context-group> 2517 </context-group>
2588 2518
2589 <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">81</context></context-group></trans-unit> 2519 <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">80</context></context-group></trans-unit>
2590 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2520 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2591 <source>Publish</source> 2521 <source>Publish</source>
2592 <target>Publicar</target> 2522 <target>Publicar</target>
@@ -2594,7 +2524,7 @@
2594 <context context-type="linenumber">86</context> 2524 <context context-type="linenumber">86</context>
2595 </context-group> 2525 </context-group>
2596 2526
2597 <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">88</context></context-group></trans-unit> 2527 <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">87</context></context-group></trans-unit>
2598 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2528 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2599 <source>Select the torrent to import</source> 2529 <source>Select the torrent to import</source>
2600 <target>Selecione o torrent para importar</target> 2530 <target>Selecione o torrent para importar</target>
@@ -2602,34 +2532,30 @@
2602 <context context-type="linenumber">6</context> 2532 <context context-type="linenumber">6</context>
2603 </context-group> 2533 </context-group>
2604 <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">6</context></context-group> 2534 <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">6</context></context-group>
2605 </trans-unit> 2535 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2606 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2536 <source>OR</source><target state="new">OR</target>
2607 <source>Or</source> 2537 <context-group purpose="location">
2608 <target>Ou</target> 2538 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2609 <context-group name="null"> 2539 <context context-type="linenumber">10</context>
2610 <context context-type="linenumber">11</context>
2611 </context-group> 2540 </context-group>
2612 <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">11</context></context-group>
2613 </trans-unit> 2541 </trans-unit>
2542
2614 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2543 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2615 <source>Paste magnet URI</source> 2544 <source>Paste magnet URI</source>
2616 <target>Colar URI magnética</target> 2545 <target>Colar URI magnética</target>
2617 <context-group name="null"> 2546 <context-group name="null">
2618 <context context-type="linenumber">14</context> 2547 <context context-type="linenumber">14</context>
2619 </context-group> 2548 </context-group>
2620 <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> 2549
2621 </trans-unit> 2550 <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">13</context></context-group></trans-unit>
2622 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2551 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2623 <source> 2552 <source>
2624 You can import any torrent file that points to a mp4 file. 2553 You can import any torrent file that points to a mp4 file.
2625 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. 2554 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.
2626 </source> 2555 </source>
2627 <target state="translated">Você pode importar qualquer arquivo torrent que aponte para um arquivo mp4. Certifique-se que você tenha os direitos de difusão do conteúdo para o qual você aponta, caso contrário isso poderá causar problemas legais para você e a sua instância.</target> 2556 <target state="translated">Você pode importar qualquer arquivo torrent que aponte para um arquivo mp4. Certifique-se que você tenha os direitos de difusão do conteúdo para o qual você aponta, caso contrário isso poderá causar problemas legais para você e a sua instância.</target>
2628 <context-group purpose="location"> 2557
2629 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2558 <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">16</context></context-group></trans-unit>
2630 <context context-type="linenumber">17</context>
2631 </context-group>
2632 </trans-unit>
2633 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2559 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2634 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2560 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2635 <target> 2561 <target>
@@ -2638,8 +2564,8 @@
2638 <context-group name="null"> 2564 <context-group name="null">
2639 <context context-type="linenumber">57</context> 2565 <context context-type="linenumber">57</context>
2640 </context-group> 2566 </context-group>
2641 <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> 2567
2642 </trans-unit> 2568 <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">56</context></context-group></trans-unit>
2643 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2569 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2644 <source> 2570 <source>
2645 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. 2571 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.
@@ -2944,10 +2870,10 @@
2944 <context-group name="null"> 2870 <context-group name="null">
2945 <context context-type="linenumber">63</context> 2871 <context context-type="linenumber">63</context>
2946 </context-group> 2872 </context-group>
2947 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group> 2873
2948 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group> 2874
2949 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">63</context></context-group> 2875
2950 </trans-unit> 2876 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit>
2951 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2877 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2952 <source>Subscribe</source> 2878 <source>Subscribe</source>
2953 <target state="translated">Inscrever</target> 2879 <target state="translated">Inscrever</target>
@@ -3034,7 +2960,7 @@
3034 <context context-type="linenumber">215</context> 2960 <context context-type="linenumber">215</context>
3035 </context-group> 2961 </context-group>
3036 2962
3037 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</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">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3038 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2964 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3039 <source>Get more information</source> 2965 <source>Get more information</source>
3040 <target>Obtenha mais informações</target> 2966 <target>Obtenha mais informações</target>
@@ -3116,27 +3042,18 @@
3116 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html"> 3042 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html">
3117 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source> 3043 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source>
3118 <target state="translated">Ver <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> respostas de <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> e outros </target> 3044 <target state="translated">Ver <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> respostas de <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> e outros </target>
3119 <context-group purpose="location"> 3045
3120 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3046 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3121 <context context-type="linenumber">77</context>
3122 </context-group>
3123 </trans-unit>
3124 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3047 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3125 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3048 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3126 <target state="translated">Ver <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> respostas de <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target> 3049 <target state="translated">Ver <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> respostas de <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target>
3127 <context-group purpose="location"> 3050
3128 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3051 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3129 <context context-type="linenumber">80</context>
3130 </context-group>
3131 </trans-unit>
3132 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3052 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3133 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3053 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3134 <target state="translated">Ver <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> respostas</target> 3054 <target state="translated">Ver <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> respostas</target>
3135 <context-group purpose="location"> 3055
3136 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3056 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3137 <context context-type="linenumber">84</context>
3138 </context-group>
3139 </trans-unit>
3140 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3057 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3141 <source>Comments are disabled.</source> 3058 <source>Comments are disabled.</source>
3142 <target> 3059 <target>
@@ -3145,8 +3062,8 @@
3145 <context-group name="null"> 3062 <context-group name="null">
3146 <context context-type="linenumber">64</context> 3063 <context context-type="linenumber">64</context>
3147 </context-group> 3064 </context-group>
3148 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 3065
3149 </trans-unit> 3066 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3150 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3067 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3151 <source>Add comment...</source> 3068 <source>Add comment...</source>
3152 <target>Adicionar comentário...</target> 3069 <target>Adicionar comentário...</target>
@@ -3244,74 +3161,54 @@
3244 </context-group> 3161 </context-group>
3245 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3246 </trans-unit> 3163 </trans-unit>
3247 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 3164
3248 <source>Follow</source>
3249 <target>Seguir</target>
3250 <context-group name="null">
3251 <context context-type="linenumber">7</context>
3252 </context-group>
3253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3254 </trans-unit>
3255 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3165 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3256 <source>Followers</source> 3166 <source>Followers</source>
3257 <target>Seguidores</target> 3167 <target>Seguidores</target>
3258 <context-group name="null"> 3168 <context-group name="null">
3259 <context context-type="linenumber">3</context> 3169 <context context-type="linenumber">3</context>
3260 </context-group> 3170 </context-group>
3261 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 3171
3262 </trans-unit> 3172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3263 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3173 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3264 <source>Video redundancies</source> 3174 <source>Video redundancies</source>
3265 <target state="new">Video redundancies</target> 3175 <target state="new">Video redundancies</target>
3266 <context-group purpose="location"> 3176
3267 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3177 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3268 <context context-type="linenumber">11</context>
3269 </context-group>
3270 </trans-unit>
3271 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 3178 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
3272 <source>1 host (without "http://") per line</source> 3179 <source>1 host (without "http://") per line</source>
3273 <target>1 host (sem "http://") por linha</target> 3180 <target>1 host (sem "http://") por linha</target>
3274 <context-group name="null"> 3181 <context-group name="null">
3275 <context context-type="linenumber">5</context> 3182 <context context-type="linenumber">5</context>
3276 </context-group> 3183 </context-group>
3277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">5</context></context-group> 3184
3278 </trans-unit> 3185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3279 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507"> 3186 <source>Follow domain</source><target state="new">Follow domain</target>
3280 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3187 <context-group purpose="location">
3281 <target> 3188 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3282 Aparentemente você não está em um servidor HTTPS. Seu servidor web precisa estar com TLS ativado para possibilitar seguir servidores. 3189 <context context-type="linenumber">15</context>
3283 </target>
3284 <context-group name="null">
3285 <context context-type="linenumber">17</context>
3286 </context-group>
3287 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">17</context></context-group>
3288 </trans-unit>
3289 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
3290 <source>Add following</source>
3291 <target>Adicionar aos seguidos</target>
3292 <context-group name="null">
3293 <context context-type="linenumber">21</context>
3294 </context-group> 3190 </context-group>
3295 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group>
3296 </trans-unit> 3191 </trans-unit>
3192
3193
3297 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3194 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3298 <source>Filter...</source> 3195 <source>Filter...</source>
3299 <target>Filtrar...</target> 3196 <target>Filtrar...</target>
3300 <context-group name="null"> 3197 <context-group name="null">
3301 <context context-type="linenumber">27</context> 3198 <context context-type="linenumber">27</context>
3302 </context-group> 3199 </context-group>
3303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</context></context-group> 3200
3304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">9</context></context-group> 3201
3305 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">27</context></context-group> 3202
3306 </trans-unit> 3203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3307 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3204 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3308 <source>ID</source> 3205 <source>ID</source>
3309 <target>ID</target> 3206 <target>ID</target>
3310 <context-group name="null"> 3207 <context-group name="null">
3311 <context context-type="linenumber">18</context> 3208 <context context-type="linenumber">18</context>
3312 </context-group> 3209 </context-group>
3313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 3210
3314 </trans-unit> 3211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3315 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3212 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3316 <source>Follower handle</source> 3213 <source>Follower handle</source>
3317 <target state="translated">Identificador de inscritos</target> 3214 <target state="translated">Identificador de inscritos</target>
@@ -3323,80 +3220,65 @@
3323 <context-group name="null"> 3220 <context-group name="null">
3324 <context context-type="linenumber">10</context> 3221 <context context-type="linenumber">10</context>
3325 </context-group> 3222 </context-group>
3326 <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> 3223
3327 <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> 3224
3328 </trans-unit> 3225 <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>
3329 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3226 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3330 <source>Delayed.</source> 3227 <source>Delayed.</source>
3331 <target state="translated">Atrasado.</target> 3228 <target state="translated">Atrasado.</target>
3332 <context-group purpose="location"> 3229
3333 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3230 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3334 <context context-type="linenumber">42</context>
3335 </context-group>
3336 </trans-unit>
3337 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3231 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3338 <source>Will start soon...</source> 3232 <source>Will start soon...</source>
3339 <target state="translated">Começa em breve....</target> 3233 <target state="translated">Começa em breve....</target>
3340 <context-group purpose="location"> 3234
3341 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3342 <context context-type="linenumber">43</context>
3343 </context-group>
3344 </trans-unit>
3345 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3236 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3346 <source>Running...</source> 3237 <source>Running...</source>
3347 <target state="translated">Em curso...</target> 3238 <target state="translated">Em curso...</target>
3348 <context-group purpose="location"> 3239
3349 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3350 <context context-type="linenumber">44</context>
3351 </context-group>
3352 </trans-unit>
3353 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3241 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3354 <source>Finished</source> 3242 <source>Finished</source>
3355 <target state="translated">Concluído</target> 3243 <target state="translated">Concluído</target>
3356 <context-group purpose="location"> 3244
3357 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3245 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3358 <context context-type="linenumber">45</context>
3359 </context-group>
3360 </trans-unit>
3361 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3246 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3362 <source>Failed</source> 3247 <source>Failed</source>
3363 <target state="translated">Falhou</target> 3248 <target state="translated">Falhou</target>
3364 <context-group purpose="location"> 3249
3365 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3366 <context context-type="linenumber">46</context>
3367 </context-group>
3368 </trans-unit>
3369 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3251 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3370 <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> 3252 <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>
3371 <target>Criado <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> 3253 <target>Criado <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>
3372 <context-group name="null"> 3254 <context-group name="null">
3373 <context context-type="linenumber">11</context> 3255 <context context-type="linenumber">11</context>
3374 </context-group> 3256 </context-group>
3375 <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> 3257
3376 <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> 3258
3377 <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> 3259
3378 <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> 3260
3379 <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> 3261
3380 <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> 3262
3381 </trans-unit> 3263 <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">24</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">46</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">11</context></context-group><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><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>
3382 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3264 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3383 <source>Accepted</source> 3265 <source>Accepted</source>
3384 <target>Aceito</target> 3266 <target>Aceito</target>
3385 <context-group name="null"> 3267 <context-group name="null">
3386 <context context-type="linenumber">32</context> 3268 <context context-type="linenumber">32</context>
3387 </context-group> 3269 </context-group>
3388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3270
3389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3271
3390 </trans-unit> 3272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3391 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3273 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3392 <source>Pending</source> 3274 <source>Pending</source>
3393 <target>Pendente</target> 3275 <target>Pendente</target>
3394 <context-group name="null"> 3276 <context-group name="null">
3395 <context context-type="linenumber">33</context> 3277 <context context-type="linenumber">33</context>
3396 </context-group> 3278 </context-group>
3397 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3279
3398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3280
3399 </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">29</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">35</context></context-group></trans-unit>
3400 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3282 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3401 <source>Accept</source> 3283 <source>Accept</source>
3402 <target state="translated">Aceitar</target> 3284 <target state="translated">Aceitar</target>
@@ -3411,6 +3293,12 @@
3411 </context-group> 3293 </context-group>
3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3294 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3413 <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">42</context></context-group> 3295 <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">42</context></context-group>
3296 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3297 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3298 <context-group purpose="location">
3299 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3300 <context context-type="linenumber">3</context>
3301 </context-group>
3414 </trans-unit> 3302 </trans-unit>
3415 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 3303 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3416 <source>Host</source> 3304 <source>Host</source>
@@ -3418,24 +3306,32 @@
3418 <context-group name="null"> 3306 <context-group name="null">
3419 <context context-type="linenumber">19</context> 3307 <context context-type="linenumber">19</context>
3420 </context-group> 3308 </context-group>
3421 <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> 3309
3422 </trans-unit> 3310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3423 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3311 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3424 <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> 3312 <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>
3425 <target state="translated">Redundância permitida <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> 3313 <target state="translated">Redundância permitida <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>
3314
3315 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3316 <source>Follow domains</source><target state="new">Follow domains</target>
3426 <context-group purpose="location"> 3317 <context-group purpose="location">
3427 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3318 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3428 <context context-type="linenumber">21</context> 3319 <context context-type="linenumber">50</context>
3429 </context-group> 3320 </context-group>
3430 </trans-unit> 3321 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3431 <trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3322 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3432 <source>Video redundancies list</source>
3433 <target state="new">Video redundancies list</target>
3434 <context-group purpose="location"> 3323 <context-group purpose="location">
3435 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3324 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3436 <context context-type="linenumber">2</context> 3325 <context context-type="linenumber">7</context>
3326 </context-group>
3327 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3328 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3329 <context-group purpose="location">
3330 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3331 <context context-type="linenumber">8</context>
3437 </context-group> 3332 </context-group>
3438 </trans-unit> 3333 </trans-unit>
3334
3439 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 3335 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
3440 <source>Create user</source> 3336 <source>Create user</source>
3441 <target>Usuário criador</target> 3337 <target>Usuário criador</target>
@@ -3498,7 +3394,7 @@
3498 3394
3499 3395
3500 3396
3501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3397 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3502 <source> 3398 <source>
3503 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3399 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3504 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3400 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3594,31 +3490,38 @@
3594 <context-group name="null"> 3490 <context-group name="null">
3595 <context context-type="linenumber">19</context> 3491 <context context-type="linenumber">19</context>
3596 </context-group> 3492 </context-group>
3597 <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> 3493
3598 </trans-unit> 3494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3599 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3495 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3600 <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> 3496 <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>
3601 <target>Nome de usuário <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> 3497 <target>Nome de usuário <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>
3602 <context-group name="null"> 3498 <context-group name="null">
3603 <context context-type="linenumber">40</context> 3499 <context context-type="linenumber">40</context>
3604 </context-group> 3500 </context-group>
3605 <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> 3501
3606 </trans-unit> 3502 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3607 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3503 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3608 <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> 3504 <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>
3609 <target state="translated">Quota de 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> 3505 <target state="translated">Quota de 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>
3610 <context-group purpose="location"> 3506
3611 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3507 <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></trans-unit>
3612 <context context-type="linenumber">42</context>
3613 </context-group>
3614 </trans-unit>
3615 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3508 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3616 <source>(banned)</source> 3509 <source>(banned)</source>
3617 <target>(banido)</target> 3510 <target>(banido)</target>
3618 <context-group name="null"> 3511 <context-group name="null">
3619 <context context-type="linenumber">65</context> 3512 <context context-type="linenumber">65</context>
3620 </context-group> 3513 </context-group>
3621 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group> 3514
3515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3516 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3517 <context-group purpose="location">
3518 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3519 <context context-type="linenumber">65</context>
3520 </context-group>
3521 <context-group purpose="location">
3522 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3523 <context context-type="linenumber">27</context>
3524 </context-group>
3622 </trans-unit> 3525 </trans-unit>
3623 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3526 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3624 <source>User's email must be verified to login</source> 3527 <source>User's email must be verified to login</source>
@@ -3626,23 +3529,29 @@
3626 <context-group name="null"> 3529 <context-group name="null">
3627 <context context-type="linenumber">72</context> 3530 <context context-type="linenumber">72</context>
3628 </context-group> 3531 </context-group>
3629 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group> 3532
3630 </trans-unit> 3533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3631 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3534 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3632 <source>User's email is verified / User can login without email verification</source> 3535 <source>User's email is verified / User can login without email verification</source>
3633 <target>O email do usuário foi confirmado / O usuário pode entrar sem a confirmação do email</target> 3536 <target>O email do usuário foi confirmado / O usuário pode entrar sem a confirmação do email</target>
3634 <context-group name="null"> 3537 <context-group name="null">
3635 <context context-type="linenumber">76</context> 3538 <context context-type="linenumber">76</context>
3636 </context-group> 3539 </context-group>
3637 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group> 3540
3638 </trans-unit> 3541 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3639 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3542 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3640 <source>Ban reason:</source> 3543 <source>Ban reason:</source>
3641 <target>Motivo do banimento:</target> 3544 <target>Motivo do banimento:</target>
3642 <context-group name="null"> 3545 <context-group name="null">
3643 <context context-type="linenumber">95</context> 3546 <context context-type="linenumber">95</context>
3644 </context-group> 3547 </context-group>
3645 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group> 3548
3549 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3550 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3551 <context-group purpose="location">
3552 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3553 <context context-type="linenumber">15</context>
3554 </context-group>
3646 </trans-unit> 3555 </trans-unit>
3647 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3556 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
3648 <source>Moderation</source> 3557 <source>Moderation</source>
@@ -3692,6 +3601,12 @@
3692 <context context-type="linenumber">13</context> 3601 <context context-type="linenumber">13</context>
3693 </context-group> 3602 </context-group>
3694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3603 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3604 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3605 <source>Video <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">Video <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>
3606 <context-group purpose="location">
3607 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3608 <context context-type="linenumber">10</context>
3609 </context-group>
3695 </trans-unit> 3610 </trans-unit>
3696 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3611 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3697 <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> 3612 <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>
@@ -3699,93 +3614,93 @@
3699 <context-group name="null"> 3614 <context-group name="null">
3700 <context context-type="linenumber">8</context> 3615 <context context-type="linenumber">8</context>
3701 </context-group> 3616 </context-group>
3702 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3617
3703 <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">8</context></context-group> 3618
3704 </trans-unit> 3619 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3705 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3620 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3706 <source>Video URL</source> 3621 <source>Video URL</source>
3707 <target state="new">Video URL</target> 3622 <target state="new">Video URL</target>
3708 <context-group purpose="location"> 3623
3709 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3624 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3710 <context context-type="linenumber">24</context>
3711 </context-group>
3712 </trans-unit>
3713 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3625 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3714 <source>Total size</source> 3626 <source>Total size</source>
3715 <target state="new">Total size</target> 3627 <target state="new">Total size</target>
3628
3629 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3630 <source>List redundancies</source><target state="new">List redundancies</target>
3716 <context-group purpose="location"> 3631 <context-group purpose="location">
3717 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3632 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3718 <context context-type="linenumber">25</context> 3633 <context context-type="linenumber">33</context>
3719 </context-group> 3634 </context-group>
3720 </trans-unit> 3635 </trans-unit>
3721 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3636 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3722 <source>Enabled strategies stats</source> 3637 <source>Enabled strategies stats</source>
3723 <target state="new">Enabled strategies stats</target> 3638 <target state="new">Enabled strategies stats</target>
3724 <context-group purpose="location"> 3639
3725 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
3726 <context context-type="linenumber">69</context>
3727 </context-group>
3728 </trans-unit>
3729 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3641 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3730 <source>No redundancy strategy is enabled on your instance.</source> 3642 <source>No redundancy strategy is enabled on your instance.</source>
3731 <target state="new"> 3643 <target state="new">
3732 No redundancy strategy is enabled on your instance. 3644 No redundancy strategy is enabled on your instance.
3733 </target> 3645 </target>
3734 <context-group purpose="location"> 3646
3735 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3736 <context context-type="linenumber">73</context>
3737 </context-group>
3738 </trans-unit>
3739 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3648 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3740 <source>Sensitive</source> 3649 <source>Sensitive</source>
3741 <target>Sensível</target> 3650 <target>Sensível</target>
3742 <context-group name="null"> 3651 <context-group name="null">
3743 <context context-type="linenumber">9</context> 3652 <context context-type="linenumber">9</context>
3744 </context-group> 3653 </context-group>
3745 <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">9</context></context-group> 3654
3746 </trans-unit> 3655 <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">11</context></context-group></trans-unit>
3747 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3656 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3748 <source>Unfederated</source> 3657 <source>Unfederated</source>
3749 <target>Não federado</target> 3658 <target>Não federado</target>
3750 <context-group name="null"> 3659 <context-group name="null">
3751 <context context-type="linenumber">10</context> 3660 <context context-type="linenumber">10</context>
3752 </context-group> 3661 </context-group>
3753 <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> 3662
3754 </trans-unit> 3663 <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">12</context></context-group></trans-unit>
3755 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3664 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3756 <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> 3665 <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>
3757 <target>Data <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> 3666 <target>Data <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>
3758 <context-group name="null"> 3667 <context-group name="null">
3759 <context context-type="linenumber">11</context> 3668 <context context-type="linenumber">11</context>
3760 </context-group> 3669 </context-group>
3761 <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">11</context></context-group> 3670
3762 </trans-unit> 3671 <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">13</context></context-group></trans-unit>
3763 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3672 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3764 <source>Go to the video</source> 3673 <source>Go to the video</source>
3765 <target>Ir para o vídeo</target> 3674 <target>Ir para o vídeo</target>
3766 <context-group name="null"> 3675 <context-group name="null">
3767 <context context-type="linenumber">33</context> 3676 <context context-type="linenumber">33</context>
3768 </context-group> 3677 </context-group>
3769 <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">25</context></context-group> 3678
3770 <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">33</context></context-group> 3679
3771 <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">33</context></context-group> 3680
3772 </trans-unit> 3681 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3773 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3682 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3774 <source>Actions</source> 3683 <source>Actions</source>
3775 <target>Ações</target> 3684 <target>Ações</target>
3776 <context-group name="null"> 3685 <context-group name="null">
3777 <context context-type="linenumber">44</context> 3686 <context context-type="linenumber">44</context>
3778 </context-group> 3687 </context-group>
3779 <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">35</context></context-group> 3688
3780 <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">44</context></context-group> 3689
3781 </trans-unit> 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">38</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">57</context></context-group></trans-unit>
3782 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3691 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3783 <source>Blacklist reason:</source> 3692 <source>Blacklist reason:</source>
3784 <target>Motivo da lista negra:</target> 3693 <target>Motivo da lista negra:</target>
3785 <context-group name="null"> 3694 <context-group name="null">
3786 <context context-type="linenumber">43</context> 3695 <context context-type="linenumber">43</context>
3787 </context-group> 3696 </context-group>
3788 <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">43</context></context-group> 3697
3698 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3699 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3700 <context-group purpose="location">
3701 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3702 <context context-type="linenumber">5</context>
3703 </context-group>
3789 </trans-unit> 3704 </trans-unit>
3790 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 3705 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
3791 <source>Moderation comment</source> 3706 <source>Moderation comment</source>
@@ -3803,8 +3718,8 @@
3803 <context-group name="null"> 3718 <context-group name="null">
3804 <context context-type="linenumber">18</context> 3719 <context context-type="linenumber">18</context>
3805 </context-group> 3720 </context-group>
3806 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">18</context></context-group> 3721
3807 </trans-unit> 3722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3808 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3723 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3809 <source>Update this comment</source> 3724 <source>Update this comment</source>
3810 <target>Atualizar este comentário</target> 3725 <target>Atualizar este comentário</target>
@@ -3812,24 +3727,30 @@
3812 <context context-type="linenumber">26</context> 3727 <context context-type="linenumber">26</context>
3813 </context-group> 3728 </context-group>
3814 3729
3815 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3730 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3816 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3731 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3817 <source>Reporter</source> 3732 <source>Reporter</source>
3818 <target>Denunciante</target> 3733 <target>Denunciante</target>
3819 <context-group name="null"> 3734 <context-group name="null">
3820 <context context-type="linenumber">8</context> 3735 <context context-type="linenumber">8</context>
3821 </context-group> 3736 </context-group>
3822 <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">8</context></context-group> 3737
3823 </trans-unit> 3738 <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">10</context></context-group></trans-unit>
3824 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3739 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3825 <source>Video</source> 3740 <source>Video</source>
3826 <target>Vídeo</target> 3741 <target>Vídeo</target>
3827 <context-group name="null"> 3742 <context-group name="null">
3828 <context context-type="linenumber">9</context> 3743 <context context-type="linenumber">9</context>
3829 </context-group> 3744 </context-group>
3830 <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">10</context></context-group> 3745
3831 <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">14</context></context-group> 3746
3832 <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> 3747
3748 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3749 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3750 <context-group purpose="location">
3751 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3752 <context context-type="linenumber">46</context>
3753 </context-group>
3833 </trans-unit> 3754 </trans-unit>
3834 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3755 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3835 <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> 3756 <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>
@@ -3837,10 +3758,10 @@
3837 <context-group name="null"> 3758 <context-group name="null">
3838 <context context-type="linenumber">11</context> 3759 <context context-type="linenumber">11</context>
3839 </context-group> 3760 </context-group>
3840 <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> 3761
3841 <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> 3762
3842 <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> 3763
3843 </trans-unit> 3764 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3844 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3765 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3845 <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> 3766 <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>
3846 <target state="translated">Pontuaçã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> 3767 <target state="translated">Pontuaçã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>
@@ -3855,25 +3776,30 @@
3855 <context-group name="null"> 3776 <context-group name="null">
3856 <context context-type="linenumber">27</context> 3777 <context context-type="linenumber">27</context>
3857 </context-group> 3778 </context-group>
3858 <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">25</context></context-group> 3779
3859 <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">27</context></context-group> 3780
3860 </trans-unit> 3781 <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">27</context></context-group></trans-unit>
3861 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3782 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
3862 <source>Reason:</source> 3783 <source>Reason:</source>
3863 <target>Motivo:</target> 3784 <target>Motivo:</target>
3864 <context-group name="null"> 3785 <context-group name="null">
3865 <context context-type="linenumber">53</context> 3786 <context context-type="linenumber">53</context>
3866 </context-group> 3787 </context-group>
3867 <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">53</context></context-group> 3788
3868 </trans-unit> 3789 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3869 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 3790 <source>Note:</source><target state="new">Note:</target>
3870 <source>Moderation comment:</source> 3791 <context-group purpose="location">
3871 <target>Comentário de moderação:</target> 3792 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3872 <context-group name="null"> 3793 <context context-type="linenumber">72</context>
3873 <context context-type="linenumber">57</context> 3794 </context-group>
3795 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3796 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3797 <context-group purpose="location">
3798 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3799 <context context-type="linenumber">5</context>
3874 </context-group> 3800 </context-group>
3875 <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">57</context></context-group>
3876 </trans-unit> 3801 </trans-unit>
3802
3877 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3803 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3878 <source>Unblacklist</source> 3804 <source>Unblacklist</source>
3879 <target>Retirar da lista negra</target> 3805 <target>Retirar da lista negra</target>
@@ -3882,6 +3808,12 @@
3882 </context-group> 3808 </context-group>
3883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 3809 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
3884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 3810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3811 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3812 <source>Mute domain</source><target state="new">Mute domain</target>
3813 <context-group purpose="location">
3814 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3815 <context context-type="linenumber">11</context>
3816 </context-group>
3885 </trans-unit> 3817 </trans-unit>
3886 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3818 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3887 <source>Instance</source> 3819 <source>Instance</source>
@@ -3893,28 +3825,50 @@
3893 3825
3894 3826
3895 3827
3896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3897 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3829 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3898 <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> 3830 <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>
3899 <target>Silenciado em <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> 3831 <target>Silenciado em <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>
3900 <context-group name="null"> 3832 <context-group name="null">
3901 <context context-type="linenumber">13</context> 3833 <context context-type="linenumber">13</context>
3902 </context-group> 3834 </context-group>
3903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3835
3904 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3836
3905 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3837
3906 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3838
3907 </trans-unit> 3839 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3908 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 3840 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3909 <source>Unmute</source> 3841 <source>Unmute</source>
3910 <target>Remover silêncio</target> 3842 <target>Remover silêncio</target>
3911 <context-group name="null"> 3843 <context-group name="null">
3912 <context context-type="linenumber">23</context> 3844 <context context-type="linenumber">23</context>
3913 </context-group> 3845 </context-group>
3914 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group> 3846
3915 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 3847
3916 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group> 3848
3917 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group> 3849
3850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3851 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3852 <context-group purpose="location">
3853 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3854 <context context-type="linenumber">5</context>
3855 </context-group>
3856 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3857 <source>
3858 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3859 </source><target state="new">
3860 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3861 </target>
3862 <context-group purpose="location">
3863 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3864 <context context-type="linenumber">37</context>
3865 </context-group>
3866 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3867 <source>Mute domains</source><target state="new">Mute domains</target>
3868 <context-group purpose="location">
3869 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3870 <context context-type="linenumber">35</context>
3871 </context-group>
3918 </trans-unit> 3872 </trans-unit>
3919 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 3873 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3920 <source>Account</source> 3874 <source>Account</source>
@@ -3922,8 +3876,14 @@
3922 <context-group name="null"> 3876 <context-group name="null">
3923 <context context-type="linenumber">12</context> 3877 <context context-type="linenumber">12</context>
3924 </context-group> 3878 </context-group>
3925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 3879
3926 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 3880
3881 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3882 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3883 <context-group purpose="location">
3884 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3885 <context context-type="linenumber">5</context>
3886 </context-group>
3927 </trans-unit> 3887 </trans-unit>
3928 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3888 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
3929 <source>Plugins/Themes</source> 3889 <source>Plugins/Themes</source>
@@ -4061,38 +4021,25 @@
4061 <context context-type="linenumber">9</context> 4021 <context context-type="linenumber">9</context>
4062 </context-group> 4022 </context-group>
4063 </trans-unit> 4023 </trans-unit>
4064 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 4024
4065 <source>Jobs list</source>
4066 <target>Lista de trabalhos</target>
4067 <context-group name="null">
4068 <context context-type="linenumber">2</context>
4069 </context-group>
4070 <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>
4071 </trans-unit>
4072 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 4025 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4073 <source>Job type</source> 4026 <source>Job type</source>
4074 <target state="translated">Tipo de tarefa</target> 4027 <target state="translated">Tipo de tarefa</target>
4075 <context-group purpose="location"> 4028
4076 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4029 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
4077 <context context-type="linenumber">5</context>
4078 </context-group>
4079 </trans-unit>
4080 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 4030 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4081 <source>Job state</source> 4031 <source>Job state</source>
4082 <target state="translated">Estado da tarefa</target> 4032 <target state="translated">Estado da tarefa</target>
4083 <context-group purpose="location"> 4033
4084 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4034 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4085 <context context-type="linenumber">14</context>
4086 </context-group>
4087 </trans-unit>
4088 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4035 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
4089 <source>Type</source> 4036 <source>Type</source>
4090 <target>Tipo</target> 4037 <target>Tipo</target>
4091 <context-group name="null"> 4038 <context-group name="null">
4092 <context context-type="linenumber">19</context> 4039 <context context-type="linenumber">19</context>
4093 </context-group> 4040 </context-group>
4094 <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
4095 </trans-unit> 4042 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4096 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 4043 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
4097 <source>Refresh</source> 4044 <source>Refresh</source>
4098 <target state="translated">Recarregar</target> 4045 <target state="translated">Recarregar</target>
@@ -4144,43 +4091,25 @@
4144 4091
4145 4092
4146 4093
4147 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4094 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4148 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4095 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4149 <context-group purpose="location"> 4096
4150 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4097 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4151 <context context-type="linenumber">46</context>
4152 </context-group>
4153 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4154 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 4098 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
4155 <context-group purpose="location"> 4099
4156 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4100 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4157 <context context-type="linenumber">43</context>
4158 </context-group>
4159 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4160 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 4101 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
4161 <context-group purpose="location"> 4102
4162 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4103 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4163 <context context-type="linenumber">57</context>
4164 </context-group>
4165 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4166 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 4104 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
4167 <context-group purpose="location"> 4105
4168 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4106 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4169 <context context-type="linenumber">54</context>
4170 </context-group>
4171 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4172 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 4107 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
4173 <context-group purpose="location"> 4108
4174 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4109 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4175 <context context-type="linenumber">68</context>
4176 </context-group>
4177 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4178 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 4110 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
4179 <context-group purpose="location"> 4111
4180 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4112 <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">66</context></context-group></trans-unit>
4181 <context context-type="linenumber">65</context>
4182 </context-group>
4183 </trans-unit>
4184 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 4113 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
4185 <source>Main languages you/your moderators speak</source> 4114 <source>Main languages you/your moderators speak</source>
4186 <target state="translated">Língua principal falada por você/seus moderadores</target> 4115 <target state="translated">Língua principal falada por você/seus moderadores</target>
@@ -4236,7 +4165,7 @@
4236 </context-group> 4165 </context-group>
4237 4166
4238 4167
4239 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 4168 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4240 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4169 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4241 <source>Blur thumbnails</source> 4170 <source>Blur thumbnails</source>
4242 <target>Desfocar miniaturas</target> 4171 <target>Desfocar miniaturas</target>
@@ -4245,7 +4174,7 @@
4245 </context-group> 4174 </context-group>
4246 4175
4247 4176
4248 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 4177 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4249 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4178 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4250 <source>Display</source> 4179 <source>Display</source>
4251 <target>Exibição</target> 4180 <target>Exibição</target>
@@ -4255,15 +4184,12 @@
4255 4184
4256 4185
4257 4186
4258 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit> 4187 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit>
4259 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4188 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4260 <source>Strategy</source> 4189 <source>Strategy</source>
4261 <target state="new">Strategy</target> 4190 <target state="new">Strategy</target>
4262 <context-group purpose="location"> 4191
4263 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4264 <context context-type="linenumber">22</context>
4265 </context-group>
4266 </trans-unit>
4267 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4193 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4268 <source>Terms</source> 4194 <source>Terms</source>
4269 <target>Termos</target> 4195 <target>Termos</target>
@@ -4273,81 +4199,81 @@
4273 4199
4274 4200
4275 4201
4276 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 4202 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4277 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 4203 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4278 <source>Code of conduct</source> 4204 <source>Code of conduct</source>
4279 <target state="translated">Código de conduta</target> 4205 <target state="translated">Código de conduta</target>
4280 4206
4281 4207
4282 4208
4283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 4209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4284 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 4210 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4285 <source>Moderation information</source> 4211 <source>Moderation information</source>
4286 <target state="translated">Informação de moderação</target> 4212 <target state="translated">Informação de moderação</target>
4287 4213
4288 4214
4289 4215
4290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 4216 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
4291 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 4217 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4292 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4218 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4293 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 4219 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4294 4220
4295 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4221 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4296 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 4222 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
4297 4223
4298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</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">154</context></context-group></trans-unit>
4299 4225
4300 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4226 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4301 <source>Who is behind the instance?</source> 4227 <source>Who is behind the instance?</source>
4302 <target state="translated">Quem está por trás da instância?</target> 4228 <target state="translated">Quem está por trás da instância?</target>
4303 4229
4304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit> 4230 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
4305 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4231 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4306 <source>A single person? A non-profit? A company?</source> 4232 <source>A single person? A non-profit? A company?</source>
4307 <target state="new">A single person? A non-profit? A company?</target> 4233 <target state="new">A single person? A non-profit? A company?</target>
4308 4234
4309 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit> 4235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
4310 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 4236 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4311 <source>Why did you create this instance?</source> 4237 <source>Why did you create this instance?</source>
4312 <target state="translated">Por que você criou a instância?</target> 4238 <target state="translated">Por que você criou a instância?</target>
4313 4239
4314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit> 4240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit>
4315 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4241 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4316 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4242 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4317 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 4243 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4318 4244
4319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit> 4245 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit>
4320 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 4246 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4321 <source>How long do you plan to maintain this instance?</source> 4247 <source>How long do you plan to maintain this instance?</source>
4322 <target state="translated">Por quanto tempo você planeja manter a instância?</target> 4248 <target state="translated">Por quanto tempo você planeja manter a instância?</target>
4323 4249
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">182</context></context-group></trans-unit> 4250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit>
4325 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4251 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4326 <source>It's important to know for users who want to register on your instance</source> 4252 <source>It's important to know for users who want to register on your instance</source>
4327 <target state="new">It's important to know for users who want to register on your instance</target> 4253 <target state="new">It's important to know for users who want to register on your instance</target>
4328 4254
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">183</context></context-group></trans-unit> 4255 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit>
4330 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4256 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4331 <source>How will you finance the PeerTube server?</source> 4257 <source>How will you finance the PeerTube server?</source>
4332 <target state="translated">Como você irá financiar o servidor PeerTube?</target> 4258 <target state="translated">Como você irá financiar o servidor PeerTube?</target>
4333 4259
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">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4335 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 4261 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
4336 4262
4337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit> 4263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit>
4338 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4264 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4339 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 4265 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
4340 4266
4341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit> 4267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit>
4342 4268
4343 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4269 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4344 <source>What server/hardware does the instance run on?</source> 4270 <source>What server/hardware does the instance run on?</source>
4345 <target state="translated">Qual servidor/hardware a instância está instalada?</target> 4271 <target state="translated">Qual servidor/hardware a instância está instalada?</target>
4346 4272
4347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 4273 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4348 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4274 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4349 4275
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">215</context></context-group></trans-unit> 4276 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit>
4351 4277
4352 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 4278 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4353 <source>Instance information</source> 4279 <source>Instance information</source>
@@ -4356,45 +4282,45 @@
4356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 4282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4357 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 4283 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
4358 4284
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">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4360 <source> 4286 <source>
4361 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4287 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4362 </source><target state="new"> 4288 </source><target state="new">
4363 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4289 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4364 </target> 4290 </target>
4365 4291
4366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit> 4292 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit>
4367 4293
4368 4294
4369 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4295 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4370 <source>default</source> 4296 <source>default</source>
4371 <target state="translated">padrão</target> 4297 <target state="translated">padrão</target>
4372 4298
4373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4374 <source>Landing page</source><target state="new">Landing page</target> 4300 <source>Landing page</source><target state="new">Landing page</target>
4375 4301
4376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">262</context></context-group></trans-unit> 4302 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit>
4377 4303
4378 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4304 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4379 <source>Discover videos</source> 4305 <source>Discover videos</source>
4380 <target state="translated">Descobrir vídeos</target> 4306 <target state="translated">Descobrir vídeos</target>
4381 4307
4382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">265</context></context-group></trans-unit> 4308 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit>
4383 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4309 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4384 <source>Trending videos</source> 4310 <source>Trending videos</source>
4385 <target state="translated">Vídeos de tendências</target> 4311 <target state="translated">Vídeos de tendências</target>
4386 4312
4387 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 4313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit>
4388 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4314 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4389 <source>Most liked videos</source> 4315 <source>Most liked videos</source>
4390 <target state="translated">Vídeos mais apreciados</target> 4316 <target state="translated">Vídeos mais apreciados</target>
4391 4317
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">267</context></context-group></trans-unit> 4318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit>
4393 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4319 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4394 <source>Recently added videos</source> 4320 <source>Recently added videos</source>
4395 <target state="translated">Vídeos adicionados recentemente</target> 4321 <target state="translated">Vídeos adicionados recentemente</target>
4396 4322
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">268</context></context-group></trans-unit> 4323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit>
4398 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4324 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4399 <source>Local videos</source> 4325 <source>Local videos</source>
4400 <target>Vídeos locais</target> 4326 <target>Vídeos locais</target>
@@ -4402,17 +4328,17 @@
4402 <context context-type="linenumber">223</context> 4328 <context context-type="linenumber">223</context>
4403 </context-group> 4329 </context-group>
4404 4330
4405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4331 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4406 <source>NEW USERS</source><target state="new">NEW USERS</target> 4332 <source>NEW USERS</source><target state="new">NEW USERS</target>
4407 4333
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">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4409 <source> 4335 <source>
4410 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4336 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4411 </source><target state="new"> 4337 </source><target state="new">
4412 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4338 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4413 </target> 4339 </target>
4414 4340
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">281</context></context-group></trans-unit> 4341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit>
4416 4342
4417 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4343 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4418 <source>Signup enabled</source> 4344 <source>Signup enabled</source>
@@ -4421,7 +4347,7 @@
4421 <context context-type="linenumber">235</context> 4347 <context context-type="linenumber">235</context>
4422 </context-group> 4348 </context-group>
4423 4349
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">292</context></context-group></trans-unit> 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">293</context></context-group></trans-unit>
4425 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4351 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4426 <source>Signup requires email verification</source> 4352 <source>Signup requires email verification</source>
4427 <target>Inscrição requer verificação de email</target> 4353 <target>Inscrição requer verificação de email</target>
@@ -4429,7 +4355,7 @@
4429 <context context-type="linenumber">242</context> 4355 <context context-type="linenumber">242</context>
4430 </context-group> 4356 </context-group>
4431 4357
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">300</context></context-group></trans-unit> 4358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit>
4433 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4359 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4434 <source>Signup limit</source> 4360 <source>Signup limit</source>
4435 <target>Limite de inscrições</target> 4361 <target>Limite de inscrições</target>
@@ -4437,7 +4363,7 @@
4437 <context context-type="linenumber">247</context> 4363 <context context-type="linenumber">247</context>
4438 </context-group> 4364 </context-group>
4439 4365
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">304</context></context-group></trans-unit> 4366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit>
4441 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4367 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4442 <source>Users</source> 4368 <source>Users</source>
4443 <target>Usuários</target> 4369 <target>Usuários</target>
@@ -4526,59 +4452,69 @@
4526 <source>Default video quota per user</source> 4452 <source>Default video quota per user</source>
4527 <target state="translated">Quota de vídeo padrão por usuário</target> 4453 <target state="translated">Quota de vídeo padrão por usuário</target>
4528 4454
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">319</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">320</context></context-group></trans-unit>
4530 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4456 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4531 <source>Default daily upload limit per user</source> 4457 <source>Default daily upload limit per user</source>
4532 <target state="translated">Limite diário padrão por usuário</target> 4458 <target state="translated">Limite diário padrão por usuário</target>
4533 4459
4534 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4535 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4461 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4536 4462
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">348</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">349</context></context-group></trans-unit>
4538 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4464 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4539 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4465 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4540 <target state="translated">Permitir importar com HTTP URL (ex. YouTube)</target> 4466 <target state="translated">Permitir importar com HTTP URL (ex. YouTube)</target>
4541 4467
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">359</context></context-group></trans-unit> 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">360</context></context-group></trans-unit>
4543 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4469 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4544 <source>Allow import with a torrent file or a magnet URI</source> 4470 <source>Allow import with a torrent file or a magnet URI</source>
4545 <target state="translated">Permitir importar com arquivo torrent ou URL de magneto</target> 4471 <target state="translated">Permitir importar com arquivo torrent ou URL de magneto</target>
4546 4472
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">366</context></context-group></trans-unit> 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">367</context></context-group></trans-unit>
4548 4474
4549 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4475 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4550 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4476 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4551 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4477 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4552 4478
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">383</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">384</context></context-group></trans-unit>
4554 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4480 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4555 <source>Blacklist new videos automatically</source> 4481 <source>Blacklist new videos automatically</source>
4556 <target state="translated">Coloque automaticamente na lista negra os novos vídeos</target> 4482 <target state="translated">Coloque automaticamente na lista negra os novos vídeos</target>
4557 4483
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">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4559 <source>FEDERATION</source><target state="new">FEDERATION</target> 4485 <source>FEDERATION</source><target state="new">FEDERATION</target>
4560 4486
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">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4562 <source> 4488 <source>
4563 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4489 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4564 </source><target state="new"> 4490 </source><target state="new">
4565 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4491 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4566 </target> 4492 </target>
4567 4493
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">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4569 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4495 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4570 4496
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">411</context></context-group></trans-unit> 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">412</context></context-group></trans-unit>
4572 4498
4573 4499
4574 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4500 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4575 <source>Manually approve new instance followers</source> 4501 <source>Manually approve new instance followers</source>
4576 <target state="translated">Aprovar manualmente novos seguidores da instância</target> 4502 <target state="translated">Aprovar manualmente novos seguidores da instância</target>
4577 4503
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">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4579 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4505 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4580 4506
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">431</context></context-group></trans-unit> 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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4508 <source>
4509 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4510 </source><target state="new">
4511 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4512 </target>
4513 <context-group purpose="location">
4514 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4515 <context context-type="linenumber">450</context>
4516 </context-group>
4517 </trans-unit>
4582 4518
4583 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4519 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4584 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4520 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
@@ -4586,21 +4522,23 @@
4586 4522
4587 4523
4588 4524
4589 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit> 4525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4590 4526
4591 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4527 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4592 <source>Index URL</source> 4528 <source>Index URL</source>
4593 <target state="translated">URL do Índice</target> 4529 <target state="translated">URL do Índice</target>
4594 4530
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">452</context></context-group></trans-unit> 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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4596 <trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4532 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4597 <source>Automatically follow instances of the public index</source> 4533 <context-group purpose="location">
4598 <target state="translated">Seguir automaticamente as instâncias do índice público</target> 4534 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4599 4535 <context context-type="linenumber">445</context>
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">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4536 </context-group>
4537 </trans-unit>
4538 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4601 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4539 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4602 4540
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">472</context></context-group></trans-unit> 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">477</context></context-group></trans-unit>
4604 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4542 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4605 <source>Administrator</source> 4543 <source>Administrator</source>
4606 <target>Administrador</target> 4544 <target>Administrador</target>
@@ -4616,7 +4554,7 @@
4616 <context context-type="linenumber">387</context> 4554 <context context-type="linenumber">387</context>
4617 </context-group> 4555 </context-group>
4618 4556
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">478</context></context-group></trans-unit> 4557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit>
4620 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4558 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4621 <source>Enable contact form</source> 4559 <source>Enable contact form</source>
4622 <target>Habilitar formulário de contato</target> 4560 <target>Habilitar formulário de contato</target>
@@ -4624,7 +4562,7 @@
4624 <context context-type="linenumber">398</context> 4562 <context context-type="linenumber">398</context>
4625 </context-group> 4563 </context-group>
4626 4564
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">489</context></context-group></trans-unit> 4565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit>
4628 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4566 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4629 <source>Basic configuration</source> 4567 <source>Basic configuration</source>
4630 <target>Configurações básicas</target> 4568 <target>Configurações básicas</target>
@@ -4632,17 +4570,17 @@
4632 <context context-type="linenumber">195</context> 4570 <context context-type="linenumber">195</context>
4633 </context-group> 4571 </context-group>
4634 4572
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">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4636 <source>TWITTER</source><target state="new">TWITTER</target> 4574 <source>TWITTER</source><target state="new">TWITTER</target>
4637 4575
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">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4639 <source> 4577 <source>
4640 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4578 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4641 </source><target state="new"> 4579 </source><target state="new">
4642 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4580 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4643 </target> 4581 </target>
4644 4582
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">507</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">512</context></context-group></trans-unit>
4646 4584
4647 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4585 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4648 <source>Your Twitter username</source> 4586 <source>Your Twitter username</source>
@@ -4651,7 +4589,7 @@
4651 <context context-type="linenumber">413</context> 4589 <context context-type="linenumber">413</context>
4652 </context-group> 4590 </context-group>
4653 4591
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">518</context></context-group></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">523</context></context-group></trans-unit>
4655 4593
4656 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4594 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4657 <source>Instance whitelisted by Twitter</source> 4595 <source>Instance whitelisted by Twitter</source>
@@ -4660,7 +4598,7 @@
4660 <context context-type="linenumber">431</context> 4598 <context context-type="linenumber">431</context>
4661 </context-group> 4599 </context-group>
4662 4600
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">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4664 <source> 4602 <source>
4665 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/>"/> 4603 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/>"/>
4666 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/>"/> 4604 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/>"/>
@@ -4675,7 +4613,7 @@
4675 to see if you instance is whitelisted. 4613 to see if you instance is whitelisted.
4676 </target> 4614 </target>
4677 4615
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">534</context></context-group></trans-unit> 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">539</context></context-group></trans-unit>
4679 4617
4680 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4618 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4681 <source>Services</source> 4619 <source>Services</source>
@@ -4684,10 +4622,10 @@
4684 <context context-type="linenumber">405</context> 4622 <context context-type="linenumber">405</context>
4685 </context-group> 4623 </context-group>
4686 4624
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">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4688 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4626 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4689 4627
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">560</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4691 <source> 4629 <source>
4692 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4630 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4693 resources, this is a critical part of PeerTube, so tread carefully. 4631 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4696,7 +4634,7 @@
4696 resources, this is a critical part of PeerTube, so tread carefully. 4634 resources, this is a critical part of PeerTube, so tread carefully.
4697 </target> 4635 </target>
4698 4636
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">561</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">566</context></context-group></trans-unit>
4700 4638
4701 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4639 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4702 <source>Transcoding enabled</source> 4640 <source>Transcoding enabled</source>
@@ -4705,7 +4643,7 @@
4705 <context context-type="linenumber">461</context> 4643 <context context-type="linenumber">461</context>
4706 </context-group> 4644 </context-group>
4707 4645
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">574</context></context-group></trans-unit> 4646 <context-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>
4709 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4647 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4710 <source>If you disable transcoding, many videos from your users will not work!</source> 4648 <source>If you disable transcoding, many videos from your users will not work!</source>
4711 <target>Se você desativar a transcodificação, muitos vídeos dos seus usuários não funcionarão!</target> 4649 <target>Se você desativar a transcodificação, muitos vídeos dos seus usuários não funcionarão!</target>
@@ -4713,13 +4651,10 @@
4713 <context context-type="linenumber">465</context> 4651 <context context-type="linenumber">465</context>
4714 </context-group> 4652 </context-group>
4715 4653
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">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4717 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4655 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4718 <context-group purpose="location"> 4656
4719 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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>
4720 <context context-type="linenumber">589</context>
4721 </context-group>
4722 </trans-unit>
4723 4658
4724 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4659 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4725 <source>Allow additional extensions</source> 4660 <source>Allow additional extensions</source>
@@ -4728,19 +4663,16 @@
4728 <context context-type="linenumber">475</context> 4663 <context context-type="linenumber">475</context>
4729 </context-group> 4664 </context-group>
4730 4665
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">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4732 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4667 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4733 <context-group purpose="location"> 4668
4734 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">605</context></context-group></trans-unit>
4735 <context context-type="linenumber">600</context>
4736 </context-group>
4737 </trans-unit>
4738 4670
4739 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4671 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4740 <source>Allow audio files upload</source> 4672 <source>Allow audio files upload</source>
4741 <target state="translated">Permitir envio de arquivos de áudio</target> 4673 <target state="translated">Permitir envio de arquivos de áudio</target>
4742 4674
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">597</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4744 <source> 4676 <source>
4745 <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>"/> 4677 <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>"/>
4746 4678
@@ -4758,17 +4690,14 @@
4758 4690
4759 <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>"/> 4691 <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>"/>
4760 </target> 4692 </target>
4761 <context-group purpose="location"> 4693
4762 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">617</context></context-group></trans-unit>
4763 <context context-type="linenumber">612</context>
4764 </context-group>
4765 </trans-unit>
4766 4695
4767 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4696 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4768 <source>WebTorrent support enabled</source> 4697 <source>WebTorrent support enabled</source>
4769 <target state="translated">Suporte WebTorrent ativado</target> 4698 <target state="translated">Suporte WebTorrent ativado</target>
4770 4699
4771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4772 <source> 4701 <source>
4773 <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>"/> 4702 <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>"/>
4774 4703
@@ -4792,17 +4721,14 @@
4792 4721
4793 <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>"/> 4722 <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>"/>
4794 </target> 4723 </target>
4795 <context-group purpose="location"> 4724
4796 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">638</context></context-group></trans-unit>
4797 <context context-type="linenumber">633</context>
4798 </context-group>
4799 </trans-unit>
4800 4726
4801 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4727 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4802 <source>HLS support enabled</source> 4728 <source>HLS support enabled</source>
4803 <target state="translated">Suporte HLS ativado</target> 4729 <target state="translated">Suporte HLS ativado</target>
4804 4730
4805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</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">635</context></context-group></trans-unit>
4806 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4732 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4807 <source>Transcoding threads</source> 4733 <source>Transcoding threads</source>
4808 <target>Threads de transcodificação</target> 4734 <target>Threads de transcodificação</target>
@@ -4810,41 +4736,41 @@
4810 <context context-type="linenumber">517</context> 4736 <context context-type="linenumber">517</context>
4811 </context-group> 4737 </context-group>
4812 4738
4813 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" 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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4814 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4740 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4815 4741
4816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group></trans-unit> 4742 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
4817 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4743 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4818 <source>CACHE</source><target state="new">CACHE</target> 4744 <source>CACHE</source><target state="new">CACHE</target>
4819 4745
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">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4821 <source> 4747 <source>
4822 Some files are not federated, and fetched when necessary. Define their caching policies. 4748 Some files are not federated, and fetched when necessary. Define their caching policies.
4823 </source><target state="new"> 4749 </source><target state="new">
4824 Some files are not federated, and fetched when necessary. Define their caching policies. 4750 Some files are not federated, and fetched when necessary. Define their caching policies.
4825 </target> 4751 </target>
4826 4752
4827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4828 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4754 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4829 4755
4830 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4831 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4757 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4832 4758
4833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group></trans-unit> 4759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit>
4834 4760
4835 4761
4836 4762
4837 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4763 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4838 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4764 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4839 4765
4840 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4841 <source> 4767 <source>
4842 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4768 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4843 </source><target state="new"> 4769 </source><target state="new">
4844 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4770 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4845 </target> 4771 </target>
4846 4772
4847 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit> 4773 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
4848 4774
4849 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4775 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4850 <source>JavaScript</source> 4776 <source>JavaScript</source>
@@ -4853,14 +4779,14 @@
4853 <context context-type="linenumber">575</context> 4779 <context context-type="linenumber">575</context>
4854 </context-group> 4780 </context-group>
4855 4781
4856 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4857 <source> 4783 <source>
4858 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>"/> 4784 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>"/>
4859 </source><target state="new"> 4785 </source><target state="new">
4860 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>"/> 4786 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>"/>
4861 </target> 4787 </target>
4862 4788
4863 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4864 <source> 4790 <source>
4865 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/>"/> 4791 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/>"/>
4866 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4792 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4885,7 +4811,7 @@
4885 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4811 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4886 </target> 4812 </target>
4887 4813
4888 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group></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">766</context></context-group></trans-unit>
4889 4815
4890 4816
4891 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4817 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -4895,7 +4821,7 @@
4895 <context context-type="linenumber">452</context> 4821 <context context-type="linenumber">452</context>
4896 </context-group> 4822 </context-group>
4897 4823
4898 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group></trans-unit> 4824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit>
4899 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 4825 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
4900 <source>Update configuration</source> 4826 <source>Update configuration</source>
4901 <target>Atualizar configuração</target> 4827 <target>Atualizar configuração</target>
@@ -4903,12 +4829,12 @@
4903 <context context-type="linenumber">628</context> 4829 <context context-type="linenumber">628</context>
4904 </context-group> 4830 </context-group>
4905 4831
4906 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group></trans-unit> 4832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
4907 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4833 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4908 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4834 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4909 <target state="translated">Parece que a configuração é inválida. Favor procurar por erros eventuais nas diferentes abas.</target> 4835 <target state="translated">Parece que a configuração é inválida. Favor procurar por erros eventuais nas diferentes abas.</target>
4910 4836
4911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4837 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4912 <source>PROFILE</source><target state="new">PROFILE</target> 4838 <source>PROFILE</source><target state="new">PROFILE</target>
4913 <context-group purpose="location"> 4839 <context-group purpose="location">
4914 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4840 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5056,23 +4982,27 @@
5056 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4982 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5057 <context context-type="linenumber">6</context> 4983 <context context-type="linenumber">6</context>
5058 </context-group> 4984 </context-group>
5059 </trans-unit> 4985 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5060 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 4986 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
5061 <source>Only display videos in the following languages/subtitles</source>
5062 <target state="translated">Mostre apenas os vídeos nas seguintes línguas / legendas</target>
5063 <context-group purpose="location"> 4987 <context-group purpose="location">
5064 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4988 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5065 <context context-type="linenumber">22</context> 4989 <context context-type="linenumber">14</context>
4990 </context-group>
4991 <context-group purpose="location">
4992 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4993 <context context-type="linenumber">111</context>
5066 </context-group> 4994 </context-group>
5067 </trans-unit> 4995 </trans-unit>
4996 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
4997 <source>Only display videos in the following languages/subtitles</source>
4998 <target state="translated">Mostre apenas os vídeos nas seguintes línguas / legendas</target>
4999
5000 <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">23</context></context-group></trans-unit>
5068 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 5001 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5069 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 5002 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
5070 <target state="translated">Nas páginas de Tendências, Locais, mais apreciados e procurados</target> 5003 <target state="translated">Nas páginas de Tendências, Locais, mais apreciados e procurados</target>
5071 <context-group purpose="location"> 5004
5072 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5005 <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">26</context></context-group></trans-unit>
5073 <context context-type="linenumber">25</context>
5074 </context-group>
5075 </trans-unit>
5076 5006
5077 5007
5078 5008
@@ -5129,23 +5059,17 @@
5129 <source>Theme</source> 5059 <source>Theme</source>
5130 <target state="translated">Tema</target> 5060 <target state="translated">Tema</target>
5131 5061
5132 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 5062 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
5133 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 5063 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
5134 <source>instance default</source> 5064 <source>instance default</source>
5135 <target state="translated">Instância padrão</target> 5065 <target state="translated">Instância padrão</target>
5136 <context-group purpose="location"> 5066
5137 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5067 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
5138 <context context-type="linenumber">7</context>
5139 </context-group>
5140 </trans-unit>
5141 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 5068 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
5142 <source>peertube default</source> 5069 <source>peertube default</source>
5143 <target state="translated">peertube padrão</target> 5070 <target state="translated">peertube padrão</target>
5144 <context-group purpose="location"> 5071
5145 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5072 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5146 <context context-type="linenumber">8</context>
5147 </context-group>
5148 </trans-unit>
5149 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 5073 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
5150 <source>Change ownership</source> 5074 <source>Change ownership</source>
5151 <target>Mudar dono</target> 5075 <target>Mudar dono</target>
@@ -5307,6 +5231,18 @@
5307 <context context-type="linenumber">8</context> 5231 <context context-type="linenumber">8</context>
5308 </context-group> 5232 </context-group>
5309 <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">8</context></context-group> 5233 <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">8</context></context-group>
5234 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5235 <source>See the error</source><target state="new">See the error</target>
5236 <context-group purpose="location">
5237 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5238 <context context-type="linenumber">19</context>
5239 </context-group>
5240 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5241 <source>This video was deleted</source><target state="new">This video was deleted</target>
5242 <context-group purpose="location">
5243 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5244 <context context-type="linenumber">36</context>
5245 </context-group>
5310 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5246 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5311 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5247 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5312 <context-group purpose="location"> 5248 <context-group purpose="location">
@@ -5684,35 +5620,11 @@
5684 </context-group> 5620 </context-group>
5685 5621
5686 5622
5687 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5623 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5688 <source>Creators</source><target state="new">Creators</target>
5689 <context-group purpose="location">
5690 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5691 <context context-type="linenumber">162</context>
5692 </context-group>
5693 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5694 <source>Creator guide</source><target state="new">Creator guide</target>
5695 <context-group purpose="location">
5696 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5697 <context context-type="linenumber">162</context>
5698 </context-group>
5699 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5700 <source>Contributors</source><target state="new">Contributors</target>
5701 <context-group purpose="location">
5702 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5703 <context context-type="linenumber">163</context>
5704 </context-group>
5705 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5706 <source>PeerTube license</source><target state="new">PeerTube license</target> 5624 <source>PeerTube license</source><target state="new">PeerTube license</target>
5707 <context-group purpose="location"> 5625
5708 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5626
5709 <context context-type="linenumber">163</context> 5627 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5710 </context-group>
5711 <context-group purpose="location">
5712 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5713 <context context-type="linenumber">175</context>
5714 </context-group>
5715 </trans-unit>
5716 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 5628 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5717 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5629 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5718 <target>Ingressou <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5630 <target>Ingressou <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6607,6 +6519,30 @@
6607 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6519 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6608 <context context-type="linenumber">1</context> 6520 <context context-type="linenumber">1</context>
6609 </context-group> 6521 </context-group>
6522 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6523 <source>Process domains</source><target state="new">Process domains</target>
6524 <context-group purpose="location">
6525 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6526 <context context-type="linenumber">1</context>
6527 </context-group>
6528 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6529 <source>Domain is required.</source><target state="new">Domain is required.</target>
6530 <context-group purpose="location">
6531 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6532 <context context-type="linenumber">1</context>
6533 </context-group>
6534 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6535 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6536 <context-group purpose="location">
6537 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6538 <context context-type="linenumber">1</context>
6539 </context-group>
6540 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6541 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6542 <context-group purpose="location">
6543 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6544 <context context-type="linenumber">1</context>
6545 </context-group>
6610 </trans-unit> 6546 </trans-unit>
6611 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 6547 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6612 <source>Unlimited</source> 6548 <source>Unlimited</source>
@@ -6618,6 +6554,16 @@
6618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 6554 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6619 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 6555 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6620 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 6556 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
6557 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6558 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6559 <context-group purpose="location">
6560 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6561 <context context-type="linenumber">1</context>
6562 </context-group>
6563 <context-group purpose="location">
6564 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6565 <context context-type="linenumber">1</context>
6566 </context-group>
6621 </trans-unit> 6567 </trans-unit>
6622 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a"> 6568 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
6623 <source>100MB</source> 6569 <source>100MB</source>
@@ -6748,48 +6694,20 @@
6748 <context-group name="null"> 6694 <context-group name="null">
6749 <context context-type="linenumber">1</context> 6695 <context context-type="linenumber">1</context>
6750 </context-group> 6696 </context-group>
6751 <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> 6697
6752 </trans-unit> 6698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6753 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df"> 6699
6754 <source>You need to specify hosts to follow.</source> 6700
6755 <target>Você precisa especificar hosts para seguir.</target> 6701
6756 <context-group name="null"> 6702
6757 <context context-type="linenumber">1</context>
6758 </context-group>
6759 <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>
6760 </trans-unit>
6761 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
6762 <source>Hosts need to be unique.</source>
6763 <target>Anfitriões precisam ser únicos</target>
6764 <context-group name="null">
6765 <context context-type="linenumber">1</context>
6766 </context-group>
6767 <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>
6768 </trans-unit>
6769 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
6770 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6771 <target>Se você confirmar, enviará uma solicitação para seguir:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6772 <context-group name="null">
6773 <context context-type="linenumber">1</context>
6774 </context-group>
6775 <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>
6776 </trans-unit>
6777 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
6778 <source>Follow new server(s)</source>
6779 <target>Seguir novo(s) servidor(es)</target>
6780 <context-group name="null">
6781 <context context-type="linenumber">1</context>
6782 </context-group>
6783 <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>
6784 </trans-unit>
6785 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 6703 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
6786 <source>Follow request(s) sent!</source> 6704 <source>Follow request(s) sent!</source>
6787 <target>Solicitação de seguir(s) enviada!</target> 6705 <target>Solicitação de seguir(s) enviada!</target>
6788 <context-group name="null"> 6706 <context-group name="null">
6789 <context context-type="linenumber">1</context> 6707 <context context-type="linenumber">1</context>
6790 </context-group> 6708 </context-group>
6791 <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> 6709
6792 </trans-unit> 6710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6793 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 6711 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
6794 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6712 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6795 <target>Você realmente deseja parar de seguir <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 6713 <target>Você realmente deseja parar de seguir <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -6893,6 +6811,12 @@
6893 <context context-type="linenumber">1</context> 6811 <context context-type="linenumber">1</context>
6894 </context-group> 6812 </context-group>
6895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group> 6813 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group>
6814 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6815 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6816 <context-group purpose="location">
6817 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6818 <context context-type="linenumber">1</context>
6819 </context-group>
6896 </trans-unit> 6820 </trans-unit>
6897 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 6821 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
6898 <source>Comment updated.</source> 6822 <source>Comment updated.</source>
@@ -6901,23 +6825,33 @@
6901 <context context-type="linenumber">1</context> 6825 <context context-type="linenumber">1</context>
6902 </context-group> 6826 </context-group>
6903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group> 6827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group>
6904 </trans-unit> 6828 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
6905 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978"> 6829 <source>Internal actions</source><target state="new">Internal actions</target>
6906 <source>Delete this report</source> 6830 <context-group purpose="location">
6907 <target>Deletar a denúncia</target> 6831 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6908 <context-group name="null">
6909 <context context-type="linenumber">1</context> 6832 <context context-type="linenumber">1</context>
6910 </context-group> 6833 </context-group>
6911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 6834 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
6912 </trans-unit> 6835 <source>Delete report</source><target state="new">Delete report</target>
6913 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321"> 6836 <context-group purpose="location">
6914 <source>Update moderation comment</source> 6837 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6915 <target>Atualizar comentário de moderação</target> 6838 <context context-type="linenumber">1</context>
6916 <context-group name="null"> 6839 </context-group>
6840 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6841 <source>Add note</source><target state="new">Add note</target>
6842 <context-group purpose="location">
6843 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6844 <context context-type="linenumber">1</context>
6845 </context-group>
6846 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6847 <source>Update note</source><target state="new">Update note</target>
6848 <context-group purpose="location">
6849 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6917 <context context-type="linenumber">1</context> 6850 <context context-type="linenumber">1</context>
6918 </context-group> 6851 </context-group>
6919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
6920 </trans-unit> 6852 </trans-unit>
6853
6854
6921 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3"> 6855 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
6922 <source>Mark as accepted</source> 6856 <source>Mark as accepted</source>
6923 <target>Marcar como aceito</target> 6857 <target>Marcar como aceito</target>
@@ -6933,6 +6867,12 @@
6933 <context context-type="linenumber">1</context> 6867 <context context-type="linenumber">1</context>
6934 </context-group> 6868 </context-group>
6935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 6869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
6870 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
6871 <source>Actions for the video</source><target state="new">Actions for the video</target>
6872 <context-group purpose="location">
6873 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6874 <context context-type="linenumber">1</context>
6875 </context-group>
6936 </trans-unit> 6876 </trans-unit>
6937 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599"> 6877 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
6938 <source>Do you really want to delete this abuse report?</source> 6878 <source>Do you really want to delete this abuse report?</source>
@@ -7827,11 +7767,8 @@
7827 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group> 7767 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group>
7828 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7768 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7829 <source>max size</source><target state="new">max size</target> 7769 <source>max size</source><target state="new">max size</target>
7830 <context-group purpose="location"> 7770
7831 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7771 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7832 <context context-type="linenumber">1</context>
7833 </context-group>
7834 </trans-unit>
7835 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7772 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
7836 <source>Now please check your emails to verify your account and complete signup.</source> 7773 <source>Now please check your emails to verify your account and complete signup.</source>
7837 <target state="translated">Por favor, veja seus emails e verifique a sua conta e complete o cadastro.</target> 7774 <target state="translated">Por favor, veja seus emails e verifique a sua conta e complete o cadastro.</target>
@@ -8182,6 +8119,12 @@
8182 <context context-type="linenumber">1</context> 8119 <context context-type="linenumber">1</context>
8183 </context-group> 8120 </context-group>
8184 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8121 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8122 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8123 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8124 <context-group purpose="location">
8125 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8126 <context context-type="linenumber">1</context>
8127 </context-group>
8185 </trans-unit> 8128 </trans-unit>
8186 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 8129 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
8187 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 8130 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8254,15 +8197,14 @@
8254 <context context-type="linenumber">1</context> 8197 <context context-type="linenumber">1</context>
8255 </context-group> 8198 </context-group>
8256 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8199 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8257 </trans-unit> 8200 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8258 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 8201 <source>just now</source><target state="new">just now</target>
8259 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 8202 <context-group purpose="location">
8260 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> segundos atrás</target> 8203 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8261 <context-group name="null">
8262 <context context-type="linenumber">1</context> 8204 <context context-type="linenumber">1</context>
8263 </context-group> 8205 </context-group>
8264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8206 </trans-unit>
8265 </trans-unit><trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8207 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8266 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 8208 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
8267 <context-group purpose="location"> 8209 <context-group purpose="location">
8268 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8210 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
@@ -9967,8 +9909,8 @@
9967 <context-group name="null"> 9909 <context-group name="null">
9968 <context context-type="linenumber">1</context> 9910 <context context-type="linenumber">1</context>
9969 </context-group> 9911 </context-group>
9970 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group> 9912
9971 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 9913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9972 <source>Encoder</source><target state="new">Encoder</target> 9914 <source>Encoder</source><target state="new">Encoder</target>
9973 <context-group purpose="location"> 9915 <context-group purpose="location">
9974 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 9916 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10242,15 +10184,14 @@
10242 <context context-type="linenumber">1</context> 10184 <context context-type="linenumber">1</context>
10243 </context-group> 10185 </context-group>
10244 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 10186 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10245 </trans-unit> 10187 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10246 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 10188 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10247 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
10248 <target state="translated">A eliminação será enviada às instâncias remotas, de modo que elas apagarão os comentários também.</target>
10249 <context-group purpose="location"> 10189 <context-group purpose="location">
10250 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10190 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10251 <context context-type="linenumber">1</context> 10191 <context context-type="linenumber">1</context>
10252 </context-group> 10192 </context-group>
10253 </trans-unit> 10193 </trans-unit>
10194
10254 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 10195 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
10255 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10196 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10256 <target state="translated">Isso é um comentário remoto, assim, a eliminação só será efetiva na sua instancia.</target> 10197 <target state="translated">Isso é um comentário remoto, assim, a eliminação só será efetiva na sua instancia.</target>
diff --git a/client/src/locale/angular.pt-PT.xlf b/client/src/locale/angular.pt-PT.xlf
index a07bc5ab7..093f1c5e0 100644
--- a/client/src/locale/angular.pt-PT.xlf
+++ b/client/src/locale/angular.pt-PT.xlf
@@ -622,7 +622,7 @@
622 </context-group> 622 </context-group>
623 623
624 624
625 <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><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> 625 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
626 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 626 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
627 <source>Private</source> 627 <source>Private</source>
628 <target>Privado</target> 628 <target>Privado</target>
@@ -632,10 +632,10 @@
632 632
633 633
634 634
635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
636 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 636 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
637 637
638 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 638 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
639 639
640 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 640 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
641 <source>Blacklisted</source> 641 <source>Blacklisted</source>
@@ -644,7 +644,7 @@
644 <context context-type="linenumber">42</context> 644 <context context-type="linenumber">42</context>
645 </context-group> 645 </context-group>
646 646
647 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 647 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
648 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 648 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
649 <source>Sensitive</source> 649 <source>Sensitive</source>
650 <target> 650 <target>
@@ -654,7 +654,7 @@
654 <context context-type="linenumber">46</context> 654 <context context-type="linenumber">46</context>
655 </context-group> 655 </context-group>
656 656
657 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 657 <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>
658 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 658 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
659 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 659 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
660 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vídeos} }</target> 660 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vídeos} }</target>
@@ -713,7 +713,7 @@
713 713
714 714
715 715
716 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit> 716 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
717 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 717 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
718 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 718 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
719 <target>Eliminar de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 719 <target>Eliminar de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -761,7 +761,7 @@
761 761
762 762
763 763
764 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 764 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
765 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 765 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
766 <source>Truncated preview</source> 766 <source>Truncated preview</source>
767 <target>Pré-visualização truncada</target> 767 <target>Pré-visualização truncada</target>
@@ -959,7 +959,7 @@
959 959
960 960
961 961
962 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit> 962 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
963 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 963 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
964 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 964 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
965 <target>Importação HTTP (YouTube, Vimeo, URL direta...)</target> 965 <target>Importação HTTP (YouTube, Vimeo, URL direta...)</target>
@@ -1101,7 +1101,7 @@
1101 1101
1102 1102
1103 1103
1104 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1104 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1105 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1105 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1106 <source>Ban this user</source> 1106 <source>Ban this user</source>
1107 <target>Banir este utilizador</target> 1107 <target>Banir este utilizador</target>
@@ -1118,14 +1118,7 @@
1118 </context-group> 1118 </context-group>
1119 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group> 1119 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group>
1120 </trans-unit> 1120 </trans-unit>
1121 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 1121
1122 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1123 <target state="translated">(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, tamanho máximo: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1124 <context-group purpose="location">
1125 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
1126 <context context-type="linenumber">12</context>
1127 </context-group>
1128 </trans-unit>
1129 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1122 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1130 <source>Login</source> 1123 <source>Login</source>
1131 <target> 1124 <target>
@@ -1266,7 +1259,7 @@
1266 1259
1267 1260
1268 1261
1269 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1262 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1270 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1263 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1271 <source>Email address</source> 1264 <source>Email address</source>
1272 <target>Endereço de correio eletrónico</target> 1265 <target>Endereço de correio eletrónico</target>
@@ -1655,15 +1648,9 @@
1655 </context-group> 1648 </context-group>
1656 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1649 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1657 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1650 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1658 <context-group purpose="location"> 1651
1659 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1652
1660 <context context-type="linenumber">36</context> 1653 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1661 </context-group>
1662 <context-group purpose="location">
1663 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1664 <context context-type="linenumber">158</context>
1665 </context-group>
1666 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1667 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1654 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1668 <context-group purpose="location"> 1655 <context-group purpose="location">
1669 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1656 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1698,41 +1685,26 @@
1698 <source>Help</source> 1685 <source>Help</source>
1699 <target state="translated">Ajuda</target> 1686 <target state="translated">Ajuda</target>
1700 1687
1701 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1688 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1702 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1689 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1703 <context-group purpose="location"> 1690
1704 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1691 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1705 <context context-type="linenumber">167</context>
1706 </context-group>
1707 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1708 <source>Shortcuts</source><target state="new">Shortcuts</target> 1692 <source>Shortcuts</source><target state="new">Shortcuts</target>
1709 <context-group purpose="location"> 1693
1710 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1694 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1711 <context context-type="linenumber">168</context>
1712 </context-group>
1713 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1714 <source> 1695 <source>
1715 powered by PeerTube 1696 powered by PeerTube
1716 </source><target state="new"> 1697 </source><target state="new">
1717 powered by PeerTube 1698 powered by PeerTube
1718 </target> 1699 </target>
1719 <context-group purpose="location"> 1700
1720 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1701 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1721 <context context-type="linenumber">172</context>
1722 </context-group>
1723 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1724 <source>PeerTube website</source><target state="new">PeerTube website</target> 1702 <source>PeerTube website</source><target state="new">PeerTube website</target>
1725 <context-group purpose="location"> 1703
1726 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1704 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1727 <context context-type="linenumber">172</context>
1728 </context-group>
1729 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1730 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1705 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1731 <context-group purpose="location"> 1706
1732 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1707 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1733 <context context-type="linenumber">171</context>
1734 </context-group>
1735 </trans-unit>
1736 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1708 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1737 <source>Log out</source> 1709 <source>Log out</source>
1738 <target state="translated">Terminar sessão</target> 1710 <target state="translated">Terminar sessão</target>
@@ -1841,17 +1813,8 @@
1841 1813
1842 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1814 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1843 <source>Contact</source><target state="new">Contact</target> 1815 <source>Contact</source><target state="new">Contact</target>
1844 <context-group purpose="location"> 1816
1845 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1817 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1846 <context context-type="linenumber">154</context>
1847 </context-group>
1848 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1849 <source>Terms of Service</source><target state="new">Terms of Service</target>
1850 <context-group purpose="location">
1851 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1852 <context context-type="linenumber">155</context>
1853 </context-group>
1854 </trans-unit>
1855 1818
1856 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1819 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1857 <source>View your notifications</source> 1820 <source>View your notifications</source>
@@ -2298,7 +2261,7 @@
2298 2261
2299 2262
2300 2263
2301 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2264 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2302 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2265 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2303 <source>Privacy</source> 2266 <source>Privacy</source>
2304 <target>Privacidade</target> 2267 <target>Privacidade</target>
@@ -2312,37 +2275,19 @@
2312 2275
2313 2276
2314 2277
2315 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2278 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2316 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
2317 <context-group purpose="location">
2318 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2319 <context context-type="linenumber">164</context>
2320 </context-group>
2321 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2322 <source>FAQ</source><target state="new">FAQ</target> 2279 <source>FAQ</source><target state="new">FAQ</target>
2323 <context-group purpose="location"> 2280
2324 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2281 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2325 <context context-type="linenumber">165</context>
2326 </context-group>
2327 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2328 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 2282 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
2329 <context-group purpose="location"> 2283
2330 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2284 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2331 <context context-type="linenumber">165</context>
2332 </context-group>
2333 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2334 <source>API</source><target state="new">API</target> 2285 <source>API</source><target state="new">API</target>
2335 <context-group purpose="location"> 2286
2336 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2287 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2337 <context context-type="linenumber">166</context>
2338 </context-group>
2339 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2340 <source>API documentation</source><target state="new">API documentation</target> 2288 <source>API documentation</source><target state="new">API documentation</target>
2341 <context-group purpose="location"> 2289
2342 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2290 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2343 <context context-type="linenumber">166</context>
2344 </context-group>
2345 </trans-unit>
2346 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2291 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2347 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2292 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2348 <target>Agendar publicação (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2293 <target>Agendar publicação (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2552,7 +2497,7 @@
2552 2497
2553 2498
2554 2499
2555 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit> 2500 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2556 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2501 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2557 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2502 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2558 <target> 2503 <target>
@@ -2572,7 +2517,7 @@
2572 2517
2573 2518
2574 2519
2575 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 2520 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2576 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2521 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2577 <source>Select the file to upload</source> 2522 <source>Select the file to upload</source>
2578 <target>Selecione o arquivo para enviar</target> 2523 <target>Selecione o arquivo para enviar</target>
@@ -2587,16 +2532,13 @@
2587 <context-group name="null"> 2532 <context-group name="null">
2588 <context context-type="linenumber">25</context> 2533 <context context-type="linenumber">25</context>
2589 </context-group> 2534 </context-group>
2590 <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">25</context></context-group> 2535
2591 </trans-unit> 2536 <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">24</context></context-group></trans-unit>
2592 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2537 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2593 <source>Video background image</source> 2538 <source>Video background image</source>
2594 <target state="new">Video background image</target> 2539 <target state="new">Video background image</target>
2595 <context-group purpose="location"> 2540
2596 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2541 <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">31</context></context-group></trans-unit>
2597 <context context-type="linenumber">32</context>
2598 </context-group>
2599 </trans-unit>
2600 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2542 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2601 <source> 2543 <source>
2602 Image that will be merged with your audio file. 2544 Image that will be merged with your audio file.
@@ -2608,27 +2550,15 @@
2608 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2550 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2609 The chosen image will be definitive and cannot be modified. 2551 The chosen image will be definitive and cannot be modified.
2610 </target> 2552 </target>
2611 <context-group purpose="location"> 2553
2612 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2554 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2613 <context context-type="linenumber">34</context>
2614 </context-group>
2615 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2616 <source>Processing…</source><target state="new">Processing…</target> 2555 <source>Processing…</source><target state="new">Processing…</target>
2617 <context-group purpose="location"> 2556
2618 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2557 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2619 <context context-type="linenumber">56</context>
2620 </context-group>
2621 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2622 <source>Total video quota</source><target state="new">Total video quota</target> 2558 <source>Total video quota</source><target state="new">Total video quota</target>
2623 <context-group purpose="location"> 2559
2624 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2560
2625 <context context-type="linenumber">54</context> 2561 <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">53</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">11</context></context-group></trans-unit>
2626 </context-group>
2627 <context-group purpose="location">
2628 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2629 <context context-type="linenumber">11</context>
2630 </context-group>
2631 </trans-unit>
2632 <trans-unit id="6357683911e256c566259880de43ea9403de00d3"> 2562 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2633 <source>Congratulations! Your video is now available in your private library.</source> 2563 <source>Congratulations! Your video is now available in your private library.</source>
2634 <target state="new"> 2564 <target state="new">
@@ -2638,7 +2568,7 @@
2638 <context context-type="linenumber">66</context> 2568 <context context-type="linenumber">66</context>
2639 </context-group> 2569 </context-group>
2640 2570
2641 <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">68</context></context-group></trans-unit> 2571 <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">67</context></context-group></trans-unit>
2642 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2572 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2643 <source>Publish will be available when upload is finished</source> 2573 <source>Publish will be available when upload is finished</source>
2644 <target>A publicação estará disponível quando o envio terminar</target> 2574 <target>A publicação estará disponível quando o envio terminar</target>
@@ -2646,7 +2576,7 @@
2646 <context context-type="linenumber">79</context> 2576 <context context-type="linenumber">79</context>
2647 </context-group> 2577 </context-group>
2648 2578
2649 <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">81</context></context-group></trans-unit> 2579 <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">80</context></context-group></trans-unit>
2650 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2580 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2651 <source>Publish</source> 2581 <source>Publish</source>
2652 <target>Publicar</target> 2582 <target>Publicar</target>
@@ -2654,7 +2584,7 @@
2654 <context context-type="linenumber">86</context> 2584 <context context-type="linenumber">86</context>
2655 </context-group> 2585 </context-group>
2656 2586
2657 <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">88</context></context-group></trans-unit> 2587 <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">87</context></context-group></trans-unit>
2658 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2588 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2659 <source>Select the torrent to import</source> 2589 <source>Select the torrent to import</source>
2660 <target>Selecione o torrent para importar</target> 2590 <target>Selecione o torrent para importar</target>
@@ -2662,23 +2592,22 @@
2662 <context context-type="linenumber">6</context> 2592 <context context-type="linenumber">6</context>
2663 </context-group> 2593 </context-group>
2664 <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">6</context></context-group> 2594 <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">6</context></context-group>
2665 </trans-unit> 2595 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2666 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2596 <source>OR</source><target state="new">OR</target>
2667 <source>Or</source> 2597 <context-group purpose="location">
2668 <target state="new">Or</target> 2598 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2669 <context-group name="null"> 2599 <context context-type="linenumber">10</context>
2670 <context context-type="linenumber">11</context>
2671 </context-group> 2600 </context-group>
2672 <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">11</context></context-group>
2673 </trans-unit> 2601 </trans-unit>
2602
2674 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2603 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2675 <source>Paste magnet URI</source> 2604 <source>Paste magnet URI</source>
2676 <target>Colar URI magnética</target> 2605 <target>Colar URI magnética</target>
2677 <context-group name="null"> 2606 <context-group name="null">
2678 <context context-type="linenumber">14</context> 2607 <context context-type="linenumber">14</context>
2679 </context-group> 2608 </context-group>
2680 <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> 2609
2681 </trans-unit> 2610 <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">13</context></context-group></trans-unit>
2682 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2611 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2683 <source> 2612 <source>
2684 You can import any torrent file that points to a mp4 file. 2613 You can import any torrent file that points to a mp4 file.
@@ -2688,11 +2617,8 @@
2688 You can import any torrent file that points to a mp4 file. 2617 You can import any torrent file that points to a mp4 file.
2689 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. 2618 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.
2690 </target> 2619 </target>
2691 <context-group purpose="location"> 2620
2692 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2621 <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">16</context></context-group></trans-unit>
2693 <context context-type="linenumber">17</context>
2694 </context-group>
2695 </trans-unit>
2696 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2622 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2697 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2623 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2698 <target> 2624 <target>
@@ -2701,8 +2627,8 @@
2701 <context-group name="null"> 2627 <context-group name="null">
2702 <context context-type="linenumber">57</context> 2628 <context context-type="linenumber">57</context>
2703 </context-group> 2629 </context-group>
2704 <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> 2630
2705 </trans-unit> 2631 <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">56</context></context-group></trans-unit>
2706 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2632 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2707 <source> 2633 <source>
2708 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. 2634 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.
@@ -3033,7 +2959,7 @@
3033 2959
3034 2960
3035 2961
3036 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</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">63</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2962 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
3037 <source>Subscribe</source><target state="new">Subscribe</target> 2963 <source>Subscribe</source><target state="new">Subscribe</target>
3038 <context-group purpose="location"> 2964 <context-group purpose="location">
3039 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2965 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
@@ -3110,7 +3036,7 @@
3110 <context context-type="linenumber">215</context> 3036 <context context-type="linenumber">215</context>
3111 </context-group> 3037 </context-group>
3112 3038
3113 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 3039 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3114 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3040 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3115 <source>Get more information</source> 3041 <source>Get more information</source>
3116 <target>Obtenha mais informações</target> 3042 <target>Obtenha mais informações</target>
@@ -3193,29 +3119,20 @@
3193 <target state="new"> 3119 <target state="new">
3194 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 3120 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
3195 </target> 3121 </target>
3196 <context-group purpose="location"> 3122
3197 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3123 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3198 <context context-type="linenumber">77</context>
3199 </context-group>
3200 </trans-unit>
3201 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3124 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3202 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3125 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3203 <target state="new"> 3126 <target state="new">
3204 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 3127 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
3205 </target> 3128 </target>
3206 <context-group purpose="location"> 3129
3207 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3130 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3208 <context context-type="linenumber">80</context>
3209 </context-group>
3210 </trans-unit>
3211 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3131 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3212 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3132 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3213 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 3133 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
3214 <context-group purpose="location"> 3134
3215 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3135 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3216 <context context-type="linenumber">84</context>
3217 </context-group>
3218 </trans-unit>
3219 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3136 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3220 <source>Comments are disabled.</source> 3137 <source>Comments are disabled.</source>
3221 <target> 3138 <target>
@@ -3224,8 +3141,8 @@
3224 <context-group name="null"> 3141 <context-group name="null">
3225 <context context-type="linenumber">64</context> 3142 <context context-type="linenumber">64</context>
3226 </context-group> 3143 </context-group>
3227 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 3144
3228 </trans-unit> 3145 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3229 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3146 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3230 <source>Add comment...</source> 3147 <source>Add comment...</source>
3231 <target>Adicionar comentário...</target> 3148 <target>Adicionar comentário...</target>
@@ -3324,72 +3241,52 @@
3324 </context-group> 3241 </context-group>
3325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3326 </trans-unit> 3243 </trans-unit>
3327 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 3244
3328 <source>Follow</source>
3329 <target>Seguir</target>
3330 <context-group name="null">
3331 <context context-type="linenumber">7</context>
3332 </context-group>
3333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3334 </trans-unit>
3335 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3245 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3336 <source>Followers</source> 3246 <source>Followers</source>
3337 <target>Seguidores</target> 3247 <target>Seguidores</target>
3338 <context-group name="null"> 3248 <context-group name="null">
3339 <context context-type="linenumber">3</context> 3249 <context context-type="linenumber">3</context>
3340 </context-group> 3250 </context-group>
3341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 3251
3342 </trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3343 <source>Video redundancies</source><target state="new">Video redundancies</target> 3253 <source>Video redundancies</source><target state="new">Video redundancies</target>
3344 <context-group purpose="location"> 3254
3345 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3255 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3346 <context context-type="linenumber">11</context>
3347 </context-group>
3348 </trans-unit>
3349 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 3256 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
3350 <source>1 host (without "http://") per line</source> 3257 <source>1 host (without "http://") per line</source>
3351 <target>1 host (sem "http://") por linha</target> 3258 <target>1 host (sem "http://") por linha</target>
3352 <context-group name="null"> 3259 <context-group name="null">
3353 <context context-type="linenumber">5</context> 3260 <context context-type="linenumber">5</context>
3354 </context-group> 3261 </context-group>
3355 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">5</context></context-group> 3262
3356 </trans-unit> 3263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3357 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507"> 3264 <source>Follow domain</source><target state="new">Follow domain</target>
3358 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3265 <context-group purpose="location">
3359 <target> 3266 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3360 Aparentemente você não está em um servidor HTTPS. Seu servidor web precisa estar com TLS ativado para possibilitar seguir servidores. 3267 <context context-type="linenumber">15</context>
3361 </target>
3362 <context-group name="null">
3363 <context context-type="linenumber">17</context>
3364 </context-group>
3365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">17</context></context-group>
3366 </trans-unit>
3367 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
3368 <source>Add following</source>
3369 <target>Adicionar aos seguidos</target>
3370 <context-group name="null">
3371 <context context-type="linenumber">21</context>
3372 </context-group> 3268 </context-group>
3373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group>
3374 </trans-unit> 3269 </trans-unit>
3270
3271
3375 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3272 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3376 <source>Filter...</source> 3273 <source>Filter...</source>
3377 <target state="new">Filter...</target> 3274 <target state="new">Filter...</target>
3378 <context-group name="null"> 3275 <context-group name="null">
3379 <context context-type="linenumber">27</context> 3276 <context context-type="linenumber">27</context>
3380 </context-group> 3277 </context-group>
3381 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</context></context-group> 3278
3382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">9</context></context-group> 3279
3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">27</context></context-group> 3280
3384 </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">8</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">9</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">29</context></context-group></trans-unit>
3385 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3282 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3386 <source>ID</source> 3283 <source>ID</source>
3387 <target>ID</target> 3284 <target>ID</target>
3388 <context-group name="null"> 3285 <context-group name="null">
3389 <context context-type="linenumber">18</context> 3286 <context context-type="linenumber">18</context>
3390 </context-group> 3287 </context-group>
3391 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 3288
3392 </trans-unit> 3289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3393 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3290 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3394 <source>Follower handle</source> 3291 <source>Follower handle</source>
3395 <target state="new">Follower handle</target> 3292 <target state="new">Follower handle</target>
@@ -3401,80 +3298,65 @@
3401 <context-group name="null"> 3298 <context-group name="null">
3402 <context context-type="linenumber">10</context> 3299 <context context-type="linenumber">10</context>
3403 </context-group> 3300 </context-group>
3404 <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> 3301
3405 <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> 3302
3406 </trans-unit> 3303 <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>
3407 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3304 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3408 <source>Delayed.</source> 3305 <source>Delayed.</source>
3409 <target state="new">Delayed.</target> 3306 <target state="new">Delayed.</target>
3410 <context-group purpose="location"> 3307
3411 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3308 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3412 <context context-type="linenumber">42</context>
3413 </context-group>
3414 </trans-unit>
3415 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3309 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3416 <source>Will start soon...</source> 3310 <source>Will start soon...</source>
3417 <target state="new">Will start soon...</target> 3311 <target state="new">Will start soon...</target>
3418 <context-group purpose="location"> 3312
3419 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3420 <context context-type="linenumber">43</context>
3421 </context-group>
3422 </trans-unit>
3423 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3314 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3424 <source>Running...</source> 3315 <source>Running...</source>
3425 <target state="new">Running...</target> 3316 <target state="new">Running...</target>
3426 <context-group purpose="location"> 3317
3427 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3428 <context context-type="linenumber">44</context>
3429 </context-group>
3430 </trans-unit>
3431 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3319 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3432 <source>Finished</source> 3320 <source>Finished</source>
3433 <target state="new">Finished</target> 3321 <target state="new">Finished</target>
3434 <context-group purpose="location"> 3322
3435 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3436 <context context-type="linenumber">45</context>
3437 </context-group>
3438 </trans-unit>
3439 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3324 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3440 <source>Failed</source> 3325 <source>Failed</source>
3441 <target state="new">Failed</target> 3326 <target state="new">Failed</target>
3442 <context-group purpose="location"> 3327
3443 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3444 <context context-type="linenumber">46</context>
3445 </context-group>
3446 </trans-unit>
3447 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3329 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3448 <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> 3330 <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>
3449 <target>Criado <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> 3331 <target>Criado <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>
3450 <context-group name="null"> 3332 <context-group name="null">
3451 <context context-type="linenumber">11</context> 3333 <context context-type="linenumber">11</context>
3452 </context-group> 3334 </context-group>
3453 <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> 3335
3454 <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> 3336
3455 <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> 3337
3456 <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> 3338
3457 <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> 3339
3458 <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> 3340
3459 </trans-unit> 3341 <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">24</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">46</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">11</context></context-group><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><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>
3460 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3342 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3461 <source>Accepted</source> 3343 <source>Accepted</source>
3462 <target state="new">Accepted</target> 3344 <target state="new">Accepted</target>
3463 <context-group name="null"> 3345 <context-group name="null">
3464 <context context-type="linenumber">32</context> 3346 <context context-type="linenumber">32</context>
3465 </context-group> 3347 </context-group>
3466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3348
3467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3349
3468 </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">28</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">34</context></context-group></trans-unit>
3469 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3351 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3470 <source>Pending</source> 3352 <source>Pending</source>
3471 <target state="new">Pending</target> 3353 <target state="new">Pending</target>
3472 <context-group name="null"> 3354 <context-group name="null">
3473 <context context-type="linenumber">33</context> 3355 <context context-type="linenumber">33</context>
3474 </context-group> 3356 </context-group>
3475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3357
3476 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3358
3477 </trans-unit> 3359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3478 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3360 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3479 <source>Accept</source> 3361 <source>Accept</source>
3480 <target state="new">Accept</target> 3362 <target state="new">Accept</target>
@@ -3489,6 +3371,12 @@
3489 </context-group> 3371 </context-group>
3490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3372 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3491 <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">42</context></context-group> 3373 <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">42</context></context-group>
3374 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3375 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3376 <context-group purpose="location">
3377 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3378 <context context-type="linenumber">3</context>
3379 </context-group>
3492 </trans-unit> 3380 </trans-unit>
3493 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 3381 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3494 <source>Host</source> 3382 <source>Host</source>
@@ -3496,20 +3384,29 @@
3496 <context-group name="null"> 3384 <context-group name="null">
3497 <context context-type="linenumber">19</context> 3385 <context context-type="linenumber">19</context>
3498 </context-group> 3386 </context-group>
3499 <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> 3387
3500 </trans-unit> 3388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3501 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3389 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3502 <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> 3390 <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>
3503 <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> 3391 <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>
3392
3393 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3394 <source>Follow domains</source><target state="new">Follow domains</target>
3504 <context-group purpose="location"> 3395 <context-group purpose="location">
3505 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3396 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3506 <context context-type="linenumber">21</context> 3397 <context context-type="linenumber">50</context>
3507 </context-group> 3398 </context-group>
3508 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3399 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3509 <source>Video redundancies list</source><target state="new">Video redundancies list</target> 3400 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3510 <context-group purpose="location"> 3401 <context-group purpose="location">
3511 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3402 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3512 <context context-type="linenumber">2</context> 3403 <context context-type="linenumber">7</context>
3404 </context-group>
3405 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3406 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3407 <context-group purpose="location">
3408 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3409 <context context-type="linenumber">8</context>
3513 </context-group> 3410 </context-group>
3514 </trans-unit> 3411 </trans-unit>
3515 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 3412 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
@@ -3574,7 +3471,7 @@
3574 3471
3575 3472
3576 3473
3577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3474 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3578 <source> 3475 <source>
3579 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3476 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3580 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3477 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3661,31 +3558,38 @@
3661 <context-group name="null"> 3558 <context-group name="null">
3662 <context context-type="linenumber">19</context> 3559 <context context-type="linenumber">19</context>
3663 </context-group> 3560 </context-group>
3664 <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> 3561
3665 </trans-unit> 3562 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3666 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3563 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3667 <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> 3564 <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>
3668 <target>Nome de usuário <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 <target>Nome de usuário <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>
3669 <context-group name="null"> 3566 <context-group name="null">
3670 <context context-type="linenumber">40</context> 3567 <context context-type="linenumber">40</context>
3671 </context-group> 3568 </context-group>
3672 <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> 3569
3673 </trans-unit> 3570 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3674 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3571 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3675 <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> 3572 <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>
3676 <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> 3573 <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>
3677 <context-group purpose="location"> 3574
3678 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3575 <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></trans-unit>
3679 <context context-type="linenumber">42</context>
3680 </context-group>
3681 </trans-unit>
3682 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3576 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3683 <source>(banned)</source> 3577 <source>(banned)</source>
3684 <target state="new">(banned)</target> 3578 <target state="new">(banned)</target>
3685 <context-group name="null"> 3579 <context-group name="null">
3686 <context context-type="linenumber">65</context> 3580 <context context-type="linenumber">65</context>
3687 </context-group> 3581 </context-group>
3688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group> 3582
3583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3584 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3585 <context-group purpose="location">
3586 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3587 <context context-type="linenumber">65</context>
3588 </context-group>
3589 <context-group purpose="location">
3590 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3591 <context context-type="linenumber">27</context>
3592 </context-group>
3689 </trans-unit> 3593 </trans-unit>
3690 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3594 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3691 <source>User's email must be verified to login</source> 3595 <source>User's email must be verified to login</source>
@@ -3693,23 +3597,29 @@
3693 <context-group name="null"> 3597 <context-group name="null">
3694 <context context-type="linenumber">72</context> 3598 <context context-type="linenumber">72</context>
3695 </context-group> 3599 </context-group>
3696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group> 3600
3697 </trans-unit> 3601 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3698 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3602 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3699 <source>User's email is verified / User can login without email verification</source> 3603 <source>User's email is verified / User can login without email verification</source>
3700 <target state="new">User's email is verified / User can login without email verification</target> 3604 <target state="new">User's email is verified / User can login without email verification</target>
3701 <context-group name="null"> 3605 <context-group name="null">
3702 <context context-type="linenumber">76</context> 3606 <context context-type="linenumber">76</context>
3703 </context-group> 3607 </context-group>
3704 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group> 3608
3705 </trans-unit> 3609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3706 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3610 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3707 <source>Ban reason:</source> 3611 <source>Ban reason:</source>
3708 <target>Motivo do banimento:</target> 3612 <target>Motivo do banimento:</target>
3709 <context-group name="null"> 3613 <context-group name="null">
3710 <context context-type="linenumber">95</context> 3614 <context context-type="linenumber">95</context>
3711 </context-group> 3615 </context-group>
3712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group> 3616
3617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3618 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3619 <context-group purpose="location">
3620 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3621 <context context-type="linenumber">15</context>
3622 </context-group>
3713 </trans-unit> 3623 </trans-unit>
3714 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3624 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
3715 <source>Moderation</source> 3625 <source>Moderation</source>
@@ -3759,6 +3669,12 @@
3759 <context context-type="linenumber">13</context> 3669 <context context-type="linenumber">13</context>
3760 </context-group> 3670 </context-group>
3761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3671 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3672 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3673 <source>Video <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">Video <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>
3674 <context-group purpose="location">
3675 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3676 <context context-type="linenumber">10</context>
3677 </context-group>
3762 </trans-unit> 3678 </trans-unit>
3763 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3679 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3764 <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> 3680 <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>
@@ -3767,85 +3683,85 @@
3767 <context context-type="linenumber">8</context> 3683 <context context-type="linenumber">8</context>
3768 </context-group> 3684 </context-group>
3769 3685
3770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><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">8</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3771 <source>Video URL</source><target state="new">Video URL</target> 3687 <source>Video URL</source><target state="new">Video URL</target>
3772 <context-group purpose="location"> 3688
3773 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3774 <context context-type="linenumber">24</context>
3775 </context-group>
3776 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3777 <source>Total size</source><target state="new">Total size</target> 3690 <source>Total size</source><target state="new">Total size</target>
3691
3692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3693 <source>List redundancies</source><target state="new">List redundancies</target>
3778 <context-group purpose="location"> 3694 <context-group purpose="location">
3779 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3695 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3780 <context context-type="linenumber">25</context> 3696 <context context-type="linenumber">33</context>
3781 </context-group> 3697 </context-group>
3782 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3698 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3783 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3699 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3784 <context-group purpose="location"> 3700
3785 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3786 <context context-type="linenumber">69</context>
3787 </context-group>
3788 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3789 <source> 3702 <source>
3790 No redundancy strategy is enabled on your instance. 3703 No redundancy strategy is enabled on your instance.
3791 </source><target state="new"> 3704 </source><target state="new">
3792 No redundancy strategy is enabled on your instance. 3705 No redundancy strategy is enabled on your instance.
3793 </target> 3706 </target>
3794 <context-group purpose="location"> 3707
3795 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3708 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3796 <context context-type="linenumber">73</context>
3797 </context-group>
3798 </trans-unit>
3799 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3709 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3800 <source>Sensitive</source> 3710 <source>Sensitive</source>
3801 <target>Sensível</target> 3711 <target>Sensível</target>
3802 <context-group name="null"> 3712 <context-group name="null">
3803 <context context-type="linenumber">9</context> 3713 <context context-type="linenumber">9</context>
3804 </context-group> 3714 </context-group>
3805 <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">9</context></context-group> 3715
3806 </trans-unit> 3716 <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">11</context></context-group></trans-unit>
3807 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3717 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3808 <source>Unfederated</source> 3718 <source>Unfederated</source>
3809 <target state="new">Unfederated</target> 3719 <target state="new">Unfederated</target>
3810 <context-group name="null"> 3720 <context-group name="null">
3811 <context context-type="linenumber">10</context> 3721 <context context-type="linenumber">10</context>
3812 </context-group> 3722 </context-group>
3813 <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> 3723
3814 </trans-unit> 3724 <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">12</context></context-group></trans-unit>
3815 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3725 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3816 <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> 3726 <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>
3817 <target>Data <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> 3727 <target>Data <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>
3818 <context-group name="null"> 3728 <context-group name="null">
3819 <context context-type="linenumber">11</context> 3729 <context context-type="linenumber">11</context>
3820 </context-group> 3730 </context-group>
3821 <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">11</context></context-group> 3731
3822 </trans-unit> 3732 <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">13</context></context-group></trans-unit>
3823 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3733 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3824 <source>Go to the video</source> 3734 <source>Go to the video</source>
3825 <target>Ir para o vídeo</target> 3735 <target>Ir para o vídeo</target>
3826 <context-group name="null"> 3736 <context-group name="null">
3827 <context context-type="linenumber">33</context> 3737 <context context-type="linenumber">33</context>
3828 </context-group> 3738 </context-group>
3829 <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">25</context></context-group> 3739
3830 <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">33</context></context-group> 3740
3831 <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">33</context></context-group> 3741
3832 </trans-unit> 3742 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3833 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3743 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3834 <source>Actions</source> 3744 <source>Actions</source>
3835 <target>Ações</target> 3745 <target>Ações</target>
3836 <context-group name="null"> 3746 <context-group name="null">
3837 <context context-type="linenumber">44</context> 3747 <context context-type="linenumber">44</context>
3838 </context-group> 3748 </context-group>
3839 <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">35</context></context-group> 3749
3840 <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">44</context></context-group> 3750
3841 </trans-unit> 3751 <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">38</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">57</context></context-group></trans-unit>
3842 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3752 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3843 <source>Blacklist reason:</source> 3753 <source>Blacklist reason:</source>
3844 <target>Motivo da lista negra:</target> 3754 <target>Motivo da lista negra:</target>
3845 <context-group name="null"> 3755 <context-group name="null">
3846 <context context-type="linenumber">43</context> 3756 <context context-type="linenumber">43</context>
3847 </context-group> 3757 </context-group>
3848 <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">43</context></context-group> 3758
3759 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3760 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3761 <context-group purpose="location">
3762 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3763 <context context-type="linenumber">5</context>
3764 </context-group>
3849 </trans-unit> 3765 </trans-unit>
3850 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 3766 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
3851 <source>Moderation comment</source> 3767 <source>Moderation comment</source>
@@ -3863,8 +3779,8 @@
3863 <context-group name="null"> 3779 <context-group name="null">
3864 <context context-type="linenumber">18</context> 3780 <context context-type="linenumber">18</context>
3865 </context-group> 3781 </context-group>
3866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">18</context></context-group> 3782
3867 </trans-unit> 3783 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3868 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3784 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3869 <source>Update this comment</source> 3785 <source>Update this comment</source>
3870 <target>Atualizar este comentário</target> 3786 <target>Atualizar este comentário</target>
@@ -3872,24 +3788,30 @@
3872 <context context-type="linenumber">26</context> 3788 <context context-type="linenumber">26</context>
3873 </context-group> 3789 </context-group>
3874 3790
3875 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3791 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3876 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3792 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3877 <source>Reporter</source> 3793 <source>Reporter</source>
3878 <target>Denunciante</target> 3794 <target>Denunciante</target>
3879 <context-group name="null"> 3795 <context-group name="null">
3880 <context context-type="linenumber">8</context> 3796 <context context-type="linenumber">8</context>
3881 </context-group> 3797 </context-group>
3882 <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">8</context></context-group> 3798
3883 </trans-unit> 3799 <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">10</context></context-group></trans-unit>
3884 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3800 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3885 <source>Video</source> 3801 <source>Video</source>
3886 <target>Vídeo</target> 3802 <target>Vídeo</target>
3887 <context-group name="null"> 3803 <context-group name="null">
3888 <context context-type="linenumber">9</context> 3804 <context context-type="linenumber">9</context>
3889 </context-group> 3805 </context-group>
3890 <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">10</context></context-group> 3806
3891 <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">14</context></context-group> 3807
3892 <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> 3808
3809 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3810 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3811 <context-group purpose="location">
3812 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3813 <context context-type="linenumber">46</context>
3814 </context-group>
3893 </trans-unit> 3815 </trans-unit>
3894 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3816 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3895 <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> 3817 <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>
@@ -3897,10 +3819,10 @@
3897 <context-group name="null"> 3819 <context-group name="null">
3898 <context context-type="linenumber">11</context> 3820 <context context-type="linenumber">11</context>
3899 </context-group> 3821 </context-group>
3900 <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> 3822
3901 <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> 3823
3902 <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> 3824
3903 </trans-unit> 3825 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3904 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3826 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3905 <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> 3827 <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>
3906 <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> 3828 <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>
@@ -3915,25 +3837,30 @@
3915 <context-group name="null"> 3837 <context-group name="null">
3916 <context context-type="linenumber">27</context> 3838 <context context-type="linenumber">27</context>
3917 </context-group> 3839 </context-group>
3918 <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">25</context></context-group> 3840
3919 <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">27</context></context-group> 3841
3920 </trans-unit> 3842 <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">27</context></context-group></trans-unit>
3921 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3843 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
3922 <source>Reason:</source> 3844 <source>Reason:</source>
3923 <target>Motivo:</target> 3845 <target>Motivo:</target>
3924 <context-group name="null"> 3846 <context-group name="null">
3925 <context context-type="linenumber">53</context> 3847 <context context-type="linenumber">53</context>
3926 </context-group> 3848 </context-group>
3927 <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">53</context></context-group> 3849
3928 </trans-unit> 3850 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3929 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 3851 <source>Note:</source><target state="new">Note:</target>
3930 <source>Moderation comment:</source> 3852 <context-group purpose="location">
3931 <target>Comentário de moderação:</target> 3853 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3932 <context-group name="null"> 3854 <context context-type="linenumber">72</context>
3933 <context context-type="linenumber">57</context> 3855 </context-group>
3856 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3857 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3858 <context-group purpose="location">
3859 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3860 <context context-type="linenumber">5</context>
3934 </context-group> 3861 </context-group>
3935 <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">57</context></context-group>
3936 </trans-unit> 3862 </trans-unit>
3863
3937 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3864 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3938 <source>Unblacklist</source> 3865 <source>Unblacklist</source>
3939 <target>Retirar da lista negra</target> 3866 <target>Retirar da lista negra</target>
@@ -3942,6 +3869,12 @@
3942 </context-group> 3869 </context-group>
3943 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 3870 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
3944 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 3871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3872 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3873 <source>Mute domain</source><target state="new">Mute domain</target>
3874 <context-group purpose="location">
3875 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3876 <context context-type="linenumber">11</context>
3877 </context-group>
3945 </trans-unit> 3878 </trans-unit>
3946 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3879 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3947 <source>Instance</source> 3880 <source>Instance</source>
@@ -3953,28 +3886,50 @@
3953 3886
3954 3887
3955 3888
3956 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3957 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3890 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3958 <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> 3891 <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>
3959 <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> 3892 <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>
3960 <context-group name="null"> 3893 <context-group name="null">
3961 <context context-type="linenumber">13</context> 3894 <context context-type="linenumber">13</context>
3962 </context-group> 3895 </context-group>
3963 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3896
3964 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3897
3965 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3898
3966 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3899
3967 </trans-unit> 3900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3968 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 3901 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3969 <source>Unmute</source> 3902 <source>Unmute</source>
3970 <target state="new">Unmute</target> 3903 <target state="new">Unmute</target>
3971 <context-group name="null"> 3904 <context-group name="null">
3972 <context context-type="linenumber">23</context> 3905 <context context-type="linenumber">23</context>
3973 </context-group> 3906 </context-group>
3974 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group> 3907
3975 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 3908
3976 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group> 3909
3977 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group> 3910
3911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3912 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3913 <context-group purpose="location">
3914 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3915 <context context-type="linenumber">5</context>
3916 </context-group>
3917 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3918 <source>
3919 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3920 </source><target state="new">
3921 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3922 </target>
3923 <context-group purpose="location">
3924 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3925 <context context-type="linenumber">37</context>
3926 </context-group>
3927 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3928 <source>Mute domains</source><target state="new">Mute domains</target>
3929 <context-group purpose="location">
3930 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3931 <context context-type="linenumber">35</context>
3932 </context-group>
3978 </trans-unit> 3933 </trans-unit>
3979 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 3934 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3980 <source>Account</source> 3935 <source>Account</source>
@@ -3982,8 +3937,14 @@
3982 <context-group name="null"> 3937 <context-group name="null">
3983 <context context-type="linenumber">12</context> 3938 <context context-type="linenumber">12</context>
3984 </context-group> 3939 </context-group>
3985 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 3940
3986 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 3941
3942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3943 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3944 <context-group purpose="location">
3945 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3946 <context context-type="linenumber">5</context>
3947 </context-group>
3987 </trans-unit> 3948 </trans-unit>
3988 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3949 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
3989 <source>Plugins/Themes</source> 3950 <source>Plugins/Themes</source>
@@ -4128,38 +4089,25 @@
4128 <context context-type="linenumber">9</context> 4089 <context context-type="linenumber">9</context>
4129 </context-group> 4090 </context-group>
4130 </trans-unit> 4091 </trans-unit>
4131 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 4092
4132 <source>Jobs list</source>
4133 <target>Lista de trabalhos</target>
4134 <context-group name="null">
4135 <context context-type="linenumber">2</context>
4136 </context-group>
4137 <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>
4138 </trans-unit>
4139 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 4093 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4140 <source>Job type</source> 4094 <source>Job type</source>
4141 <target state="new">Job type</target> 4095 <target state="new">Job type</target>
4142 <context-group purpose="location"> 4096
4143 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4097 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
4144 <context context-type="linenumber">5</context>
4145 </context-group>
4146 </trans-unit>
4147 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 4098 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4148 <source>Job state</source> 4099 <source>Job state</source>
4149 <target state="new">Job state</target> 4100 <target state="new">Job state</target>
4150 <context-group purpose="location"> 4101
4151 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4102 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4152 <context context-type="linenumber">14</context>
4153 </context-group>
4154 </trans-unit>
4155 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4103 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
4156 <source>Type</source> 4104 <source>Type</source>
4157 <target>Tipo</target> 4105 <target>Tipo</target>
4158 <context-group name="null"> 4106 <context-group name="null">
4159 <context context-type="linenumber">19</context> 4107 <context context-type="linenumber">19</context>
4160 </context-group> 4108 </context-group>
4161 <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> 4109
4162 </trans-unit> 4110 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4163 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 4111 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
4164 <source>Refresh</source> 4112 <source>Refresh</source>
4165 <target state="new">Refresh</target> 4113 <target state="new">Refresh</target>
@@ -4211,43 +4159,25 @@
4211 4159
4212 4160
4213 4161
4214 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4162 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4215 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4163 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4216 <context-group purpose="location"> 4164
4217 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4165 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4218 <context context-type="linenumber">46</context>
4219 </context-group>
4220 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4221 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 4166 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
4222 <context-group purpose="location"> 4167
4223 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4168 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4224 <context context-type="linenumber">43</context>
4225 </context-group>
4226 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4227 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 4169 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
4228 <context-group purpose="location"> 4170
4229 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4171 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4230 <context context-type="linenumber">57</context>
4231 </context-group>
4232 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4233 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 4172 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
4234 <context-group purpose="location"> 4173
4235 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4174 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4236 <context context-type="linenumber">54</context>
4237 </context-group>
4238 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4239 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 4175 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
4240 <context-group purpose="location"> 4176
4241 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4177 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4242 <context context-type="linenumber">68</context>
4243 </context-group>
4244 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4245 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 4178 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
4246 <context-group purpose="location"> 4179
4247 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4180 <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">66</context></context-group></trans-unit>
4248 <context context-type="linenumber">65</context>
4249 </context-group>
4250 </trans-unit>
4251 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 4181 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
4252 <source>Main languages you/your moderators speak</source> 4182 <source>Main languages you/your moderators speak</source>
4253 <target state="new">Main languages you/your moderators speak</target> 4183 <target state="new">Main languages you/your moderators speak</target>
@@ -4303,7 +4233,7 @@
4303 </context-group> 4233 </context-group>
4304 4234
4305 4235
4306 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 4236 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4307 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4237 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4308 <source>Blur thumbnails</source> 4238 <source>Blur thumbnails</source>
4309 <target>Desfocar miniaturas</target> 4239 <target>Desfocar miniaturas</target>
@@ -4312,7 +4242,7 @@
4312 </context-group> 4242 </context-group>
4313 4243
4314 4244
4315 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 4245 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4316 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4246 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4317 <source>Display</source> 4247 <source>Display</source>
4318 <target>Exibição</target> 4248 <target>Exibição</target>
@@ -4321,13 +4251,10 @@
4321 </context-group> 4251 </context-group>
4322 4252
4323 4253
4324 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4254 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4325 <source>Strategy</source><target state="new">Strategy</target> 4255 <source>Strategy</source><target state="new">Strategy</target>
4326 <context-group purpose="location"> 4256
4327 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4257 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4328 <context context-type="linenumber">22</context>
4329 </context-group>
4330 </trans-unit>
4331 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4258 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4332 <source>Terms</source> 4259 <source>Terms</source>
4333 <target>Termos</target> 4260 <target>Termos</target>
@@ -4337,72 +4264,72 @@
4337 4264
4338 4265
4339 4266
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">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 4267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4341 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 4268 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4342 <source>Code of conduct</source> 4269 <source>Code of conduct</source>
4343 <target state="new">Code of conduct</target> 4270 <target state="new">Code of conduct</target>
4344 4271
4345 4272
4346 4273
4347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 4274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4348 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 4275 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4349 <source>Moderation information</source> 4276 <source>Moderation information</source>
4350 <target state="new">Moderation information</target> 4277 <target state="new">Moderation information</target>
4351 4278
4352 4279
4353 4280
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">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 4281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4355 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 4282 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4356 4283
4357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4358 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 4285 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
4359 4286
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">153</context></context-group></trans-unit> 4287 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit>
4361 4288
4362 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4289 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4363 <source>Who is behind the instance?</source> 4290 <source>Who is behind the instance?</source>
4364 <target state="new">Who is behind the instance?</target> 4291 <target state="new">Who is behind the instance?</target>
4365 4292
4366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4367 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 4294 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target>
4368 4295
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">160</context></context-group></trans-unit> 4296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
4370 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 4297 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4371 <source>Why did you create this instance?</source> 4298 <source>Why did you create this instance?</source>
4372 <target state="new">Why did you create this instance?</target> 4299 <target state="new">Why did you create this instance?</target>
4373 4300
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">171</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" 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">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4375 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 4302 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4376 4303
4377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit> 4304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit>
4378 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 4305 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4379 <source>How long do you plan to maintain this instance?</source> 4306 <source>How long do you plan to maintain this instance?</source>
4380 <target state="new">How long do you plan to maintain this instance?</target> 4307 <target state="new">How long do you plan to maintain this instance?</target>
4381 4308
4382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">182</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4309 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4383 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 4310 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target>
4384 4311
4385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit> 4312 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit>
4386 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4313 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4387 <source>How will you finance the PeerTube server?</source> 4314 <source>How will you finance the PeerTube server?</source>
4388 <target state="new">How will you finance the PeerTube server?</target> 4315 <target state="new">How will you finance the PeerTube server?</target>
4389 4316
4390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4391 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 4318 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
4392 4319
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">194</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4394 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 4321 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
4395 4322
4396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit> 4323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit>
4397 4324
4398 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4325 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4399 <source>What server/hardware does the instance run on?</source> 4326 <source>What server/hardware does the instance run on?</source>
4400 <target state="new">What server/hardware does the instance run on?</target> 4327 <target state="new">What server/hardware does the instance run on?</target>
4401 4328
4402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 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">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4403 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4330 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4404 4331
4405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit> 4332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit>
4406 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 4333 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4407 <source>Instance information</source> 4334 <source>Instance information</source>
4408 <target state="new">Instance information</target> 4335 <target state="new">Instance information</target>
@@ -4410,45 +4337,45 @@
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">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 4337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4411 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 4338 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
4412 4339
4413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 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">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4414 <source> 4341 <source>
4415 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4342 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4416 </source><target state="new"> 4343 </source><target state="new">
4417 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4344 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4418 </target> 4345 </target>
4419 4346
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">240</context></context-group></trans-unit> 4347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit>
4421 4348
4422 4349
4423 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4350 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4424 <source>default</source> 4351 <source>default</source>
4425 <target state="new">default</target> 4352 <target state="new">default</target>
4426 4353
4427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 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">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4428 <source>Landing page</source><target state="new">Landing page</target> 4355 <source>Landing page</source><target state="new">Landing page</target>
4429 4356
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">262</context></context-group></trans-unit> 4357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit>
4431 4358
4432 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4359 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4433 <source>Discover videos</source> 4360 <source>Discover videos</source>
4434 <target state="new">Discover videos</target> 4361 <target state="new">Discover videos</target>
4435 4362
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">265</context></context-group></trans-unit> 4363 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit>
4437 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4364 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4438 <source>Trending videos</source> 4365 <source>Trending videos</source>
4439 <target state="new">Trending videos</target> 4366 <target state="new">Trending videos</target>
4440 4367
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">266</context></context-group></trans-unit> 4368 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit>
4442 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4369 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4443 <source>Most liked videos</source> 4370 <source>Most liked videos</source>
4444 <target state="new">Most liked videos</target> 4371 <target state="new">Most liked videos</target>
4445 4372
4446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit> 4373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit>
4447 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4374 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4448 <source>Recently added videos</source> 4375 <source>Recently added videos</source>
4449 <target state="new">Recently added videos</target> 4376 <target state="new">Recently added videos</target>
4450 4377
4451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit> 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">269</context></context-group></trans-unit>
4452 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4379 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4453 <source>Local videos</source> 4380 <source>Local videos</source>
4454 <target>Vídeos locais</target> 4381 <target>Vídeos locais</target>
@@ -4456,17 +4383,17 @@
4456 <context context-type="linenumber">223</context> 4383 <context context-type="linenumber">223</context>
4457 </context-group> 4384 </context-group>
4458 4385
4459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4386 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4460 <source>NEW USERS</source><target state="new">NEW USERS</target> 4387 <source>NEW USERS</source><target state="new">NEW USERS</target>
4461 4388
4462 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4463 <source> 4390 <source>
4464 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4391 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4465 </source><target state="new"> 4392 </source><target state="new">
4466 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4393 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4467 </target> 4394 </target>
4468 4395
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">281</context></context-group></trans-unit> 4396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit>
4470 4397
4471 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4398 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4472 <source>Signup enabled</source> 4399 <source>Signup enabled</source>
@@ -4475,7 +4402,7 @@
4475 <context context-type="linenumber">235</context> 4402 <context context-type="linenumber">235</context>
4476 </context-group> 4403 </context-group>
4477 4404
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">292</context></context-group></trans-unit> 4405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group></trans-unit>
4479 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4406 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4480 <source>Signup requires email verification</source> 4407 <source>Signup requires email verification</source>
4481 <target>Inscrição requer verificação de email</target> 4408 <target>Inscrição requer verificação de email</target>
@@ -4483,7 +4410,7 @@
4483 <context context-type="linenumber">242</context> 4410 <context context-type="linenumber">242</context>
4484 </context-group> 4411 </context-group>
4485 4412
4486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">300</context></context-group></trans-unit> 4413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit>
4487 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4414 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4488 <source>Signup limit</source> 4415 <source>Signup limit</source>
4489 <target>Limite de inscrições</target> 4416 <target>Limite de inscrições</target>
@@ -4491,7 +4418,7 @@
4491 <context context-type="linenumber">247</context> 4418 <context context-type="linenumber">247</context>
4492 </context-group> 4419 </context-group>
4493 4420
4494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">304</context></context-group></trans-unit> 4421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit>
4495 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4422 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4496 <source>Users</source> 4423 <source>Users</source>
4497 <target>Usuários</target> 4424 <target>Usuários</target>
@@ -4580,71 +4507,84 @@
4580 <source>Default video quota per user</source> 4507 <source>Default video quota per user</source>
4581 <target state="new">Default video quota per user</target> 4508 <target state="new">Default video quota per user</target>
4582 4509
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">319</context></context-group></trans-unit> 4510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">320</context></context-group></trans-unit>
4584 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4511 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4585 <source>Default daily upload limit per user</source> 4512 <source>Default daily upload limit per user</source>
4586 <target state="new">Default daily upload limit per user</target> 4513 <target state="new">Default daily upload limit per user</target>
4587 4514
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">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4589 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4516 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4590 4517
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">348</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4592 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4519 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4593 4520
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">359</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 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">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4595 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target> 4522 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target>
4596 4523
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">366</context></context-group></trans-unit> 4524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">367</context></context-group></trans-unit>
4598 4525
4599 4526
4600 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4527 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4601 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4528 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4602 4529
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">383</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4530 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4604 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 4531 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
4605 4532
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">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4607 <source>FEDERATION</source><target state="new">FEDERATION</target> 4534 <source>FEDERATION</source><target state="new">FEDERATION</target>
4608 4535
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">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" 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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4610 <source> 4537 <source>
4611 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4538 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4612 </source><target state="new"> 4539 </source><target state="new">
4613 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4540 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4614 </target> 4541 </target>
4615 4542
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">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4617 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4544 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4618 4545
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">411</context></context-group></trans-unit> 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">412</context></context-group></trans-unit>
4620 4547
4621 4548
4622 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4549 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4623 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 4550 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
4624 4551
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">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4626 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4553 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4627 4554
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">431</context></context-group></trans-unit> 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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4556 <source>
4557 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4558 </source><target state="new">
4559 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4560 </target>
4561 <context-group purpose="location">
4562 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4563 <context context-type="linenumber">450</context>
4564 </context-group>
4565 </trans-unit>
4629 4566
4630 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4567 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4631 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4568 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4632 4569
4633 4570
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">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</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">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4635 4572
4636 4573
4637 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4574 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4638 <source>Index URL</source> 4575 <source>Index URL</source>
4639 <target state="new">Index URL</target> 4576 <target state="new">Index URL</target>
4640 4577
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">452</context></context-group></trans-unit><trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4642 <source>Automatically follow instances of the public index</source><target state="new">Automatically follow instances of the public index</target> 4579 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4643 4580 <context-group purpose="location">
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">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4581 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4582 <context context-type="linenumber">445</context>
4583 </context-group>
4584 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4645 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4585 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4646 4586
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">472</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">477</context></context-group></trans-unit>
4648 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4588 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4649 <source>Administrator</source> 4589 <source>Administrator</source>
4650 <target>Administrador</target> 4590 <target>Administrador</target>
@@ -4660,7 +4600,7 @@
4660 <context context-type="linenumber">387</context> 4600 <context context-type="linenumber">387</context>
4661 </context-group> 4601 </context-group>
4662 4602
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">478</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">483</context></context-group></trans-unit>
4664 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4604 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4665 <source>Enable contact form</source> 4605 <source>Enable contact form</source>
4666 <target state="new">Enable contact form</target> 4606 <target state="new">Enable contact form</target>
@@ -4668,7 +4608,7 @@
4668 <context context-type="linenumber">398</context> 4608 <context context-type="linenumber">398</context>
4669 </context-group> 4609 </context-group>
4670 4610
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">489</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">494</context></context-group></trans-unit>
4672 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4612 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4673 <source>Basic configuration</source> 4613 <source>Basic configuration</source>
4674 <target>Configurações básicas</target> 4614 <target>Configurações básicas</target>
@@ -4676,17 +4616,17 @@
4676 <context context-type="linenumber">195</context> 4616 <context context-type="linenumber">195</context>
4677 </context-group> 4617 </context-group>
4678 4618
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">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4680 <source>TWITTER</source><target state="new">TWITTER</target> 4620 <source>TWITTER</source><target state="new">TWITTER</target>
4681 4621
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">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4683 <source> 4623 <source>
4684 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4624 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4685 </source><target state="new"> 4625 </source><target state="new">
4686 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4626 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4687 </target> 4627 </target>
4688 4628
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">507</context></context-group></trans-unit> 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">512</context></context-group></trans-unit>
4690 4630
4691 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4631 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4692 <source>Your Twitter username</source> 4632 <source>Your Twitter username</source>
@@ -4695,7 +4635,7 @@
4695 <context context-type="linenumber">413</context> 4635 <context context-type="linenumber">413</context>
4696 </context-group> 4636 </context-group>
4697 4637
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">518</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">523</context></context-group></trans-unit>
4699 4639
4700 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4640 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4701 <source>Instance whitelisted by Twitter</source> 4641 <source>Instance whitelisted by Twitter</source>
@@ -4704,7 +4644,7 @@
4704 <context context-type="linenumber">431</context> 4644 <context context-type="linenumber">431</context>
4705 </context-group> 4645 </context-group>
4706 4646
4707 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4708 <source> 4648 <source>
4709 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/>"/> 4649 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/>"/>
4710 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/>"/> 4650 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/>"/>
@@ -4719,7 +4659,7 @@
4719 to see if you instance is whitelisted. 4659 to see if you instance is whitelisted.
4720 </target> 4660 </target>
4721 4661
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">534</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">539</context></context-group></trans-unit>
4723 4663
4724 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4664 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4725 <source>Services</source> 4665 <source>Services</source>
@@ -4728,10 +4668,10 @@
4728 <context context-type="linenumber">405</context> 4668 <context context-type="linenumber">405</context>
4729 </context-group> 4669 </context-group>
4730 4670
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">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4732 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4672 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4733 4673
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">560</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4735 <source> 4675 <source>
4736 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4676 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4737 resources, this is a critical part of PeerTube, so tread carefully. 4677 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4740,7 +4680,7 @@
4740 resources, this is a critical part of PeerTube, so tread carefully. 4680 resources, this is a critical part of PeerTube, so tread carefully.
4741 </target> 4681 </target>
4742 4682
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">561</context></context-group></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">566</context></context-group></trans-unit>
4744 4684
4745 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4685 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4746 <source>Transcoding enabled</source> 4686 <source>Transcoding enabled</source>
@@ -4749,7 +4689,7 @@
4749 <context context-type="linenumber">461</context> 4689 <context context-type="linenumber">461</context>
4750 </context-group> 4690 </context-group>
4751 4691
4752 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></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">579</context></context-group></trans-unit>
4753 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4693 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4754 <source>If you disable transcoding, many videos from your users will not work!</source> 4694 <source>If you disable transcoding, many videos from your users will not work!</source>
4755 <target>Se você desativar a transcodificação, muitos vídeos dos seus usuários não funcionarão!</target> 4695 <target>Se você desativar a transcodificação, muitos vídeos dos seus usuários não funcionarão!</target>
@@ -4757,13 +4697,10 @@
4757 <context context-type="linenumber">465</context> 4697 <context context-type="linenumber">465</context>
4758 </context-group> 4698 </context-group>
4759 4699
4760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4761 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4701 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4762 <context-group purpose="location"> 4702
4763 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">594</context></context-group></trans-unit>
4764 <context context-type="linenumber">589</context>
4765 </context-group>
4766 </trans-unit>
4767 4704
4768 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4705 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4769 <source>Allow additional extensions</source> 4706 <source>Allow additional extensions</source>
@@ -4772,19 +4709,16 @@
4772 <context context-type="linenumber">475</context> 4709 <context context-type="linenumber">475</context>
4773 </context-group> 4710 </context-group>
4774 4711
4775 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4776 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4713 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4777 <context-group purpose="location"> 4714
4778 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4715 <context-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>
4779 <context context-type="linenumber">600</context>
4780 </context-group>
4781 </trans-unit>
4782 4716
4783 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4717 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4784 <source>Allow audio files upload</source> 4718 <source>Allow audio files upload</source>
4785 <target state="new">Allow audio files upload</target> 4719 <target state="new">Allow audio files upload</target>
4786 4720
4787 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4788 <source> 4722 <source>
4789 <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>"/> 4723 <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>"/>
4790 4724
@@ -4802,17 +4736,14 @@
4802 4736
4803 <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>"/> 4737 <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>"/>
4804 </target> 4738 </target>
4805 <context-group purpose="location"> 4739
4806 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">617</context></context-group></trans-unit>
4807 <context context-type="linenumber">612</context>
4808 </context-group>
4809 </trans-unit>
4810 4741
4811 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4742 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4812 <source>WebTorrent support enabled</source> 4743 <source>WebTorrent support enabled</source>
4813 <target state="new">WebTorrent support enabled</target> 4744 <target state="new">WebTorrent support enabled</target>
4814 4745
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">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4816 <source> 4747 <source>
4817 <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>"/> 4748 <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>"/>
4818 4749
@@ -4836,17 +4767,14 @@
4836 4767
4837 <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>"/> 4768 <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>"/>
4838 </target> 4769 </target>
4839 <context-group purpose="location"> 4770
4840 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit>
4841 <context context-type="linenumber">633</context>
4842 </context-group>
4843 </trans-unit>
4844 4772
4845 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4773 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4846 <source>HLS support enabled</source> 4774 <source>HLS support enabled</source>
4847 <target state="new">HLS support enabled</target> 4775 <target state="new">HLS support enabled</target>
4848 4776
4849 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group></trans-unit> 4777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
4850 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4778 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4851 <source>Transcoding threads</source> 4779 <source>Transcoding threads</source>
4852 <target>Threads de transcodificação</target> 4780 <target>Threads de transcodificação</target>
@@ -4854,41 +4782,41 @@
4854 <context context-type="linenumber">517</context> 4782 <context context-type="linenumber">517</context>
4855 </context-group> 4783 </context-group>
4856 4784
4857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4858 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4786 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4859 4787
4860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group></trans-unit> 4788 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
4861 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4789 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4862 <source>CACHE</source><target state="new">CACHE</target> 4790 <source>CACHE</source><target state="new">CACHE</target>
4863 4791
4864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4865 <source> 4793 <source>
4866 Some files are not federated, and fetched when necessary. Define their caching policies. 4794 Some files are not federated, and fetched when necessary. Define their caching policies.
4867 </source><target state="new"> 4795 </source><target state="new">
4868 Some files are not federated, and fetched when necessary. Define their caching policies. 4796 Some files are not federated, and fetched when necessary. Define their caching policies.
4869 </target> 4797 </target>
4870 4798
4871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4872 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4800 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4873 4801
4874 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4802 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4875 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4803 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4876 4804
4877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group></trans-unit> 4805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit>
4878 4806
4879 4807
4880 4808
4881 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4809 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4882 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4810 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4883 4811
4884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4885 <source> 4813 <source>
4886 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4814 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4887 </source><target state="new"> 4815 </source><target state="new">
4888 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4816 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4889 </target> 4817 </target>
4890 4818
4891 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit> 4819 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
4892 4820
4893 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4821 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4894 <source>JavaScript</source> 4822 <source>JavaScript</source>
@@ -4897,14 +4825,14 @@
4897 <context context-type="linenumber">575</context> 4825 <context context-type="linenumber">575</context>
4898 </context-group> 4826 </context-group>
4899 4827
4900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4901 <source> 4829 <source>
4902 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>"/> 4830 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>"/>
4903 </source><target state="new"> 4831 </source><target state="new">
4904 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>"/> 4832 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>"/>
4905 </target> 4833 </target>
4906 4834
4907 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4908 <source> 4836 <source>
4909 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/>"/> 4837 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/>"/>
4910 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4838 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4929,7 +4857,7 @@
4929 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4857 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4930 </target> 4858 </target>
4931 4859
4932 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group></trans-unit> 4860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
4933 4861
4934 4862
4935 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4863 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -4939,7 +4867,7 @@
4939 <context context-type="linenumber">452</context> 4867 <context context-type="linenumber">452</context>
4940 </context-group> 4868 </context-group>
4941 4869
4942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group></trans-unit> 4870 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit>
4943 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 4871 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
4944 <source>Update configuration</source> 4872 <source>Update configuration</source>
4945 <target>Atualizar configuração</target> 4873 <target>Atualizar configuração</target>
@@ -4947,12 +4875,12 @@
4947 <context context-type="linenumber">628</context> 4875 <context context-type="linenumber">628</context>
4948 </context-group> 4876 </context-group>
4949 4877
4950 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group></trans-unit> 4878 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
4951 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4879 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4952 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4880 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4953 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4881 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4954 4882
4955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4956 <source>PROFILE</source><target state="new">PROFILE</target> 4884 <source>PROFILE</source><target state="new">PROFILE</target>
4957 <context-group purpose="location"> 4885 <context-group purpose="location">
4958 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4886 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5102,23 +5030,27 @@
5102 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5030 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5103 <context context-type="linenumber">6</context> 5031 <context context-type="linenumber">6</context>
5104 </context-group> 5032 </context-group>
5105 </trans-unit> 5033 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5106 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 5034 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
5107 <source>Only display videos in the following languages/subtitles</source>
5108 <target state="new">Only display videos in the following languages/subtitles</target>
5109 <context-group purpose="location"> 5035 <context-group purpose="location">
5110 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5036 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5111 <context context-type="linenumber">22</context> 5037 <context context-type="linenumber">14</context>
5038 </context-group>
5039 <context-group purpose="location">
5040 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5041 <context context-type="linenumber">111</context>
5112 </context-group> 5042 </context-group>
5113 </trans-unit> 5043 </trans-unit>
5044 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
5045 <source>Only display videos in the following languages/subtitles</source>
5046 <target state="new">Only display videos in the following languages/subtitles</target>
5047
5048 <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">23</context></context-group></trans-unit>
5114 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 5049 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5115 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 5050 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
5116 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target> 5051 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
5117 <context-group purpose="location"> 5052
5118 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5053 <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">26</context></context-group></trans-unit>
5119 <context context-type="linenumber">25</context>
5120 </context-group>
5121 </trans-unit>
5122 5054
5123 5055
5124 5056
@@ -5179,23 +5111,17 @@
5179 <source>Theme</source> 5111 <source>Theme</source>
5180 <target state="new">Theme</target> 5112 <target state="new">Theme</target>
5181 5113
5182 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 5114 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
5183 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 5115 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
5184 <source>instance default</source> 5116 <source>instance default</source>
5185 <target state="new">instance default</target> 5117 <target state="new">instance default</target>
5186 <context-group purpose="location"> 5118
5187 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5119 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
5188 <context context-type="linenumber">7</context>
5189 </context-group>
5190 </trans-unit>
5191 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 5120 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
5192 <source>peertube default</source> 5121 <source>peertube default</source>
5193 <target state="new">peertube default</target> 5122 <target state="new">peertube default</target>
5194 <context-group purpose="location"> 5123
5195 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5124 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5196 <context context-type="linenumber">8</context>
5197 </context-group>
5198 </trans-unit>
5199 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 5125 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
5200 <source>Change ownership</source> 5126 <source>Change ownership</source>
5201 <target>Mudar dono</target> 5127 <target>Mudar dono</target>
@@ -5357,6 +5283,18 @@
5357 <context context-type="linenumber">8</context> 5283 <context context-type="linenumber">8</context>
5358 </context-group> 5284 </context-group>
5359 <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">8</context></context-group> 5285 <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">8</context></context-group>
5286 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5287 <source>See the error</source><target state="new">See the error</target>
5288 <context-group purpose="location">
5289 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5290 <context context-type="linenumber">19</context>
5291 </context-group>
5292 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5293 <source>This video was deleted</source><target state="new">This video was deleted</target>
5294 <context-group purpose="location">
5295 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5296 <context context-type="linenumber">36</context>
5297 </context-group>
5360 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5298 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5361 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5299 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5362 <context-group purpose="location"> 5300 <context-group purpose="location">
@@ -5738,35 +5676,11 @@
5738 </context-group> 5676 </context-group>
5739 5677
5740 5678
5741 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5679 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5742 <source>Creators</source><target state="new">Creators</target>
5743 <context-group purpose="location">
5744 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5745 <context context-type="linenumber">162</context>
5746 </context-group>
5747 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5748 <source>Creator guide</source><target state="new">Creator guide</target>
5749 <context-group purpose="location">
5750 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5751 <context context-type="linenumber">162</context>
5752 </context-group>
5753 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5754 <source>Contributors</source><target state="new">Contributors</target>
5755 <context-group purpose="location">
5756 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5757 <context context-type="linenumber">163</context>
5758 </context-group>
5759 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5760 <source>PeerTube license</source><target state="new">PeerTube license</target> 5680 <source>PeerTube license</source><target state="new">PeerTube license</target>
5761 <context-group purpose="location"> 5681
5762 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5682
5763 <context context-type="linenumber">163</context> 5683 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5764 </context-group>
5765 <context-group purpose="location">
5766 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5767 <context context-type="linenumber">175</context>
5768 </context-group>
5769 </trans-unit>
5770 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 5684 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5771 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5685 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5772 <target>Ingressou <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5686 <target>Ingressou <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6730,6 +6644,30 @@
6730 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6644 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6731 <context context-type="linenumber">1</context> 6645 <context context-type="linenumber">1</context>
6732 </context-group> 6646 </context-group>
6647 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6648 <source>Process domains</source><target state="new">Process domains</target>
6649 <context-group purpose="location">
6650 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6651 <context context-type="linenumber">1</context>
6652 </context-group>
6653 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6654 <source>Domain is required.</source><target state="new">Domain is required.</target>
6655 <context-group purpose="location">
6656 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6657 <context context-type="linenumber">1</context>
6658 </context-group>
6659 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6660 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6661 <context-group purpose="location">
6662 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6663 <context context-type="linenumber">1</context>
6664 </context-group>
6665 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6666 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6667 <context-group purpose="location">
6668 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6669 <context context-type="linenumber">1</context>
6670 </context-group>
6733 </trans-unit> 6671 </trans-unit>
6734 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 6672 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6735 <source>Unlimited</source> 6673 <source>Unlimited</source>
@@ -6741,6 +6679,16 @@
6741 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 6679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6742 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 6680 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6743 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 6681 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
6682 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6683 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6684 <context-group purpose="location">
6685 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6686 <context context-type="linenumber">1</context>
6687 </context-group>
6688 <context-group purpose="location">
6689 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6690 <context context-type="linenumber">1</context>
6691 </context-group>
6744 </trans-unit> 6692 </trans-unit>
6745 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a"> 6693 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
6746 <source>100MB</source> 6694 <source>100MB</source>
@@ -6871,48 +6819,20 @@
6871 <context-group name="null"> 6819 <context-group name="null">
6872 <context context-type="linenumber">1</context> 6820 <context context-type="linenumber">1</context>
6873 </context-group> 6821 </context-group>
6874 <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> 6822
6875 </trans-unit> 6823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6876 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df"> 6824
6877 <source>You need to specify hosts to follow.</source> 6825
6878 <target>Você precisa especificar hosts para seguir.</target> 6826
6879 <context-group name="null"> 6827
6880 <context context-type="linenumber">1</context>
6881 </context-group>
6882 <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>
6883 </trans-unit>
6884 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
6885 <source>Hosts need to be unique.</source>
6886 <target>Anfitriões devem ser únicos.</target>
6887 <context-group name="null">
6888 <context context-type="linenumber">1</context>
6889 </context-group>
6890 <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>
6891 </trans-unit>
6892 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
6893 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6894 <target>Se você confirmar, enviará uma solicitação para seguir:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6895 <context-group name="null">
6896 <context context-type="linenumber">1</context>
6897 </context-group>
6898 <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>
6899 </trans-unit>
6900 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
6901 <source>Follow new server(s)</source>
6902 <target>Seguir novo(s) servidor(es)</target>
6903 <context-group name="null">
6904 <context context-type="linenumber">1</context>
6905 </context-group>
6906 <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>
6907 </trans-unit>
6908 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 6828 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
6909 <source>Follow request(s) sent!</source> 6829 <source>Follow request(s) sent!</source>
6910 <target>Solicitação de seguir(s) enviada!</target> 6830 <target>Solicitação de seguir(s) enviada!</target>
6911 <context-group name="null"> 6831 <context-group name="null">
6912 <context context-type="linenumber">1</context> 6832 <context context-type="linenumber">1</context>
6913 </context-group> 6833 </context-group>
6914 <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> 6834
6915 </trans-unit> 6835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6916 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 6836 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
6917 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6837 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6918 <target>Você realmente deseja parar de seguir <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 6838 <target>Você realmente deseja parar de seguir <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -7006,6 +6926,12 @@
7006 <context context-type="linenumber">1</context> 6926 <context context-type="linenumber">1</context>
7007 </context-group> 6927 </context-group>
7008 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group> 6928 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group>
6929 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6930 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6931 <context-group purpose="location">
6932 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6933 <context context-type="linenumber">1</context>
6934 </context-group>
7009 </trans-unit> 6935 </trans-unit>
7010 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 6936 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
7011 <source>Comment updated.</source> 6937 <source>Comment updated.</source>
@@ -7014,23 +6940,33 @@
7014 <context context-type="linenumber">1</context> 6940 <context context-type="linenumber">1</context>
7015 </context-group> 6941 </context-group>
7016 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group> 6942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group>
7017 </trans-unit> 6943 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
7018 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978"> 6944 <source>Internal actions</source><target state="new">Internal actions</target>
7019 <source>Delete this report</source> 6945 <context-group purpose="location">
7020 <target state="new">Delete this report</target> 6946 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7021 <context-group name="null">
7022 <context context-type="linenumber">1</context> 6947 <context context-type="linenumber">1</context>
7023 </context-group> 6948 </context-group>
7024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 6949 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
7025 </trans-unit> 6950 <source>Delete report</source><target state="new">Delete report</target>
7026 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321"> 6951 <context-group purpose="location">
7027 <source>Update moderation comment</source> 6952 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7028 <target>Atualizar comentário de moderação</target> 6953 <context context-type="linenumber">1</context>
7029 <context-group name="null"> 6954 </context-group>
6955 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6956 <source>Add note</source><target state="new">Add note</target>
6957 <context-group purpose="location">
6958 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6959 <context context-type="linenumber">1</context>
6960 </context-group>
6961 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6962 <source>Update note</source><target state="new">Update note</target>
6963 <context-group purpose="location">
6964 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7030 <context context-type="linenumber">1</context> 6965 <context context-type="linenumber">1</context>
7031 </context-group> 6966 </context-group>
7032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7033 </trans-unit> 6967 </trans-unit>
6968
6969
7034 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3"> 6970 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
7035 <source>Mark as accepted</source> 6971 <source>Mark as accepted</source>
7036 <target>Marcar como aceito</target> 6972 <target>Marcar como aceito</target>
@@ -7046,6 +6982,12 @@
7046 <context context-type="linenumber">1</context> 6982 <context context-type="linenumber">1</context>
7047 </context-group> 6983 </context-group>
7048 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 6984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
6985 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
6986 <source>Actions for the video</source><target state="new">Actions for the video</target>
6987 <context-group purpose="location">
6988 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6989 <context context-type="linenumber">1</context>
6990 </context-group>
7049 </trans-unit> 6991 </trans-unit>
7050 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599"> 6992 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
7051 <source>Do you really want to delete this abuse report?</source> 6993 <source>Do you really want to delete this abuse report?</source>
@@ -7936,11 +7878,8 @@
7936 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group> 7878 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group>
7937 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7879 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7938 <source>max size</source><target state="new">max size</target> 7880 <source>max size</source><target state="new">max size</target>
7939 <context-group purpose="location"> 7881
7940 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7882 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7941 <context context-type="linenumber">1</context>
7942 </context-group>
7943 </trans-unit>
7944 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7883 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
7945 <source>Now please check your emails to verify your account and complete signup.</source> 7884 <source>Now please check your emails to verify your account and complete signup.</source>
7946 <target state="new">Now please check your emails to verify your account and complete signup.</target> 7885 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8288,6 +8227,12 @@
8288 <context context-type="linenumber">1</context> 8227 <context context-type="linenumber">1</context>
8289 </context-group> 8228 </context-group>
8290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8229 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8230 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8231 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8232 <context-group purpose="location">
8233 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8234 <context context-type="linenumber">1</context>
8235 </context-group>
8291 </trans-unit> 8236 </trans-unit>
8292 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 8237 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
8293 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 8238 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8360,15 +8305,14 @@
8360 <context context-type="linenumber">1</context> 8305 <context context-type="linenumber">1</context>
8361 </context-group> 8306 </context-group>
8362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8307 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8363 </trans-unit> 8308 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8364 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 8309 <source>just now</source><target state="new">just now</target>
8365 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 8310 <context-group purpose="location">
8366 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> segundos atrás</target> 8311 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8367 <context-group name="null">
8368 <context context-type="linenumber">1</context> 8312 <context context-type="linenumber">1</context>
8369 </context-group> 8313 </context-group>
8370 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8314 </trans-unit>
8371 </trans-unit><trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8315 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8372 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 8316 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
8373 <context-group purpose="location"> 8317 <context-group purpose="location">
8374 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8318 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
@@ -10050,8 +9994,8 @@
10050 <context-group name="null"> 9994 <context-group name="null">
10051 <context context-type="linenumber">1</context> 9995 <context context-type="linenumber">1</context>
10052 </context-group> 9996 </context-group>
10053 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group> 9997
10054 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 9998 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10055 <source>Encoder</source><target state="new">Encoder</target> 9999 <source>Encoder</source><target state="new">Encoder</target>
10056 <context-group purpose="location"> 10000 <context-group purpose="location">
10057 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10001 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10321,15 +10265,14 @@
10321 <context context-type="linenumber">1</context> 10265 <context context-type="linenumber">1</context>
10322 </context-group> 10266 </context-group>
10323 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 10267 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10324 </trans-unit> 10268 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10325 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 10269 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10326 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
10327 <target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target>
10328 <context-group purpose="location"> 10270 <context-group purpose="location">
10329 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10271 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10330 <context context-type="linenumber">1</context> 10272 <context context-type="linenumber">1</context>
10331 </context-group> 10273 </context-group>
10332 </trans-unit> 10274 </trans-unit>
10275
10333 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 10276 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
10334 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10277 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10335 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target> 10278 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target>
diff --git a/client/src/locale/angular.ru-RU.xlf b/client/src/locale/angular.ru-RU.xlf
index 0a9282a20..1461a3993 100644
--- a/client/src/locale/angular.ru-RU.xlf
+++ b/client/src/locale/angular.ru-RU.xlf
@@ -607,37 +607,37 @@
607 <context-group name="null"> 607 <context-group name="null">
608 <context context-type="linenumber">6</context> 608 <context context-type="linenumber">6</context>
609 </context-group> 609 </context-group>
610 <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> 610
611 <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> 611
612 </trans-unit> 612 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
613 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 613 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
614 <source>Private</source> 614 <source>Private</source>
615 <target>Приватный</target> 615 <target>Приватный</target>
616 <context-group name="null"> 616 <context-group name="null">
617 <context context-type="linenumber">7</context> 617 <context context-type="linenumber">7</context>
618 </context-group> 618 </context-group>
619 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</context></context-group> 619
620 <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> 620
621 <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> 621
622 </trans-unit> 622 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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>
623 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 623 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
624 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 624 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
625 <target state="translated">{VAR_PLURAL, plural, =1 {1 просмотр} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> просмотров} }</target> 625 <target state="translated">{VAR_PLURAL, plural, =1 {1 просмотр} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> просмотров} }</target>
626 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group> 626
627 </trans-unit> 627 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
628 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 628 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
629 <source>Blacklisted</source> 629 <source>Blacklisted</source>
630 <target>Черный список</target> 630 <target>Черный список</target>
631 <context-group name="null"> 631 <context-group name="null">
632 <context context-type="linenumber">42</context> 632 <context context-type="linenumber">42</context>
633 </context-group> 633 </context-group>
634 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group> 634
635 </trans-unit> 635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
636 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 636 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
637 <source>Sensitive</source> 637 <source>Sensitive</source>
638 <target state="translated">Чувствительный</target> 638 <target state="translated">Чувствительный</target>
639 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group> 639
640 </trans-unit> 640 <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>
641 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 641 <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> 642 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
643 <target state="translated">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> видео} }</target> 643 <target state="translated">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> видео} }</target>
@@ -695,7 +695,7 @@
695 695
696 696
697 697
698 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit> 698 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
699 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 699 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
700 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 700 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
701 <target>Удалить с <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 701 <target>Удалить с <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -743,7 +743,7 @@
743 743
744 744
745 745
746 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 746 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
747 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 747 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
748 <source>Truncated preview</source> 748 <source>Truncated preview</source>
749 <target>Укороченная обложка</target> 749 <target>Укороченная обложка</target>
@@ -935,10 +935,10 @@
935 <context-group name="null"> 935 <context-group name="null">
936 <context context-type="linenumber">286</context> 936 <context context-type="linenumber">286</context>
937 </context-group> 937 </context-group>
938 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group> 938
939 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group> 939
940 <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">46</context></context-group> 940
941 </trans-unit> 941 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
942 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 942 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
943 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 943 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
944 <target>HTTP импорт (YouTube, Vimeo, прямой URL-адрес...)</target> 944 <target>HTTP импорт (YouTube, Vimeo, прямой URL-адрес...)</target>
@@ -1085,7 +1085,7 @@
1085 1085
1086 1086
1087 1087
1088 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1088 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1089 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1089 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1090 <source>Ban this user</source> 1090 <source>Ban this user</source>
1091 <target>Заблокировать этого пользователя</target> 1091 <target>Заблокировать этого пользователя</target>
@@ -1102,14 +1102,7 @@
1102 <context context-type="linenumber">11</context> 1102 <context context-type="linenumber">11</context>
1103 </context-group> 1103 </context-group>
1104 </trans-unit> 1104 </trans-unit>
1105 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 1105
1106 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1107 <target state="translated">(расширения: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, максимальный размер: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1108 <context-group purpose="location">
1109 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
1110 <context context-type="linenumber">12</context>
1111 </context-group>
1112 </trans-unit>
1113 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1106 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1114 <source>Login</source> 1107 <source>Login</source>
1115 <target> 1108 <target>
@@ -1240,7 +1233,7 @@
1240 1233
1241 1234
1242 1235
1243 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1236 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1244 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1237 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1245 <source>Email address</source> 1238 <source>Email address</source>
1246 <target>Электронный адрес</target> 1239 <target>Электронный адрес</target>
@@ -1632,15 +1625,9 @@
1632 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1625 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1633 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source> 1626 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source>
1634 <target state="translated">Интерфейс: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1627 <target state="translated">Интерфейс: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1635 <context-group purpose="location"> 1628
1636 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1629
1637 <context context-type="linenumber">36</context> 1630 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit>
1638 </context-group>
1639 <context-group purpose="location">
1640 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1641 <context context-type="linenumber">158</context>
1642 </context-group>
1643 </trans-unit>
1644 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html"> 1631 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1645 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source> 1632 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source>
1646 <target state="translated">Видео: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1633 <target state="translated">Видео: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
@@ -1684,48 +1671,33 @@
1684 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1671 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1685 <source>Help</source> 1672 <source>Help</source>
1686 <target state="translated">Помощь</target> 1673 <target state="translated">Помощь</target>
1687 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group> 1674
1688 </trans-unit> 1675 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1689 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1676 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1690 <source>Get help using PeerTube</source> 1677 <source>Get help using PeerTube</source>
1691 <target state="translated">Получить помощь с помощью PeerTube</target> 1678 <target state="translated">Получить помощь с помощью PeerTube</target>
1692 <context-group purpose="location"> 1679
1693 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1680 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1694 <context context-type="linenumber">167</context>
1695 </context-group>
1696 </trans-unit>
1697 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html"> 1681 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1698 <source>Shortcuts</source> 1682 <source>Shortcuts</source>
1699 <target state="translated">Ярлык</target> 1683 <target state="translated">Ярлык</target>
1700 <context-group purpose="location"> 1684
1701 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1685 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit>
1702 <context context-type="linenumber">168</context>
1703 </context-group>
1704 </trans-unit>
1705 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html"> 1686 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1706 <source>powered by PeerTube</source> 1687 <source>powered by PeerTube</source>
1707 <target state="translated">разработано PeerTube</target> 1688 <target state="translated">разработано PeerTube</target>
1708 <context-group purpose="location"> 1689
1709 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1690 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1710 <context context-type="linenumber">172</context>
1711 </context-group>
1712 </trans-unit>
1713 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html"> 1691 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1714 <source>PeerTube website</source> 1692 <source>PeerTube website</source>
1715 <target state="translated">PeerTube вебсайт</target> 1693 <target state="translated">PeerTube вебсайт</target>
1716 <context-group purpose="location"> 1694
1717 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1695 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1718 <context context-type="linenumber">172</context>
1719 </context-group>
1720 </trans-unit>
1721 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html"> 1696 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1722 <source>powered by PeerTube - CopyLeft 2015-2020</source> 1697 <source>powered by PeerTube - CopyLeft 2015-2020</source>
1723 <target state="translated">разработано PeerTube - CopyLeft 2015-2020</target> 1698 <target state="translated">разработано PeerTube - CopyLeft 2015-2020</target>
1724 <context-group purpose="location"> 1699
1725 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1700 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1726 <context context-type="linenumber">171</context>
1727 </context-group>
1728 </trans-unit>
1729 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1701 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1730 <source>Log out</source> 1702 <source>Log out</source>
1731 <target>Выйти</target> 1703 <target>Выйти</target>
@@ -1843,19 +1815,9 @@
1843 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1815 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1844 <source>Contact</source> 1816 <source>Contact</source>
1845 <target state="translated">Контакт</target> 1817 <target state="translated">Контакт</target>
1846 <context-group purpose="location"> 1818
1847 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1819 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1848 <context context-type="linenumber">154</context> 1820
1849 </context-group>
1850 </trans-unit>
1851 <trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1852 <source>Terms of Service</source>
1853 <target state="translated">Условия Обслуживания</target>
1854 <context-group purpose="location">
1855 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1856 <context context-type="linenumber">155</context>
1857 </context-group>
1858 </trans-unit>
1859 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1821 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1860 <source>View your notifications</source> 1822 <source>View your notifications</source>
1861 <target>Показать уведомления</target> 1823 <target>Показать уведомления</target>
@@ -2323,7 +2285,7 @@
2323 2285
2324 2286
2325 2287
2326 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2288 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2327 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2289 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2328 <source>Privacy</source> 2290 <source>Privacy</source>
2329 <target>Доступ</target> 2291 <target>Доступ</target>
@@ -2338,47 +2300,28 @@
2338 2300
2339 2301
2340 2302
2341 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit> 2303 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit>
2342 <trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2304
2343 <source>More information about privacy within PeerTube</source>
2344 <target state="translated">Более подробная информация о конфиденциальности PeerTube</target>
2345 <context-group purpose="location">
2346 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2347 <context context-type="linenumber">164</context>
2348 </context-group>
2349 </trans-unit>
2350 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html"> 2305 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2351 <source>FAQ</source> 2306 <source>FAQ</source>
2352 <target state="translated">ЧАСТО ЗАДАВАЕМЫЕ ВОПРОСЫ</target> 2307 <target state="translated">ЧАСТО ЗАДАВАЕМЫЕ ВОПРОСЫ</target>
2353 <context-group purpose="location"> 2308
2354 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2309 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2355 <context context-type="linenumber">165</context>
2356 </context-group>
2357 </trans-unit>
2358 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html"> 2310 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2359 <source>Frequently asked questions about PeerTube</source> 2311 <source>Frequently asked questions about PeerTube</source>
2360 <target state="translated">Часто задаваемые вопросы о PeerTube</target> 2312 <target state="translated">Часто задаваемые вопросы о PeerTube</target>
2361 <context-group purpose="location"> 2313
2362 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2314 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2363 <context context-type="linenumber">165</context>
2364 </context-group>
2365 </trans-unit>
2366 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html"> 2315 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2367 <source>API</source> 2316 <source>API</source>
2368 <target state="new">API</target> 2317 <target state="new">API</target>
2369 <context-group purpose="location"> 2318
2370 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2319 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2371 <context context-type="linenumber">166</context>
2372 </context-group>
2373 </trans-unit>
2374 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html"> 2320 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2375 <source>API documentation</source> 2321 <source>API documentation</source>
2376 <target state="translated">API документация</target> 2322 <target state="translated">API документация</target>
2377 <context-group purpose="location"> 2323
2378 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2324 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2379 <context context-type="linenumber">166</context>
2380 </context-group>
2381 </trans-unit>
2382 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2325 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2383 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2326 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2384 <target>Запланированная публикация (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2327 <target>Запланированная публикация (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2592,7 +2535,7 @@
2592 2535
2593 2536
2594 2537
2595 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit> 2538 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2596 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2539 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2597 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2540 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2598 <target>Поздравляем, видео под <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> было импортировано! Теперь вы можете добавить информацию об этом видео. </target> 2541 <target>Поздравляем, видео под <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> было импортировано! Теперь вы можете добавить информацию об этом видео. </target>
@@ -2607,11 +2550,11 @@
2607 <context-group name="null"> 2550 <context-group name="null">
2608 <context context-type="linenumber">17</context> 2551 <context context-type="linenumber">17</context>
2609 </context-group> 2552 </context-group>
2610 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group> 2553
2611 <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">74</context></context-group> 2554
2612 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group> 2555
2613 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group> 2556
2614 </trans-unit> 2557 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2615 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2558 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2616 <source>Select the file to upload</source> 2559 <source>Select the file to upload</source>
2617 <target>Выбрать файл для загрузки</target> 2560 <target>Выбрать файл для загрузки</target>
@@ -2626,16 +2569,13 @@
2626 <context-group name="null"> 2569 <context-group name="null">
2627 <context context-type="linenumber">25</context> 2570 <context context-type="linenumber">25</context>
2628 </context-group> 2571 </context-group>
2629 <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">25</context></context-group> 2572
2630 </trans-unit> 2573 <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">24</context></context-group></trans-unit>
2631 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2574 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2632 <source>Video background image</source> 2575 <source>Video background image</source>
2633 <target state="translated">Фоновое изображение видео</target> 2576 <target state="translated">Фоновое изображение видео</target>
2634 <context-group purpose="location"> 2577
2635 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2578 <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">31</context></context-group></trans-unit>
2636 <context context-type="linenumber">32</context>
2637 </context-group>
2638 </trans-unit>
2639 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2579 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2640 <source> 2580 <source>
2641 Image that will be merged with your audio file. 2581 Image that will be merged with your audio file.
@@ -2643,27 +2583,15 @@
2643 The chosen image will be definitive and cannot be modified. 2583 The chosen image will be definitive and cannot be modified.
2644 </source> 2584 </source>
2645 <target state="translated">Изображение, которое будет добавлено к вашему аудиофайлу. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Выбранный образ будет окончательным и не может быть изменен. </target> 2585 <target state="translated">Изображение, которое будет добавлено к вашему аудиофайлу. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Выбранный образ будет окончательным и не может быть изменен. </target>
2646 <context-group purpose="location"> 2586
2647 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2587 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2648 <context context-type="linenumber">34</context>
2649 </context-group>
2650 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2651 <source>Processing…</source><target state="new">Processing…</target> 2588 <source>Processing…</source><target state="new">Processing…</target>
2652 <context-group purpose="location"> 2589
2653 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2590 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2654 <context context-type="linenumber">56</context>
2655 </context-group>
2656 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2657 <source>Total video quota</source><target state="new">Total video quota</target> 2591 <source>Total video quota</source><target state="new">Total video quota</target>
2658 <context-group purpose="location"> 2592
2659 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2593
2660 <context context-type="linenumber">54</context> 2594 <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">53</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">11</context></context-group></trans-unit>
2661 </context-group>
2662 <context-group purpose="location">
2663 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2664 <context context-type="linenumber">11</context>
2665 </context-group>
2666 </trans-unit>
2667 <trans-unit id="6357683911e256c566259880de43ea9403de00d3"> 2595 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2668 <source>Congratulations! Your video is now available in your private library.</source> 2596 <source>Congratulations! Your video is now available in your private library.</source>
2669 <target> 2597 <target>
@@ -2673,7 +2601,7 @@
2673 <context context-type="linenumber">66</context> 2601 <context context-type="linenumber">66</context>
2674 </context-group> 2602 </context-group>
2675 2603
2676 <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">68</context></context-group></trans-unit> 2604 <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">67</context></context-group></trans-unit>
2677 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2605 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2678 <source>Publish will be available when upload is finished</source> 2606 <source>Publish will be available when upload is finished</source>
2679 <target>Публикация произойдёт, когда загрузка будет завершена</target> 2607 <target>Публикация произойдёт, когда загрузка будет завершена</target>
@@ -2681,7 +2609,7 @@
2681 <context context-type="linenumber">79</context> 2609 <context context-type="linenumber">79</context>
2682 </context-group> 2610 </context-group>
2683 2611
2684 <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">81</context></context-group></trans-unit> 2612 <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">80</context></context-group></trans-unit>
2685 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2613 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2686 <source>Publish</source> 2614 <source>Publish</source>
2687 <target>Опубликовать</target> 2615 <target>Опубликовать</target>
@@ -2689,7 +2617,7 @@
2689 <context context-type="linenumber">86</context> 2617 <context context-type="linenumber">86</context>
2690 </context-group> 2618 </context-group>
2691 2619
2692 <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">88</context></context-group></trans-unit> 2620 <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">87</context></context-group></trans-unit>
2693 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2621 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2694 <source>Select the torrent to import</source> 2622 <source>Select the torrent to import</source>
2695 <target>Выбрать торрент для импорта</target> 2623 <target>Выбрать торрент для импорта</target>
@@ -2697,34 +2625,30 @@
2697 <context context-type="linenumber">6</context> 2625 <context context-type="linenumber">6</context>
2698 </context-group> 2626 </context-group>
2699 <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">6</context></context-group> 2627 <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">6</context></context-group>
2700 </trans-unit> 2628 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2701 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2629 <source>OR</source><target state="new">OR</target>
2702 <source>Or</source> 2630 <context-group purpose="location">
2703 <target>Или</target> 2631 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2704 <context-group name="null"> 2632 <context context-type="linenumber">10</context>
2705 <context context-type="linenumber">11</context>
2706 </context-group> 2633 </context-group>
2707 <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">11</context></context-group>
2708 </trans-unit> 2634 </trans-unit>
2635
2709 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2636 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2710 <source>Paste magnet URI</source> 2637 <source>Paste magnet URI</source>
2711 <target>Вставить магнет-ссылку</target> 2638 <target>Вставить магнет-ссылку</target>
2712 <context-group name="null"> 2639 <context-group name="null">
2713 <context context-type="linenumber">14</context> 2640 <context context-type="linenumber">14</context>
2714 </context-group> 2641 </context-group>
2715 <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> 2642
2716 </trans-unit> 2643 <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">13</context></context-group></trans-unit>
2717 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2644 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2718 <source> 2645 <source>
2719 You can import any torrent file that points to a mp4 file. 2646 You can import any torrent file that points to a mp4 file.
2720 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. 2647 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.
2721 </source> 2648 </source>
2722 <target state="translated">Вы можете импортировать любой торрент-файл, который указывает на файл mp4. Вы должны убедиться, что у вас есть права на распространение данного контента, иначе это может вызвать юридические проблемы для вас и вашего экземпляра.</target> 2649 <target state="translated">Вы можете импортировать любой торрент-файл, который указывает на файл mp4. Вы должны убедиться, что у вас есть права на распространение данного контента, иначе это может вызвать юридические проблемы для вас и вашего экземпляра.</target>
2723 <context-group purpose="location"> 2650
2724 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2651 <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">16</context></context-group></trans-unit>
2725 <context context-type="linenumber">17</context>
2726 </context-group>
2727 </trans-unit>
2728 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2652 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2729 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2653 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2730 <target> 2654 <target>
@@ -2733,8 +2657,8 @@
2733 <context-group name="null"> 2657 <context-group name="null">
2734 <context context-type="linenumber">57</context> 2658 <context context-type="linenumber">57</context>
2735 </context-group> 2659 </context-group>
2736 <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> 2660
2737 </trans-unit> 2661 <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">56</context></context-group></trans-unit>
2738 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2662 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2739 <source> 2663 <source>
2740 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. 2664 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.
@@ -3045,10 +2969,10 @@
3045 <context-group name="null"> 2969 <context-group name="null">
3046 <context context-type="linenumber">63</context> 2970 <context context-type="linenumber">63</context>
3047 </context-group> 2971 </context-group>
3048 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group> 2972
3049 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group> 2973
3050 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">63</context></context-group> 2974
3051 </trans-unit> 2975 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit>
3052 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2976 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
3053 <source>Subscribe</source> 2977 <source>Subscribe</source>
3054 <target state="translated">Подписаться</target> 2978 <target state="translated">Подписаться</target>
@@ -3137,7 +3061,7 @@
3137 <context context-type="linenumber">215</context> 3061 <context context-type="linenumber">215</context>
3138 </context-group> 3062 </context-group>
3139 3063
3140 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 3064 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3141 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3065 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3142 <source>Get more information</source> 3066 <source>Get more information</source>
3143 <target>Получить подробную информацию</target> 3067 <target>Получить подробную информацию</target>
@@ -3217,27 +3141,18 @@
3217 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html"> 3141 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html">
3218 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source> 3142 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source>
3219 <target state="translated">Просмотрено <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </target> 3143 <target state="translated">Просмотрено <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </target>
3220 <context-group purpose="location"> 3144
3221 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3145 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3222 <context context-type="linenumber">77</context>
3223 </context-group>
3224 </trans-unit>
3225 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3146 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3226 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3147 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3227 <target state="translated">Просмотрено <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target> 3148 <target state="translated">Просмотрено <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target>
3228 <context-group purpose="location"> 3149
3229 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3150 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3230 <context context-type="linenumber">80</context>
3231 </context-group>
3232 </trans-unit>
3233 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3151 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3234 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3152 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3235 <target state="translated">Просмотрено <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 3153 <target state="translated">Просмотрено <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
3236 <context-group purpose="location"> 3154
3237 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3155 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3238 <context context-type="linenumber">84</context>
3239 </context-group>
3240 </trans-unit>
3241 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3156 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3242 <source>Comments are disabled.</source> 3157 <source>Comments are disabled.</source>
3243 <target> 3158 <target>
@@ -3246,8 +3161,8 @@
3246 <context-group name="null"> 3161 <context-group name="null">
3247 <context context-type="linenumber">64</context> 3162 <context context-type="linenumber">64</context>
3248 </context-group> 3163 </context-group>
3249 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 3164
3250 </trans-unit> 3165 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3251 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3166 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3252 <source>Add comment...</source> 3167 <source>Add comment...</source>
3253 <target>Добавить комментарий...</target> 3168 <target>Добавить комментарий...</target>
@@ -3339,74 +3254,54 @@
3339 </context-group> 3254 </context-group>
3340 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3255 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3341 </trans-unit> 3256 </trans-unit>
3342 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 3257
3343 <source>Follow</source>
3344 <target>Подписаться</target>
3345 <context-group name="null">
3346 <context context-type="linenumber">7</context>
3347 </context-group>
3348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3349 </trans-unit>
3350 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3258 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3351 <source>Followers</source> 3259 <source>Followers</source>
3352 <target>Подписчики</target> 3260 <target>Подписчики</target>
3353 <context-group name="null"> 3261 <context-group name="null">
3354 <context context-type="linenumber">3</context> 3262 <context context-type="linenumber">3</context>
3355 </context-group> 3263 </context-group>
3356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 3264
3357 </trans-unit> 3265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3358 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3266 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3359 <source>Video redundancies</source> 3267 <source>Video redundancies</source>
3360 <target state="translated">Видео повторы</target> 3268 <target state="translated">Видео повторы</target>
3361 <context-group purpose="location"> 3269
3362 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3363 <context context-type="linenumber">11</context>
3364 </context-group>
3365 </trans-unit>
3366 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 3271 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
3367 <source>1 host (without "http://") per line</source> 3272 <source>1 host (without "http://") per line</source>
3368 <target>1 хост (без "http://") на одной строке</target> 3273 <target>1 хост (без "http://") на одной строке</target>
3369 <context-group name="null"> 3274 <context-group name="null">
3370 <context context-type="linenumber">5</context> 3275 <context context-type="linenumber">5</context>
3371 </context-group> 3276 </context-group>
3372 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">5</context></context-group> 3277
3373 </trans-unit> 3278 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3374 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507"> 3279 <source>Follow domain</source><target state="new">Follow domain</target>
3375 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3280 <context-group purpose="location">
3376 <target> 3281 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3377 Этот сервер не поддерживает HTTPS. Если вы хотите, чтобы пользователи могли подписываться на другие сервера, Вашему серверу нужен активированный TLS. 3282 <context context-type="linenumber">15</context>
3378 </target>
3379 <context-group name="null">
3380 <context context-type="linenumber">17</context>
3381 </context-group>
3382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">17</context></context-group>
3383 </trans-unit>
3384 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
3385 <source>Add following</source>
3386 <target>Добавить подписку</target>
3387 <context-group name="null">
3388 <context context-type="linenumber">21</context>
3389 </context-group> 3283 </context-group>
3390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group>
3391 </trans-unit> 3284 </trans-unit>
3285
3286
3392 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3287 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3393 <source>Filter...</source> 3288 <source>Filter...</source>
3394 <target>Фильтр...</target> 3289 <target>Фильтр...</target>
3395 <context-group name="null"> 3290 <context-group name="null">
3396 <context context-type="linenumber">27</context> 3291 <context context-type="linenumber">27</context>
3397 </context-group> 3292 </context-group>
3398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</context></context-group> 3293
3399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">9</context></context-group> 3294
3400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">27</context></context-group> 3295
3401 </trans-unit> 3296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3402 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3297 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3403 <source>ID</source> 3298 <source>ID</source>
3404 <target>ID</target> 3299 <target>ID</target>
3405 <context-group name="null"> 3300 <context-group name="null">
3406 <context context-type="linenumber">18</context> 3301 <context context-type="linenumber">18</context>
3407 </context-group> 3302 </context-group>
3408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 3303
3409 </trans-unit> 3304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3410 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3305 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3411 <source>Follower handle</source> 3306 <source>Follower handle</source>
3412 <target state="new">Follower handle</target> 3307 <target state="new">Follower handle</target>
@@ -3418,80 +3313,65 @@
3418 <context-group name="null"> 3313 <context-group name="null">
3419 <context context-type="linenumber">10</context> 3314 <context context-type="linenumber">10</context>
3420 </context-group> 3315 </context-group>
3421 <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
3422 <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> 3317
3423 </trans-unit> 3318 <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>
3424 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3319 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3425 <source>Delayed.</source> 3320 <source>Delayed.</source>
3426 <target state="translated">Отложено.</target> 3321 <target state="translated">Отложено.</target>
3427 <context-group purpose="location"> 3322
3428 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3429 <context context-type="linenumber">42</context>
3430 </context-group>
3431 </trans-unit>
3432 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3324 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3433 <source>Will start soon...</source> 3325 <source>Will start soon...</source>
3434 <target state="translated">Скоро начнется...</target> 3326 <target state="translated">Скоро начнется...</target>
3435 <context-group purpose="location"> 3327
3436 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3437 <context context-type="linenumber">43</context>
3438 </context-group>
3439 </trans-unit>
3440 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3329 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3441 <source>Running...</source> 3330 <source>Running...</source>
3442 <target state="translated">В процессе...</target> 3331 <target state="translated">В процессе...</target>
3443 <context-group purpose="location"> 3332
3444 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3445 <context context-type="linenumber">44</context>
3446 </context-group>
3447 </trans-unit>
3448 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3334 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3449 <source>Finished</source> 3335 <source>Finished</source>
3450 <target state="translated">Выполнено</target> 3336 <target state="translated">Выполнено</target>
3451 <context-group purpose="location"> 3337
3452 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3453 <context context-type="linenumber">45</context>
3454 </context-group>
3455 </trans-unit>
3456 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3339 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3457 <source>Failed</source> 3340 <source>Failed</source>
3458 <target state="translated">Неудачно</target> 3341 <target state="translated">Неудачно</target>
3459 <context-group purpose="location"> 3342
3460 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3343 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3461 <context context-type="linenumber">46</context>
3462 </context-group>
3463 </trans-unit>
3464 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3344 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3465 <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> 3345 <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>
3466 <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> 3346 <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>
3467 <context-group name="null"> 3347 <context-group name="null">
3468 <context context-type="linenumber">11</context> 3348 <context context-type="linenumber">11</context>
3469 </context-group> 3349 </context-group>
3470 <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> 3350
3471 <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> 3351
3472 <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> 3352
3473 <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> 3353
3474 <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> 3354
3475 <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> 3355
3476 </trans-unit> 3356 <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">24</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">46</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">11</context></context-group><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><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>
3477 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3357 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3478 <source>Accepted</source> 3358 <source>Accepted</source>
3479 <target>Принято</target> 3359 <target>Принято</target>
3480 <context-group name="null"> 3360 <context-group name="null">
3481 <context context-type="linenumber">32</context> 3361 <context context-type="linenumber">32</context>
3482 </context-group> 3362 </context-group>
3483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3363
3484 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3364
3485 </trans-unit> 3365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3486 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3366 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3487 <source>Pending</source> 3367 <source>Pending</source>
3488 <target>Ожидается</target> 3368 <target>Ожидается</target>
3489 <context-group name="null"> 3369 <context-group name="null">
3490 <context context-type="linenumber">33</context> 3370 <context context-type="linenumber">33</context>
3491 </context-group> 3371 </context-group>
3492 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3372
3493 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3373
3494 </trans-unit> 3374 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3495 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3375 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3496 <source>Accept</source> 3376 <source>Accept</source>
3497 <target state="translated">Согласиться</target> 3377 <target state="translated">Согласиться</target>
@@ -3506,6 +3386,12 @@
3506 </context-group> 3386 </context-group>
3507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3387 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3508 <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">42</context></context-group> 3388 <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">42</context></context-group>
3389 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3390 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3391 <context-group purpose="location">
3392 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3393 <context context-type="linenumber">3</context>
3394 </context-group>
3509 </trans-unit> 3395 </trans-unit>
3510 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 3396 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3511 <source>Host</source> 3397 <source>Host</source>
@@ -3513,24 +3399,32 @@
3513 <context-group name="null"> 3399 <context-group name="null">
3514 <context context-type="linenumber">19</context> 3400 <context context-type="linenumber">19</context>
3515 </context-group> 3401 </context-group>
3516 <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> 3402
3517 </trans-unit> 3403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3518 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3404 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3519 <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> 3405 <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>
3520 <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> 3406 <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>
3407
3408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3409 <source>Follow domains</source><target state="new">Follow domains</target>
3521 <context-group purpose="location"> 3410 <context-group purpose="location">
3522 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3411 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3523 <context context-type="linenumber">21</context> 3412 <context context-type="linenumber">50</context>
3524 </context-group> 3413 </context-group>
3525 </trans-unit> 3414 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3526 <trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3415 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3527 <source>Video redundancies list</source>
3528 <target state="new">Video redundancies list</target>
3529 <context-group purpose="location"> 3416 <context-group purpose="location">
3530 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3417 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3531 <context context-type="linenumber">2</context> 3418 <context context-type="linenumber">7</context>
3419 </context-group>
3420 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3421 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3422 <context-group purpose="location">
3423 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3424 <context context-type="linenumber">8</context>
3532 </context-group> 3425 </context-group>
3533 </trans-unit> 3426 </trans-unit>
3427
3534 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 3428 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
3535 <source>Create user</source> 3429 <source>Create user</source>
3536 <target>Создать пользователя</target> 3430 <target>Создать пользователя</target>
@@ -3594,7 +3488,7 @@
3594 3488
3595 3489
3596 3490
3597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3598 <source> 3492 <source>
3599 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3493 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3600 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3494 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3687,34 +3581,38 @@
3687 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 3581 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3688 <source>Batch actions</source> 3582 <source>Batch actions</source>
3689 <target state="translated">Пакетные действия</target> 3583 <target state="translated">Пакетные действия</target>
3690 <context-group purpose="location"> 3584
3691 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3692 <context context-type="linenumber">19</context>
3693 </context-group>
3694 </trans-unit>
3695 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3586 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3696 <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> 3587 <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>
3697 <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> 3588 <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>
3698 <context-group name="null"> 3589 <context-group name="null">
3699 <context context-type="linenumber">40</context> 3590 <context context-type="linenumber">40</context>
3700 </context-group> 3591 </context-group>
3701 <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> 3592
3702 </trans-unit> 3593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3703 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3594 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3704 <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> 3595 <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>
3705 <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> 3596 <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>
3706 <context-group purpose="location"> 3597
3707 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3598 <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></trans-unit>
3708 <context context-type="linenumber">42</context>
3709 </context-group>
3710 </trans-unit>
3711 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3599 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3712 <source>(banned)</source> 3600 <source>(banned)</source>
3713 <target>(заблокирован)</target> 3601 <target>(заблокирован)</target>
3714 <context-group name="null"> 3602 <context-group name="null">
3715 <context context-type="linenumber">65</context> 3603 <context context-type="linenumber">65</context>
3716 </context-group> 3604 </context-group>
3717 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group> 3605
3606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3607 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3608 <context-group purpose="location">
3609 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3610 <context context-type="linenumber">65</context>
3611 </context-group>
3612 <context-group purpose="location">
3613 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3614 <context context-type="linenumber">27</context>
3615 </context-group>
3718 </trans-unit> 3616 </trans-unit>
3719 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3617 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3720 <source>User's email must be verified to login</source> 3618 <source>User's email must be verified to login</source>
@@ -3722,23 +3620,29 @@
3722 <context-group name="null"> 3620 <context-group name="null">
3723 <context context-type="linenumber">72</context> 3621 <context context-type="linenumber">72</context>
3724 </context-group> 3622 </context-group>
3725 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group> 3623
3726 </trans-unit> 3624 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3727 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3625 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3728 <source>User's email is verified / User can login without email verification</source> 3626 <source>User's email is verified / User can login without email verification</source>
3729 <target>Электронная почта пользователя подтверждена / Пользователь может авторизоваться без подтверждения электронной почты</target> 3627 <target>Электронная почта пользователя подтверждена / Пользователь может авторизоваться без подтверждения электронной почты</target>
3730 <context-group name="null"> 3628 <context-group name="null">
3731 <context context-type="linenumber">76</context> 3629 <context context-type="linenumber">76</context>
3732 </context-group> 3630 </context-group>
3733 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group> 3631
3734 </trans-unit> 3632 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3735 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3633 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3736 <source>Ban reason:</source> 3634 <source>Ban reason:</source>
3737 <target>Причина блокировки:</target> 3635 <target>Причина блокировки:</target>
3738 <context-group name="null"> 3636 <context-group name="null">
3739 <context context-type="linenumber">95</context> 3637 <context context-type="linenumber">95</context>
3740 </context-group> 3638 </context-group>
3741 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group> 3639
3640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3641 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3642 <context-group purpose="location">
3643 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3644 <context context-type="linenumber">15</context>
3645 </context-group>
3742 </trans-unit> 3646 </trans-unit>
3743 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3647 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
3744 <source>Moderation</source> 3648 <source>Moderation</source>
@@ -3788,6 +3692,12 @@
3788 <context context-type="linenumber">13</context> 3692 <context context-type="linenumber">13</context>
3789 </context-group> 3693 </context-group>
3790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3695 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3696 <source>Video <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">Video <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>
3697 <context-group purpose="location">
3698 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3699 <context context-type="linenumber">10</context>
3700 </context-group>
3791 </trans-unit> 3701 </trans-unit>
3792 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3702 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3793 <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> 3703 <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>
@@ -3795,91 +3705,91 @@
3795 <context-group name="null"> 3705 <context-group name="null">
3796 <context context-type="linenumber">8</context> 3706 <context context-type="linenumber">8</context>
3797 </context-group> 3707 </context-group>
3798 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3708
3799 <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">8</context></context-group> 3709
3800 </trans-unit> 3710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3801 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3711 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3802 <source>Video URL</source> 3712 <source>Video URL</source>
3803 <target state="translated">URL Видео</target> 3713 <target state="translated">URL Видео</target>
3804 <context-group purpose="location"> 3714
3805 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3715 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3806 <context context-type="linenumber">24</context>
3807 </context-group>
3808 </trans-unit>
3809 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3716 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3810 <source>Total size</source> 3717 <source>Total size</source>
3811 <target state="translated">Общий размер</target> 3718 <target state="translated">Общий размер</target>
3719
3720 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3721 <source>List redundancies</source><target state="new">List redundancies</target>
3812 <context-group purpose="location"> 3722 <context-group purpose="location">
3813 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3723 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3814 <context context-type="linenumber">25</context> 3724 <context context-type="linenumber">33</context>
3815 </context-group> 3725 </context-group>
3816 </trans-unit> 3726 </trans-unit>
3817 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3727 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3818 <source>Enabled strategies stats</source> 3728 <source>Enabled strategies stats</source>
3819 <target state="translated">Включенная статистика</target> 3729 <target state="translated">Включенная статистика</target>
3820 <context-group purpose="location"> 3730
3821 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
3822 <context context-type="linenumber">69</context>
3823 </context-group>
3824 </trans-unit>
3825 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3732 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3826 <source>No redundancy strategy is enabled on your instance.</source> 3733 <source>No redundancy strategy is enabled on your instance.</source>
3827 <target state="translated">В вашем экземпляре не включено превышение</target> 3734 <target state="translated">В вашем экземпляре не включено превышение</target>
3828 <context-group purpose="location"> 3735
3829 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3736 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3830 <context context-type="linenumber">73</context>
3831 </context-group>
3832 </trans-unit>
3833 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3737 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3834 <source>Sensitive</source> 3738 <source>Sensitive</source>
3835 <target>Чувствительный</target> 3739 <target>Чувствительный</target>
3836 <context-group name="null"> 3740 <context-group name="null">
3837 <context context-type="linenumber">9</context> 3741 <context context-type="linenumber">9</context>
3838 </context-group> 3742 </context-group>
3839 <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">9</context></context-group> 3743
3840 </trans-unit> 3744 <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">11</context></context-group></trans-unit>
3841 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3745 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3842 <source>Unfederated</source> 3746 <source>Unfederated</source>
3843 <target>Нефедеральный</target> 3747 <target>Нефедеральный</target>
3844 <context-group name="null"> 3748 <context-group name="null">
3845 <context context-type="linenumber">10</context> 3749 <context context-type="linenumber">10</context>
3846 </context-group> 3750 </context-group>
3847 <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> 3751
3848 </trans-unit> 3752 <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">12</context></context-group></trans-unit>
3849 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3753 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3850 <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> 3754 <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>
3851 <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> 3755 <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>
3852 <context-group name="null"> 3756 <context-group name="null">
3853 <context context-type="linenumber">11</context> 3757 <context context-type="linenumber">11</context>
3854 </context-group> 3758 </context-group>
3855 <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">11</context></context-group> 3759
3856 </trans-unit> 3760 <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">13</context></context-group></trans-unit>
3857 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3761 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3858 <source>Go to the video</source> 3762 <source>Go to the video</source>
3859 <target>Перейти в видео</target> 3763 <target>Перейти в видео</target>
3860 <context-group name="null"> 3764 <context-group name="null">
3861 <context context-type="linenumber">33</context> 3765 <context context-type="linenumber">33</context>
3862 </context-group> 3766 </context-group>
3863 <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">25</context></context-group> 3767
3864 <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">33</context></context-group> 3768
3865 <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">33</context></context-group> 3769
3866 </trans-unit> 3770 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3867 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3771 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3868 <source>Actions</source> 3772 <source>Actions</source>
3869 <target>Действия</target> 3773 <target>Действия</target>
3870 <context-group name="null"> 3774 <context-group name="null">
3871 <context context-type="linenumber">44</context> 3775 <context context-type="linenumber">44</context>
3872 </context-group> 3776 </context-group>
3873 <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">35</context></context-group> 3777
3874 <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">44</context></context-group> 3778
3875 </trans-unit> 3779 <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">38</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">57</context></context-group></trans-unit>
3876 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3780 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3877 <source>Blacklist reason:</source> 3781 <source>Blacklist reason:</source>
3878 <target>Причина блокирования:</target> 3782 <target>Причина блокирования:</target>
3879 <context-group name="null"> 3783 <context-group name="null">
3880 <context context-type="linenumber">43</context> 3784 <context context-type="linenumber">43</context>
3881 </context-group> 3785 </context-group>
3882 <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">43</context></context-group> 3786
3787 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3788 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3789 <context-group purpose="location">
3790 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3791 <context context-type="linenumber">5</context>
3792 </context-group>
3883 </trans-unit> 3793 </trans-unit>
3884 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 3794 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
3885 <source>Moderation comment</source> 3795 <source>Moderation comment</source>
@@ -3897,8 +3807,8 @@
3897 <context-group name="null"> 3807 <context-group name="null">
3898 <context context-type="linenumber">18</context> 3808 <context context-type="linenumber">18</context>
3899 </context-group> 3809 </context-group>
3900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">18</context></context-group> 3810
3901 </trans-unit> 3811 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3902 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3812 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3903 <source>Update this comment</source> 3813 <source>Update this comment</source>
3904 <target>Обновить этот комментарий</target> 3814 <target>Обновить этот комментарий</target>
@@ -3906,24 +3816,30 @@
3906 <context context-type="linenumber">26</context> 3816 <context context-type="linenumber">26</context>
3907 </context-group> 3817 </context-group>
3908 3818
3909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3819 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3910 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3820 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3911 <source>Reporter</source> 3821 <source>Reporter</source>
3912 <target>Репортёр</target> 3822 <target>Репортёр</target>
3913 <context-group name="null"> 3823 <context-group name="null">
3914 <context context-type="linenumber">8</context> 3824 <context context-type="linenumber">8</context>
3915 </context-group> 3825 </context-group>
3916 <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">8</context></context-group> 3826
3917 </trans-unit> 3827 <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">10</context></context-group></trans-unit>
3918 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3828 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3919 <source>Video</source> 3829 <source>Video</source>
3920 <target>Видео</target> 3830 <target>Видео</target>
3921 <context-group name="null"> 3831 <context-group name="null">
3922 <context context-type="linenumber">9</context> 3832 <context context-type="linenumber">9</context>
3923 </context-group> 3833 </context-group>
3924 <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">10</context></context-group> 3834
3925 <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">14</context></context-group> 3835
3926 <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> 3836
3837 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3838 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3839 <context-group purpose="location">
3840 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3841 <context context-type="linenumber">46</context>
3842 </context-group>
3927 </trans-unit> 3843 </trans-unit>
3928 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3844 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3929 <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> 3845 <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>
@@ -3931,10 +3847,10 @@
3931 <context-group name="null"> 3847 <context-group name="null">
3932 <context context-type="linenumber">11</context> 3848 <context context-type="linenumber">11</context>
3933 </context-group> 3849 </context-group>
3934 <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> 3850
3935 <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> 3851
3936 <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> 3852
3937 </trans-unit> 3853 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3938 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3854 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3939 <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> 3855 <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>
3940 <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> 3856 <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>
@@ -3949,25 +3865,30 @@
3949 <context-group name="null"> 3865 <context-group name="null">
3950 <context context-type="linenumber">27</context> 3866 <context context-type="linenumber">27</context>
3951 </context-group> 3867 </context-group>
3952 <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">25</context></context-group> 3868
3953 <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">27</context></context-group> 3869
3954 </trans-unit> 3870 <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">27</context></context-group></trans-unit>
3955 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3871 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
3956 <source>Reason:</source> 3872 <source>Reason:</source>
3957 <target>Причина:</target> 3873 <target>Причина:</target>
3958 <context-group name="null"> 3874 <context-group name="null">
3959 <context context-type="linenumber">53</context> 3875 <context context-type="linenumber">53</context>
3960 </context-group> 3876 </context-group>
3961 <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">53</context></context-group> 3877
3962 </trans-unit> 3878 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3963 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 3879 <source>Note:</source><target state="new">Note:</target>
3964 <source>Moderation comment:</source> 3880 <context-group purpose="location">
3965 <target>Комментарий модератора:</target> 3881 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3966 <context-group name="null"> 3882 <context context-type="linenumber">72</context>
3967 <context context-type="linenumber">57</context> 3883 </context-group>
3884 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3885 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3886 <context-group purpose="location">
3887 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3888 <context context-type="linenumber">5</context>
3968 </context-group> 3889 </context-group>
3969 <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">57</context></context-group>
3970 </trans-unit> 3890 </trans-unit>
3891
3971 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3892 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3972 <source>Unblacklist</source> 3893 <source>Unblacklist</source>
3973 <target>Разблокировка</target> 3894 <target>Разблокировка</target>
@@ -3976,6 +3897,12 @@
3976 </context-group> 3897 </context-group>
3977 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 3898 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
3978 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 3899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3900 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3901 <source>Mute domain</source><target state="new">Mute domain</target>
3902 <context-group purpose="location">
3903 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3904 <context context-type="linenumber">11</context>
3905 </context-group>
3979 </trans-unit> 3906 </trans-unit>
3980 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3907 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3981 <source>Instance</source> 3908 <source>Instance</source>
@@ -3983,31 +3910,53 @@
3983 <context-group name="null"> 3910 <context-group name="null">
3984 <context context-type="linenumber">5</context> 3911 <context context-type="linenumber">5</context>
3985 </context-group> 3912 </context-group>
3986 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 3913
3987 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 3914
3988 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3915
3989 </trans-unit> 3916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3990 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3917 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3991 <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> 3918 <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>
3992 <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> 3919 <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>
3993 <context-group name="null"> 3920 <context-group name="null">
3994 <context context-type="linenumber">13</context> 3921 <context context-type="linenumber">13</context>
3995 </context-group> 3922 </context-group>
3996 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3923
3997 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 3924
3998 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3925
3999 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3926
4000 </trans-unit> 3927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
4001 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 3928 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
4002 <source>Unmute</source> 3929 <source>Unmute</source>
4003 <target>Разглушить</target> 3930 <target>Разглушить</target>
4004 <context-group name="null"> 3931 <context-group name="null">
4005 <context context-type="linenumber">23</context> 3932 <context context-type="linenumber">23</context>
4006 </context-group> 3933 </context-group>
4007 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group> 3934
4008 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 3935
4009 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group> 3936
4010 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group> 3937
3938 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3939 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3940 <context-group purpose="location">
3941 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3942 <context context-type="linenumber">5</context>
3943 </context-group>
3944 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3945 <source>
3946 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3947 </source><target state="new">
3948 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3949 </target>
3950 <context-group purpose="location">
3951 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3952 <context context-type="linenumber">37</context>
3953 </context-group>
3954 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3955 <source>Mute domains</source><target state="new">Mute domains</target>
3956 <context-group purpose="location">
3957 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3958 <context context-type="linenumber">35</context>
3959 </context-group>
4011 </trans-unit> 3960 </trans-unit>
4012 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 3961 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
4013 <source>Account</source> 3962 <source>Account</source>
@@ -4015,8 +3964,14 @@
4015 <context-group name="null"> 3964 <context-group name="null">
4016 <context context-type="linenumber">12</context> 3965 <context context-type="linenumber">12</context>
4017 </context-group> 3966 </context-group>
4018 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 3967
4019 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 3968
3969 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3970 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3971 <context-group purpose="location">
3972 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3973 <context context-type="linenumber">5</context>
3974 </context-group>
4020 </trans-unit> 3975 </trans-unit>
4021 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3976 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
4022 <source>Plugins/Themes</source> 3977 <source>Plugins/Themes</source>
@@ -4165,38 +4120,25 @@
4165 <context context-type="linenumber">9</context> 4120 <context context-type="linenumber">9</context>
4166 </context-group> 4121 </context-group>
4167 </trans-unit> 4122 </trans-unit>
4168 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 4123
4169 <source>Jobs list</source>
4170 <target>Список задач</target>
4171 <context-group name="null">
4172 <context context-type="linenumber">2</context>
4173 </context-group>
4174 <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>
4175 </trans-unit>
4176 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 4124 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4177 <source>Job type</source> 4125 <source>Job type</source>
4178 <target state="translated">Тип задания</target> 4126 <target state="translated">Тип задания</target>
4179 <context-group purpose="location"> 4127
4180 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
4181 <context context-type="linenumber">5</context>
4182 </context-group>
4183 </trans-unit>
4184 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 4129 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4185 <source>Job state</source> 4130 <source>Job state</source>
4186 <target state="translated">Состояние задания</target> 4131 <target state="translated">Состояние задания</target>
4187 <context-group purpose="location"> 4132
4188 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4133 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4189 <context context-type="linenumber">14</context>
4190 </context-group>
4191 </trans-unit>
4192 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4134 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
4193 <source>Type</source> 4135 <source>Type</source>
4194 <target>Тип</target> 4136 <target>Тип</target>
4195 <context-group name="null"> 4137 <context-group name="null">
4196 <context context-type="linenumber">19</context> 4138 <context context-type="linenumber">19</context>
4197 </context-group> 4139 </context-group>
4198 <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> 4140
4199 </trans-unit> 4141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4200 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 4142 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
4201 <source>Refresh</source> 4143 <source>Refresh</source>
4202 <target state="translated">Обновить</target> 4144 <target state="translated">Обновить</target>
@@ -4252,43 +4194,25 @@
4252 4194
4253 4195
4254 4196
4255 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4197 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4256 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4198 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4257 <context-group purpose="location"> 4199
4258 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4200 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4259 <context context-type="linenumber">46</context>
4260 </context-group>
4261 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4262 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 4201 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
4263 <context-group purpose="location"> 4202
4264 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4203 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4265 <context context-type="linenumber">43</context>
4266 </context-group>
4267 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4268 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 4204 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
4269 <context-group purpose="location"> 4205
4270 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4206 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4271 <context context-type="linenumber">57</context>
4272 </context-group>
4273 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4274 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 4207 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
4275 <context-group purpose="location"> 4208
4276 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4209 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4277 <context context-type="linenumber">54</context>
4278 </context-group>
4279 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4280 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 4210 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
4281 <context-group purpose="location"> 4211
4282 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4212 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4283 <context context-type="linenumber">68</context>
4284 </context-group>
4285 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4286 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 4213 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
4287 <context-group purpose="location"> 4214
4288 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4215 <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">66</context></context-group></trans-unit>
4289 <context context-type="linenumber">65</context>
4290 </context-group>
4291 </trans-unit>
4292 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 4216 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
4293 <source>Main languages you/your moderators speak</source> 4217 <source>Main languages you/your moderators speak</source>
4294 <target state="translated">Основные языки, на которых говорите вы/ваши модераторы</target> 4218 <target state="translated">Основные языки, на которых говорите вы/ваши модераторы</target>
@@ -4345,7 +4269,7 @@
4345 </context-group> 4269 </context-group>
4346 4270
4347 4271
4348 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 4272 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4349 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4273 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4350 <source>Blur thumbnails</source> 4274 <source>Blur thumbnails</source>
4351 <target>Размыть обложки</target> 4275 <target>Размыть обложки</target>
@@ -4354,7 +4278,7 @@
4354 </context-group> 4278 </context-group>
4355 4279
4356 4280
4357 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 4281 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4358 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4282 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4359 <source>Display</source> 4283 <source>Display</source>
4360 <target>Показать</target> 4284 <target>Показать</target>
@@ -4364,15 +4288,12 @@
4364 4288
4365 4289
4366 4290
4367 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit> 4291 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit>
4368 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4292 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4369 <source>Strategy</source> 4293 <source>Strategy</source>
4370 <target state="translated">Стратегия</target> 4294 <target state="translated">Стратегия</target>
4371 <context-group purpose="location"> 4295
4372 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4373 <context context-type="linenumber">22</context>
4374 </context-group>
4375 </trans-unit>
4376 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4297 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4377 <source>Terms</source> 4298 <source>Terms</source>
4378 <target>Условия пользователя </target> 4299 <target>Условия пользователя </target>
@@ -4382,83 +4303,83 @@
4382 4303
4383 4304
4384 4305
4385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 4306 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4386 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 4307 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4387 <source>Code of conduct</source> 4308 <source>Code of conduct</source>
4388 <target state="translated">Норма поведения</target> 4309 <target state="translated">Норма поведения</target>
4389 4310
4390 4311
4391 4312
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">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 4313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4393 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 4314 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4394 <source>Moderation information</source> 4315 <source>Moderation information</source>
4395 <target state="translated">Информация о модерации</target> 4316 <target state="translated">Информация о модерации</target>
4396 4317
4397 4318
4398 4319
4399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 4320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
4400 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 4321 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4401 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4322 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4402 <target state="translated">Кто модерирует данный экземпляр? Какова политика в отношении видео NSFW? Политические ролики? и т.д.</target> 4323 <target state="translated">Кто модерирует данный экземпляр? Какова политика в отношении видео NSFW? Политические ролики? и т.д.</target>
4403 4324
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">139</context></context-group></trans-unit> 4325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit>
4405 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4326 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4406 <source>YOU AND YOUR INSTANCE</source> 4327 <source>YOU AND YOUR INSTANCE</source>
4407 <target state="translated">ВЫ И ВАШ ЭКЗЕМПЛЯР</target> 4328 <target state="translated">ВЫ И ВАШ ЭКЗЕМПЛЯР</target>
4408 4329
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">153</context></context-group></trans-unit> 4330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit>
4410 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4331 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4411 <source>Who is behind the instance?</source> 4332 <source>Who is behind the instance?</source>
4412 <target state="translated">Кто стоит за этим экземпляром?</target> 4333 <target state="translated">Кто стоит за этим экземпляром?</target>
4413 4334
4414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit> 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">160</context></context-group></trans-unit>
4415 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4336 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4416 <source>A single person? A non-profit? A company?</source> 4337 <source>A single person? A non-profit? A company?</source>
4417 <target state="translated">Один человек? Некоммерческая организация? Компания?</target> 4338 <target state="translated">Один человек? Некоммерческая организация? Компания?</target>
4418 4339
4419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit> 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">161</context></context-group></trans-unit>
4420 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 4341 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4421 <source>Why did you create this instance?</source> 4342 <source>Why did you create this instance?</source>
4422 <target state="translated">Зачем вы создали этот экземпляр?</target> 4343 <target state="translated">Зачем вы создали этот экземпляр?</target>
4423 4344
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">171</context></context-group></trans-unit> 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">172</context></context-group></trans-unit>
4425 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4346 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4426 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4347 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4427 <target state="translated">Чтобы поделиться своими личными видео? Чтобы открыть регистрацию и позволить людям загружать то, что они хотят?</target> 4348 <target state="translated">Чтобы поделиться своими личными видео? Чтобы открыть регистрацию и позволить людям загружать то, что они хотят?</target>
4428 4349
4429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit> 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">173</context></context-group></trans-unit>
4430 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 4351 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4431 <source>How long do you plan to maintain this instance?</source> 4352 <source>How long do you plan to maintain this instance?</source>
4432 <target state="translated">Как долго вы планируете поддерживать этот экземпляр?</target> 4353 <target state="translated">Как долго вы планируете поддерживать этот экземпляр?</target>
4433 4354
4434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">182</context></context-group></trans-unit> 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">183</context></context-group></trans-unit>
4435 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4356 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4436 <source>It's important to know for users who want to register on your instance</source> 4357 <source>It's important to know for users who want to register on your instance</source>
4437 <target state="translated">Это важно знать для пользователей, которые хотят зарегистрироваться на вашем экземпляре</target> 4358 <target state="translated">Это важно знать для пользователей, которые хотят зарегистрироваться на вашем экземпляре</target>
4438 4359
4439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit> 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">184</context></context-group></trans-unit>
4440 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4361 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4441 <source>How will you finance the PeerTube server?</source> 4362 <source>How will you finance the PeerTube server?</source>
4442 <target state="translated">Как вы будете финансировать сервер PeerTube?</target> 4363 <target state="translated">Как вы будете финансировать сервер PeerTube?</target>
4443 4364
4444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 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">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4445 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 4366 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
4446 4367
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">194</context></context-group></trans-unit> 4368 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit>
4448 4369
4449 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4370 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4450 <source>OTHER INFORMATION</source> 4371 <source>OTHER INFORMATION</source>
4451 <target state="translated">ДРУГАЯ ИНФОРМАЦИЯ</target> 4372 <target state="translated">ДРУГАЯ ИНФОРМАЦИЯ</target>
4452 4373
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">208</context></context-group></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">209</context></context-group></trans-unit>
4454 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4375 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4455 <source>What server/hardware does the instance run on?</source> 4376 <source>What server/hardware does the instance run on?</source>
4456 <target state="translated">На каком сервере / оборудовании работает данный экземпляр?</target> 4377 <target state="translated">На каком сервере / оборудовании работает данный экземпляр?</target>
4457 4378
4458 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 4379 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4459 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4380 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4460 4381
4461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit> 4382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit>
4462 4383
4463 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 4384 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4464 <source>Instance information</source> 4385 <source>Instance information</source>
@@ -4467,45 +4388,45 @@
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">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 4388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4468 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 4389 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
4469 4390
4470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 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">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4471 <source> 4392 <source>
4472 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4393 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4473 </source><target state="new"> 4394 </source><target state="new">
4474 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4395 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4475 </target> 4396 </target>
4476 4397
4477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit> 4398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit>
4478 4399
4479 4400
4480 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4401 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4481 <source>default</source> 4402 <source>default</source>
4482 <target state="translated">по умолчанию</target> 4403 <target state="translated">по умолчанию</target>
4483 4404
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">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4485 <source>Landing page</source><target state="new">Landing page</target> 4406 <source>Landing page</source><target state="new">Landing page</target>
4486 4407
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">262</context></context-group></trans-unit> 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">263</context></context-group></trans-unit>
4488 4409
4489 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4410 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4490 <source>Discover videos</source> 4411 <source>Discover videos</source>
4491 <target state="translated">Обзор видео</target> 4412 <target state="translated">Обзор видео</target>
4492 4413
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">265</context></context-group></trans-unit> 4414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit>
4494 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4415 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4495 <source>Trending videos</source> 4416 <source>Trending videos</source>
4496 <target state="translated">Популярные видео</target> 4417 <target state="translated">Популярные видео</target>
4497 4418
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">266</context></context-group></trans-unit> 4419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit>
4499 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4420 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4500 <source>Most liked videos</source> 4421 <source>Most liked videos</source>
4501 <target state="translated">Понравившиеся видео</target> 4422 <target state="translated">Понравившиеся видео</target>
4502 4423
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">267</context></context-group></trans-unit> 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">268</context></context-group></trans-unit>
4504 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4425 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4505 <source>Recently added videos</source> 4426 <source>Recently added videos</source>
4506 <target state="translated">Недавно добавленные видео</target> 4427 <target state="translated">Недавно добавленные видео</target>
4507 4428
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">268</context></context-group></trans-unit> 4429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit>
4509 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4430 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4510 <source>Local videos</source> 4431 <source>Local videos</source>
4511 <target>Локальные видео</target> 4432 <target>Локальные видео</target>
@@ -4513,17 +4434,17 @@
4513 <context context-type="linenumber">223</context> 4434 <context context-type="linenumber">223</context>
4514 </context-group> 4435 </context-group>
4515 4436
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">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4517 <source>NEW USERS</source><target state="new">NEW USERS</target> 4438 <source>NEW USERS</source><target state="new">NEW USERS</target>
4518 4439
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">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4520 <source> 4441 <source>
4521 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4442 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4522 </source><target state="new"> 4443 </source><target state="new">
4523 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4444 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4524 </target> 4445 </target>
4525 4446
4526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</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">282</context></context-group></trans-unit>
4527 4448
4528 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4449 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4529 <source>Signup enabled</source> 4450 <source>Signup enabled</source>
@@ -4532,7 +4453,7 @@
4532 <context context-type="linenumber">235</context> 4453 <context context-type="linenumber">235</context>
4533 </context-group> 4454 </context-group>
4534 4455
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">292</context></context-group></trans-unit> 4456 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group></trans-unit>
4536 4457
4537 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4458 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4538 <source>Signup requires email verification</source> 4459 <source>Signup requires email verification</source>
@@ -4541,7 +4462,7 @@
4541 <context context-type="linenumber">242</context> 4462 <context context-type="linenumber">242</context>
4542 </context-group> 4463 </context-group>
4543 4464
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">300</context></context-group></trans-unit> 4465 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit>
4545 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4466 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4546 <source>Signup limit</source> 4467 <source>Signup limit</source>
4547 <target>Лимит регистраций</target> 4468 <target>Лимит регистраций</target>
@@ -4549,7 +4470,7 @@
4549 <context context-type="linenumber">247</context> 4470 <context context-type="linenumber">247</context>
4550 </context-group> 4471 </context-group>
4551 4472
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">304</context></context-group></trans-unit> 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">305</context></context-group></trans-unit>
4553 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4474 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4554 <source>Users</source> 4475 <source>Users</source>
4555 <target>Пользователи</target> 4476 <target>Пользователи</target>
@@ -4640,60 +4561,70 @@
4640 <source>Default video quota per user</source> 4561 <source>Default video quota per user</source>
4641 <target state="translated">Квота видео по умолчанию для каждого пользователя</target> 4562 <target state="translated">Квота видео по умолчанию для каждого пользователя</target>
4642 4563
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">319</context></context-group></trans-unit> 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">320</context></context-group></trans-unit>
4644 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4565 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4645 <source>Default daily upload limit per user</source> 4566 <source>Default daily upload limit per user</source>
4646 <target state="translated">Лимит ежедневной загрузки по умолчанию для каждого пользователя</target> 4567 <target state="translated">Лимит ежедневной загрузки по умолчанию для каждого пользователя</target>
4647 4568
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">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4649 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4570 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4650 4571
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">348</context></context-group></trans-unit> 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">349</context></context-group></trans-unit>
4652 4573
4653 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4574 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4654 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4575 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4655 <target state="translated">Разрешить импорт с помощью HTTP URL (например, YouTube)</target> 4576 <target state="translated">Разрешить импорт с помощью HTTP URL (например, YouTube)</target>
4656 4577
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">359</context></context-group></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">360</context></context-group></trans-unit>
4658 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4579 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4659 <source>Allow import with a torrent file or a magnet URI</source> 4580 <source>Allow import with a torrent file or a magnet URI</source>
4660 <target state="translated">Разрешить импорт с помощью торрент-файла или магнет-ссылки</target> 4581 <target state="translated">Разрешить импорт с помощью торрент-файла или магнет-ссылки</target>
4661 4582
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">366</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">367</context></context-group></trans-unit>
4663 4584
4664 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4585 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4665 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4586 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4666 <target state="translated">Если пользователь не отмечен как доверенный, его видео будет оставаться закрытым до тех пор, пока модератор не просмотрит их.</target> 4587 <target state="translated">Если пользователь не отмечен как доверенный, его видео будет оставаться закрытым до тех пор, пока модератор не просмотрит их.</target>
4667 4588
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">383</context></context-group></trans-unit> 4589 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit>
4669 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4590 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4670 <source>Blacklist new videos automatically</source> 4591 <source>Blacklist new videos automatically</source>
4671 <target state="translated">Новые видео в черном списке автоматически</target> 4592 <target state="translated">Новые видео в черном списке автоматически</target>
4672 4593
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">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4674 <source>FEDERATION</source><target state="new">FEDERATION</target> 4595 <source>FEDERATION</source><target state="new">FEDERATION</target>
4675 4596
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">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4677 <source> 4598 <source>
4678 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4599 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4679 </source><target state="new"> 4600 </source><target state="new">
4680 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4601 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4681 </target> 4602 </target>
4682 4603
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">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4684 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4605 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4685 4606
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">411</context></context-group></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">412</context></context-group></trans-unit>
4687 4608
4688 4609
4689 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4610 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4690 <source>Manually approve new instance followers</source> 4611 <source>Manually approve new instance followers</source>
4691 <target state="translated">Ручное утверждение новых подписчиков экземпляров</target> 4612 <target state="translated">Ручное утверждение новых подписчиков экземпляров</target>
4692 4613
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">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4694 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4615 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4695 4616
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">431</context></context-group></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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4618 <source>
4619 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4620 </source><target state="new">
4621 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4622 </target>
4623 <context-group purpose="location">
4624 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4625 <context context-type="linenumber">450</context>
4626 </context-group>
4627 </trans-unit>
4697 4628
4698 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4629 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4699 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4630 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
@@ -4701,23 +4632,25 @@
4701 4632
4702 4633
4703 4634
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">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</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">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4705 4636
4706 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4637 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4707 <source>Index URL</source> 4638 <source>Index URL</source>
4708 <target state="new">Index URL</target> 4639 <target state="new">Index URL</target>
4709 4640
4710 <context-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> 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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4711 <trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4642 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4712 <source>Automatically follow instances of the public index</source> 4643 <context-group purpose="location">
4713 <target state="translated">Автоматическая привязка к публичным экземплярами</target> 4644 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4714 4645 <context context-type="linenumber">445</context>
4715 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group></trans-unit> 4646 </context-group>
4647 </trans-unit>
4648
4716 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4649 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4717 <source>ADMINISTRATORS</source> 4650 <source>ADMINISTRATORS</source>
4718 <target state="translated">АДМИНИСТРАТОРЫ</target> 4651 <target state="translated">АДМИНИСТРАТОРЫ</target>
4719 4652
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">472</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">477</context></context-group></trans-unit>
4721 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4654 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4722 <source>Administrator</source> 4655 <source>Administrator</source>
4723 <target>Администратор</target> 4656 <target>Администратор</target>
@@ -4733,7 +4666,7 @@
4733 <context context-type="linenumber">387</context> 4666 <context context-type="linenumber">387</context>
4734 </context-group> 4667 </context-group>
4735 4668
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">478</context></context-group></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">483</context></context-group></trans-unit>
4737 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4670 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4738 <source>Enable contact form</source> 4671 <source>Enable contact form</source>
4739 <target>Включить контактную форму</target> 4672 <target>Включить контактную форму</target>
@@ -4741,7 +4674,7 @@
4741 <context context-type="linenumber">398</context> 4674 <context context-type="linenumber">398</context>
4742 </context-group> 4675 </context-group>
4743 4676
4744 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</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">494</context></context-group></trans-unit>
4745 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4678 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4746 <source>Basic configuration</source> 4679 <source>Basic configuration</source>
4747 <target>Базовая конфигурация</target> 4680 <target>Базовая конфигурация</target>
@@ -4749,19 +4682,19 @@
4749 <context context-type="linenumber">195</context> 4682 <context context-type="linenumber">195</context>
4750 </context-group> 4683 </context-group>
4751 4684
4752 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit> 4685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit>
4753 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4686 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4754 <source>TWITTER</source> 4687 <source>TWITTER</source>
4755 <target state="translated">TWITTER</target> 4688 <target state="translated">TWITTER</target>
4756 4689
4757 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4758 <source> 4691 <source>
4759 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4692 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4760 </source><target state="new"> 4693 </source><target state="new">
4761 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4694 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4762 </target> 4695 </target>
4763 4696
4764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">507</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">512</context></context-group></trans-unit>
4765 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4698 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4766 <source>Your Twitter username</source> 4699 <source>Your Twitter username</source>
4767 <target>Ваше имя пользователя Twitter</target> 4700 <target>Ваше имя пользователя Twitter</target>
@@ -4769,7 +4702,7 @@
4769 <context context-type="linenumber">413</context> 4702 <context context-type="linenumber">413</context>
4770 </context-group> 4703 </context-group>
4771 4704
4772 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</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">523</context></context-group></trans-unit>
4773 4706
4774 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4707 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4775 <source>Instance whitelisted by Twitter</source> 4708 <source>Instance whitelisted by Twitter</source>
@@ -4778,7 +4711,7 @@
4778 <context context-type="linenumber">431</context> 4711 <context context-type="linenumber">431</context>
4779 </context-group> 4712 </context-group>
4780 4713
4781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4782 <source> 4715 <source>
4783 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/>"/> 4716 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/>"/>
4784 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/>"/> 4717 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/>"/>
@@ -4793,7 +4726,7 @@
4793 to see if you instance is whitelisted. 4726 to see if you instance is whitelisted.
4794 </target> 4727 </target>
4795 4728
4796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</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">539</context></context-group></trans-unit>
4797 4730
4798 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4731 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4799 <source>Services</source> 4732 <source>Services</source>
@@ -4802,12 +4735,12 @@
4802 <context context-type="linenumber">405</context> 4735 <context context-type="linenumber">405</context>
4803 </context-group> 4736 </context-group>
4804 4737
4805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">500</context></context-group></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">505</context></context-group></trans-unit>
4806 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4739 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4807 <source>TRANSCODING</source> 4740 <source>TRANSCODING</source>
4808 <target state="translated">ТРАНСКОДИРОВАНИЕ</target> 4741 <target state="translated">ТРАНСКОДИРОВАНИЕ</target>
4809 4742
4810 <context-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="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4811 <source> 4744 <source>
4812 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4745 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4813 resources, this is a critical part of PeerTube, so tread carefully. 4746 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4816,7 +4749,7 @@
4816 resources, this is a critical part of PeerTube, so tread carefully. 4749 resources, this is a critical part of PeerTube, so tread carefully.
4817 </target> 4750 </target>
4818 4751
4819 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group></trans-unit> 4752 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit>
4820 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4753 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4821 <source>Transcoding enabled</source> 4754 <source>Transcoding enabled</source>
4822 <target>Транскодирование активировано</target> 4755 <target>Транскодирование активировано</target>
@@ -4824,7 +4757,7 @@
4824 <context context-type="linenumber">461</context> 4757 <context context-type="linenumber">461</context>
4825 </context-group> 4758 </context-group>
4826 4759
4827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></trans-unit> 4760 <context-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>
4828 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4761 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4829 <source>If you disable transcoding, many videos from your users will not work!</source> 4762 <source>If you disable transcoding, many videos from your users will not work!</source>
4830 <target>Если вы деактивируете транскодирование, многие видео пользователей перестанут работать!</target> 4763 <target>Если вы деактивируете транскодирование, многие видео пользователей перестанут работать!</target>
@@ -4832,13 +4765,10 @@
4832 <context context-type="linenumber">465</context> 4765 <context context-type="linenumber">465</context>
4833 </context-group> 4766 </context-group>
4834 4767
4835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4768 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4836 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4769 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4837 <context-group purpose="location"> 4770
4838 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4771 <context-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>
4839 <context context-type="linenumber">589</context>
4840 </context-group>
4841 </trans-unit>
4842 4772
4843 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4773 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4844 <source>Allow additional extensions</source> 4774 <source>Allow additional extensions</source>
@@ -4847,19 +4777,16 @@
4847 <context context-type="linenumber">475</context> 4777 <context context-type="linenumber">475</context>
4848 </context-group> 4778 </context-group>
4849 4779
4850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4851 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4781 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4852 <context-group purpose="location"> 4782
4853 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4783 <context-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>
4854 <context context-type="linenumber">600</context>
4855 </context-group>
4856 </trans-unit>
4857 4784
4858 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4785 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4859 <source>Allow audio files upload</source> 4786 <source>Allow audio files upload</source>
4860 <target state="translated">Разрешить загрузку аудиофайлов</target> 4787 <target state="translated">Разрешить загрузку аудиофайлов</target>
4861 4788
4862 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4789 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4863 <source> 4790 <source>
4864 <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>"/> 4791 <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>"/>
4865 4792
@@ -4877,17 +4804,14 @@
4877 4804
4878 <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>"/> 4805 <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>"/>
4879 </target> 4806 </target>
4880 <context-group purpose="location"> 4807
4881 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4808 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit>
4882 <context context-type="linenumber">612</context>
4883 </context-group>
4884 </trans-unit>
4885 4809
4886 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4810 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4887 <source>WebTorrent support enabled</source> 4811 <source>WebTorrent support enabled</source>
4888 <target state="translated">Включена поддержка WebTorrent</target> 4812 <target state="translated">Включена поддержка WebTorrent</target>
4889 4813
4890 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4891 <source> 4815 <source>
4892 <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>"/> 4816 <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>"/>
4893 4817
@@ -4911,17 +4835,14 @@
4911 4835
4912 <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>"/> 4836 <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>"/>
4913 </target> 4837 </target>
4914 <context-group purpose="location"> 4838
4915 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4839 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit>
4916 <context context-type="linenumber">633</context>
4917 </context-group>
4918 </trans-unit>
4919 4840
4920 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4841 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4921 <source>HLS support enabled</source> 4842 <source>HLS support enabled</source>
4922 <target state="translated">Включена поддержка HLS</target> 4843 <target state="translated">Включена поддержка HLS</target>
4923 4844
4924 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group></trans-unit> 4845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
4925 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4846 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4926 <source>Transcoding threads</source> 4847 <source>Transcoding threads</source>
4927 <target>Количество потоков для транскодирования</target> 4848 <target>Количество потоков для транскодирования</target>
@@ -4929,29 +4850,29 @@
4929 <context context-type="linenumber">517</context> 4850 <context context-type="linenumber">517</context>
4930 </context-group> 4851 </context-group>
4931 4852
4932 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4853 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4933 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4854 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4934 4855
4935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group></trans-unit> 4856 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
4936 4857
4937 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4858 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4938 <source>CACHE</source> 4859 <source>CACHE</source>
4939 <target state="translated">КЭШ</target> 4860 <target state="translated">КЭШ</target>
4940 4861
4941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4942 <source> 4863 <source>
4943 Some files are not federated, and fetched when necessary. Define their caching policies. 4864 Some files are not federated, and fetched when necessary. Define their caching policies.
4944 </source><target state="new"> 4865 </source><target state="new">
4945 Some files are not federated, and fetched when necessary. Define their caching policies. 4866 Some files are not federated, and fetched when necessary. Define their caching policies.
4946 </target> 4867 </target>
4947 4868
4948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4949 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4870 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4950 4871
4951 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4952 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4873 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4953 4874
4954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group></trans-unit> 4875 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit>
4955 4876
4956 4877
4957 4878
@@ -4959,14 +4880,14 @@
4959 <source>CUSTOMIZATIONS</source> 4880 <source>CUSTOMIZATIONS</source>
4960 <target state="translated">НАСТРОЙКИ</target> 4881 <target state="translated">НАСТРОЙКИ</target>
4961 4882
4962 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4963 <source> 4884 <source>
4964 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4885 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4965 </source><target state="new"> 4886 </source><target state="new">
4966 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4887 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4967 </target> 4888 </target>
4968 4889
4969 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit> 4890 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
4970 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4891 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4971 <source>JavaScript</source> 4892 <source>JavaScript</source>
4972 <target>JavaScript</target> 4893 <target>JavaScript</target>
@@ -4974,14 +4895,14 @@
4974 <context context-type="linenumber">575</context> 4895 <context context-type="linenumber">575</context>
4975 </context-group> 4896 </context-group>
4976 4897
4977 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4898 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4978 <source> 4899 <source>
4979 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>"/> 4900 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>"/>
4980 </source><target state="new"> 4901 </source><target state="new">
4981 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>"/> 4902 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>"/>
4982 </target> 4903 </target>
4983 4904
4984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4985 <source> 4906 <source>
4986 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/>"/> 4907 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/>"/>
4987 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4908 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -5006,7 +4927,7 @@
5006 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4927 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5007 </target> 4928 </target>
5008 4929
5009 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group></trans-unit> 4930 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
5010 4931
5011 4932
5012 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4933 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -5016,7 +4937,7 @@
5016 <context context-type="linenumber">452</context> 4937 <context context-type="linenumber">452</context>
5017 </context-group> 4938 </context-group>
5018 4939
5019 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group></trans-unit> 4940 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit>
5020 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 4941 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5021 <source>Update configuration</source> 4942 <source>Update configuration</source>
5022 <target>Обновить конфигурацию</target> 4943 <target>Обновить конфигурацию</target>
@@ -5024,12 +4945,12 @@
5024 <context context-type="linenumber">628</context> 4945 <context context-type="linenumber">628</context>
5025 </context-group> 4946 </context-group>
5026 4947
5027 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group></trans-unit> 4948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
5028 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4949 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5029 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4950 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5030 <target state="translated">Похоже, что конфигурация является недопустимой. Пожалуйста, найдите возможные ошибки в различных вкладках.</target> 4951 <target state="translated">Похоже, что конфигурация является недопустимой. Пожалуйста, найдите возможные ошибки в различных вкладках.</target>
5031 4952
5032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4953 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5033 <source>PROFILE</source><target state="new">PROFILE</target> 4954 <source>PROFILE</source><target state="new">PROFILE</target>
5034 <context-group purpose="location"> 4955 <context-group purpose="location">
5035 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4956 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5182,23 +5103,27 @@
5182 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5103 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5183 <context context-type="linenumber">6</context> 5104 <context context-type="linenumber">6</context>
5184 </context-group> 5105 </context-group>
5185 </trans-unit> 5106 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5186 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 5107 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
5187 <source>Only display videos in the following languages/subtitles</source>
5188 <target state="translated">Отображение видео только на следующих языках / субтитрах</target>
5189 <context-group purpose="location"> 5108 <context-group purpose="location">
5190 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5109 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5191 <context context-type="linenumber">22</context> 5110 <context context-type="linenumber">14</context>
5111 </context-group>
5112 <context-group purpose="location">
5113 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5114 <context context-type="linenumber">111</context>
5192 </context-group> 5115 </context-group>
5193 </trans-unit> 5116 </trans-unit>
5117 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
5118 <source>Only display videos in the following languages/subtitles</source>
5119 <target state="translated">Отображение видео только на следующих языках / субтитрах</target>
5120
5121 <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">23</context></context-group></trans-unit>
5194 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 5122 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5195 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 5123 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
5196 <target state="translated">В недавно добавленных, популярных, локальных, наиболее понравившихся и поисковых страницах</target> 5124 <target state="translated">В недавно добавленных, популярных, локальных, наиболее понравившихся и поисковых страницах</target>
5197 <context-group purpose="location"> 5125
5198 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5126 <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">26</context></context-group></trans-unit>
5199 <context context-type="linenumber">25</context>
5200 </context-group>
5201 </trans-unit>
5202 5127
5203 5128
5204 5129
@@ -5255,23 +5180,17 @@
5255 <source>Theme</source> 5180 <source>Theme</source>
5256 <target state="translated">Тема</target> 5181 <target state="translated">Тема</target>
5257 5182
5258 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 5183 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
5259 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 5184 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
5260 <source>instance default</source> 5185 <source>instance default</source>
5261 <target state="translated">экземпляр по умолчанию</target> 5186 <target state="translated">экземпляр по умолчанию</target>
5262 <context-group purpose="location"> 5187
5263 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5188 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
5264 <context context-type="linenumber">7</context>
5265 </context-group>
5266 </trans-unit>
5267 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 5189 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
5268 <source>peertube default</source> 5190 <source>peertube default</source>
5269 <target state="translated">peertube по умолчанию</target> 5191 <target state="translated">peertube по умолчанию</target>
5270 <context-group purpose="location"> 5192
5271 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 5193 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5272 <context context-type="linenumber">8</context>
5273 </context-group>
5274 </trans-unit>
5275 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 5194 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
5276 <source>Change ownership</source> 5195 <source>Change ownership</source>
5277 <target>Изменить владельца</target> 5196 <target>Изменить владельца</target>
@@ -5433,6 +5352,18 @@
5433 <context context-type="linenumber">8</context> 5352 <context context-type="linenumber">8</context>
5434 </context-group> 5353 </context-group>
5435 <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">8</context></context-group> 5354 <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">8</context></context-group>
5355 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5356 <source>See the error</source><target state="new">See the error</target>
5357 <context-group purpose="location">
5358 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5359 <context context-type="linenumber">19</context>
5360 </context-group>
5361 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5362 <source>This video was deleted</source><target state="new">This video was deleted</target>
5363 <context-group purpose="location">
5364 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5365 <context context-type="linenumber">36</context>
5366 </context-group>
5436 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5367 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5437 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5368 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5438 <context-group purpose="location"> 5369 <context-group purpose="location">
@@ -5815,44 +5746,17 @@
5815 <context-group name="null"> 5746 <context-group name="null">
5816 <context context-type="linenumber">16</context> 5747 <context context-type="linenumber">16</context>
5817 </context-group> 5748 </context-group>
5818 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group> 5749
5819 </trans-unit> 5750 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit>
5820 <trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5751
5821 <source>Creators</source> 5752
5822 <target state="translated">Разработчик</target> 5753
5823 <context-group purpose="location">
5824 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5825 <context context-type="linenumber">162</context>
5826 </context-group>
5827 </trans-unit>
5828 <trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5829 <source>Creator guide</source>
5830 <target state="translated">Руководство для разработчика</target>
5831 <context-group purpose="location">
5832 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5833 <context context-type="linenumber">162</context>
5834 </context-group>
5835 </trans-unit>
5836 <trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5837 <source>Contributors</source>
5838 <target state="translated">Помощник</target>
5839 <context-group purpose="location">
5840 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5841 <context context-type="linenumber">163</context>
5842 </context-group>
5843 </trans-unit>
5844 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html"> 5754 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5845 <source>PeerTube license</source> 5755 <source>PeerTube license</source>
5846 <target state="translated">Лицензия PeerTube</target> 5756 <target state="translated">Лицензия PeerTube</target>
5847 <context-group purpose="location"> 5757
5848 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5758
5849 <context context-type="linenumber">163</context> 5759 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5850 </context-group>
5851 <context-group purpose="location">
5852 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5853 <context context-type="linenumber">175</context>
5854 </context-group>
5855 </trans-unit>
5856 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 5760 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5857 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5761 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5858 <target>Присоединился <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5762 <target>Присоединился <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6776,6 +6680,30 @@
6776 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6680 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6777 <context context-type="linenumber">1</context> 6681 <context context-type="linenumber">1</context>
6778 </context-group> 6682 </context-group>
6683 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6684 <source>Process domains</source><target state="new">Process domains</target>
6685 <context-group purpose="location">
6686 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6687 <context context-type="linenumber">1</context>
6688 </context-group>
6689 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6690 <source>Domain is required.</source><target state="new">Domain is required.</target>
6691 <context-group purpose="location">
6692 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6693 <context context-type="linenumber">1</context>
6694 </context-group>
6695 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6696 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6697 <context-group purpose="location">
6698 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6699 <context context-type="linenumber">1</context>
6700 </context-group>
6701 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6702 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6703 <context-group purpose="location">
6704 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6705 <context context-type="linenumber">1</context>
6706 </context-group>
6779 </trans-unit> 6707 </trans-unit>
6780 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 6708 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6781 <source>Unlimited</source> 6709 <source>Unlimited</source>
@@ -6787,6 +6715,16 @@
6787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 6715 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6788 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 6716 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6789 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 6717 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
6718 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6719 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6720 <context-group purpose="location">
6721 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6722 <context context-type="linenumber">1</context>
6723 </context-group>
6724 <context-group purpose="location">
6725 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6726 <context context-type="linenumber">1</context>
6727 </context-group>
6790 </trans-unit> 6728 </trans-unit>
6791 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a"> 6729 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
6792 <source>100MB</source> 6730 <source>100MB</source>
@@ -6917,48 +6855,20 @@
6917 <context-group name="null"> 6855 <context-group name="null">
6918 <context context-type="linenumber">1</context> 6856 <context context-type="linenumber">1</context>
6919 </context-group> 6857 </context-group>
6920 <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> 6858
6921 </trans-unit> 6859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6922 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df"> 6860
6923 <source>You need to specify hosts to follow.</source> 6861
6924 <target>Вам нужно указать хосты, которые вы хотите отслеживать.</target> 6862
6925 <context-group name="null"> 6863
6926 <context context-type="linenumber">1</context>
6927 </context-group>
6928 <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>
6929 </trans-unit>
6930 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
6931 <source>Hosts need to be unique.</source>
6932 <target>Хосты должны быть уникальными.</target>
6933 <context-group name="null">
6934 <context context-type="linenumber">1</context>
6935 </context-group>
6936 <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>
6937 </trans-unit>
6938 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
6939 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6940 <target>Если вы подтвердите это, вы отправите следующий запрос в:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6941 <context-group name="null">
6942 <context context-type="linenumber">1</context>
6943 </context-group>
6944 <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>
6945 </trans-unit>
6946 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
6947 <source>Follow new server(s)</source>
6948 <target>Подписаться на новый (-е) сервер (-ы)</target>
6949 <context-group name="null">
6950 <context context-type="linenumber">1</context>
6951 </context-group>
6952 <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>
6953 </trans-unit>
6954 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 6864 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
6955 <source>Follow request(s) sent!</source> 6865 <source>Follow request(s) sent!</source>
6956 <target>Запрос (ы) на подписку отправлены!</target> 6866 <target>Запрос (ы) на подписку отправлены!</target>
6957 <context-group name="null"> 6867 <context-group name="null">
6958 <context context-type="linenumber">1</context> 6868 <context context-type="linenumber">1</context>
6959 </context-group> 6869 </context-group>
6960 <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> 6870
6961 </trans-unit> 6871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6962 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 6872 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
6963 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6873 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6964 <target>Вы действительно хотите отписаться от <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 6874 <target>Вы действительно хотите отписаться от <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -7062,6 +6972,12 @@
7062 <context context-type="linenumber">1</context> 6972 <context context-type="linenumber">1</context>
7063 </context-group> 6973 </context-group>
7064 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group> 6974 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group>
6975 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6976 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6977 <context-group purpose="location">
6978 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6979 <context context-type="linenumber">1</context>
6980 </context-group>
7065 </trans-unit> 6981 </trans-unit>
7066 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 6982 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
7067 <source>Comment updated.</source> 6983 <source>Comment updated.</source>
@@ -7070,23 +6986,33 @@
7070 <context context-type="linenumber">1</context> 6986 <context context-type="linenumber">1</context>
7071 </context-group> 6987 </context-group>
7072 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group> 6988 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group>
7073 </trans-unit> 6989 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
7074 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978"> 6990 <source>Internal actions</source><target state="new">Internal actions</target>
7075 <source>Delete this report</source> 6991 <context-group purpose="location">
7076 <target>Удалить эту жалобу</target> 6992 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7077 <context-group name="null">
7078 <context context-type="linenumber">1</context> 6993 <context context-type="linenumber">1</context>
7079 </context-group> 6994 </context-group>
7080 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 6995 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
7081 </trans-unit> 6996 <source>Delete report</source><target state="new">Delete report</target>
7082 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321"> 6997 <context-group purpose="location">
7083 <source>Update moderation comment</source> 6998 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7084 <target>Обновить комментарий модератора</target> 6999 <context context-type="linenumber">1</context>
7085 <context-group name="null"> 7000 </context-group>
7001 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
7002 <source>Add note</source><target state="new">Add note</target>
7003 <context-group purpose="location">
7004 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7005 <context context-type="linenumber">1</context>
7006 </context-group>
7007 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
7008 <source>Update note</source><target state="new">Update note</target>
7009 <context-group purpose="location">
7010 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7086 <context context-type="linenumber">1</context> 7011 <context context-type="linenumber">1</context>
7087 </context-group> 7012 </context-group>
7088 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7089 </trans-unit> 7013 </trans-unit>
7014
7015
7090 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3"> 7016 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
7091 <source>Mark as accepted</source> 7017 <source>Mark as accepted</source>
7092 <target>Пометить как принято</target> 7018 <target>Пометить как принято</target>
@@ -7102,6 +7028,12 @@
7102 <context context-type="linenumber">1</context> 7028 <context context-type="linenumber">1</context>
7103 </context-group> 7029 </context-group>
7104 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7030 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7031 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
7032 <source>Actions for the video</source><target state="new">Actions for the video</target>
7033 <context-group purpose="location">
7034 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7035 <context context-type="linenumber">1</context>
7036 </context-group>
7105 </trans-unit> 7037 </trans-unit>
7106 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599"> 7038 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
7107 <source>Do you really want to delete this abuse report?</source> 7039 <source>Do you really want to delete this abuse report?</source>
@@ -8001,11 +7933,8 @@
8001 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group> 7933 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group>
8002 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7934 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
8003 <source>max size</source><target state="new">max size</target> 7935 <source>max size</source><target state="new">max size</target>
8004 <context-group purpose="location"> 7936
8005 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7937 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8006 <context context-type="linenumber">1</context>
8007 </context-group>
8008 </trans-unit>
8009 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7938 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
8010 <source>Now please check your emails to verify your account and complete signup.</source> 7939 <source>Now please check your emails to verify your account and complete signup.</source>
8011 <target state="translated">Теперь, проверьте свою электронную почту, чтобы подтвердить свою учетную запись и завершить регистрацию.</target> 7940 <target state="translated">Теперь, проверьте свою электронную почту, чтобы подтвердить свою учетную запись и завершить регистрацию.</target>
@@ -8365,6 +8294,12 @@
8365 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8294 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8366 <context context-type="linenumber">1</context> 8295 <context context-type="linenumber">1</context>
8367 </context-group> 8296 </context-group>
8297 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8298 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8299 <context-group purpose="location">
8300 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8301 <context context-type="linenumber">1</context>
8302 </context-group>
8368 </trans-unit> 8303 </trans-unit>
8369 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html"> 8304 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
8370 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 8305 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8437,15 +8372,14 @@
8437 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8372 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8438 <context context-type="linenumber">1</context> 8373 <context context-type="linenumber">1</context>
8439 </context-group> 8374 </context-group>
8440 </trans-unit> 8375 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8441 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html"> 8376 <source>just now</source><target state="new">just now</target>
8442 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
8443 <target state="translated"><x id="INTERPOLATION" equiv-text="{{interval}}"/> сек назад</target>
8444 <context-group purpose="location"> 8377 <context-group purpose="location">
8445 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8378 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8446 <context context-type="linenumber">1</context> 8379 <context context-type="linenumber">1</context>
8447 </context-group> 8380 </context-group>
8448 </trans-unit><trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8381 </trans-unit>
8382 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8449 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 8383 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
8450 <context-group purpose="location"> 8384 <context-group purpose="location">
8451 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8385 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
@@ -10147,8 +10081,8 @@
10147 <context-group name="null"> 10081 <context-group name="null">
10148 <context context-type="linenumber">1</context> 10082 <context context-type="linenumber">1</context>
10149 </context-group> 10083 </context-group>
10150 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group> 10084
10151 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10085 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10152 <source>Encoder</source><target state="new">Encoder</target> 10086 <source>Encoder</source><target state="new">Encoder</target>
10153 <context-group purpose="location"> 10087 <context-group purpose="location">
10154 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10088 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10425,15 +10359,14 @@
10425 <context context-type="linenumber">1</context> 10359 <context context-type="linenumber">1</context>
10426 </context-group> 10360 </context-group>
10427 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 10361 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10428 </trans-unit> 10362 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10429 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 10363 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10430 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
10431 <target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target>
10432 <context-group purpose="location"> 10364 <context-group purpose="location">
10433 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10365 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10434 <context context-type="linenumber">1</context> 10366 <context context-type="linenumber">1</context>
10435 </context-group> 10367 </context-group>
10436 </trans-unit> 10368 </trans-unit>
10369
10437 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d"> 10370 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d">
10438 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10371 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10439 <target> Это внешний комментарий, поэтому удаление будет эффективным только на вашем сервере.</target> 10372 <target> Это внешний комментарий, поэтому удаление будет эффективным только на вашем сервере.</target>
diff --git a/client/src/locale/angular.sk-SK.xlf b/client/src/locale/angular.sk-SK.xlf
index f49c3c064..9768274eb 100644
--- a/client/src/locale/angular.sk-SK.xlf
+++ b/client/src/locale/angular.sk-SK.xlf
@@ -512,25 +512,25 @@
512 <source>Unlisted</source><target state="new">Unlisted</target> 512 <source>Unlisted</source><target state="new">Unlisted</target>
513 513
514 514
515 <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><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"> 515 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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">
516 <source>Private</source><target state="new">Private</target> 516 <source>Private</source><target state="new">Private</target>
517 517
518 518
519 519
520 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 520 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
521 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 521 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
522 522
523 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 523 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
524 <source>Blacklisted</source><target state="new">Blacklisted</target> 524 <source>Blacklisted</source><target state="new">Blacklisted</target>
525 525
526 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 526 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
527 <source> 527 <source>
528 Sensitive 528 Sensitive
529 </source><target state="new"> 529 </source><target state="new">
530 Sensitive 530 Sensitive
531 </target> 531 </target>
532 532
533 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 533 <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="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
534 <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> 534 <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>
535 <context-group purpose="location"> 535 <context-group purpose="location">
536 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context> 536 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
@@ -573,7 +573,7 @@
573 573
574 574
575 575
576 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 576 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
577 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 577 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
578 <context-group purpose="location"> 578 <context-group purpose="location">
579 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 579 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -604,7 +604,7 @@
604 604
605 605
606 606
607 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit><trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d" datatype="html"> 607 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit><trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d" datatype="html">
608 <source>Truncated preview</source><target state="new">Truncated preview</target> 608 <source>Truncated preview</source><target state="new">Truncated preview</target>
609 609
610 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196" datatype="html"> 610 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196" datatype="html">
@@ -734,7 +734,7 @@
734 734
735 735
736 736
737 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit><trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 737 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit><trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
738 <source>HTTP import (YouTube, Vimeo, direct URL...)</source><target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target> 738 <source>HTTP import (YouTube, Vimeo, direct URL...)</source><target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target>
739 739
740 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a" datatype="html"> 740 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a" datatype="html">
@@ -832,7 +832,7 @@
832 832
833 833
834 834
835 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 835 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
836 <source>Ban this user</source><target state="new">Ban this user</target> 836 <source>Ban this user</source><target state="new">Ban this user</target>
837 837
838 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html"> 838 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
@@ -841,12 +841,6 @@
841 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 841 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context>
842 <context context-type="linenumber">11</context> 842 <context context-type="linenumber">11</context>
843 </context-group> 843 </context-group>
844 </trans-unit><trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html">
845 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source><target state="new">(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
846 <context-group purpose="location">
847 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
848 <context context-type="linenumber">12</context>
849 </context-group>
850 </trans-unit><trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html"> 844 </trans-unit><trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html">
851 <source> 845 <source>
852 Login 846 Login
@@ -947,7 +941,7 @@
947 941
948 942
949 943
950 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit><trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html"> 944 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit><trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html">
951 <source>Email address</source><target state="new">Email address</target> 945 <source>Email address</source><target state="new">Email address</target>
952 946
953 947
@@ -1258,15 +1252,9 @@
1258 </context-group> 1252 </context-group>
1259 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1253 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1260 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1254 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1261 <context-group purpose="location"> 1255
1262 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1256
1263 <context context-type="linenumber">36</context> 1257 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1264 </context-group>
1265 <context-group purpose="location">
1266 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1267 <context context-type="linenumber">158</context>
1268 </context-group>
1269 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1270 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1258 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1271 <context-group purpose="location"> 1259 <context-group purpose="location">
1272 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1260 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1299,41 +1287,26 @@
1299 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1287 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1300 <source>Help</source><target state="new">Help</target> 1288 <source>Help</source><target state="new">Help</target>
1301 1289
1302 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1290 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1303 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1291 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1304 <context-group purpose="location"> 1292
1305 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1293 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1306 <context context-type="linenumber">167</context>
1307 </context-group>
1308 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1309 <source>Shortcuts</source><target state="new">Shortcuts</target> 1294 <source>Shortcuts</source><target state="new">Shortcuts</target>
1310 <context-group purpose="location"> 1295
1311 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1296 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1312 <context context-type="linenumber">168</context>
1313 </context-group>
1314 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1315 <source> 1297 <source>
1316 powered by PeerTube 1298 powered by PeerTube
1317 </source><target state="new"> 1299 </source><target state="new">
1318 powered by PeerTube 1300 powered by PeerTube
1319 </target> 1301 </target>
1320 <context-group purpose="location"> 1302
1321 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1303 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1322 <context context-type="linenumber">172</context>
1323 </context-group>
1324 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1325 <source>PeerTube website</source><target state="new">PeerTube website</target> 1304 <source>PeerTube website</source><target state="new">PeerTube website</target>
1326 <context-group purpose="location"> 1305
1327 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1306 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1328 <context context-type="linenumber">172</context>
1329 </context-group>
1330 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1331 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1307 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1332 <context-group purpose="location"> 1308
1333 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1309 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1334 <context context-type="linenumber">171</context>
1335 </context-group>
1336 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1337 <source>Log out</source><target state="new">Log out</target> 1310 <source>Log out</source><target state="new">Log out</target>
1338 1311
1339 <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="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html"> 1312 <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="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html">
@@ -1391,17 +1364,8 @@
1391 1364
1392 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1365 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1393 <source>Contact</source><target state="new">Contact</target> 1366 <source>Contact</source><target state="new">Contact</target>
1394 <context-group purpose="location"> 1367
1395 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1368 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1396 <context context-type="linenumber">154</context>
1397 </context-group>
1398 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1399 <source>Terms of Service</source><target state="new">Terms of Service</target>
1400 <context-group purpose="location">
1401 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1402 <context context-type="linenumber">155</context>
1403 </context-group>
1404 </trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1405 <source>View your notifications</source><target state="new">View your notifications</target> 1369 <source>View your notifications</source><target state="new">View your notifications</target>
1406 <context-group purpose="location"> 1370 <context-group purpose="location">
1407 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1371 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
@@ -1699,7 +1663,7 @@
1699 1663
1700 1664
1701 1665
1702 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html"> 1666 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html">
1703 <source>Privacy</source><target state="new">Privacy</target> 1667 <source>Privacy</source><target state="new">Privacy</target>
1704 1668
1705 1669
@@ -1708,37 +1672,19 @@
1708 1672
1709 1673
1710 1674
1711 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 1675 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
1712 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
1713 <context-group purpose="location">
1714 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1715 <context context-type="linenumber">164</context>
1716 </context-group>
1717 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
1718 <source>FAQ</source><target state="new">FAQ</target> 1676 <source>FAQ</source><target state="new">FAQ</target>
1719 <context-group purpose="location"> 1677
1720 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1678 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
1721 <context context-type="linenumber">165</context>
1722 </context-group>
1723 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
1724 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 1679 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
1725 <context-group purpose="location"> 1680
1726 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1681 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
1727 <context context-type="linenumber">165</context>
1728 </context-group>
1729 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
1730 <source>API</source><target state="new">API</target> 1682 <source>API</source><target state="new">API</target>
1731 <context-group purpose="location"> 1683
1732 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1684 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
1733 <context context-type="linenumber">166</context>
1734 </context-group>
1735 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
1736 <source>API documentation</source><target state="new">API documentation</target> 1685 <source>API documentation</source><target state="new">API documentation</target>
1737 <context-group purpose="location"> 1686
1738 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1687 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
1739 <context context-type="linenumber">166</context>
1740 </context-group>
1741 </trans-unit><trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
1742 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source><target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 1688 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source><target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
1743 1689
1744 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee" datatype="html"> 1690 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee" datatype="html">
@@ -1836,7 +1782,7 @@
1836 1782
1837 1783
1838 1784
1839 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit><trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 1785 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit><trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
1840 <source> 1786 <source>
1841 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. 1787 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
1842</source><target state="new"> 1788</source><target state="new">
@@ -1851,7 +1797,7 @@
1851 1797
1852 1798
1853 1799
1854 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html"> 1800 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html">
1855 <source>Select the file to upload</source><target state="new">Select the file to upload</target> 1801 <source>Select the file to upload</source><target state="new">Select the file to upload</target>
1856 <context-group purpose="location"> 1802 <context-group purpose="location">
1857 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1803 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
@@ -1859,17 +1805,11 @@
1859 </context-group> 1805 </context-group>
1860 </trans-unit><trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html"> 1806 </trans-unit><trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html">
1861 <source>Scheduled</source><target state="new">Scheduled</target> 1807 <source>Scheduled</source><target state="new">Scheduled</target>
1862 <context-group purpose="location"> 1808
1863 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1809 <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">24</context></context-group></trans-unit><trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
1864 <context context-type="linenumber">25</context>
1865 </context-group>
1866 </trans-unit><trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
1867 <source>Video background image</source><target state="new">Video background image</target> 1810 <source>Video background image</source><target state="new">Video background image</target>
1868 <context-group purpose="location"> 1811
1869 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1812 <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">31</context></context-group></trans-unit><trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
1870 <context context-type="linenumber">32</context>
1871 </context-group>
1872 </trans-unit><trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
1873 <source> 1813 <source>
1874 Image that will be merged with your audio file. 1814 Image that will be merged with your audio file.
1875 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1815 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -1879,58 +1819,43 @@
1879 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1819 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1880 The chosen image will be definitive and cannot be modified. 1820 The chosen image will be definitive and cannot be modified.
1881 </target> 1821 </target>
1882 <context-group purpose="location"> 1822
1883 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1823 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
1884 <context context-type="linenumber">34</context>
1885 </context-group>
1886 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
1887 <source>Processing…</source><target state="new">Processing…</target> 1824 <source>Processing…</source><target state="new">Processing…</target>
1888 <context-group purpose="location"> 1825
1889 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1826 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
1890 <context context-type="linenumber">56</context>
1891 </context-group>
1892 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
1893 <source>Total video quota</source><target state="new">Total video quota</target> 1827 <source>Total video quota</source><target state="new">Total video quota</target>
1894 <context-group purpose="location"> 1828
1895 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1829
1896 <context context-type="linenumber">54</context> 1830 <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">53</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">11</context></context-group></trans-unit><trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
1897 </context-group>
1898 <context-group purpose="location">
1899 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
1900 <context context-type="linenumber">11</context>
1901 </context-group>
1902 </trans-unit><trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
1903 <source> 1831 <source>
1904 Congratulations! Your video is now available in your private library. 1832 Congratulations! Your video is now available in your private library.
1905</source><target state="new"> 1833</source><target state="new">
1906 Congratulations! Your video is now available in your private library. 1834 Congratulations! Your video is now available in your private library.
1907</target> 1835</target>
1908 1836
1909 <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">68</context></context-group></trans-unit><trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html"> 1837 <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">67</context></context-group></trans-unit><trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
1910 <source>Publish will be available when upload is finished</source><target state="new">Publish will be available when upload is finished</target> 1838 <source>Publish will be available when upload is finished</source><target state="new">Publish will be available when upload is finished</target>
1911 1839
1912 <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">81</context></context-group></trans-unit><trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html"> 1840 <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">80</context></context-group></trans-unit><trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html">
1913 <source>Publish</source><target state="new">Publish</target> 1841 <source>Publish</source><target state="new">Publish</target>
1914 1842
1915 <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">88</context></context-group></trans-unit><trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html"> 1843 <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">87</context></context-group></trans-unit><trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
1916 <source>Select the torrent to import</source><target state="new">Select the torrent to import</target> 1844 <source>Select the torrent to import</source><target state="new">Select the torrent to import</target>
1917 <context-group purpose="location"> 1845 <context-group purpose="location">
1918 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1846 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
1919 <context context-type="linenumber">6</context> 1847 <context context-type="linenumber">6</context>
1920 </context-group> 1848 </context-group>
1921 </trans-unit><trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc" datatype="html"> 1849 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
1922 <source>Or</source><target state="new">Or</target> 1850 <source>OR</source><target state="new">OR</target>
1923 <context-group purpose="location"> 1851 <context-group purpose="location">
1924 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1852 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
1925 <context context-type="linenumber">11</context> 1853 <context context-type="linenumber">10</context>
1926 </context-group> 1854 </context-group>
1927 </trans-unit><trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html"> 1855 </trans-unit><trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
1928 <source>Paste magnet URI</source><target state="new">Paste magnet URI</target> 1856 <source>Paste magnet URI</source><target state="new">Paste magnet URI</target>
1929 <context-group purpose="location"> 1857
1930 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1858 <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">13</context></context-group></trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
1931 <context context-type="linenumber">14</context>
1932 </context-group>
1933 </trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
1934 <source> 1859 <source>
1935 You can import any torrent file that points to a mp4 file. 1860 You can import any torrent file that points to a mp4 file.
1936 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. 1861 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.
@@ -1938,21 +1863,15 @@
1938 You can import any torrent file that points to a mp4 file. 1863 You can import any torrent file that points to a mp4 file.
1939 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. 1864 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.
1940 </target> 1865 </target>
1941 <context-group purpose="location"> 1866
1942 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1867 <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">16</context></context-group></trans-unit><trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
1943 <context context-type="linenumber">17</context>
1944 </context-group>
1945 </trans-unit><trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
1946 <source> 1868 <source>
1947 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 1869 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
1948</source><target state="new"> 1870</source><target state="new">
1949 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 1871 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
1950</target> 1872</target>
1951 <context-group purpose="location"> 1873
1952 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1874 <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">56</context></context-group></trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
1953 <context context-type="linenumber">57</context>
1954 </context-group>
1955 </trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
1956 <source> 1875 <source>
1957 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. 1876 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.
1958 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1877 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -2179,7 +2098,7 @@
2179 <source>Go to the account page</source><target state="new">Go to the account page</target> 2098 <source>Go to the account page</source><target state="new">Go to the account page</target>
2180 2099
2181 2100
2182 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</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">63</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2101 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2183 <source>Subscribe</source><target state="new">Subscribe</target> 2102 <source>Subscribe</source><target state="new">Subscribe</target>
2184 <context-group purpose="location"> 2103 <context-group purpose="location">
2185 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2104 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
@@ -2237,7 +2156,7 @@
2237 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2156 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2238 <source>More information</source><target state="new">More information</target> 2157 <source>More information</source><target state="new">More information</target>
2239 2158
2240 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2159 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2241 <source>Get more information</source><target state="new">Get more information</target> 2160 <source>Get more information</source><target state="new">Get more information</target>
2242 2161
2243 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2162 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
@@ -2299,34 +2218,25 @@
2299 </source><target state="new"> 2218 </source><target state="new">
2300 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 2219 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
2301 </target> 2220 </target>
2302 <context-group purpose="location"> 2221
2303 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2222 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2304 <context context-type="linenumber">77</context>
2305 </context-group>
2306 </trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2307 <source> 2223 <source>
2308 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2224 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2309 </source><target state="new"> 2225 </source><target state="new">
2310 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2226 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2311 </target> 2227 </target>
2312 <context-group purpose="location"> 2228
2313 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2229 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2314 <context context-type="linenumber">80</context>
2315 </context-group>
2316 </trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2317 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 2230 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
2318 <context-group purpose="location"> 2231
2319 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2232 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
2320 <context context-type="linenumber">84</context>
2321 </context-group>
2322 </trans-unit><trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
2323 <source> 2233 <source>
2324 Comments are disabled. 2234 Comments are disabled.
2325 </source><target state="new"> 2235 </source><target state="new">
2326 Comments are disabled. 2236 Comments are disabled.
2327 </target> 2237 </target>
2328 2238
2329 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group></trans-unit><trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html"> 2239 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html">
2330 <source>Add comment...</source><target state="new">Add comment...</target> 2240 <source>Add comment...</source><target state="new">Add comment...</target>
2331 <context-group purpose="location"> 2241 <context-group purpose="location">
2332 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 2242 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -2390,64 +2300,33 @@
2390 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2300 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
2391 <context context-type="linenumber">5</context> 2301 <context context-type="linenumber">5</context>
2392 </context-group> 2302 </context-group>
2393 </trans-unit><trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246" datatype="html">
2394 <source>Follow</source><target state="new">Follow</target>
2395 <context-group purpose="location">
2396 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
2397 <context context-type="linenumber">7</context>
2398 </context-group>
2399 </trans-unit><trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html"> 2303 </trans-unit><trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html">
2400 <source>Followers</source><target state="new">Followers</target> 2304 <source>Followers</source><target state="new">Followers</target>
2401 2305
2402 2306
2403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 2307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
2404 <source>Video redundancies</source><target state="new">Video redundancies</target> 2308 <source>Video redundancies</source><target state="new">Video redundancies</target>
2405 <context-group purpose="location"> 2309
2406 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
2407 <context context-type="linenumber">11</context>
2408 </context-group>
2409 </trans-unit><trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
2410 <source>1 host (without "http://") per line</source><target state="new">1 host (without "http://") per line</target> 2311 <source>1 host (without "http://") per line</source><target state="new">1 host (without "http://") per line</target>
2312
2313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2314 <source>Follow domain</source><target state="new">Follow domain</target>
2411 <context-group purpose="location"> 2315 <context-group purpose="location">
2412 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context> 2316 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2413 <context context-type="linenumber">5</context> 2317 <context context-type="linenumber">15</context>
2414 </context-group>
2415 </trans-unit><trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507" datatype="html">
2416 <source>
2417 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2418 </source><target state="new">
2419 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2420 </target>
2421 <context-group purpose="location">
2422 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
2423 <context context-type="linenumber">17</context>
2424 </context-group>
2425 </trans-unit><trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437" datatype="html">
2426 <source>Add following</source><target state="new">Add following</target>
2427 <context-group purpose="location">
2428 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
2429 <context context-type="linenumber">21</context>
2430 </context-group> 2318 </context-group>
2431 </trans-unit><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 2319 </trans-unit><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
2432 <source>Filter...</source><target state="new">Filter...</target> 2320 <source>Filter...</source><target state="new">Filter...</target>
2433 <context-group purpose="location"> 2321
2434 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2322
2435 <context context-type="linenumber">8</context> 2323
2436 </context-group> 2324 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit><trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
2437 <context-group purpose="location">
2438 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2439 <context context-type="linenumber">9</context>
2440 </context-group>
2441 <context-group purpose="location">
2442 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2443 <context context-type="linenumber">27</context>
2444 </context-group>
2445 </trans-unit><trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
2446 <source>ID</source><target state="new">ID</target> 2325 <source>ID</source><target state="new">ID</target>
2447 2326
2448 2327
2449 2328
2450 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2329 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2451 <source>Follower handle</source><target state="new">Follower handle</target> 2330 <source>Follower handle</source><target state="new">Follower handle</target>
2452 2331
2453 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 2332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
@@ -2456,37 +2335,22 @@
2456 2335
2457 2336
2458 2337
2459 <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"> 2338 <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="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2460 <source>Delayed.</source><target state="new">Delayed.</target> 2339 <source>Delayed.</source><target state="new">Delayed.</target>
2461 <context-group purpose="location"> 2340
2462 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2463 <context context-type="linenumber">42</context>
2464 </context-group>
2465 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2466 <source>Will start soon...</source><target state="new">Will start soon...</target> 2342 <source>Will start soon...</source><target state="new">Will start soon...</target>
2467 <context-group purpose="location"> 2343
2468 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2469 <context context-type="linenumber">43</context>
2470 </context-group>
2471 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2472 <source>Running...</source><target state="new">Running...</target> 2345 <source>Running...</source><target state="new">Running...</target>
2473 <context-group purpose="location"> 2346
2474 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2475 <context context-type="linenumber">44</context>
2476 </context-group>
2477 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2478 <source>Finished</source><target state="new">Finished</target> 2348 <source>Finished</source><target state="new">Finished</target>
2479 <context-group purpose="location"> 2349
2480 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2350 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2481 <context context-type="linenumber">45</context>
2482 </context-group>
2483 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2484 <source>Failed</source><target state="new">Failed</target> 2351 <source>Failed</source><target state="new">Failed</target>
2485 <context-group purpose="location"> 2352
2486 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2487 <context context-type="linenumber">46</context>
2488 </context-group>
2489 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2490 <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> 2354 <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>
2491 2355
2492 2356
@@ -2494,15 +2358,15 @@
2494 2358
2495 2359
2496 2360
2497 <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"> 2361 <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">24</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">46</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">11</context></context-group><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><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">
2498 <source>Accepted</source><target state="new">Accepted</target> 2362 <source>Accepted</source><target state="new">Accepted</target>
2499 2363
2500 2364
2501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">30</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2502 <source>Pending</source><target state="new">Pending</target> 2366 <source>Pending</source><target state="new">Pending</target>
2503 2367
2504 2368
2505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">31</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2506 <source>Accept</source><target state="new">Accept</target> 2370 <source>Accept</source><target state="new">Accept</target>
2507 2371
2508 2372
@@ -2510,20 +2374,35 @@
2510 <source>Refuse</source><target state="new">Refuse</target> 2374 <source>Refuse</source><target state="new">Refuse</target>
2511 2375
2512 2376
2513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 2377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2378 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2379 <context-group purpose="location">
2380 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
2381 <context context-type="linenumber">3</context>
2382 </context-group>
2383 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
2514 <source>Host</source><target state="new">Host</target> 2384 <source>Host</source><target state="new">Host</target>
2515 2385
2516 <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></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 2386 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
2517 <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><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> 2387 <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><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>
2388
2389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
2390 <source>Follow domains</source><target state="new">Follow domains</target>
2518 <context-group purpose="location"> 2391 <context-group purpose="location">
2519 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2392 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2520 <context context-type="linenumber">21</context> 2393 <context context-type="linenumber">50</context>
2521 </context-group> 2394 </context-group>
2522 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 2395 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
2523 <source>Video redundancies list</source><target state="new">Video redundancies list</target> 2396 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
2524 <context-group purpose="location"> 2397 <context-group purpose="location">
2525 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2398 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2526 <context context-type="linenumber">2</context> 2399 <context context-type="linenumber">7</context>
2400 </context-group>
2401 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
2402 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
2403 <context-group purpose="location">
2404 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2405 <context context-type="linenumber">8</context>
2527 </context-group> 2406 </context-group>
2528 </trans-unit><trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html"> 2407 </trans-unit><trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html">
2529 <source>Create user</source><target state="new">Create user</target> 2408 <source>Create user</source><target state="new">Create user</target>
@@ -2562,7 +2441,7 @@
2562 2441
2563 2442
2564 2443
2565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 2444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
2566 <source> 2445 <source>
2567 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2446 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2568 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2447 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -2624,45 +2503,40 @@
2624 </context-group> 2503 </context-group>
2625 </trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 2504 </trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
2626 <source>Batch actions</source><target state="new">Batch actions</target> 2505 <source>Batch actions</source><target state="new">Batch actions</target>
2627 <context-group purpose="location"> 2506
2628 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
2629 <context context-type="linenumber">19</context>
2630 </context-group>
2631 </trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
2632 <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><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> 2508 <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><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>
2633 <context-group purpose="location"> 2509
2634 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2635 <context context-type="linenumber">40</context>
2636 </context-group>
2637 </trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2638 <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><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> 2511 <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><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>
2639 <context-group purpose="location"> 2512
2640 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2513 <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></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2641 <context context-type="linenumber">42</context>
2642 </context-group>
2643 </trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2644 <source>(banned)</source><target state="new">(banned)</target> 2514 <source>(banned)</source><target state="new">(banned)</target>
2515
2516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
2517 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
2645 <context-group purpose="location"> 2518 <context-group purpose="location">
2646 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2519 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2647 <context context-type="linenumber">65</context> 2520 <context context-type="linenumber">65</context>
2648 </context-group> 2521 </context-group>
2649 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2650 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2651 <context-group purpose="location"> 2522 <context-group purpose="location">
2652 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2523 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2653 <context context-type="linenumber">72</context> 2524 <context context-type="linenumber">27</context>
2654 </context-group> 2525 </context-group>
2655 </trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 2526 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2527 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2528
2529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
2656 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target> 2530 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target>
2657 <context-group purpose="location"> 2531
2658 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2659 <context context-type="linenumber">76</context>
2660 </context-group>
2661 </trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2662 <source>Ban reason:</source><target state="new">Ban reason:</target> 2533 <source>Ban reason:</source><target state="new">Ban reason:</target>
2534
2535 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2536 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
2663 <context-group purpose="location"> 2537 <context-group purpose="location">
2664 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2538 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2665 <context context-type="linenumber">95</context> 2539 <context context-type="linenumber">15</context>
2666 </context-group> 2540 </context-group>
2667 </trans-unit><trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html"> 2541 </trans-unit><trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
2668 <source>Moderation</source><target state="new">Moderation</target> 2542 <source>Moderation</source><target state="new">Moderation</target>
@@ -2704,84 +2578,63 @@
2704 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 2578 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
2705 <context context-type="linenumber">13</context> 2579 <context context-type="linenumber">13</context>
2706 </context-group> 2580 </context-group>
2581 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
2582 <source>Video <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">Video <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>
2583 <context-group purpose="location">
2584 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2585 <context context-type="linenumber">10</context>
2586 </context-group>
2707 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 2587 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
2708 <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><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> 2588 <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><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>
2709 2589
2710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><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">8</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 2590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
2711 <source>Video URL</source><target state="new">Video URL</target> 2591 <source>Video URL</source><target state="new">Video URL</target>
2712 <context-group purpose="location"> 2592
2713 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2714 <context context-type="linenumber">24</context>
2715 </context-group>
2716 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2717 <source>Total size</source><target state="new">Total size</target> 2594 <source>Total size</source><target state="new">Total size</target>
2595
2596 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
2597 <source>List redundancies</source><target state="new">List redundancies</target>
2718 <context-group purpose="location"> 2598 <context-group purpose="location">
2719 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2599 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2720 <context context-type="linenumber">25</context> 2600 <context context-type="linenumber">33</context>
2721 </context-group> 2601 </context-group>
2722 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 2602 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
2723 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 2603 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
2724 <context-group purpose="location"> 2604
2725 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2605 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
2726 <context context-type="linenumber">69</context>
2727 </context-group>
2728 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
2729 <source> 2606 <source>
2730 No redundancy strategy is enabled on your instance. 2607 No redundancy strategy is enabled on your instance.
2731 </source><target state="new"> 2608 </source><target state="new">
2732 No redundancy strategy is enabled on your instance. 2609 No redundancy strategy is enabled on your instance.
2733 </target> 2610 </target>
2734 <context-group purpose="location"> 2611
2735 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
2736 <context context-type="linenumber">73</context>
2737 </context-group>
2738 </trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
2739 <source>Sensitive</source><target state="new">Sensitive</target> 2613 <source>Sensitive</source><target state="new">Sensitive</target>
2740 <context-group purpose="location"> 2614
2741 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2615 <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">11</context></context-group></trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
2742 <context context-type="linenumber">9</context>
2743 </context-group>
2744 </trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
2745 <source>Unfederated</source><target state="new">Unfederated</target> 2616 <source>Unfederated</source><target state="new">Unfederated</target>
2746 <context-group purpose="location"> 2617
2747 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2618 <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">12</context></context-group></trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
2748 <context context-type="linenumber">10</context>
2749 </context-group>
2750 </trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
2751 <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><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> 2619 <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><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>
2752 <context-group purpose="location"> 2620
2753 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2621 <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">13</context></context-group></trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
2754 <context context-type="linenumber">11</context>
2755 </context-group>
2756 </trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
2757 <source>Go to the video</source><target state="new">Go to the video</target> 2622 <source>Go to the video</source><target state="new">Go to the video</target>
2758 <context-group purpose="location"> 2623
2759 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2624
2760 <context context-type="linenumber">25</context> 2625
2761 </context-group> 2626 <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">28</context></context-group><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">33</context></context-group></trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
2762 <context-group purpose="location">
2763 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2764 <context context-type="linenumber">33</context>
2765 </context-group>
2766 <context-group purpose="location">
2767 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
2768 <context context-type="linenumber">33</context>
2769 </context-group>
2770 </trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
2771 <source>Actions</source><target state="new">Actions</target> 2627 <source>Actions</source><target state="new">Actions</target>
2772 <context-group purpose="location"> 2628
2773 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2629
2774 <context context-type="linenumber">35</context> 2630 <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">38</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">57</context></context-group></trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
2775 </context-group>
2776 <context-group purpose="location">
2777 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2778 <context context-type="linenumber">44</context>
2779 </context-group>
2780 </trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
2781 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target> 2631 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target>
2632
2633 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
2634 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
2782 <context-group purpose="location"> 2635 <context-group purpose="location">
2783 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2636 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2784 <context context-type="linenumber">43</context> 2637 <context context-type="linenumber">5</context>
2785 </context-group> 2638 </context-group>
2786 </trans-unit><trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html"> 2639 </trans-unit><trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
2787 <source>Moderation comment</source><target state="new">Moderation comment</target> 2640 <source>Moderation comment</source><target state="new">Moderation comment</target>
@@ -2795,37 +2648,28 @@
2795 </source><target state="new"> 2648 </source><target state="new">
2796 This comment can only be seen by you or the other moderators. 2649 This comment can only be seen by you or the other moderators.
2797 </target> 2650 </target>
2798 <context-group purpose="location"> 2651
2799 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 2652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
2800 <context context-type="linenumber">18</context>
2801 </context-group>
2802 </trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
2803 <source>Update this comment</source><target state="new">Update this comment</target> 2653 <source>Update this comment</source><target state="new">Update this comment</target>
2804 2654
2805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 2655 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
2806 <source>Reporter</source><target state="new">Reporter</target> 2656 <source>Reporter</source><target state="new">Reporter</target>
2807 <context-group purpose="location"> 2657
2808 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2658 <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">10</context></context-group></trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
2809 <context context-type="linenumber">8</context>
2810 </context-group>
2811 </trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
2812 <source>Video</source><target state="new">Video</target> 2659 <source>Video</source><target state="new">Video</target>
2660
2661
2662
2663 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
2664 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
2813 <context-group purpose="location"> 2665 <context-group purpose="location">
2814 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2666 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2815 <context context-type="linenumber">10</context> 2667 <context context-type="linenumber">46</context>
2816 </context-group>
2817 <context-group purpose="location">
2818 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
2819 <context context-type="linenumber">14</context>
2820 </context-group>
2821 <context-group purpose="location">
2822 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
2823 <context context-type="linenumber">9</context>
2824 </context-group> 2668 </context-group>
2825 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 2669 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
2826 <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><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> 2670 <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><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>
2827 2671
2828 <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><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><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></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 2672 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
2829 <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><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> 2673 <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><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>
2830 <context-group purpose="location"> 2674 <context-group purpose="location">
2831 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2675 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -2833,25 +2677,22 @@
2833 </context-group> 2677 </context-group>
2834 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 2678 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
2835 <source>Go to the account</source><target state="new">Go to the account</target> 2679 <source>Go to the account</source><target state="new">Go to the account</target>
2836 <context-group purpose="location"> 2680
2837 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2681
2838 <context context-type="linenumber">25</context> 2682 <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">27</context></context-group></trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
2839 </context-group>
2840 <context-group purpose="location">
2841 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
2842 <context context-type="linenumber">27</context>
2843 </context-group>
2844 </trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
2845 <source>Reason:</source><target state="new">Reason:</target> 2683 <source>Reason:</source><target state="new">Reason:</target>
2684
2685 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
2686 <source>Note:</source><target state="new">Note:</target>
2846 <context-group purpose="location"> 2687 <context-group purpose="location">
2847 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2688 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2848 <context context-type="linenumber">53</context> 2689 <context context-type="linenumber">72</context>
2849 </context-group> 2690 </context-group>
2850 </trans-unit><trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638" datatype="html"> 2691 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
2851 <source>Moderation comment:</source><target state="new">Moderation comment:</target> 2692 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
2852 <context-group purpose="location"> 2693 <context-group purpose="location">
2853 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2694 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2854 <context context-type="linenumber">57</context> 2695 <context context-type="linenumber">5</context>
2855 </context-group> 2696 </context-group>
2856 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 2697 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
2857 <source>Unblacklist</source><target state="new">Unblacklist</target> 2698 <source>Unblacklist</source><target state="new">Unblacklist</target>
@@ -2863,57 +2704,61 @@
2863 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context> 2704 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
2864 <context context-type="linenumber">17</context> 2705 <context context-type="linenumber">17</context>
2865 </context-group> 2706 </context-group>
2707 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
2708 <source>Mute domain</source><target state="new">Mute domain</target>
2709 <context-group purpose="location">
2710 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2711 <context context-type="linenumber">11</context>
2712 </context-group>
2866 </trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 2713 </trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
2867 <source>Instance</source><target state="new">Instance</target> 2714 <source>Instance</source><target state="new">Instance</target>
2868 2715
2869 2716
2870 2717
2871 2718
2872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 2719 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
2873 <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><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> 2720 <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><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>
2874 <context-group purpose="location"> 2721
2875 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2722
2876 <context context-type="linenumber">9</context> 2723
2877 </context-group> 2724
2878 <context-group purpose="location"> 2725 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
2879 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2880 <context context-type="linenumber">9</context>
2881 </context-group>
2882 <context-group purpose="location">
2883 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
2884 <context context-type="linenumber">13</context>
2885 </context-group>
2886 <context-group purpose="location">
2887 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
2888 <context context-type="linenumber">13</context>
2889 </context-group>
2890 </trans-unit><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
2891 <source>Unmute</source><target state="new">Unmute</target> 2726 <source>Unmute</source><target state="new">Unmute</target>
2727
2728
2729
2730
2731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
2732 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
2892 <context-group purpose="location"> 2733 <context-group purpose="location">
2893 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2734 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2894 <context context-type="linenumber">19</context> 2735 <context context-type="linenumber">5</context>
2895 </context-group>
2896 <context-group purpose="location">
2897 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2898 <context context-type="linenumber">18</context>
2899 </context-group> 2736 </context-group>
2737 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
2738 <source>
2739 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2740 </source><target state="new">
2741 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2742 </target>
2900 <context-group purpose="location"> 2743 <context-group purpose="location">
2901 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 2744 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2902 <context context-type="linenumber">22</context> 2745 <context context-type="linenumber">37</context>
2903 </context-group> 2746 </context-group>
2747 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
2748 <source>Mute domains</source><target state="new">Mute domains</target>
2904 <context-group purpose="location"> 2749 <context-group purpose="location">
2905 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 2750 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2906 <context context-type="linenumber">23</context> 2751 <context context-type="linenumber">35</context>
2907 </context-group> 2752 </context-group>
2908 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 2753 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
2909 <source>Account</source><target state="new">Account</target> 2754 <source>Account</source><target state="new">Account</target>
2755
2756
2757 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
2758 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
2910 <context-group purpose="location"> 2759 <context-group purpose="location">
2911 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 2760 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2912 <context context-type="linenumber">8</context> 2761 <context context-type="linenumber">5</context>
2913 </context-group>
2914 <context-group purpose="location">
2915 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
2916 <context context-type="linenumber">12</context>
2917 </context-group> 2762 </context-group>
2918 </trans-unit><trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 2763 </trans-unit><trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
2919 <source>Plugins/Themes</source><target state="new">Plugins/Themes</target> 2764 <source>Plugins/Themes</source><target state="new">Plugins/Themes</target>
@@ -3029,28 +2874,16 @@
3029 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context> 2874 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
3030 <context context-type="linenumber">9</context> 2875 <context context-type="linenumber">9</context>
3031 </context-group> 2876 </context-group>
3032 </trans-unit><trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f" datatype="html">
3033 <source>Jobs list</source><target state="new">Jobs list</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">2</context>
3037 </context-group>
3038 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 2877 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3039 <source>Job type</source><target state="new">Job type</target> 2878 <source>Job type</source><target state="new">Job type</target>
3040 <context-group purpose="location"> 2879
3041 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2880 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3042 <context context-type="linenumber">5</context>
3043 </context-group>
3044 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3045 <source>Job state</source><target state="new">Job state</target> 2881 <source>Job state</source><target state="new">Job state</target>
3046 <context-group purpose="location"> 2882
3047 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3048 <context context-type="linenumber">14</context>
3049 </context-group>
3050 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3051 <source>Type</source><target state="new">Type</target> 2884 <source>Type</source><target state="new">Type</target>
3052 2885
3053 <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"> 2886 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3054 <source>Refresh</source><target state="new">Refresh</target> 2887 <source>Refresh</source><target state="new">Refresh</target>
3055 2888
3056 <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="94516fa213706c67ce5a5b5765681d7fb032033a" datatype="html"> 2889 <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="94516fa213706c67ce5a5b5765681d7fb032033a" datatype="html">
@@ -3084,43 +2917,25 @@
3084 2917
3085 2918
3086 2919
3087 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 2920 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
3088 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 2921 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
3089 <context-group purpose="location"> 2922
3090 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 2923 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3091 <context context-type="linenumber">46</context>
3092 </context-group>
3093 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3094 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 2924 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
3095 <context-group purpose="location"> 2925
3096 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 2926 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3097 <context context-type="linenumber">43</context>
3098 </context-group>
3099 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3100 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 2927 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
3101 <context-group purpose="location"> 2928
3102 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 2929 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3103 <context context-type="linenumber">57</context>
3104 </context-group>
3105 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3106 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 2930 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
3107 <context-group purpose="location"> 2931
3108 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 2932 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3109 <context context-type="linenumber">54</context>
3110 </context-group>
3111 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3112 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 2933 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
3113 <context-group purpose="location"> 2934
3114 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 2935 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3115 <context context-type="linenumber">68</context>
3116 </context-group>
3117 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3118 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 2936 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
3119 <context-group purpose="location"> 2937
3120 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 2938 <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">66</context></context-group></trans-unit><trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3121 <context context-type="linenumber">65</context>
3122 </context-group>
3123 </trans-unit><trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3124 <source>Main languages you/your moderators speak</source><target state="new">Main languages you/your moderators speak</target> 2939 <source>Main languages you/your moderators speak</source><target state="new">Main languages you/your moderators speak</target>
3125 2940
3126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html"> 2941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html">
@@ -3159,128 +2974,125 @@
3159 <source>Do not list</source><target state="new">Do not list</target> 2974 <source>Do not list</source><target state="new">Do not list</target>
3160 2975
3161 2976
3162 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html"> 2977 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit><trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html">
3163 <source>Blur thumbnails</source><target state="new">Blur thumbnails</target> 2978 <source>Blur thumbnails</source><target state="new">Blur thumbnails</target>
3164 2979
3165 2980
3166 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit><trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html"> 2981 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html">
3167 <source>Display</source><target state="new">Display</target> 2982 <source>Display</source><target state="new">Display</target>
3168 2983
3169 2984
3170 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 2985 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3171 <source>Strategy</source><target state="new">Strategy</target> 2986 <source>Strategy</source><target state="new">Strategy</target>
3172 <context-group purpose="location"> 2987
3173 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2988 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3174 <context context-type="linenumber">22</context>
3175 </context-group>
3176 </trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3177 <source>Terms</source><target state="new">Terms</target> 2989 <source>Terms</source><target state="new">Terms</target>
3178 2990
3179 2991
3180 2992
3181 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 2993 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
3182 <source>Code of conduct</source><target state="new">Code of conduct</target> 2994 <source>Code of conduct</source><target state="new">Code of conduct</target>
3183 2995
3184 2996
3185 2997
3186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 2998 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
3187 <source>Moderation information</source><target state="new">Moderation information</target> 2999 <source>Moderation information</source><target state="new">Moderation information</target>
3188 3000
3189 3001
3190 3002
3191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 3003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
3192 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 3004 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
3193 3005
3194 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 3006 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
3195 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 3007 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
3196 3008
3197 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 3009 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
3198 <source>Who is behind the instance?</source><target state="new">Who is behind the instance?</target> 3010 <source>Who is behind the instance?</source><target state="new">Who is behind the instance?</target>
3199 3011
3200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 3012 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
3201 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 3013 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target>
3202 3014
3203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 3015 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
3204 <source>Why did you create this instance?</source><target state="new">Why did you create this instance?</target> 3016 <source>Why did you create this instance?</source><target state="new">Why did you create this instance?</target>
3205 3017
3206 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 3018 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
3207 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 3019 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
3208 3020
3209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 3021 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
3210 <source>How long do you plan to maintain this instance?</source><target state="new">How long do you plan to maintain this instance?</target> 3022 <source>How long do you plan to maintain this instance?</source><target state="new">How long do you plan to maintain this instance?</target>
3211 3023
3212 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">182</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 3024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
3213 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 3025 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target>
3214 3026
3215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 3027 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
3216 <source>How will you finance the PeerTube server?</source><target state="new">How will you finance the PeerTube server?</target> 3028 <source>How will you finance the PeerTube server?</source><target state="new">How will you finance the PeerTube server?</target>
3217 3029
3218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 3030 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
3219 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 3031 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
3220 3032
3221 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 3033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
3222 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 3034 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
3223 3035
3224 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 3036 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
3225 <source>What server/hardware does the instance run on?</source><target state="new">What server/hardware does the instance run on?</target> 3037 <source>What server/hardware does the instance run on?</source><target state="new">What server/hardware does the instance run on?</target>
3226 3038
3227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 3039 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
3228 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 3040 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
3229 3041
3230 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 3042 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit><trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
3231 <source>Instance information</source><target state="new">Instance information</target> 3043 <source>Instance information</source><target state="new">Instance information</target>
3232 3044
3233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 3045 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
3234 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 3046 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
3235 3047
3236 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 3048 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
3237 <source> 3049 <source>
3238 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3050 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3239 </source><target state="new"> 3051 </source><target state="new">
3240 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3052 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3241 </target> 3053 </target>
3242 3054
3243 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 3055 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit><trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
3244 <source>default</source><target state="new">default</target> 3056 <source>default</source><target state="new">default</target>
3245 3057
3246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 3058 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
3247 <source>Landing page</source><target state="new">Landing page</target> 3059 <source>Landing page</source><target state="new">Landing page</target>
3248 3060
3249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">262</context></context-group></trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 3061 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
3250 <source>Discover videos</source><target state="new">Discover videos</target> 3062 <source>Discover videos</source><target state="new">Discover videos</target>
3251 3063
3252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">265</context></context-group></trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 3064 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
3253 <source>Trending videos</source><target state="new">Trending videos</target> 3065 <source>Trending videos</source><target state="new">Trending videos</target>
3254 3066
3255 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 3067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
3256 <source>Most liked videos</source><target state="new">Most liked videos</target> 3068 <source>Most liked videos</source><target state="new">Most liked videos</target>
3257 3069
3258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 3070 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
3259 <source>Recently added videos</source><target state="new">Recently added videos</target> 3071 <source>Recently added videos</source><target state="new">Recently added videos</target>
3260 3072
3261 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html"> 3073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
3262 <source>Local videos</source><target state="new">Local videos</target> 3074 <source>Local videos</source><target state="new">Local videos</target>
3263 3075
3264 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 3076 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
3265 <source>NEW USERS</source><target state="new">NEW USERS</target> 3077 <source>NEW USERS</source><target state="new">NEW USERS</target>
3266 3078
3267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 3079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
3268 <source> 3080 <source>
3269 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3081 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
3270 </source><target state="new"> 3082 </source><target state="new">
3271 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3083 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
3272 </target> 3084 </target>
3273 3085
3274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 3086 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
3275 <source>Signup enabled</source><target state="new">Signup enabled</target> 3087 <source>Signup enabled</source><target state="new">Signup enabled</target>
3276 3088
3277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">292</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 3089 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
3278 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target> 3090 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target>
3279 3091
3280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">300</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 3092 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
3281 <source>Signup limit</source><target state="new">Signup limit</target> 3093 <source>Signup limit</source><target state="new">Signup limit</target>
3282 3094
3283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">304</context></context-group></trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 3095 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
3284 <source>Users</source><target state="new">Users</target> 3096 <source>Users</source><target state="new">Users</target>
3285 3097
3286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="9a298b5ee14cc04a1cbef88cd1cc54fbb8176bc2" datatype="html"> 3098 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="9a298b5ee14cc04a1cbef88cd1cc54fbb8176bc2" datatype="html">
@@ -3362,85 +3174,98 @@
3362 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 3174 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
3363 <source>Default video quota per user</source><target state="new">Default video quota per user</target> 3175 <source>Default video quota per user</source><target state="new">Default video quota per user</target>
3364 3176
3365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">319</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 3177 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">320</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
3366 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target> 3178 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target>
3367 3179
3368 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 3180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
3369 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 3181 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
3370 3182
3371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 3183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
3372 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 3184 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
3373 3185
3374 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">359</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 3186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
3375 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target> 3187 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target>
3376 3188
3377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">366</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 3189 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">367</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
3378 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 3190 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
3379 3191
3380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">383</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 3192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
3381 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 3193 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
3382 3194
3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 3195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
3384 <source>FEDERATION</source><target state="new">FEDERATION</target> 3196 <source>FEDERATION</source><target state="new">FEDERATION</target>
3385 3197
3386 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 3198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
3387 <source> 3199 <source>
3388 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 3200 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
3389 </source><target state="new"> 3201 </source><target state="new">
3390 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 3202 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
3391 </target> 3203 </target>
3392 3204
3393 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 3205 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
3394 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 3206 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
3395 3207
3396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">411</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 3208 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
3397 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 3209 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
3398 3210
3399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 3211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
3400 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 3212 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
3401 3213
3402 <context-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></trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 3214 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
3215 <source>
3216 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3217 </source><target state="new">
3218 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3219 </target>
3220 <context-group purpose="location">
3221 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3222 <context context-type="linenumber">450</context>
3223 </context-group>
3224 </trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
3403 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 3225 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
3404 3226
3405 3227
3406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 3228 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
3407 <source>Index URL</source><target state="new">Index URL</target> 3229 <source>Index URL</source><target state="new">Index URL</target>
3408 3230
3409 <context-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="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 3231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
3410 <source>Automatically follow instances of the public index</source><target state="new">Automatically follow instances of the public index</target> 3232 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
3411 3233 <context-group purpose="location">
3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 3234 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3235 <context context-type="linenumber">445</context>
3236 </context-group>
3237 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
3413 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 3238 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
3414 3239
3415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">472</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 3240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
3416 <source>Administrator</source><target state="new">Administrator</target> 3241 <source>Administrator</source><target state="new">Administrator</target>
3417 3242
3418 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html"> 3243 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html">
3419 <source>Admin email</source><target state="new">Admin email</target> 3244 <source>Admin email</source><target state="new">Admin email</target>
3420 3245
3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 3246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
3422 <source>Enable contact form</source><target state="new">Enable contact form</target> 3247 <source>Enable contact form</source><target state="new">Enable contact form</target>
3423 3248
3424 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 3249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
3425 <source>Basic configuration</source><target state="new">Basic configuration</target> 3250 <source>Basic configuration</source><target state="new">Basic configuration</target>
3426 3251
3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 3252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
3428 <source>TWITTER</source><target state="new">TWITTER</target> 3253 <source>TWITTER</source><target state="new">TWITTER</target>
3429 3254
3430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 3255 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
3431 <source> 3256 <source>
3432 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3257 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3433 </source><target state="new"> 3258 </source><target state="new">
3434 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3259 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3435 </target> 3260 </target>
3436 3261
3437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">507</context></context-group></trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 3262 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
3438 <source>Your Twitter username</source><target state="new">Your Twitter username</target> 3263 <source>Your Twitter username</source><target state="new">Your Twitter username</target>
3439 3264
3440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 3265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
3441 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target> 3266 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target>
3442 3267
3443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 3268 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
3444 <source> 3269 <source>
3445 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/>"/> 3270 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/>"/>
3446 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/>"/> 3271 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/>"/>
@@ -3455,13 +3280,13 @@
3455 to see if you instance is whitelisted. 3280 to see if you instance is whitelisted.
3456 </target> 3281 </target>
3457 3282
3458 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</context></context-group></trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 3283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
3459 <source>Services</source><target state="new">Services</target> 3284 <source>Services</source><target state="new">Services</target>
3460 3285
3461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 3286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
3462 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 3287 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
3463 3288
3464 <context-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="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 3289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
3465 <source> 3290 <source>
3466 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 3291 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
3467 resources, this is a critical part of PeerTube, so tread carefully. 3292 resources, this is a critical part of PeerTube, so tread carefully.
@@ -3470,31 +3295,25 @@
3470 resources, this is a critical part of PeerTube, so tread carefully. 3295 resources, this is a critical part of PeerTube, so tread carefully.
3471 </target> 3296 </target>
3472 3297
3473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 3298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
3474 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target> 3299 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target>
3475 3300
3476 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 3301 <context-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="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
3477 <source>If you disable transcoding, many videos from your users will not work!</source><target state="new">If you disable transcoding, many videos from your users will not work!</target> 3302 <source>If you disable transcoding, many videos from your users will not work!</source><target state="new">If you disable transcoding, many videos from your users will not work!</target>
3478 3303
3479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 3304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
3480 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 3305 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
3481 <context-group purpose="location"> 3306
3482 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3307 <context-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="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
3483 <context context-type="linenumber">589</context>
3484 </context-group>
3485 </trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
3486 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target> 3308 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target>
3487 3309
3488 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 3310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
3489 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 3311 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
3490 <context-group purpose="location"> 3312
3491 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3313 <context-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="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
3492 <context context-type="linenumber">600</context>
3493 </context-group>
3494 </trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
3495 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target> 3314 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target>
3496 3315
3497 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 3316 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
3498 <source> 3317 <source>
3499 <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>"/> 3318 <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>"/>
3500 3319
@@ -3512,14 +3331,11 @@
3512 3331
3513 <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>"/> 3332 <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>"/>
3514 </target> 3333 </target>
3515 <context-group purpose="location"> 3334
3516 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
3517 <context context-type="linenumber">612</context>
3518 </context-group>
3519 </trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
3520 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 3336 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
3521 3337
3522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 3338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
3523 <source> 3339 <source>
3524 <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>"/> 3340 <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>"/>
3525 3341
@@ -3543,56 +3359,53 @@
3543 3359
3544 <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>"/> 3360 <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>"/>
3545 </target> 3361 </target>
3546 <context-group purpose="location"> 3362
3547 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3363 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3548 <context context-type="linenumber">633</context>
3549 </context-group>
3550 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3551 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3364 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3552 3365
3553 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 3366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
3554 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3367 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
3555 3368
3556 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 3369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
3557 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 3370 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
3558 3371
3559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 3372 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
3560 <source>CACHE</source><target state="new">CACHE</target> 3373 <source>CACHE</source><target state="new">CACHE</target>
3561 3374
3562 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 3375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
3563 <source> 3376 <source>
3564 Some files are not federated, and fetched when necessary. Define their caching policies. 3377 Some files are not federated, and fetched when necessary. Define their caching policies.
3565 </source><target state="new"> 3378 </source><target state="new">
3566 Some files are not federated, and fetched when necessary. Define their caching policies. 3379 Some files are not federated, and fetched when necessary. Define their caching policies.
3567 </target> 3380 </target>
3568 3381
3569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 3382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
3570 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 3383 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
3571 3384
3572 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 3385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
3573 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 3386 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
3574 3387
3575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 3388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
3576 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 3389 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
3577 3390
3578 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 3391 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
3579 <source> 3392 <source>
3580 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3393 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3581 </source><target state="new"> 3394 </source><target state="new">
3582 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3395 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3583 </target> 3396 </target>
3584 3397
3585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 3398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
3586 <source>JavaScript</source><target state="new">JavaScript</target> 3399 <source>JavaScript</source><target state="new">JavaScript</target>
3587 3400
3588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 3401 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
3589 <source> 3402 <source>
3590 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>"/> 3403 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>"/>
3591 </source><target state="new"> 3404 </source><target state="new">
3592 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>"/> 3405 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>"/>
3593 </target> 3406 </target>
3594 3407
3595 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 3408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
3596 <source> 3409 <source>
3597 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/>"/> 3410 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/>"/>
3598 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3411 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3617,16 +3430,16 @@
3617 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3430 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3618 </target> 3431 </target>
3619 3432
3620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 3433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
3621 <source>Advanced configuration</source><target state="new">Advanced configuration</target> 3434 <source>Advanced configuration</source><target state="new">Advanced configuration</target>
3622 3435
3623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 3436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
3624 <source>Update configuration</source><target state="new">Update configuration</target> 3437 <source>Update configuration</source><target state="new">Update configuration</target>
3625 3438
3626 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 3439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3627 <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> 3440 <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>
3628 3441
3629 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 3442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
3630 <source>PROFILE</source><target state="new">PROFILE</target> 3443 <source>PROFILE</source><target state="new">PROFILE</target>
3631 <context-group purpose="location"> 3444 <context-group purpose="location">
3632 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3445 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -3754,19 +3567,23 @@
3754 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3567 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
3755 <context context-type="linenumber">6</context> 3568 <context context-type="linenumber">6</context>
3756 </context-group> 3569 </context-group>
3757 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 3570 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
3758 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target> 3571 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
3759 <context-group purpose="location"> 3572 <context-group purpose="location">
3760 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3573 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
3761 <context context-type="linenumber">22</context> 3574 <context context-type="linenumber">14</context>
3762 </context-group> 3575 </context-group>
3763 </trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
3764 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
3765 <context-group purpose="location"> 3576 <context-group purpose="location">
3766 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3577 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3767 <context context-type="linenumber">25</context> 3578 <context context-type="linenumber">111</context>
3768 </context-group> 3579 </context-group>
3769 </trans-unit><trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 3580 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
3581 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target>
3582
3583 <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">23</context></context-group></trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
3584 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
3585
3586 <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">26</context></context-group></trans-unit><trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
3770 <source> 3587 <source>
3771 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>"/> 3588 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>"/>
3772</source><target state="new"> 3589</source><target state="new">
@@ -3813,19 +3630,13 @@
3813 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 3630 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
3814 <source>Theme</source><target state="new">Theme</target> 3631 <source>Theme</source><target state="new">Theme</target>
3815 3632
3816 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit><trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 3633 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit><trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
3817 <source>instance default</source><target state="new">instance default</target> 3634 <source>instance default</source><target state="new">instance default</target>
3818 <context-group purpose="location"> 3635
3819 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 3636 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit><trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
3820 <context context-type="linenumber">7</context>
3821 </context-group>
3822 </trans-unit><trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
3823 <source>peertube default</source><target state="new">peertube default</target> 3637 <source>peertube default</source><target state="new">peertube default</target>
3824 <context-group purpose="location"> 3638
3825 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 3639 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
3826 <context context-type="linenumber">8</context>
3827 </context-group>
3828 </trans-unit><trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
3829 <source>Change ownership</source><target state="new">Change ownership</target> 3640 <source>Change ownership</source><target state="new">Change ownership</target>
3830 3641
3831 3642
@@ -3941,6 +3752,18 @@
3941 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 3752 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3942 <context context-type="linenumber">8</context> 3753 <context context-type="linenumber">8</context>
3943 </context-group> 3754 </context-group>
3755 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
3756 <source>See the error</source><target state="new">See the error</target>
3757 <context-group purpose="location">
3758 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3759 <context context-type="linenumber">19</context>
3760 </context-group>
3761 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
3762 <source>This video was deleted</source><target state="new">This video was deleted</target>
3763 <context-group purpose="location">
3764 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3765 <context context-type="linenumber">36</context>
3766 </context-group>
3944 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 3767 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
3945 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 3768 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
3946 <context-group purpose="location"> 3769 <context-group purpose="location">
@@ -4244,35 +4067,11 @@
4244 <source>Stats</source><target state="new">Stats</target> 4067 <source>Stats</source><target state="new">Stats</target>
4245 4068
4246 4069
4247 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 4070 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
4248 <source>Creators</source><target state="new">Creators</target>
4249 <context-group purpose="location">
4250 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4251 <context context-type="linenumber">162</context>
4252 </context-group>
4253 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
4254 <source>Creator guide</source><target state="new">Creator guide</target>
4255 <context-group purpose="location">
4256 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4257 <context context-type="linenumber">162</context>
4258 </context-group>
4259 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
4260 <source>Contributors</source><target state="new">Contributors</target>
4261 <context-group purpose="location">
4262 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4263 <context context-type="linenumber">163</context>
4264 </context-group>
4265 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
4266 <source>PeerTube license</source><target state="new">PeerTube license</target> 4071 <source>PeerTube license</source><target state="new">PeerTube license</target>
4267 <context-group purpose="location"> 4072
4268 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 4073
4269 <context context-type="linenumber">163</context> 4074 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit><trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
4270 </context-group>
4271 <context-group purpose="location">
4272 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4273 <context context-type="linenumber">175</context>
4274 </context-group>
4275 </trans-unit><trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
4276 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source><target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 4075 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source><target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
4277 <context-group purpose="location"> 4076 <context-group purpose="location">
4278 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context> 4077 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context>
@@ -5066,6 +4865,30 @@
5066 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 4865 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5067 <context context-type="linenumber">1</context> 4866 <context context-type="linenumber">1</context>
5068 </context-group> 4867 </context-group>
4868 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
4869 <source>Process domains</source><target state="new">Process domains</target>
4870 <context-group purpose="location">
4871 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
4872 <context context-type="linenumber">1</context>
4873 </context-group>
4874 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
4875 <source>Domain is required.</source><target state="new">Domain is required.</target>
4876 <context-group purpose="location">
4877 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
4878 <context context-type="linenumber">1</context>
4879 </context-group>
4880 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
4881 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
4882 <context-group purpose="location">
4883 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
4884 <context context-type="linenumber">1</context>
4885 </context-group>
4886 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
4887 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
4888 <context-group purpose="location">
4889 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
4890 <context context-type="linenumber">1</context>
4891 </context-group>
5069 </trans-unit><trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html"> 4892 </trans-unit><trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
5070 <source>Unlimited</source><target state="new">Unlimited</target> 4893 <source>Unlimited</source><target state="new">Unlimited</target>
5071 <context-group purpose="location"> 4894 <context-group purpose="location">
@@ -5084,6 +4907,16 @@
5084 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context> 4907 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
5085 <context context-type="linenumber">1</context> 4908 <context context-type="linenumber">1</context>
5086 </context-group> 4909 </context-group>
4910 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
4911 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
4912 <context-group purpose="location">
4913 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
4914 <context context-type="linenumber">1</context>
4915 </context-group>
4916 <context-group purpose="location">
4917 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
4918 <context context-type="linenumber">1</context>
4919 </context-group>
5087 </trans-unit><trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html"> 4920 </trans-unit><trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
5088 <source>100MB</source><target state="new">100MB</target> 4921 <source>100MB</source><target state="new">100MB</target>
5089 <context-group purpose="location"> 4922 <context-group purpose="location">
@@ -5188,41 +5021,11 @@
5188 </context-group> 5021 </context-group>
5189 </trans-unit><trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html"> 5022 </trans-unit><trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
5190 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source><target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target> 5023 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source><target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target>
5191 <context-group purpose="location"> 5024
5192 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 5025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
5193 <context context-type="linenumber">1</context>
5194 </context-group>
5195 </trans-unit><trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html">
5196 <source>You need to specify hosts to follow.</source><target state="new">You need to specify hosts to follow.</target>
5197 <context-group purpose="location">
5198 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5199 <context context-type="linenumber">1</context>
5200 </context-group>
5201 </trans-unit><trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
5202 <source>Hosts need to be unique.</source><target state="new">Hosts need to be unique.</target>
5203 <context-group purpose="location">
5204 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5205 <context context-type="linenumber">1</context>
5206 </context-group>
5207 </trans-unit><trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
5208 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source><target state="new">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
5209 <context-group purpose="location">
5210 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5211 <context context-type="linenumber">1</context>
5212 </context-group>
5213 </trans-unit><trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409" datatype="html">
5214 <source>Follow new server(s)</source><target state="new">Follow new server(s)</target>
5215 <context-group purpose="location">
5216 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5217 <context context-type="linenumber">1</context>
5218 </context-group>
5219 </trans-unit><trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
5220 <source>Follow request(s) sent!</source><target state="new">Follow request(s) sent!</target> 5026 <source>Follow request(s) sent!</source><target state="new">Follow request(s) sent!</target>
5221 <context-group purpose="location"> 5027
5222 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 5028 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
5223 <context context-type="linenumber">1</context>
5224 </context-group>
5225 </trans-unit><trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
5226 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source><target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 5029 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source><target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
5227 <context-group purpose="location"> 5030 <context-group purpose="location">
5228 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context> 5031 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
@@ -5300,20 +5103,38 @@
5300 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 5103 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
5301 <context context-type="linenumber">1</context> 5104 <context context-type="linenumber">1</context>
5302 </context-group> 5105 </context-group>
5106 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
5107 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
5108 <context-group purpose="location">
5109 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
5110 <context context-type="linenumber">1</context>
5111 </context-group>
5303 </trans-unit><trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html"> 5112 </trans-unit><trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
5304 <source>Comment updated.</source><target state="new">Comment updated.</target> 5113 <source>Comment updated.</source><target state="new">Comment updated.</target>
5305 <context-group purpose="location"> 5114 <context-group purpose="location">
5306 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context> 5115 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
5307 <context context-type="linenumber">1</context> 5116 <context context-type="linenumber">1</context>
5308 </context-group> 5117 </context-group>
5309 </trans-unit><trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html"> 5118 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
5310 <source>Delete this report</source><target state="new">Delete this report</target> 5119 <source>Internal actions</source><target state="new">Internal actions</target>
5120 <context-group purpose="location">
5121 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5122 <context context-type="linenumber">1</context>
5123 </context-group>
5124 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
5125 <source>Delete report</source><target state="new">Delete report</target>
5126 <context-group purpose="location">
5127 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5128 <context context-type="linenumber">1</context>
5129 </context-group>
5130 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
5131 <source>Add note</source><target state="new">Add note</target>
5311 <context-group purpose="location"> 5132 <context-group purpose="location">
5312 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5133 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5313 <context context-type="linenumber">1</context> 5134 <context context-type="linenumber">1</context>
5314 </context-group> 5135 </context-group>
5315 </trans-unit><trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 5136 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
5316 <source>Update moderation comment</source><target state="new">Update moderation comment</target> 5137 <source>Update note</source><target state="new">Update note</target>
5317 <context-group purpose="location"> 5138 <context-group purpose="location">
5318 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5139 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5319 <context context-type="linenumber">1</context> 5140 <context context-type="linenumber">1</context>
@@ -5330,6 +5151,12 @@
5330 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5151 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5331 <context context-type="linenumber">1</context> 5152 <context context-type="linenumber">1</context>
5332 </context-group> 5153 </context-group>
5154 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
5155 <source>Actions for the video</source><target state="new">Actions for the video</target>
5156 <context-group purpose="location">
5157 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5158 <context context-type="linenumber">1</context>
5159 </context-group>
5333 </trans-unit><trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 5160 </trans-unit><trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
5334 <source>Do you really want to delete this abuse report?</source><target state="new">Do you really want to delete this abuse report?</target> 5161 <source>Do you really want to delete this abuse report?</source><target state="new">Do you really want to delete this abuse report?</target>
5335 <context-group purpose="location"> 5162 <context-group purpose="location">
@@ -6066,11 +5893,8 @@
6066 </context-group> 5893 </context-group>
6067 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 5894 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
6068 <source>max size</source><target state="new">max size</target> 5895 <source>max size</source><target state="new">max size</target>
6069 <context-group purpose="location"> 5896
6070 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 5897 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
6071 <context context-type="linenumber">1</context>
6072 </context-group>
6073 </trans-unit><trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
6074 <source>Now please check your emails to verify your account and complete signup.</source><target state="new">Now please check your emails to verify your account and complete signup.</target> 5898 <source>Now please check your emails to verify your account and complete signup.</source><target state="new">Now please check your emails to verify your account and complete signup.</target>
6075 <context-group purpose="location"> 5899 <context-group purpose="location">
6076 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context> 5900 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context>
@@ -6352,6 +6176,12 @@
6352 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6176 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6353 <context context-type="linenumber">1</context> 6177 <context context-type="linenumber">1</context>
6354 </context-group> 6178 </context-group>
6179 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
6180 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
6181 <context-group purpose="location">
6182 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6183 <context context-type="linenumber">1</context>
6184 </context-group>
6355 </trans-unit><trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html"> 6185 </trans-unit><trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
6356 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</target> 6186 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</target>
6357 <context-group purpose="location"> 6187 <context-group purpose="location">
@@ -6406,8 +6236,8 @@
6406 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6236 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6407 <context context-type="linenumber">1</context> 6237 <context context-type="linenumber">1</context>
6408 </context-group> 6238 </context-group>
6409 </trans-unit><trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html"> 6239 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
6410 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target> 6240 <source>just now</source><target state="new">just now</target>
6411 <context-group purpose="location"> 6241 <context-group purpose="location">
6412 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6242 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6413 <context context-type="linenumber">1</context> 6243 <context context-type="linenumber">1</context>
@@ -7746,11 +7576,8 @@
7746 </context-group> 7576 </context-group>
7747 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 7577 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
7748 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target> 7578 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target>
7749 <context-group purpose="location"> 7579
7750 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context> 7580 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
7751 <context context-type="linenumber">1</context>
7752 </context-group>
7753 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
7754 <source>Encoder</source><target state="new">Encoder</target> 7581 <source>Encoder</source><target state="new">Encoder</target>
7755 <context-group purpose="location"> 7582 <context-group purpose="location">
7756 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 7583 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -7963,8 +7790,8 @@
7963 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context> 7790 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
7964 <context context-type="linenumber">1</context> 7791 <context context-type="linenumber">1</context>
7965 </context-group> 7792 </context-group>
7966 </trans-unit><trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 7793 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
7967 <source> The deletion will be sent to remote instances, so they remove the comment too.</source><target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target> 7794 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
7968 <context-group purpose="location"> 7795 <context-group purpose="location">
7969 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 7796 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
7970 <context context-type="linenumber">1</context> 7797 <context context-type="linenumber">1</context>
diff --git a/client/src/locale/angular.sl-SI.xlf b/client/src/locale/angular.sl-SI.xlf
index 25772742f..22698e8d6 100644
--- a/client/src/locale/angular.sl-SI.xlf
+++ b/client/src/locale/angular.sl-SI.xlf
@@ -513,21 +513,21 @@
513 <source>Unlisted</source><target state="new">Unlisted</target><context-group name="null"> 513 <source>Unlisted</source><target state="new">Unlisted</target><context-group name="null">
514 <context context-type="linenumber">6</context> 514 <context context-type="linenumber">6</context>
515 </context-group> 515 </context-group>
516 <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><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> 516 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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"> 517 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
518 <source>Private</source> 518 <source>Private</source>
519 <target>Zasebno</target> 519 <target>Zasebno</target>
520 <context-group name="null"> 520 <context-group name="null">
521 <context context-type="linenumber">7</context> 521 <context context-type="linenumber">7</context>
522 </context-group> 522 </context-group>
523 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 523 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
524 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 524 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
525 525
526 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 526 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
527 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 527 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
528 <source>Blacklisted</source><target state="new">Blacklisted</target> 528 <source>Blacklisted</source><target state="new">Blacklisted</target>
529 529
530 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</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">41</context></context-group></trans-unit>
531 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 531 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
532 <source> 532 <source>
533 Sensitive 533 Sensitive
@@ -538,7 +538,7 @@
538 <context-group name="null"> 538 <context-group name="null">
539 <context context-type="linenumber">46</context> 539 <context context-type="linenumber">46</context>
540 </context-group> 540 </context-group>
541 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</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">45</context></context-group></trans-unit>
542 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 542 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
543 <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>
544 <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>
@@ -585,7 +585,7 @@
585 <context-group name="null"> 585 <context-group name="null">
586 <context context-type="linenumber">15</context> 586 <context context-type="linenumber">15</context>
587 </context-group> 587 </context-group>
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">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit> 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">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
589 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 589 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
590 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 590 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
591 <target>Izbriši iz <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 591 <target>Izbriši iz <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -614,7 +614,7 @@
614 614
615 615
616 616
617 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 617 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
618 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 618 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
619 <source>Truncated preview</source> 619 <source>Truncated preview</source>
620 <target>Skrajšan predogled</target> 620 <target>Skrajšan predogled</target>
@@ -767,7 +767,7 @@
767 <context-group name="null"> 767 <context-group name="null">
768 <context context-type="linenumber">286</context> 768 <context context-type="linenumber">286</context>
769 </context-group> 769 </context-group>
770 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit><trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 770 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit><trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
771 <source>HTTP import (YouTube, Vimeo, direct URL...)</source><target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target> 771 <source>HTTP import (YouTube, Vimeo, direct URL...)</source><target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target>
772 772
773 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a" datatype="html"> 773 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a" datatype="html">
@@ -868,7 +868,7 @@
868 <context-group name="null"> 868 <context-group name="null">
869 <context context-type="linenumber">23</context> 869 <context context-type="linenumber">23</context>
870 </context-group> 870 </context-group>
871 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 871 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
872 <source>Ban this user</source><target state="new">Ban this user</target> 872 <source>Ban this user</source><target state="new">Ban this user</target>
873 873
874 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 874 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
@@ -878,13 +878,7 @@
878 <context-group name="null"> 878 <context-group name="null">
879 <context context-type="linenumber">11</context> 879 <context context-type="linenumber">11</context>
880 </context-group> 880 </context-group>
881 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 881 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
882 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source><target state="new">(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
883 <context-group purpose="location">
884 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
885 <context context-type="linenumber">12</context>
886 </context-group>
887 </trans-unit>
888 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 882 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
889 <source> 883 <source>
890 Login 884 Login
@@ -993,7 +987,7 @@
993 <context-group name="null"> 987 <context-group name="null">
994 <context context-type="linenumber">43</context> 988 <context context-type="linenumber">43</context>
995 </context-group> 989 </context-group>
996 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 990 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
997 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 991 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
998 <source>Email address</source> 992 <source>Email address</source>
999 <target>E-poštni naslov</target> 993 <target>E-poštni naslov</target>
@@ -1318,15 +1312,9 @@
1318 </context-group> 1312 </context-group>
1319 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1313 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1320 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1314 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1321 <context-group purpose="location"> 1315
1322 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1316
1323 <context context-type="linenumber">36</context> 1317 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1324 </context-group>
1325 <context-group purpose="location">
1326 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1327 <context context-type="linenumber">158</context>
1328 </context-group>
1329 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1330 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1318 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1331 <context-group purpose="location"> 1319 <context-group purpose="location">
1332 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1320 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1359,41 +1347,26 @@
1359 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1347 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1360 <source>Help</source><target state="new">Help</target> 1348 <source>Help</source><target state="new">Help</target>
1361 1349
1362 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1350 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1363 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1351 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1364 <context-group purpose="location"> 1352
1365 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1353 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1366 <context context-type="linenumber">167</context>
1367 </context-group>
1368 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1369 <source>Shortcuts</source><target state="new">Shortcuts</target> 1354 <source>Shortcuts</source><target state="new">Shortcuts</target>
1370 <context-group purpose="location"> 1355
1371 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1356 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1372 <context context-type="linenumber">168</context>
1373 </context-group>
1374 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1375 <source> 1357 <source>
1376 powered by PeerTube 1358 powered by PeerTube
1377 </source><target state="new"> 1359 </source><target state="new">
1378 powered by PeerTube 1360 powered by PeerTube
1379 </target> 1361 </target>
1380 <context-group purpose="location"> 1362
1381 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1363 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1382 <context context-type="linenumber">172</context>
1383 </context-group>
1384 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1385 <source>PeerTube website</source><target state="new">PeerTube website</target> 1364 <source>PeerTube website</source><target state="new">PeerTube website</target>
1386 <context-group purpose="location"> 1365
1387 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1366 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1388 <context context-type="linenumber">172</context>
1389 </context-group>
1390 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1391 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1367 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1392 <context-group purpose="location"> 1368
1393 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1369 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1394 <context context-type="linenumber">171</context>
1395 </context-group>
1396 </trans-unit>
1397 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1370 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1398 <source>Log out</source> 1371 <source>Log out</source>
1399 <target>Odjava</target> 1372 <target>Odjava</target>
@@ -1473,17 +1446,8 @@
1473 1446
1474 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1447 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1475 <source>Contact</source><target state="new">Contact</target> 1448 <source>Contact</source><target state="new">Contact</target>
1476 <context-group purpose="location"> 1449
1477 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1450 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1478 <context context-type="linenumber">154</context>
1479 </context-group>
1480 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1481 <source>Terms of Service</source><target state="new">Terms of Service</target>
1482 <context-group purpose="location">
1483 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1484 <context context-type="linenumber">155</context>
1485 </context-group>
1486 </trans-unit>
1487 1451
1488 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1452 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1489 <source>View your notifications</source> 1453 <source>View your notifications</source>
@@ -1838,7 +1802,7 @@
1838 1802
1839 1803
1840 1804
1841 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html"> 1805 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html">
1842 <source>Privacy</source><target state="new">Privacy</target> 1806 <source>Privacy</source><target state="new">Privacy</target>
1843 1807
1844 1808
@@ -1847,37 +1811,19 @@
1847 1811
1848 1812
1849 1813
1850 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 1814 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
1851 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
1852 <context-group purpose="location">
1853 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1854 <context context-type="linenumber">164</context>
1855 </context-group>
1856 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
1857 <source>FAQ</source><target state="new">FAQ</target> 1815 <source>FAQ</source><target state="new">FAQ</target>
1858 <context-group purpose="location"> 1816
1859 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1817 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
1860 <context context-type="linenumber">165</context>
1861 </context-group>
1862 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
1863 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 1818 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
1864 <context-group purpose="location"> 1819
1865 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1820 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
1866 <context context-type="linenumber">165</context>
1867 </context-group>
1868 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
1869 <source>API</source><target state="new">API</target> 1821 <source>API</source><target state="new">API</target>
1870 <context-group purpose="location"> 1822
1871 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1823 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
1872 <context context-type="linenumber">166</context>
1873 </context-group>
1874 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
1875 <source>API documentation</source><target state="new">API documentation</target> 1824 <source>API documentation</source><target state="new">API documentation</target>
1876 <context-group purpose="location"> 1825
1877 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1826 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
1878 <context context-type="linenumber">166</context>
1879 </context-group>
1880 </trans-unit><trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
1881 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source><target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 1827 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source><target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
1882 1828
1883 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee" datatype="html"> 1829 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee" datatype="html">
@@ -1990,7 +1936,7 @@
1990 1936
1991 1937
1992 1938
1993 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit><trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 1939 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit><trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
1994 <source> 1940 <source>
1995 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. 1941 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
1996</source><target state="new"> 1942</source><target state="new">
@@ -2007,7 +1953,7 @@
2007 <context-group name="null"> 1953 <context-group name="null">
2008 <context context-type="linenumber">17</context> 1954 <context context-type="linenumber">17</context>
2009 </context-group> 1955 </context-group>
2010 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html"> 1956 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html">
2011 <source>Select the file to upload</source><target state="new">Select the file to upload</target> 1957 <source>Select the file to upload</source><target state="new">Select the file to upload</target>
2012 <context-group purpose="location"> 1958 <context-group purpose="location">
2013 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1959 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
@@ -2015,18 +1961,15 @@
2015 </context-group> 1961 </context-group>
2016 </trans-unit><trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html"> 1962 </trans-unit><trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html">
2017 <source>Scheduled</source><target state="new">Scheduled</target> 1963 <source>Scheduled</source><target state="new">Scheduled</target>
2018 <context-group purpose="location"> 1964
2019 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1965 <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">24</context></context-group></trans-unit>
2020 <context context-type="linenumber">25</context>
2021 </context-group>
2022 </trans-unit>
2023 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d"> 1966 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d">
2024 <source>Video background image</source> 1967 <source>Video background image</source>
2025 <target>Ozadje videoposnetka</target> 1968 <target>Ozadje videoposnetka</target>
2026 <context-group name="null"> 1969 <context-group name="null">
2027 <context context-type="linenumber">32</context> 1970 <context context-type="linenumber">32</context>
2028 </context-group> 1971 </context-group>
2029 <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></trans-unit><trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 1972 <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">31</context></context-group></trans-unit><trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2030 <source> 1973 <source>
2031 Image that will be merged with your audio file. 1974 Image that will be merged with your audio file.
2032 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1975 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -2036,63 +1979,48 @@
2036 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1979 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2037 The chosen image will be definitive and cannot be modified. 1980 The chosen image will be definitive and cannot be modified.
2038 </target> 1981 </target>
2039 <context-group purpose="location"> 1982
2040 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1983 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2041 <context context-type="linenumber">34</context>
2042 </context-group>
2043 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2044 <source>Processing…</source><target state="new">Processing…</target> 1984 <source>Processing…</source><target state="new">Processing…</target>
2045 <context-group purpose="location"> 1985
2046 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1986 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2047 <context context-type="linenumber">56</context>
2048 </context-group>
2049 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2050 <source>Total video quota</source><target state="new">Total video quota</target> 1987 <source>Total video quota</source><target state="new">Total video quota</target>
2051 <context-group purpose="location"> 1988
2052 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1989
2053 <context context-type="linenumber">54</context> 1990 <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">53</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">11</context></context-group></trans-unit><trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2054 </context-group>
2055 <context-group purpose="location">
2056 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2057 <context context-type="linenumber">11</context>
2058 </context-group>
2059 </trans-unit><trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2060 <source> 1991 <source>
2061 Congratulations! Your video is now available in your private library. 1992 Congratulations! Your video is now available in your private library.
2062</source><target state="new"> 1993</source><target state="new">
2063 Congratulations! Your video is now available in your private library. 1994 Congratulations! Your video is now available in your private library.
2064</target> 1995</target>
2065 1996
2066 <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">68</context></context-group></trans-unit><trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html"> 1997 <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">67</context></context-group></trans-unit><trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
2067 <source>Publish will be available when upload is finished</source><target state="new">Publish will be available when upload is finished</target> 1998 <source>Publish will be available when upload is finished</source><target state="new">Publish will be available when upload is finished</target>
2068 1999
2069 <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">81</context></context-group></trans-unit> 2000 <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">80</context></context-group></trans-unit>
2070 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2001 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2071 <source>Publish</source> 2002 <source>Publish</source>
2072 <target>Objavi</target> 2003 <target>Objavi</target>
2073 <context-group name="null"> 2004 <context-group name="null">
2074 <context context-type="linenumber">86</context> 2005 <context context-type="linenumber">86</context>
2075 </context-group> 2006 </context-group>
2076 <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">88</context></context-group></trans-unit><trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html"> 2007 <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">87</context></context-group></trans-unit><trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
2077 <source>Select the torrent to import</source><target state="new">Select the torrent to import</target> 2008 <source>Select the torrent to import</source><target state="new">Select the torrent to import</target>
2078 <context-group purpose="location"> 2009 <context-group purpose="location">
2079 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2010 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2080 <context context-type="linenumber">6</context> 2011 <context context-type="linenumber">6</context>
2081 </context-group> 2012 </context-group>
2082 </trans-unit> 2013 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2083 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2014 <source>OR</source><target state="new">OR</target>
2084 <source>Or</source>
2085 <target>Ali</target>
2086 <context-group name="null">
2087 <context context-type="linenumber">11</context>
2088 </context-group>
2089 <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">11</context></context-group></trans-unit><trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
2090 <source>Paste magnet URI</source><target state="new">Paste magnet URI</target>
2091 <context-group purpose="location"> 2015 <context-group purpose="location">
2092 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2016 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2093 <context context-type="linenumber">14</context> 2017 <context context-type="linenumber">10</context>
2094 </context-group> 2018 </context-group>
2095 </trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2019 </trans-unit>
2020 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
2021 <source>Paste magnet URI</source><target state="new">Paste magnet URI</target>
2022
2023 <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">13</context></context-group></trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2096 <source> 2024 <source>
2097 You can import any torrent file that points to a mp4 file. 2025 You can import any torrent file that points to a mp4 file.
2098 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. 2026 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.
@@ -2100,21 +2028,15 @@
2100 You can import any torrent file that points to a mp4 file. 2028 You can import any torrent file that points to a mp4 file.
2101 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. 2029 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.
2102 </target> 2030 </target>
2103 <context-group purpose="location"> 2031
2104 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2032 <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">16</context></context-group></trans-unit><trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2105 <context context-type="linenumber">17</context>
2106 </context-group>
2107 </trans-unit><trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2108 <source> 2033 <source>
2109 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 2034 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2110</source><target state="new"> 2035</source><target state="new">
2111 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 2036 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2112</target> 2037</target>
2113 <context-group purpose="location"> 2038
2114 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2039 <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">56</context></context-group></trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2115 <context context-type="linenumber">57</context>
2116 </context-group>
2117 </trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2118 <source> 2040 <source>
2119 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. 2041 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.
2120 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2042 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -2350,7 +2272,7 @@
2350 <source>Go to the account page</source><target state="new">Go to the account page</target> 2272 <source>Go to the account page</source><target state="new">Go to the account page</target>
2351 2273
2352 2274
2353 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</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">63</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2275 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2354 <source>Subscribe</source><target state="new">Subscribe</target> 2276 <source>Subscribe</source><target state="new">Subscribe</target>
2355 <context-group purpose="location"> 2277 <context-group purpose="location">
2356 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2278 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
@@ -2408,7 +2330,7 @@
2408 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2330 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2409 <source>More information</source><target state="new">More information</target> 2331 <source>More information</source><target state="new">More information</target>
2410 2332
2411 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2333 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2412 <source>Get more information</source><target state="new">Get more information</target> 2334 <source>Get more information</source><target state="new">Get more information</target>
2413 2335
2414 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2336 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
@@ -2470,34 +2392,25 @@
2470 </source><target state="new"> 2392 </source><target state="new">
2471 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 2393 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
2472 </target> 2394 </target>
2473 <context-group purpose="location"> 2395
2474 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2396 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2475 <context context-type="linenumber">77</context>
2476 </context-group>
2477 </trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2478 <source> 2397 <source>
2479 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2398 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2480 </source><target state="new"> 2399 </source><target state="new">
2481 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2400 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2482 </target> 2401 </target>
2483 <context-group purpose="location"> 2402
2484 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2403 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2485 <context context-type="linenumber">80</context>
2486 </context-group>
2487 </trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2488 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 2404 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
2489 <context-group purpose="location"> 2405
2490 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2406 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
2491 <context context-type="linenumber">84</context>
2492 </context-group>
2493 </trans-unit><trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
2494 <source> 2407 <source>
2495 Comments are disabled. 2408 Comments are disabled.
2496 </source><target state="new"> 2409 </source><target state="new">
2497 Comments are disabled. 2410 Comments are disabled.
2498 </target> 2411 </target>
2499 2412
2500 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group></trans-unit><trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html"> 2413 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html">
2501 <source>Add comment...</source><target state="new">Add comment...</target> 2414 <source>Add comment...</source><target state="new">Add comment...</target>
2502 <context-group purpose="location"> 2415 <context-group purpose="location">
2503 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 2416 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -2561,64 +2474,33 @@
2561 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2474 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
2562 <context context-type="linenumber">5</context> 2475 <context context-type="linenumber">5</context>
2563 </context-group> 2476 </context-group>
2564 </trans-unit><trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246" datatype="html">
2565 <source>Follow</source><target state="new">Follow</target>
2566 <context-group purpose="location">
2567 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
2568 <context context-type="linenumber">7</context>
2569 </context-group>
2570 </trans-unit><trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html"> 2477 </trans-unit><trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html">
2571 <source>Followers</source><target state="new">Followers</target> 2478 <source>Followers</source><target state="new">Followers</target>
2572 2479
2573 2480
2574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 2481 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
2575 <source>Video redundancies</source><target state="new">Video redundancies</target> 2482 <source>Video redundancies</source><target state="new">Video redundancies</target>
2576 <context-group purpose="location"> 2483
2577 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2484 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
2578 <context context-type="linenumber">11</context>
2579 </context-group>
2580 </trans-unit><trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
2581 <source>1 host (without "http://") per line</source><target state="new">1 host (without "http://") per line</target> 2485 <source>1 host (without "http://") per line</source><target state="new">1 host (without "http://") per line</target>
2486
2487 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2488 <source>Follow domain</source><target state="new">Follow domain</target>
2582 <context-group purpose="location"> 2489 <context-group purpose="location">
2583 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context> 2490 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2584 <context context-type="linenumber">5</context> 2491 <context context-type="linenumber">15</context>
2585 </context-group>
2586 </trans-unit><trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507" datatype="html">
2587 <source>
2588 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2589 </source><target state="new">
2590 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2591 </target>
2592 <context-group purpose="location">
2593 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
2594 <context context-type="linenumber">17</context>
2595 </context-group>
2596 </trans-unit><trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437" datatype="html">
2597 <source>Add following</source><target state="new">Add following</target>
2598 <context-group purpose="location">
2599 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
2600 <context context-type="linenumber">21</context>
2601 </context-group> 2492 </context-group>
2602 </trans-unit><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 2493 </trans-unit><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
2603 <source>Filter...</source><target state="new">Filter...</target> 2494 <source>Filter...</source><target state="new">Filter...</target>
2604 <context-group purpose="location"> 2495
2605 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2496
2606 <context context-type="linenumber">8</context> 2497
2607 </context-group> 2498 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit><trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
2608 <context-group purpose="location">
2609 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2610 <context context-type="linenumber">9</context>
2611 </context-group>
2612 <context-group purpose="location">
2613 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2614 <context context-type="linenumber">27</context>
2615 </context-group>
2616 </trans-unit><trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
2617 <source>ID</source><target state="new">ID</target> 2499 <source>ID</source><target state="new">ID</target>
2618 2500
2619 2501
2620 2502
2621 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2503 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2622 <source>Follower handle</source><target state="new">Follower handle</target> 2504 <source>Follower handle</source><target state="new">Follower handle</target>
2623 2505
2624 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 2506 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
@@ -2627,37 +2509,22 @@
2627 2509
2628 2510
2629 2511
2630 <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"> 2512 <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="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2631 <source>Delayed.</source><target state="new">Delayed.</target> 2513 <source>Delayed.</source><target state="new">Delayed.</target>
2632 <context-group purpose="location"> 2514
2633 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2634 <context context-type="linenumber">42</context>
2635 </context-group>
2636 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2637 <source>Will start soon...</source><target state="new">Will start soon...</target> 2516 <source>Will start soon...</source><target state="new">Will start soon...</target>
2638 <context-group purpose="location"> 2517
2639 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2640 <context context-type="linenumber">43</context>
2641 </context-group>
2642 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2643 <source>Running...</source><target state="new">Running...</target> 2519 <source>Running...</source><target state="new">Running...</target>
2644 <context-group purpose="location"> 2520
2645 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2646 <context context-type="linenumber">44</context>
2647 </context-group>
2648 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2649 <source>Finished</source><target state="new">Finished</target> 2522 <source>Finished</source><target state="new">Finished</target>
2650 <context-group purpose="location"> 2523
2651 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2652 <context context-type="linenumber">45</context>
2653 </context-group>
2654 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2655 <source>Failed</source><target state="new">Failed</target> 2525 <source>Failed</source><target state="new">Failed</target>
2656 <context-group purpose="location"> 2526
2657 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2658 <context context-type="linenumber">46</context>
2659 </context-group>
2660 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2661 <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> 2528 <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>
2662 2529
2663 2530
@@ -2665,15 +2532,15 @@
2665 2532
2666 2533
2667 2534
2668 <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"> 2535 <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">24</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">46</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">11</context></context-group><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><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">
2669 <source>Accepted</source><target state="new">Accepted</target> 2536 <source>Accepted</source><target state="new">Accepted</target>
2670 2537
2671 2538
2672 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">30</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2539 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2673 <source>Pending</source><target state="new">Pending</target> 2540 <source>Pending</source><target state="new">Pending</target>
2674 2541
2675 2542
2676 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">31</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2543 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2677 <source>Accept</source><target state="new">Accept</target> 2544 <source>Accept</source><target state="new">Accept</target>
2678 2545
2679 2546
@@ -2681,20 +2548,35 @@
2681 <source>Refuse</source><target state="new">Refuse</target> 2548 <source>Refuse</source><target state="new">Refuse</target>
2682 2549
2683 2550
2684 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 2551 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2552 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2553 <context-group purpose="location">
2554 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
2555 <context context-type="linenumber">3</context>
2556 </context-group>
2557 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
2685 <source>Host</source><target state="new">Host</target> 2558 <source>Host</source><target state="new">Host</target>
2686 2559
2687 <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></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 2560 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
2688 <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><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> 2561 <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><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>
2562
2563 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
2564 <source>Follow domains</source><target state="new">Follow domains</target>
2689 <context-group purpose="location"> 2565 <context-group purpose="location">
2690 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2566 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2691 <context context-type="linenumber">21</context> 2567 <context context-type="linenumber">50</context>
2692 </context-group> 2568 </context-group>
2693 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 2569 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
2694 <source>Video redundancies list</source><target state="new">Video redundancies list</target> 2570 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
2695 <context-group purpose="location"> 2571 <context-group purpose="location">
2696 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2572 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2697 <context context-type="linenumber">2</context> 2573 <context context-type="linenumber">7</context>
2574 </context-group>
2575 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
2576 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
2577 <context-group purpose="location">
2578 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2579 <context context-type="linenumber">8</context>
2698 </context-group> 2580 </context-group>
2699 </trans-unit><trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html"> 2581 </trans-unit><trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html">
2700 <source>Create user</source><target state="new">Create user</target> 2582 <source>Create user</source><target state="new">Create user</target>
@@ -2733,7 +2615,7 @@
2733 2615
2734 2616
2735 2617
2736 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 2618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
2737 <source> 2619 <source>
2738 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2620 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2739 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2621 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -2795,45 +2677,40 @@
2795 </context-group> 2677 </context-group>
2796 </trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 2678 </trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
2797 <source>Batch actions</source><target state="new">Batch actions</target> 2679 <source>Batch actions</source><target state="new">Batch actions</target>
2798 <context-group purpose="location"> 2680
2799 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2681 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
2800 <context context-type="linenumber">19</context>
2801 </context-group>
2802 </trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
2803 <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><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> 2682 <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><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>
2804 <context-group purpose="location"> 2683
2805 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2684 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2806 <context context-type="linenumber">40</context>
2807 </context-group>
2808 </trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2809 <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><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> 2685 <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><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>
2810 <context-group purpose="location"> 2686
2811 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2687 <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></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2812 <context context-type="linenumber">42</context>
2813 </context-group>
2814 </trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2815 <source>(banned)</source><target state="new">(banned)</target> 2688 <source>(banned)</source><target state="new">(banned)</target>
2689
2690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
2691 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
2816 <context-group purpose="location"> 2692 <context-group purpose="location">
2817 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2693 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2818 <context context-type="linenumber">65</context> 2694 <context context-type="linenumber">65</context>
2819 </context-group> 2695 </context-group>
2820 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2821 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2822 <context-group purpose="location"> 2696 <context-group purpose="location">
2823 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2697 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2824 <context context-type="linenumber">72</context> 2698 <context context-type="linenumber">27</context>
2825 </context-group> 2699 </context-group>
2826 </trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 2700 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2701 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2702
2703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
2827 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target> 2704 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target>
2828 <context-group purpose="location"> 2705
2829 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2706 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2830 <context context-type="linenumber">76</context>
2831 </context-group>
2832 </trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2833 <source>Ban reason:</source><target state="new">Ban reason:</target> 2707 <source>Ban reason:</source><target state="new">Ban reason:</target>
2708
2709 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2710 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
2834 <context-group purpose="location"> 2711 <context-group purpose="location">
2835 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2712 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2836 <context context-type="linenumber">95</context> 2713 <context context-type="linenumber">15</context>
2837 </context-group> 2714 </context-group>
2838 </trans-unit><trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html"> 2715 </trans-unit><trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
2839 <source>Moderation</source><target state="new">Moderation</target> 2716 <source>Moderation</source><target state="new">Moderation</target>
@@ -2875,84 +2752,63 @@
2875 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 2752 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
2876 <context context-type="linenumber">13</context> 2753 <context context-type="linenumber">13</context>
2877 </context-group> 2754 </context-group>
2755 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
2756 <source>Video <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">Video <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>
2757 <context-group purpose="location">
2758 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2759 <context context-type="linenumber">10</context>
2760 </context-group>
2878 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 2761 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
2879 <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><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> 2762 <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><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>
2880 2763
2881 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><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">8</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 2764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
2882 <source>Video URL</source><target state="new">Video URL</target> 2765 <source>Video URL</source><target state="new">Video URL</target>
2883 <context-group purpose="location"> 2766
2884 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2885 <context context-type="linenumber">24</context>
2886 </context-group>
2887 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2888 <source>Total size</source><target state="new">Total size</target> 2768 <source>Total size</source><target state="new">Total size</target>
2769
2770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
2771 <source>List redundancies</source><target state="new">List redundancies</target>
2889 <context-group purpose="location"> 2772 <context-group purpose="location">
2890 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2773 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2891 <context context-type="linenumber">25</context> 2774 <context context-type="linenumber">33</context>
2892 </context-group> 2775 </context-group>
2893 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 2776 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
2894 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 2777 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
2895 <context-group purpose="location"> 2778
2896 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
2897 <context context-type="linenumber">69</context>
2898 </context-group>
2899 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
2900 <source> 2780 <source>
2901 No redundancy strategy is enabled on your instance. 2781 No redundancy strategy is enabled on your instance.
2902 </source><target state="new"> 2782 </source><target state="new">
2903 No redundancy strategy is enabled on your instance. 2783 No redundancy strategy is enabled on your instance.
2904 </target> 2784 </target>
2905 <context-group purpose="location"> 2785
2906 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
2907 <context context-type="linenumber">73</context>
2908 </context-group>
2909 </trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
2910 <source>Sensitive</source><target state="new">Sensitive</target> 2787 <source>Sensitive</source><target state="new">Sensitive</target>
2911 <context-group purpose="location"> 2788
2912 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2789 <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">11</context></context-group></trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
2913 <context context-type="linenumber">9</context>
2914 </context-group>
2915 </trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
2916 <source>Unfederated</source><target state="new">Unfederated</target> 2790 <source>Unfederated</source><target state="new">Unfederated</target>
2917 <context-group purpose="location"> 2791
2918 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2792 <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">12</context></context-group></trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
2919 <context context-type="linenumber">10</context>
2920 </context-group>
2921 </trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
2922 <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><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> 2793 <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><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>
2923 <context-group purpose="location"> 2794
2924 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2795 <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">13</context></context-group></trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
2925 <context context-type="linenumber">11</context>
2926 </context-group>
2927 </trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
2928 <source>Go to the video</source><target state="new">Go to the video</target> 2796 <source>Go to the video</source><target state="new">Go to the video</target>
2929 <context-group purpose="location"> 2797
2930 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2798
2931 <context context-type="linenumber">25</context> 2799
2932 </context-group> 2800 <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">28</context></context-group><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">33</context></context-group></trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
2933 <context-group purpose="location">
2934 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2935 <context context-type="linenumber">33</context>
2936 </context-group>
2937 <context-group purpose="location">
2938 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
2939 <context context-type="linenumber">33</context>
2940 </context-group>
2941 </trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
2942 <source>Actions</source><target state="new">Actions</target> 2801 <source>Actions</source><target state="new">Actions</target>
2943 <context-group purpose="location"> 2802
2944 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2803
2945 <context context-type="linenumber">35</context> 2804 <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">38</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">57</context></context-group></trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
2946 </context-group>
2947 <context-group purpose="location">
2948 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2949 <context context-type="linenumber">44</context>
2950 </context-group>
2951 </trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
2952 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target> 2805 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target>
2806
2807 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
2808 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
2953 <context-group purpose="location"> 2809 <context-group purpose="location">
2954 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2810 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2955 <context context-type="linenumber">43</context> 2811 <context context-type="linenumber">5</context>
2956 </context-group> 2812 </context-group>
2957 </trans-unit><trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html"> 2813 </trans-unit><trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
2958 <source>Moderation comment</source><target state="new">Moderation comment</target> 2814 <source>Moderation comment</source><target state="new">Moderation comment</target>
@@ -2966,37 +2822,28 @@
2966 </source><target state="new"> 2822 </source><target state="new">
2967 This comment can only be seen by you or the other moderators. 2823 This comment can only be seen by you or the other moderators.
2968 </target> 2824 </target>
2969 <context-group purpose="location"> 2825
2970 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 2826 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
2971 <context context-type="linenumber">18</context>
2972 </context-group>
2973 </trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
2974 <source>Update this comment</source><target state="new">Update this comment</target> 2827 <source>Update this comment</source><target state="new">Update this comment</target>
2975 2828
2976 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 2829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
2977 <source>Reporter</source><target state="new">Reporter</target> 2830 <source>Reporter</source><target state="new">Reporter</target>
2978 <context-group purpose="location"> 2831
2979 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2832 <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">10</context></context-group></trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
2980 <context context-type="linenumber">8</context>
2981 </context-group>
2982 </trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
2983 <source>Video</source><target state="new">Video</target> 2833 <source>Video</source><target state="new">Video</target>
2834
2835
2836
2837 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
2838 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
2984 <context-group purpose="location"> 2839 <context-group purpose="location">
2985 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2840 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2986 <context context-type="linenumber">10</context> 2841 <context context-type="linenumber">46</context>
2987 </context-group>
2988 <context-group purpose="location">
2989 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
2990 <context context-type="linenumber">14</context>
2991 </context-group>
2992 <context-group purpose="location">
2993 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
2994 <context context-type="linenumber">9</context>
2995 </context-group> 2842 </context-group>
2996 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 2843 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
2997 <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><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> 2844 <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><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>
2998 2845
2999 <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><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><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></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 2846 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3000 <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><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> 2847 <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><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>
3001 <context-group purpose="location"> 2848 <context-group purpose="location">
3002 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2849 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3004,25 +2851,22 @@
3004 </context-group> 2851 </context-group>
3005 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 2852 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3006 <source>Go to the account</source><target state="new">Go to the account</target> 2853 <source>Go to the account</source><target state="new">Go to the account</target>
3007 <context-group purpose="location"> 2854
3008 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2855
3009 <context context-type="linenumber">25</context> 2856 <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">27</context></context-group></trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
3010 </context-group>
3011 <context-group purpose="location">
3012 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3013 <context context-type="linenumber">27</context>
3014 </context-group>
3015 </trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
3016 <source>Reason:</source><target state="new">Reason:</target> 2857 <source>Reason:</source><target state="new">Reason:</target>
2858
2859 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
2860 <source>Note:</source><target state="new">Note:</target>
3017 <context-group purpose="location"> 2861 <context-group purpose="location">
3018 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2862 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3019 <context context-type="linenumber">53</context> 2863 <context context-type="linenumber">72</context>
3020 </context-group> 2864 </context-group>
3021 </trans-unit><trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638" datatype="html"> 2865 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3022 <source>Moderation comment:</source><target state="new">Moderation comment:</target> 2866 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3023 <context-group purpose="location"> 2867 <context-group purpose="location">
3024 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2868 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3025 <context context-type="linenumber">57</context> 2869 <context context-type="linenumber">5</context>
3026 </context-group> 2870 </context-group>
3027 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 2871 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
3028 <source>Unblacklist</source><target state="new">Unblacklist</target> 2872 <source>Unblacklist</source><target state="new">Unblacklist</target>
@@ -3034,57 +2878,61 @@
3034 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context> 2878 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
3035 <context context-type="linenumber">17</context> 2879 <context context-type="linenumber">17</context>
3036 </context-group> 2880 </context-group>
2881 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
2882 <source>Mute domain</source><target state="new">Mute domain</target>
2883 <context-group purpose="location">
2884 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2885 <context context-type="linenumber">11</context>
2886 </context-group>
3037 </trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 2887 </trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
3038 <source>Instance</source><target state="new">Instance</target> 2888 <source>Instance</source><target state="new">Instance</target>
3039 2889
3040 2890
3041 2891
3042 2892
3043 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 2893 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3044 <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><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> 2894 <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><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>
3045 <context-group purpose="location"> 2895
3046 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2896
3047 <context context-type="linenumber">9</context> 2897
3048 </context-group> 2898
3049 <context-group purpose="location"> 2899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3050 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3051 <context context-type="linenumber">9</context>
3052 </context-group>
3053 <context-group purpose="location">
3054 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3055 <context context-type="linenumber">13</context>
3056 </context-group>
3057 <context-group purpose="location">
3058 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
3059 <context context-type="linenumber">13</context>
3060 </context-group>
3061 </trans-unit><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3062 <source>Unmute</source><target state="new">Unmute</target> 2900 <source>Unmute</source><target state="new">Unmute</target>
2901
2902
2903
2904
2905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
2906 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3063 <context-group purpose="location"> 2907 <context-group purpose="location">
3064 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2908 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3065 <context context-type="linenumber">19</context> 2909 <context context-type="linenumber">5</context>
3066 </context-group>
3067 <context-group purpose="location">
3068 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3069 <context context-type="linenumber">18</context>
3070 </context-group> 2910 </context-group>
2911 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
2912 <source>
2913 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2914 </source><target state="new">
2915 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2916 </target>
3071 <context-group purpose="location"> 2917 <context-group purpose="location">
3072 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 2918 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3073 <context context-type="linenumber">22</context> 2919 <context context-type="linenumber">37</context>
3074 </context-group> 2920 </context-group>
2921 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
2922 <source>Mute domains</source><target state="new">Mute domains</target>
3075 <context-group purpose="location"> 2923 <context-group purpose="location">
3076 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 2924 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3077 <context context-type="linenumber">23</context> 2925 <context context-type="linenumber">35</context>
3078 </context-group> 2926 </context-group>
3079 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 2927 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3080 <source>Account</source><target state="new">Account</target> 2928 <source>Account</source><target state="new">Account</target>
2929
2930
2931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
2932 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3081 <context-group purpose="location"> 2933 <context-group purpose="location">
3082 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 2934 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3083 <context context-type="linenumber">8</context> 2935 <context context-type="linenumber">5</context>
3084 </context-group>
3085 <context-group purpose="location">
3086 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3087 <context context-type="linenumber">12</context>
3088 </context-group> 2936 </context-group>
3089 </trans-unit><trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 2937 </trans-unit><trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
3090 <source>Plugins/Themes</source><target state="new">Plugins/Themes</target> 2938 <source>Plugins/Themes</source><target state="new">Plugins/Themes</target>
@@ -3200,28 +3048,16 @@
3200 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context> 3048 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
3201 <context context-type="linenumber">9</context> 3049 <context context-type="linenumber">9</context>
3202 </context-group> 3050 </context-group>
3203 </trans-unit><trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f" datatype="html">
3204 <source>Jobs list</source><target state="new">Jobs list</target>
3205 <context-group purpose="location">
3206 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3207 <context context-type="linenumber">2</context>
3208 </context-group>
3209 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 3051 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3210 <source>Job type</source><target state="new">Job type</target> 3052 <source>Job type</source><target state="new">Job type</target>
3211 <context-group purpose="location"> 3053
3212 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3054 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3213 <context context-type="linenumber">5</context>
3214 </context-group>
3215 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3216 <source>Job state</source><target state="new">Job state</target> 3055 <source>Job state</source><target state="new">Job state</target>
3217 <context-group purpose="location"> 3056
3218 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3219 <context context-type="linenumber">14</context>
3220 </context-group>
3221 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3222 <source>Type</source><target state="new">Type</target> 3058 <source>Type</source><target state="new">Type</target>
3223 3059
3224 <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"> 3060 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3225 <source>Refresh</source><target state="new">Refresh</target> 3061 <source>Refresh</source><target state="new">Refresh</target>
3226 3062
3227 <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="94516fa213706c67ce5a5b5765681d7fb032033a" datatype="html"> 3063 <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="94516fa213706c67ce5a5b5765681d7fb032033a" datatype="html">
@@ -3255,43 +3091,25 @@
3255 3091
3256 3092
3257 3093
3258 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 3094 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
3259 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 3095 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
3260 <context-group purpose="location"> 3096
3261 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3097 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3262 <context context-type="linenumber">46</context>
3263 </context-group>
3264 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3265 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 3098 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
3266 <context-group purpose="location"> 3099
3267 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3100 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3268 <context context-type="linenumber">43</context>
3269 </context-group>
3270 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3271 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 3101 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
3272 <context-group purpose="location"> 3102
3273 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3103 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3274 <context context-type="linenumber">57</context>
3275 </context-group>
3276 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3277 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 3104 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
3278 <context-group purpose="location"> 3105
3279 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3106 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3280 <context context-type="linenumber">54</context>
3281 </context-group>
3282 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3283 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 3107 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
3284 <context-group purpose="location"> 3108
3285 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3109 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3286 <context context-type="linenumber">68</context>
3287 </context-group>
3288 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3289 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 3110 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
3290 <context-group purpose="location"> 3111
3291 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3112 <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">66</context></context-group></trans-unit><trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3292 <context context-type="linenumber">65</context>
3293 </context-group>
3294 </trans-unit><trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3295 <source>Main languages you/your moderators speak</source><target state="new">Main languages you/your moderators speak</target> 3113 <source>Main languages you/your moderators speak</source><target state="new">Main languages you/your moderators speak</target>
3296 3114
3297 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html"> 3115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html">
@@ -3330,128 +3148,125 @@
3330 <source>Do not list</source><target state="new">Do not list</target> 3148 <source>Do not list</source><target state="new">Do not list</target>
3331 3149
3332 3150
3333 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html"> 3151 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit><trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html">
3334 <source>Blur thumbnails</source><target state="new">Blur thumbnails</target> 3152 <source>Blur thumbnails</source><target state="new">Blur thumbnails</target>
3335 3153
3336 3154
3337 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit><trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html"> 3155 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html">
3338 <source>Display</source><target state="new">Display</target> 3156 <source>Display</source><target state="new">Display</target>
3339 3157
3340 3158
3341 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3159 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3342 <source>Strategy</source><target state="new">Strategy</target> 3160 <source>Strategy</source><target state="new">Strategy</target>
3343 <context-group purpose="location"> 3161
3344 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3345 <context context-type="linenumber">22</context>
3346 </context-group>
3347 </trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3348 <source>Terms</source><target state="new">Terms</target> 3163 <source>Terms</source><target state="new">Terms</target>
3349 3164
3350 3165
3351 3166
3352 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 3167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
3353 <source>Code of conduct</source><target state="new">Code of conduct</target> 3168 <source>Code of conduct</source><target state="new">Code of conduct</target>
3354 3169
3355 3170
3356 3171
3357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 3172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
3358 <source>Moderation information</source><target state="new">Moderation information</target> 3173 <source>Moderation information</source><target state="new">Moderation information</target>
3359 3174
3360 3175
3361 3176
3362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 3177 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
3363 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 3178 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
3364 3179
3365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 3180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
3366 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 3181 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
3367 3182
3368 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 3183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
3369 <source>Who is behind the instance?</source><target state="new">Who is behind the instance?</target> 3184 <source>Who is behind the instance?</source><target state="new">Who is behind the instance?</target>
3370 3185
3371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 3186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
3372 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 3187 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target>
3373 3188
3374 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 3189 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
3375 <source>Why did you create this instance?</source><target state="new">Why did you create this instance?</target> 3190 <source>Why did you create this instance?</source><target state="new">Why did you create this instance?</target>
3376 3191
3377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 3192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
3378 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 3193 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
3379 3194
3380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 3195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
3381 <source>How long do you plan to maintain this instance?</source><target state="new">How long do you plan to maintain this instance?</target> 3196 <source>How long do you plan to maintain this instance?</source><target state="new">How long do you plan to maintain this instance?</target>
3382 3197
3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">182</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 3198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
3384 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 3199 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target>
3385 3200
3386 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 3201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
3387 <source>How will you finance the PeerTube server?</source><target state="new">How will you finance the PeerTube server?</target> 3202 <source>How will you finance the PeerTube server?</source><target state="new">How will you finance the PeerTube server?</target>
3388 3203
3389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 3204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
3390 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 3205 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
3391 3206
3392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 3207 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
3393 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 3208 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
3394 3209
3395 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 3210 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
3396 <source>What server/hardware does the instance run on?</source><target state="new">What server/hardware does the instance run on?</target> 3211 <source>What server/hardware does the instance run on?</source><target state="new">What server/hardware does the instance run on?</target>
3397 3212
3398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 3213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
3399 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 3214 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
3400 3215
3401 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 3216 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit><trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
3402 <source>Instance information</source><target state="new">Instance information</target> 3217 <source>Instance information</source><target state="new">Instance information</target>
3403 3218
3404 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 3219 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
3405 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 3220 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
3406 3221
3407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 3222 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
3408 <source> 3223 <source>
3409 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3224 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3410 </source><target state="new"> 3225 </source><target state="new">
3411 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3226 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3412 </target> 3227 </target>
3413 3228
3414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 3229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit><trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
3415 <source>default</source><target state="new">default</target> 3230 <source>default</source><target state="new">default</target>
3416 3231
3417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 3232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
3418 <source>Landing page</source><target state="new">Landing page</target> 3233 <source>Landing page</source><target state="new">Landing page</target>
3419 3234
3420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">262</context></context-group></trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
3421 <source>Discover videos</source><target state="new">Discover videos</target> 3236 <source>Discover videos</source><target state="new">Discover videos</target>
3422 3237
3423 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">265</context></context-group></trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 3238 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
3424 <source>Trending videos</source><target state="new">Trending videos</target> 3239 <source>Trending videos</source><target state="new">Trending videos</target>
3425 3240
3426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 3241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
3427 <source>Most liked videos</source><target state="new">Most liked videos</target> 3242 <source>Most liked videos</source><target state="new">Most liked videos</target>
3428 3243
3429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 3244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
3430 <source>Recently added videos</source><target state="new">Recently added videos</target> 3245 <source>Recently added videos</source><target state="new">Recently added videos</target>
3431 3246
3432 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html"> 3247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
3433 <source>Local videos</source><target state="new">Local videos</target> 3248 <source>Local videos</source><target state="new">Local videos</target>
3434 3249
3435 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 3250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
3436 <source>NEW USERS</source><target state="new">NEW USERS</target> 3251 <source>NEW USERS</source><target state="new">NEW USERS</target>
3437 3252
3438 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 3253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
3439 <source> 3254 <source>
3440 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3255 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
3441 </source><target state="new"> 3256 </source><target state="new">
3442 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3257 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
3443 </target> 3258 </target>
3444 3259
3445 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 3260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
3446 <source>Signup enabled</source><target state="new">Signup enabled</target> 3261 <source>Signup enabled</source><target state="new">Signup enabled</target>
3447 3262
3448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">292</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 3263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
3449 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target> 3264 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target>
3450 3265
3451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">300</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 3266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
3452 <source>Signup limit</source><target state="new">Signup limit</target> 3267 <source>Signup limit</source><target state="new">Signup limit</target>
3453 3268
3454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">304</context></context-group></trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 3269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
3455 <source>Users</source><target state="new">Users</target> 3270 <source>Users</source><target state="new">Users</target>
3456 3271
3457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="9a298b5ee14cc04a1cbef88cd1cc54fbb8176bc2" datatype="html"> 3272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="9a298b5ee14cc04a1cbef88cd1cc54fbb8176bc2" datatype="html">
@@ -3533,85 +3348,98 @@
3533 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 3348 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
3534 <source>Default video quota per user</source><target state="new">Default video quota per user</target> 3349 <source>Default video quota per user</source><target state="new">Default video quota per user</target>
3535 3350
3536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">319</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 3351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">320</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
3537 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target> 3352 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target>
3538 3353
3539 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 3354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
3540 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 3355 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
3541 3356
3542 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 3357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
3543 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 3358 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
3544 3359
3545 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">359</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 3360 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
3546 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target> 3361 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target>
3547 3362
3548 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">366</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 3363 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">367</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
3549 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 3364 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
3550 3365
3551 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">383</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 3366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
3552 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 3367 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
3553 3368
3554 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 3369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
3555 <source>FEDERATION</source><target state="new">FEDERATION</target> 3370 <source>FEDERATION</source><target state="new">FEDERATION</target>
3556 3371
3557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 3372 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
3558 <source> 3373 <source>
3559 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 3374 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
3560 </source><target state="new"> 3375 </source><target state="new">
3561 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 3376 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
3562 </target> 3377 </target>
3563 3378
3564 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 3379 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
3565 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 3380 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
3566 3381
3567 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">411</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 3382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
3568 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 3383 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
3569 3384
3570 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 3385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
3571 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 3386 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
3572 3387
3573 <context-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></trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 3388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
3389 <source>
3390 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3391 </source><target state="new">
3392 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3393 </target>
3394 <context-group purpose="location">
3395 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3396 <context context-type="linenumber">450</context>
3397 </context-group>
3398 </trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
3574 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 3399 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
3575 3400
3576 3401
3577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 3402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
3578 <source>Index URL</source><target state="new">Index URL</target> 3403 <source>Index URL</source><target state="new">Index URL</target>
3579 3404
3580 <context-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="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 3405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
3581 <source>Automatically follow instances of the public index</source><target state="new">Automatically follow instances of the public index</target> 3406 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
3582 3407 <context-group purpose="location">
3583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 3408 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3409 <context context-type="linenumber">445</context>
3410 </context-group>
3411 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
3584 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 3412 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
3585 3413
3586 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">472</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 3414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
3587 <source>Administrator</source><target state="new">Administrator</target> 3415 <source>Administrator</source><target state="new">Administrator</target>
3588 3416
3589 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html"> 3417 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html">
3590 <source>Admin email</source><target state="new">Admin email</target> 3418 <source>Admin email</source><target state="new">Admin email</target>
3591 3419
3592 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 3420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
3593 <source>Enable contact form</source><target state="new">Enable contact form</target> 3421 <source>Enable contact form</source><target state="new">Enable contact form</target>
3594 3422
3595 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 3423 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
3596 <source>Basic configuration</source><target state="new">Basic configuration</target> 3424 <source>Basic configuration</source><target state="new">Basic configuration</target>
3597 3425
3598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 3426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
3599 <source>TWITTER</source><target state="new">TWITTER</target> 3427 <source>TWITTER</source><target state="new">TWITTER</target>
3600 3428
3601 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 3429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
3602 <source> 3430 <source>
3603 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3431 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3604 </source><target state="new"> 3432 </source><target state="new">
3605 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3433 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3606 </target> 3434 </target>
3607 3435
3608 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">507</context></context-group></trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 3436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
3609 <source>Your Twitter username</source><target state="new">Your Twitter username</target> 3437 <source>Your Twitter username</source><target state="new">Your Twitter username</target>
3610 3438
3611 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 3439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
3612 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target> 3440 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target>
3613 3441
3614 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 3442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
3615 <source> 3443 <source>
3616 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/>"/> 3444 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/>"/>
3617 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/>"/> 3445 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/>"/>
@@ -3626,13 +3454,13 @@
3626 to see if you instance is whitelisted. 3454 to see if you instance is whitelisted.
3627 </target> 3455 </target>
3628 3456
3629 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</context></context-group></trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 3457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
3630 <source>Services</source><target state="new">Services</target> 3458 <source>Services</source><target state="new">Services</target>
3631 3459
3632 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 3460 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
3633 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 3461 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
3634 3462
3635 <context-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="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 3463 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
3636 <source> 3464 <source>
3637 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 3465 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
3638 resources, this is a critical part of PeerTube, so tread carefully. 3466 resources, this is a critical part of PeerTube, so tread carefully.
@@ -3641,31 +3469,25 @@
3641 resources, this is a critical part of PeerTube, so tread carefully. 3469 resources, this is a critical part of PeerTube, so tread carefully.
3642 </target> 3470 </target>
3643 3471
3644 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 3472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
3645 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target> 3473 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target>
3646 3474
3647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 3475 <context-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="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
3648 <source>If you disable transcoding, many videos from your users will not work!</source><target state="new">If you disable transcoding, many videos from your users will not work!</target> 3476 <source>If you disable transcoding, many videos from your users will not work!</source><target state="new">If you disable transcoding, many videos from your users will not work!</target>
3649 3477
3650 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 3478 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
3651 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 3479 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
3652 <context-group purpose="location"> 3480
3653 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3481 <context-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="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
3654 <context context-type="linenumber">589</context>
3655 </context-group>
3656 </trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
3657 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target> 3482 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target>
3658 3483
3659 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 3484 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
3660 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 3485 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
3661 <context-group purpose="location"> 3486
3662 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3487 <context-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="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
3663 <context context-type="linenumber">600</context>
3664 </context-group>
3665 </trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
3666 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target> 3488 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target>
3667 3489
3668 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 3490 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
3669 <source> 3491 <source>
3670 <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>"/> 3492 <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>"/>
3671 3493
@@ -3683,14 +3505,11 @@
3683 3505
3684 <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>"/> 3506 <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>"/>
3685 </target> 3507 </target>
3686 <context-group purpose="location"> 3508
3687 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
3688 <context context-type="linenumber">612</context>
3689 </context-group>
3690 </trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
3691 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 3510 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
3692 3511
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">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 3512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
3694 <source> 3513 <source>
3695 <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>"/> 3514 <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>"/>
3696 3515
@@ -3714,56 +3533,53 @@
3714 3533
3715 <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>"/> 3534 <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 </target> 3535 </target>
3717 <context-group purpose="location"> 3536
3718 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3537 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3719 <context context-type="linenumber">633</context>
3720 </context-group>
3721 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3722 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3538 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3723 3539
3724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 3540 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
3725 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3541 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
3726 3542
3727 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 3543 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
3728 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 3544 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
3729 3545
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">672</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 3546 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
3731 <source>CACHE</source><target state="new">CACHE</target> 3547 <source>CACHE</source><target state="new">CACHE</target>
3732 3548
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">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 3549 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
3734 <source> 3550 <source>
3735 Some files are not federated, and fetched when necessary. Define their caching policies. 3551 Some files are not federated, and fetched when necessary. Define their caching policies.
3736 </source><target state="new"> 3552 </source><target state="new">
3737 Some files are not federated, and fetched when necessary. Define their caching policies. 3553 Some files are not federated, and fetched when necessary. Define their caching policies.
3738 </target> 3554 </target>
3739 3555
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">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 3556 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
3741 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 3557 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
3742 3558
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">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 3559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
3744 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 3560 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
3745 3561
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">717</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 3562 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
3747 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 3563 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
3748 3564
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">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 3565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
3750 <source> 3566 <source>
3751 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3567 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3752 </source><target state="new"> 3568 </source><target state="new">
3753 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3569 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3754 </target> 3570 </target>
3755 3571
3756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 3572 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
3757 <source>JavaScript</source><target state="new">JavaScript</target> 3573 <source>JavaScript</source><target state="new">JavaScript</target>
3758 3574
3759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 3575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
3760 <source> 3576 <source>
3761 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>"/> 3577 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>"/>
3762 </source><target state="new"> 3578 </source><target state="new">
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>"/> 3579 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 </target> 3580 </target>
3765 3581
3766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 3582 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
3767 <source> 3583 <source>
3768 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/>"/> 3584 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/>"/>
3769 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3585 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3788,16 +3604,16 @@
3788 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3604 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3789 </target> 3605 </target>
3790 3606
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">765</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 3607 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
3792 <source>Advanced configuration</source><target state="new">Advanced configuration</target> 3608 <source>Advanced configuration</source><target state="new">Advanced configuration</target>
3793 3609
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">554</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 3610 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
3795 <source>Update configuration</source><target state="new">Update configuration</target> 3611 <source>Update configuration</source><target state="new">Update configuration</target>
3796 3612
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">803</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 3613 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3798 <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> 3614 <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>
3799 3615
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">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 3616 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
3801 <source>PROFILE</source><target state="new">PROFILE</target> 3617 <source>PROFILE</source><target state="new">PROFILE</target>
3802 <context-group purpose="location"> 3618 <context-group purpose="location">
3803 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3619 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -3925,19 +3741,23 @@
3925 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3741 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
3926 <context context-type="linenumber">6</context> 3742 <context context-type="linenumber">6</context>
3927 </context-group> 3743 </context-group>
3928 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 3744 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
3929 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target> 3745 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
3930 <context-group purpose="location"> 3746 <context-group purpose="location">
3931 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3747 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
3932 <context context-type="linenumber">22</context> 3748 <context context-type="linenumber">14</context>
3933 </context-group> 3749 </context-group>
3934 </trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
3935 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
3936 <context-group purpose="location"> 3750 <context-group purpose="location">
3937 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3751 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3938 <context context-type="linenumber">25</context> 3752 <context context-type="linenumber">111</context>
3939 </context-group> 3753 </context-group>
3940 </trans-unit><trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 3754 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
3755 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target>
3756
3757 <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">23</context></context-group></trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
3758 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
3759
3760 <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">26</context></context-group></trans-unit><trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
3941 <source> 3761 <source>
3942 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>"/> 3762 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>"/>
3943</source><target state="new"> 3763</source><target state="new">
@@ -3984,19 +3804,13 @@
3984 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 3804 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
3985 <source>Theme</source><target state="new">Theme</target> 3805 <source>Theme</source><target state="new">Theme</target>
3986 3806
3987 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit><trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 3807 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit><trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
3988 <source>instance default</source><target state="new">instance default</target> 3808 <source>instance default</source><target state="new">instance default</target>
3989 <context-group purpose="location"> 3809
3990 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 3810 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit><trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
3991 <context context-type="linenumber">7</context>
3992 </context-group>
3993 </trans-unit><trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
3994 <source>peertube default</source><target state="new">peertube default</target> 3811 <source>peertube default</source><target state="new">peertube default</target>
3995 <context-group purpose="location"> 3812
3996 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 3813 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
3997 <context context-type="linenumber">8</context>
3998 </context-group>
3999 </trans-unit><trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
4000 <source>Change ownership</source><target state="new">Change ownership</target> 3814 <source>Change ownership</source><target state="new">Change ownership</target>
4001 3815
4002 3816
@@ -4112,6 +3926,18 @@
4112 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 3926 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4113 <context context-type="linenumber">8</context> 3927 <context context-type="linenumber">8</context>
4114 </context-group> 3928 </context-group>
3929 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
3930 <source>See the error</source><target state="new">See the error</target>
3931 <context-group purpose="location">
3932 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3933 <context context-type="linenumber">19</context>
3934 </context-group>
3935 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
3936 <source>This video was deleted</source><target state="new">This video was deleted</target>
3937 <context-group purpose="location">
3938 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3939 <context context-type="linenumber">36</context>
3940 </context-group>
4115 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 3941 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4116 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 3942 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
4117 <context-group purpose="location"> 3943 <context-group purpose="location">
@@ -4415,35 +4241,11 @@
4415 <source>Stats</source><target state="new">Stats</target> 4241 <source>Stats</source><target state="new">Stats</target>
4416 4242
4417 4243
4418 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 4244 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
4419 <source>Creators</source><target state="new">Creators</target>
4420 <context-group purpose="location">
4421 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4422 <context context-type="linenumber">162</context>
4423 </context-group>
4424 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
4425 <source>Creator guide</source><target state="new">Creator guide</target>
4426 <context-group purpose="location">
4427 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4428 <context context-type="linenumber">162</context>
4429 </context-group>
4430 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
4431 <source>Contributors</source><target state="new">Contributors</target>
4432 <context-group purpose="location">
4433 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4434 <context context-type="linenumber">163</context>
4435 </context-group>
4436 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
4437 <source>PeerTube license</source><target state="new">PeerTube license</target> 4245 <source>PeerTube license</source><target state="new">PeerTube license</target>
4438 <context-group purpose="location"> 4246
4439 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 4247
4440 <context context-type="linenumber">163</context> 4248 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit><trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
4441 </context-group>
4442 <context-group purpose="location">
4443 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4444 <context context-type="linenumber">175</context>
4445 </context-group>
4446 </trans-unit><trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
4447 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source><target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 4249 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source><target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
4448 <context-group purpose="location"> 4250 <context-group purpose="location">
4449 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context> 4251 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context>
@@ -5237,6 +5039,30 @@
5237 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5039 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5238 <context context-type="linenumber">1</context> 5040 <context context-type="linenumber">1</context>
5239 </context-group> 5041 </context-group>
5042 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
5043 <source>Process domains</source><target state="new">Process domains</target>
5044 <context-group purpose="location">
5045 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
5046 <context context-type="linenumber">1</context>
5047 </context-group>
5048 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
5049 <source>Domain is required.</source><target state="new">Domain is required.</target>
5050 <context-group purpose="location">
5051 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5052 <context context-type="linenumber">1</context>
5053 </context-group>
5054 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
5055 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
5056 <context-group purpose="location">
5057 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5058 <context context-type="linenumber">1</context>
5059 </context-group>
5060 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
5061 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
5062 <context-group purpose="location">
5063 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5064 <context context-type="linenumber">1</context>
5065 </context-group>
5240 </trans-unit><trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html"> 5066 </trans-unit><trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
5241 <source>Unlimited</source><target state="new">Unlimited</target> 5067 <source>Unlimited</source><target state="new">Unlimited</target>
5242 <context-group purpose="location"> 5068 <context-group purpose="location">
@@ -5255,6 +5081,16 @@
5255 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context> 5081 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
5256 <context context-type="linenumber">1</context> 5082 <context context-type="linenumber">1</context>
5257 </context-group> 5083 </context-group>
5084 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
5085 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
5086 <context-group purpose="location">
5087 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5088 <context context-type="linenumber">1</context>
5089 </context-group>
5090 <context-group purpose="location">
5091 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5092 <context context-type="linenumber">1</context>
5093 </context-group>
5258 </trans-unit><trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html"> 5094 </trans-unit><trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
5259 <source>100MB</source><target state="new">100MB</target> 5095 <source>100MB</source><target state="new">100MB</target>
5260 <context-group purpose="location"> 5096 <context-group purpose="location">
@@ -5359,41 +5195,11 @@
5359 </context-group> 5195 </context-group>
5360 </trans-unit><trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html"> 5196 </trans-unit><trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
5361 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source><target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target> 5197 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source><target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target>
5362 <context-group purpose="location"> 5198
5363 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 5199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
5364 <context context-type="linenumber">1</context>
5365 </context-group>
5366 </trans-unit><trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html">
5367 <source>You need to specify hosts to follow.</source><target state="new">You need to specify hosts to follow.</target>
5368 <context-group purpose="location">
5369 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5370 <context context-type="linenumber">1</context>
5371 </context-group>
5372 </trans-unit><trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
5373 <source>Hosts need to be unique.</source><target state="new">Hosts need to be unique.</target>
5374 <context-group purpose="location">
5375 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5376 <context context-type="linenumber">1</context>
5377 </context-group>
5378 </trans-unit><trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
5379 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source><target state="new">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
5380 <context-group purpose="location">
5381 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5382 <context context-type="linenumber">1</context>
5383 </context-group>
5384 </trans-unit><trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409" datatype="html">
5385 <source>Follow new server(s)</source><target state="new">Follow new server(s)</target>
5386 <context-group purpose="location">
5387 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5388 <context context-type="linenumber">1</context>
5389 </context-group>
5390 </trans-unit><trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
5391 <source>Follow request(s) sent!</source><target state="new">Follow request(s) sent!</target> 5200 <source>Follow request(s) sent!</source><target state="new">Follow request(s) sent!</target>
5392 <context-group purpose="location"> 5201
5393 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 5202 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
5394 <context context-type="linenumber">1</context>
5395 </context-group>
5396 </trans-unit><trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
5397 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source><target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 5203 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source><target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
5398 <context-group purpose="location"> 5204 <context-group purpose="location">
5399 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context> 5205 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
@@ -5471,20 +5277,38 @@
5471 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 5277 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
5472 <context context-type="linenumber">1</context> 5278 <context context-type="linenumber">1</context>
5473 </context-group> 5279 </context-group>
5280 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
5281 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
5282 <context-group purpose="location">
5283 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
5284 <context context-type="linenumber">1</context>
5285 </context-group>
5474 </trans-unit><trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html"> 5286 </trans-unit><trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
5475 <source>Comment updated.</source><target state="new">Comment updated.</target> 5287 <source>Comment updated.</source><target state="new">Comment updated.</target>
5476 <context-group purpose="location"> 5288 <context-group purpose="location">
5477 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context> 5289 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
5478 <context context-type="linenumber">1</context> 5290 <context context-type="linenumber">1</context>
5479 </context-group> 5291 </context-group>
5480 </trans-unit><trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html"> 5292 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
5481 <source>Delete this report</source><target state="new">Delete this report</target> 5293 <source>Internal actions</source><target state="new">Internal actions</target>
5482 <context-group purpose="location"> 5294 <context-group purpose="location">
5483 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5295 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5484 <context context-type="linenumber">1</context> 5296 <context context-type="linenumber">1</context>
5485 </context-group> 5297 </context-group>
5486 </trans-unit><trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 5298 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
5487 <source>Update moderation comment</source><target state="new">Update moderation comment</target> 5299 <source>Delete report</source><target state="new">Delete report</target>
5300 <context-group purpose="location">
5301 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5302 <context context-type="linenumber">1</context>
5303 </context-group>
5304 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
5305 <source>Add note</source><target state="new">Add note</target>
5306 <context-group purpose="location">
5307 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5308 <context context-type="linenumber">1</context>
5309 </context-group>
5310 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
5311 <source>Update note</source><target state="new">Update note</target>
5488 <context-group purpose="location"> 5312 <context-group purpose="location">
5489 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5313 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5490 <context context-type="linenumber">1</context> 5314 <context context-type="linenumber">1</context>
@@ -5501,6 +5325,12 @@
5501 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5325 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5502 <context context-type="linenumber">1</context> 5326 <context context-type="linenumber">1</context>
5503 </context-group> 5327 </context-group>
5328 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
5329 <source>Actions for the video</source><target state="new">Actions for the video</target>
5330 <context-group purpose="location">
5331 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5332 <context context-type="linenumber">1</context>
5333 </context-group>
5504 </trans-unit><trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 5334 </trans-unit><trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
5505 <source>Do you really want to delete this abuse report?</source><target state="new">Do you really want to delete this abuse report?</target> 5335 <source>Do you really want to delete this abuse report?</source><target state="new">Do you really want to delete this abuse report?</target>
5506 <context-group purpose="location"> 5336 <context-group purpose="location">
@@ -6237,11 +6067,8 @@
6237 </context-group> 6067 </context-group>
6238 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 6068 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
6239 <source>max size</source><target state="new">max size</target> 6069 <source>max size</source><target state="new">max size</target>
6240 <context-group purpose="location"> 6070
6241 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 6071 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
6242 <context context-type="linenumber">1</context>
6243 </context-group>
6244 </trans-unit><trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
6245 <source>Now please check your emails to verify your account and complete signup.</source><target state="new">Now please check your emails to verify your account and complete signup.</target> 6072 <source>Now please check your emails to verify your account and complete signup.</source><target state="new">Now please check your emails to verify your account and complete signup.</target>
6246 <context-group purpose="location"> 6073 <context-group purpose="location">
6247 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context> 6074 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context>
@@ -6523,6 +6350,12 @@
6523 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6350 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6524 <context context-type="linenumber">1</context> 6351 <context context-type="linenumber">1</context>
6525 </context-group> 6352 </context-group>
6353 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
6354 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
6355 <context-group purpose="location">
6356 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6357 <context context-type="linenumber">1</context>
6358 </context-group>
6526 </trans-unit><trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html"> 6359 </trans-unit><trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
6527 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</target> 6360 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</target>
6528 <context-group purpose="location"> 6361 <context-group purpose="location">
@@ -6577,8 +6410,8 @@
6577 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6410 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6578 <context context-type="linenumber">1</context> 6411 <context context-type="linenumber">1</context>
6579 </context-group> 6412 </context-group>
6580 </trans-unit><trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html"> 6413 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
6581 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target> 6414 <source>just now</source><target state="new">just now</target>
6582 <context-group purpose="location"> 6415 <context-group purpose="location">
6583 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6416 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6584 <context context-type="linenumber">1</context> 6417 <context context-type="linenumber">1</context>
@@ -7917,11 +7750,8 @@
7917 </context-group> 7750 </context-group>
7918 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 7751 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
7919 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target> 7752 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target>
7920 <context-group purpose="location"> 7753
7921 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context> 7754 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
7922 <context context-type="linenumber">1</context>
7923 </context-group>
7924 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
7925 <source>Encoder</source><target state="new">Encoder</target> 7755 <source>Encoder</source><target state="new">Encoder</target>
7926 <context-group purpose="location"> 7756 <context-group purpose="location">
7927 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 7757 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -8134,8 +7964,8 @@
8134 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context> 7964 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
8135 <context context-type="linenumber">1</context> 7965 <context context-type="linenumber">1</context>
8136 </context-group> 7966 </context-group>
8137 </trans-unit><trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 7967 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
8138 <source> The deletion will be sent to remote instances, so they remove the comment too.</source><target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target> 7968 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
8139 <context-group purpose="location"> 7969 <context-group purpose="location">
8140 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 7970 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
8141 <context context-type="linenumber">1</context> 7971 <context context-type="linenumber">1</context>
diff --git a/client/src/locale/angular.sv-SE.xlf b/client/src/locale/angular.sv-SE.xlf
index 84db2cf33..1384daf29 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">
@@ -535,8 +543,8 @@
535 <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> 543 <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>
536 </trans-unit> 544 </trans-unit>
537 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 545 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
538 <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;"/> and will be forwarded to the video origin (<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> 546 <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>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
539 <target state="translated">Din anmälan kommer skickas till moderatorerna på <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> samt videons ursprungsinstans (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </target> 547 <target state="translated">Din anmälan kommer skickas till moderatorerna på <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> samt videons ursprungsinstans (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </target>
540 <context-group purpose="location"> 548 <context-group purpose="location">
541 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 549 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
542 <context context-type="linenumber">9</context> 550 <context context-type="linenumber">9</context>
@@ -598,32 +606,32 @@
598 <context-group name="null"> 606 <context-group name="null">
599 <context context-type="linenumber">6</context> 607 <context context-type="linenumber">6</context>
600 </context-group> 608 </context-group>
601 <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> 609
602 <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
603 </trans-unit> 611 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
604 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 612 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
605 <source>Private</source> 613 <source>Private</source>
606 <target>Privat</target> 614 <target>Privat</target>
607 <context-group name="null"> 615 <context-group name="null">
608 <context context-type="linenumber">7</context> 616 <context context-type="linenumber">7</context>
609 </context-group> 617 </context-group>
610 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</context></context-group> 618
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">33</context></context-group> 619
612 <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
613 </trans-unit> 621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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>
614 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 622 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
615 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 623 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
616 <target state="translated">{VAR_PLURAL, plural, =1 {1 visning} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visningar} }</target> 624 <target state="translated">{VAR_PLURAL, plural, =1 {1 visning} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visningar} }</target>
617 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group> 625
618 </trans-unit> 626 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
619 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 627 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
620 <source>Blacklisted</source> 628 <source>Blacklisted</source>
621 <target>Svartlistad</target> 629 <target>Svartlistad</target>
622 <context-group name="null"> 630 <context-group name="null">
623 <context context-type="linenumber">42</context> 631 <context context-type="linenumber">42</context>
624 </context-group> 632 </context-group>
625 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group> 633
626 </trans-unit> 634 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
627 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 635 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
628 <source>Sensitive</source> 636 <source>Sensitive</source>
629 <target> 637 <target>
@@ -632,8 +640,8 @@
632 <context-group name="null"> 640 <context-group name="null">
633 <context context-type="linenumber">46</context> 641 <context context-type="linenumber">46</context>
634 </context-group> 642 </context-group>
635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group> 643
636 </trans-unit> 644 <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>
637 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 645 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
638 <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>
639 <target>{VAR_PLURAL, plural, =0 {Inga videor} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videor} }</target> 647 <target>{VAR_PLURAL, plural, =0 {Inga videor} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videor} }</target>
@@ -691,11 +699,11 @@
691 <context-group name="null"> 699 <context-group name="null">
692 <context context-type="linenumber">15</context> 700 <context context-type="linenumber">15</context>
693 </context-group> 701 </context-group>
694 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group> 702
695 <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">73</context></context-group> 703
696 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</context></context-group> 704
697 <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> 705
698 </trans-unit> 706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
699 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 707 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
700 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 708 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
701 <target>Ta bort från <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 709 <target>Ta bort från <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -737,19 +745,19 @@
737 <context-group name="null"> 745 <context-group name="null">
738 <context context-type="linenumber">63</context> 746 <context context-type="linenumber">63</context>
739 </context-group> 747 </context-group>
740 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group> 748
741 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group> 749
742 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group> 750
743 <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">41</context></context-group> 751
744 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group> 752
745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group> 753
746 <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">11</context></context-group> 754
747 <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">87</context></context-group> 755
748 <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">11</context></context-group> 756
749 <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">87</context></context-group> 757
750 <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">11</context></context-group> 758
751 <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">11</context></context-group> 759
752 </trans-unit> 760 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
753 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 761 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
754 <source>Truncated preview</source> 762 <source>Truncated preview</source>
755 <target>Kort förhandsvisning</target> 763 <target>Kort förhandsvisning</target>
@@ -831,10 +839,13 @@
831 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 839 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
832 </trans-unit> 840 </trans-unit>
833 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 841 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
834 <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> 842 <source>
843 <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>"/>
844 <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>"/>
845 </source>
835 <target> 846 <target>
836 <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;"/> 847 <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>"/>
837 <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;"/> 848 <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>"/>
838 </target> 849 </target>
839 <context-group name="null"> 850 <context-group name="null">
840 <context context-type="linenumber">10</context> 851 <context context-type="linenumber">10</context>
@@ -842,9 +853,12 @@
842 <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> 853 <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>
843 </trans-unit> 854 </trans-unit>
844 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963"> 855 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963">
845 <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> 856 <source>
857 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/>"/>
858 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
859 </source>
846 <target> 860 <target>
847 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;"/> 861 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/>"/>
848 På instanser med Mastodon eller Pleroma kan du skriva kanalens URL i sökrutan och prenumerera därifrån. 862 På instanser med Mastodon eller Pleroma kan du skriva kanalens URL i sökrutan och prenumerera därifrån.
849 </target> 863 </target>
850 <context-group name="null"> 864 <context-group name="null">
@@ -853,8 +867,11 @@
853 <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> 867 <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>
854 </trans-unit> 868 </trans-unit>
855 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 869 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
856 <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> 870 <source>
857 <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> 871 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/>"/>
872 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
873 </source>
874 <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>
858 <context-group purpose="location"> 875 <context-group purpose="location">
859 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 876 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
860 <context context-type="linenumber">26</context> 877 <context context-type="linenumber">26</context>
@@ -869,10 +886,13 @@
869 </context-group> 886 </context-group>
870 </trans-unit> 887 </trans-unit>
871 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f"> 888 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f">
872 <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> 889 <source>
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>"/>
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>"/>
892 </source>
873 <target> 893 <target>
874 <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;"/> 894 <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>"/>
875 <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;"/> 895 <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>"/>
876 </target> 896 </target>
877 <context-group name="null"> 897 <context-group name="null">
878 <context context-type="linenumber">5</context> 898 <context context-type="linenumber">5</context>
@@ -931,9 +951,9 @@
931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 951 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
932 </trans-unit> 952 </trans-unit>
933 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 953 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
934 <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> 954 <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>
935 <target> 955 <target>
936 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;"/> 956 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>"/>
937 </target> 957 </target>
938 <context-group name="null"> 958 <context-group name="null">
939 <context context-type="linenumber">53</context> 959 <context context-type="linenumber">53</context>
@@ -946,10 +966,10 @@
946 <context-group name="null"> 966 <context-group name="null">
947 <context context-type="linenumber">286</context> 967 <context context-type="linenumber">286</context>
948 </context-group> 968 </context-group>
949 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group> 969
950 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group> 970
951 <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">46</context></context-group> 971
952 </trans-unit> 972 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
953 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 973 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
954 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 974 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
955 <target>HTTP-import (YouTube, Vimeo, direktlänk …)</target> 975 <target>HTTP-import (YouTube, Vimeo, direktlänk …)</target>
@@ -1089,19 +1109,19 @@
1089 <context-group name="null"> 1109 <context-group name="null">
1090 <context context-type="linenumber">23</context> 1110 <context context-type="linenumber">23</context>
1091 </context-group> 1111 </context-group>
1092 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group> 1112
1093 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group> 1113
1094 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group> 1114
1095 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group> 1115
1096 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 1116
1097 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group> 1117
1098 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</context></context-group> 1118
1099 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">47</context></context-group> 1119
1100 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group> 1120
1101 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group> 1121
1102 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group> 1122
1103 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group> 1123
1104 </trans-unit> 1124 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1105 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1125 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1106 <source>Ban this user</source> 1126 <source>Ban this user</source>
1107 <target>Blockera den här användaren</target> 1127 <target>Blockera den här användaren</target>
@@ -1118,14 +1138,7 @@
1118 </context-group> 1138 </context-group>
1119 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group> 1139 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group>
1120 </trans-unit> 1140 </trans-unit>
1121 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798"> 1141
1122 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1123 <target>(tillägg: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max-storlek: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1124 <context-group name="null">
1125 <context context-type="linenumber">12</context>
1126 </context-group>
1127 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context><context context-type="linenumber">12</context></context-group>
1128 </trans-unit>
1129 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1142 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1130 <source>Login</source> 1143 <source>Login</source>
1131 <target> 1144 <target>
@@ -1145,8 +1158,15 @@
1145 </context-group> 1158 </context-group>
1146 </trans-unit> 1159 </trans-unit>
1147 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1160 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html">
1148 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1161 <source>
1149 <target state="translated">Den här instansen tillåter inte kontoregistrering för tillfället, men du kan hitta en instans som ger dig möjligheten att skapa ett konto och ladda upp dina videor till. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Hitta din favorit bland de många instanserna på <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> 1162 Currently this instance doesn't allow for user registration, but you can find an instance
1163 that gives you the possibility to sign up for an account and upload your videos there.
1164
1165 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1166
1167 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1168 </source>
1169 <target state="translated">Den här instansen tillåter inte kontoregistrering för tillfället, men du kan hitta en instans som ger dig möjligheten att skapa ett konto och ladda upp dina videor till. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Hitta din favorit bland de många instanserna på <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>
1150 <context-group purpose="location"> 1170 <context-group purpose="location">
1151 <context context-type="sourcefile">src/app/login/login.component.html</context> 1171 <context context-type="sourcefile">src/app/login/login.component.html</context>
1152 <context context-type="linenumber">11</context> 1172 <context context-type="linenumber">11</context>
@@ -1244,15 +1264,15 @@
1244 <context-group name="null"> 1264 <context-group name="null">
1245 <context context-type="linenumber">43</context> 1265 <context context-type="linenumber">43</context>
1246 </context-group> 1266 </context-group>
1247 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group> 1267
1248 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1268
1249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1269
1250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">41</context></context-group> 1270
1251 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group> 1271
1252 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</context></context-group> 1272
1253 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group> 1273
1254 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group> 1274
1255 </trans-unit> 1275 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1256 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1276 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1257 <source>Email address</source> 1277 <source>Email address</source>
1258 <target>E-postadress</target> 1278 <target>E-postadress</target>
@@ -1313,9 +1333,9 @@
1313 </context-group> 1333 </context-group>
1314 </trans-unit> 1334 </trans-unit>
1315 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1335 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1316 <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> 1336 <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>
1317 <target> 1337 <target>
1318 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;"/> 1338 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>"/>
1319 </target> 1339 </target>
1320 <context-group name="null"> 1340 <context-group name="null">
1321 <context context-type="linenumber">6</context> 1341 <context context-type="linenumber">6</context>
@@ -1323,10 +1343,13 @@
1323 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1343 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1324 </trans-unit> 1344 </trans-unit>
1325 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1345 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1326 <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> 1346 <source>
1347 Filters
1348 <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>"/>
1349 </source>
1327 <target> 1350 <target>
1328 Filter 1351 Filter
1329 <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;"/> 1352 <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>"/>
1330 </target> 1353 </target>
1331 <context-group name="null"> 1354 <context-group name="null">
1332 <context context-type="linenumber">16</context> 1355 <context context-type="linenumber">16</context>
@@ -1360,7 +1383,8 @@
1360 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group> 1383 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group>
1361 </trans-unit> 1384 </trans-unit>
1362 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c"> 1385 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1363 <source>CLI documentation</source> 1386 <source>CLI
1387 documentation</source>
1364 <target>Kommandotolk 1388 <target>Kommandotolk
1365 dokumentation</target> 1389 dokumentation</target>
1366 <context-group name="null"> 1390 <context-group name="null">
@@ -1377,7 +1401,8 @@
1377 </context-group> 1401 </context-group>
1378 </trans-unit> 1402 </trans-unit>
1379 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9"> 1403 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1380 <source>Administer documentation</source> 1404 <source>Administer
1405 documentation</source>
1381 <target>Administration 1406 <target>Administration
1382 dokumentation</target> 1407 dokumentation</target>
1383 <context-group name="null"> 1408 <context-group name="null">
@@ -1394,7 +1419,8 @@
1394 </context-group> 1419 </context-group>
1395 </trans-unit> 1420 </trans-unit>
1396 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417"> 1421 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1397 <source>Use documentation</source> 1422 <source>Use
1423 documentation</source>
1398 <target>Användning 1424 <target>Användning
1399 dokumentation</target> 1425 dokumentation</target>
1400 <context-group name="null"> 1426 <context-group name="null">
@@ -1419,16 +1445,16 @@
1419 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group> 1445 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group>
1420 </trans-unit> 1446 </trans-unit>
1421 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1447 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1422 <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> 1448 <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>
1423 <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> 1449 <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>
1424 <context-group purpose="location"> 1450 <context-group purpose="location">
1425 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1451 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1426 <context context-type="linenumber">44</context> 1452 <context context-type="linenumber">44</context>
1427 </context-group> 1453 </context-group>
1428 </trans-unit> 1454 </trans-unit>
1429 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6"> 1455 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1430 <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> 1456 <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>
1431 <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;"/> 1457 <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>"/>
1432 </target> 1458 </target>
1433 <context-group name="null"> 1459 <context-group name="null">
1434 <context context-type="linenumber">47</context> 1460 <context context-type="linenumber">47</context>
@@ -1444,10 +1470,14 @@
1444 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group> 1470 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group>
1445 </trans-unit> 1471 </trans-unit>
1446 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6"> 1472 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6">
1447 <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> 1473 <source>
1474 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>"/>,
1475 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>"/>
1476 is very important for visitors to understand on what type of instance they are.
1477 </source>
1448 <target> 1478 <target>
1449 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;"/>, 1479 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>"/>,
1450 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;"/> 1480 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>"/>
1451 är mycket viktig information för att dina användare ska kunna skapa sig en bild av instansen. 1481 är mycket viktig information för att dina användare ska kunna skapa sig en bild av instansen.
1452 </target> 1482 </target>
1453 <context-group name="null"> 1483 <context-group name="null">
@@ -1456,8 +1486,14 @@
1456 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group> 1486 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group>
1457 </trans-unit> 1487 </trans-unit>
1458 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1488 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1459 <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> 1489 <source>
1460 <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> 1490 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
1491 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1492 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
1493 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1494 PeerTube instance.
1495 </source>
1496 <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>
1461 <context-group purpose="location"> 1497 <context-group purpose="location">
1462 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1498 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1463 <context context-type="linenumber">67</context> 1499 <context context-type="linenumber">67</context>
@@ -1554,8 +1590,11 @@
1554 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">21</context></context-group> 1590 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">21</context></context-group>
1555 </trans-unit> 1591 </trans-unit>
1556 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1592 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1557 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1593 <source>
1558 <target state="translated">Fyll gärna i den här informationen för att hjälpa folk välja <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>sin favoritinstans<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Din instans kommer kanske inte visas på <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube-webbplatsen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> om du inte uppger den här informationen. </target> 1594 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1595 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1596 </source>
1597 <target state="translated">Fyll gärna i den här informationen för att hjälpa folk välja <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>sin favoritinstans<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. Din instans kommer kanske inte visas på <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube-webbplatsen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> om du inte uppger den här informationen. </target>
1559 <context-group purpose="location"> 1598 <context-group purpose="location">
1560 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1599 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1561 <context context-type="linenumber">24</context> 1600 <context context-type="linenumber">24</context>
@@ -1630,15 +1669,9 @@
1630 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1669 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1631 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source> 1670 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source>
1632 <target state="translated">Gränssnitt: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1671 <target state="translated">Gränssnitt: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1633 <context-group purpose="location"> 1672
1634 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1673
1635 <context context-type="linenumber">36</context> 1674 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit>
1636 </context-group>
1637 <context-group purpose="location">
1638 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1639 <context context-type="linenumber">158</context>
1640 </context-group>
1641 </trans-unit>
1642 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html"> 1675 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1643 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source> 1676 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source>
1644 <target state="translated">Videor: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1677 <target state="translated">Videor: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
@@ -1682,48 +1715,33 @@
1682 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1715 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1683 <source>Help</source> 1716 <source>Help</source>
1684 <target state="translated">Hjälp</target> 1717 <target state="translated">Hjälp</target>
1685 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group> 1718
1686 </trans-unit> 1719 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1687 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1720 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1688 <source>Get help using PeerTube</source> 1721 <source>Get help using PeerTube</source>
1689 <target state="translated">Få hjälp att använda PeerTube</target> 1722 <target state="translated">Få hjälp att använda PeerTube</target>
1690 <context-group purpose="location"> 1723
1691 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1724 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1692 <context context-type="linenumber">167</context>
1693 </context-group>
1694 </trans-unit>
1695 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html"> 1725 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1696 <source>Shortcuts</source> 1726 <source>Shortcuts</source>
1697 <target state="translated">Genvägar</target> 1727 <target state="translated">Genvägar</target>
1698 <context-group purpose="location"> 1728
1699 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1729 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit>
1700 <context context-type="linenumber">168</context>
1701 </context-group>
1702 </trans-unit>
1703 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html"> 1730 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1704 <source>powered by PeerTube</source> 1731 <source>powered by PeerTube</source>
1705 <target state="translated">drivs av PeerTube</target> 1732 <target state="translated">drivs av PeerTube</target>
1706 <context-group purpose="location"> 1733
1707 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1734 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1708 <context context-type="linenumber">172</context>
1709 </context-group>
1710 </trans-unit>
1711 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html"> 1735 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1712 <source>PeerTube website</source> 1736 <source>PeerTube website</source>
1713 <target state="translated">PeerTubes webbplats</target> 1737 <target state="translated">PeerTubes webbplats</target>
1714 <context-group purpose="location"> 1738
1715 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1739 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1716 <context context-type="linenumber">172</context>
1717 </context-group>
1718 </trans-unit>
1719 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html"> 1740 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1720 <source>powered by PeerTube - CopyLeft 2015-2020</source> 1741 <source>powered by PeerTube - CopyLeft 2015-2020</source>
1721 <target state="translated">drivs av PeerTube – CopyLeft 2015–2020</target> 1742 <target state="translated">drivs av PeerTube – CopyLeft 2015–2020</target>
1722 <context-group purpose="location"> 1743
1723 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1744 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1724 <context context-type="linenumber">171</context>
1725 </context-group>
1726 </trans-unit>
1727 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1745 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1728 <source>Log out</source> 1746 <source>Log out</source>
1729 <target>Logga ut</target> 1747 <target>Logga ut</target>
@@ -1847,19 +1865,9 @@
1847 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1865 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1848 <source>Contact</source> 1866 <source>Contact</source>
1849 <target state="translated">Kontakt</target> 1867 <target state="translated">Kontakt</target>
1850 <context-group purpose="location"> 1868
1851 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1869 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1852 <context context-type="linenumber">154</context> 1870
1853 </context-group>
1854 </trans-unit>
1855 <trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1856 <source>Terms of Service</source>
1857 <target state="translated">Användarvillkor</target>
1858 <context-group purpose="location">
1859 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1860 <context context-type="linenumber">155</context>
1861 </context-group>
1862 </trans-unit>
1863 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1871 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1864 <source>View your notifications</source> 1872 <source>View your notifications</source>
1865 <target>Se dina notifikationer</target> 1873 <target>Se dina notifikationer</target>
@@ -2020,8 +2028,11 @@
2020 </context-group> 2028 </context-group>
2021 </trans-unit> 2029 </trans-unit>
2022 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 2030 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
2023 <source>Jump to channel <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;"/> </source> 2031 <source>
2024 <target state="translated">Besök kanalen <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;"/> </target> 2032 Jump to channel
2033 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2034 </source>
2035 <target state="translated">Besök kanalen <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2025 <context-group purpose="location"> 2036 <context-group purpose="location">
2026 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2037 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
2027 <context context-type="linenumber">18</context> 2038 <context context-type="linenumber">18</context>
@@ -2259,8 +2270,12 @@
2259 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2270 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2260 </trans-unit> 2271 </trans-unit>
2261 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2272 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2262 <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> 2273 <source>
2263 <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> 2274 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2275 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2276 Press Enter to add a new tag.
2277 </source>
2278 <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>
2264 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2279 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2265 </trans-unit> 2280 </trans-unit>
2266 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2281 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2318,69 +2333,50 @@
2318 <context-group name="null"> 2333 <context-group name="null">
2319 <context context-type="linenumber">23</context> 2334 <context context-type="linenumber">23</context>
2320 </context-group> 2335 </context-group>
2321 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group> 2336
2322 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group> 2337
2323 <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">12</context></context-group> 2338
2324 <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">28</context></context-group> 2339
2325 <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">70</context></context-group> 2340
2326 <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">70</context></context-group> 2341
2327 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group> 2342
2328 </trans-unit> 2343 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2329 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2344 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2330 <source>Privacy</source> 2345 <source>Privacy</source>
2331 <target>Offentlighetsstatus</target> 2346 <target>Offentlighetsstatus</target>
2332 <context-group name="null"> 2347 <context-group name="null">
2333 <context context-type="linenumber">33</context> 2348 <context context-type="linenumber">33</context>
2334 </context-group> 2349 </context-group>
2335 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group> 2350
2336 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group> 2351
2337 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group> 2352
2338 <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">21</context></context-group> 2353
2339 <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">37</context></context-group> 2354
2340 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">187</context></context-group> 2355
2341 <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">57</context></context-group> 2356
2342 <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">57</context></context-group> 2357
2343 </trans-unit> 2358 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit>
2344 <trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2359
2345 <source>More information about privacy within PeerTube</source>
2346 <target state="translated">Mer information om personuppgifter och PeerTube</target>
2347 <context-group purpose="location">
2348 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2349 <context context-type="linenumber">164</context>
2350 </context-group>
2351 </trans-unit>
2352 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html"> 2360 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2353 <source>FAQ</source> 2361 <source>FAQ</source>
2354 <target state="translated">Vanliga frågor</target> 2362 <target state="translated">Vanliga frågor</target>
2355 <context-group purpose="location"> 2363
2356 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2364 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2357 <context context-type="linenumber">165</context>
2358 </context-group>
2359 </trans-unit>
2360 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html"> 2365 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2361 <source>Frequently asked questions about PeerTube</source> 2366 <source>Frequently asked questions about PeerTube</source>
2362 <target state="translated">Vanliga frågor om PeerTube</target> 2367 <target state="translated">Vanliga frågor om PeerTube</target>
2363 <context-group purpose="location"> 2368
2364 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2369 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2365 <context context-type="linenumber">165</context>
2366 </context-group>
2367 </trans-unit>
2368 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html"> 2370 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2369 <source>API</source> 2371 <source>API</source>
2370 <target state="translated">API</target> 2372 <target state="translated">API</target>
2371 <context-group purpose="location"> 2373
2372 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2374 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2373 <context context-type="linenumber">166</context>
2374 </context-group>
2375 </trans-unit>
2376 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html"> 2375 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2377 <source>API documentation</source> 2376 <source>API documentation</source>
2378 <target state="translated">API-dokumentation</target> 2377 <target state="translated">API-dokumentation</target>
2379 <context-group purpose="location"> 2378
2380 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2379 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2381 <context context-type="linenumber">166</context>
2382 </context-group>
2383 </trans-unit>
2384 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2380 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2385 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2381 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2386 <target>Schemalägg publicering (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2382 <target>Schemalägg publicering (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2446,7 +2442,7 @@
2446 <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> 2442 <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>
2447 </trans-unit> 2443 </trans-unit>
2448 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2444 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2449 <source>Already uploaded ✔</source> 2445 <source>Already uploaded ✔</source>
2450 <target>Redan uppladdad ✔</target> 2446 <target>Redan uppladdad ✔</target>
2451 <context-group name="null"> 2447 <context-group name="null">
2452 <context context-type="linenumber">179</context> 2448 <context context-type="linenumber">179</context>
@@ -2577,9 +2573,13 @@
2577 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2573 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2578 </trans-unit> 2574 </trans-unit>
2579 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7"> 2575 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7">
2580 <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> 2576 <source>
2577 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>"/>
2578 or URL that points to a raw MP4 file.
2579 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.
2580 </source>
2581 <target> 2581 <target>
2582 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;"/> 2582 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>"/>
2583 eller en URL som pekar mot en MP4-fil. 2583 eller en URL som pekar mot en MP4-fil.
2584 Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans. 2584 Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans.
2585 </target> 2585 </target>
@@ -2594,10 +2594,10 @@
2594 <context-group name="null"> 2594 <context-group name="null">
2595 <context context-type="linenumber">53</context> 2595 <context context-type="linenumber">53</context>
2596 </context-group> 2596 </context-group>
2597 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group> 2597
2598 <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">64</context></context-group> 2598
2599 <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">53</context></context-group> 2599
2600 </trans-unit> 2600 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2601 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2601 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2602 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2602 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2603 <target> 2603 <target>
@@ -2614,11 +2614,11 @@
2614 <context-group name="null"> 2614 <context-group name="null">
2615 <context context-type="linenumber">17</context> 2615 <context context-type="linenumber">17</context>
2616 </context-group> 2616 </context-group>
2617 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group> 2617
2618 <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">74</context></context-group> 2618
2619 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group> 2619
2620 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group> 2620
2621 </trans-unit> 2621 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2622 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2622 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2623 <source>Select the file to upload</source> 2623 <source>Select the file to upload</source>
2624 <target>Välj en fil att ladda upp</target> 2624 <target>Välj en fil att ladda upp</target>
@@ -2633,48 +2633,43 @@
2633 <context-group name="null"> 2633 <context-group name="null">
2634 <context context-type="linenumber">25</context> 2634 <context context-type="linenumber">25</context>
2635 </context-group> 2635 </context-group>
2636 <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">25</context></context-group> 2636
2637 </trans-unit> 2637 <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">24</context></context-group></trans-unit>
2638 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d"> 2638 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d">
2639 <source>Video background image</source> 2639 <source>Video background image</source>
2640 <target>Videons bakgrundsbild</target> 2640 <target>Videons bakgrundsbild</target>
2641 <context-group name="null"> 2641 <context-group name="null">
2642 <context context-type="linenumber">32</context> 2642 <context context-type="linenumber">32</context>
2643 </context-group> 2643 </context-group>
2644 <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> 2644
2645 </trans-unit> 2645 <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">31</context></context-group></trans-unit>
2646 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2646 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2647 <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> 2647 <source>
2648 Image that will be merged with your audio file.
2649 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2650 The chosen image will be definitive and cannot be modified.
2651 </source>
2648 <target> 2652 <target>
2649 Bilden kommer slås ihop med din ljudfil. 2653 Bilden kommer slås ihop med din ljudfil.
2650 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2654 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2651 Den valda bilden är slutgiltig och kommer inte kunna ändras. 2655 Den valda bilden är slutgiltig och kommer inte kunna ändras.
2652 </target> 2656 </target>
2653 <context-group name="null"> 2657 <context-group name="null">
2654 <context context-type="linenumber">34</context> 2658 <context context-type="linenumber">34</context>
2655 </context-group> 2659 </context-group>
2656 <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">34</context></context-group> 2660
2657 </trans-unit> 2661 <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">33</context></context-group></trans-unit>
2658 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2662 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2659 <source>Processing…</source> 2663 <source>Processing…</source>
2660 <target state="translated">Behandlar …</target> 2664 <target state="translated">Behandlar …</target>
2661 <context-group purpose="location"> 2665
2662 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2666 <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">55</context></context-group></trans-unit>
2663 <context context-type="linenumber">56</context>
2664 </context-group>
2665 </trans-unit>
2666 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html"> 2667 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2667 <source>Total video quota</source> 2668 <source>Total video quota</source>
2668 <target state="translated">Total videokvot</target> 2669 <target state="translated">Total videokvot</target>
2669 <context-group purpose="location"> 2670
2670 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2671
2671 <context context-type="linenumber">54</context> 2672 <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">53</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">11</context></context-group></trans-unit>
2672 </context-group>
2673 <context-group purpose="location">
2674 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2675 <context context-type="linenumber">11</context>
2676 </context-group>
2677 </trans-unit>
2678 <trans-unit id="6357683911e256c566259880de43ea9403de00d3"> 2673 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2679 <source>Congratulations! Your video is now available in your private library.</source> 2674 <source>Congratulations! Your video is now available in your private library.</source>
2680 <target> 2675 <target>
@@ -2683,24 +2678,24 @@
2683 <context-group name="null"> 2678 <context-group name="null">
2684 <context context-type="linenumber">66</context> 2679 <context context-type="linenumber">66</context>
2685 </context-group> 2680 </context-group>
2686 <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">68</context></context-group> 2681
2687 </trans-unit> 2682 <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">67</context></context-group></trans-unit>
2688 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2683 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2689 <source>Publish will be available when upload is finished</source> 2684 <source>Publish will be available when upload is finished</source>
2690 <target>Du kan publicera när uppladdningen är klar</target> 2685 <target>Du kan publicera när uppladdningen är klar</target>
2691 <context-group name="null"> 2686 <context-group name="null">
2692 <context context-type="linenumber">79</context> 2687 <context context-type="linenumber">79</context>
2693 </context-group> 2688 </context-group>
2694 <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">81</context></context-group> 2689
2695 </trans-unit> 2690 <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">80</context></context-group></trans-unit>
2696 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2691 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2697 <source>Publish</source> 2692 <source>Publish</source>
2698 <target>Publisera</target> 2693 <target>Publisera</target>
2699 <context-group name="null"> 2694 <context-group name="null">
2700 <context context-type="linenumber">86</context> 2695 <context context-type="linenumber">86</context>
2701 </context-group> 2696 </context-group>
2702 <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">88</context></context-group> 2697
2703 </trans-unit> 2698 <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">87</context></context-group></trans-unit>
2704 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2699 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2705 <source>Select the torrent to import</source> 2700 <source>Select the torrent to import</source>
2706 <target>Välj en torrent att importera</target> 2701 <target>Välj en torrent att importera</target>
@@ -2708,25 +2703,27 @@
2708 <context context-type="linenumber">6</context> 2703 <context context-type="linenumber">6</context>
2709 </context-group> 2704 </context-group>
2710 <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">6</context></context-group> 2705 <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">6</context></context-group>
2711 </trans-unit> 2706 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2712 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2707 <source>OR</source><target state="new">OR</target>
2713 <source>Or</source> 2708 <context-group purpose="location">
2714 <target>Eller</target> 2709 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2715 <context-group name="null"> 2710 <context context-type="linenumber">10</context>
2716 <context context-type="linenumber">11</context>
2717 </context-group> 2711 </context-group>
2718 <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">11</context></context-group>
2719 </trans-unit> 2712 </trans-unit>
2713
2720 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2714 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2721 <source>Paste magnet URI</source> 2715 <source>Paste magnet URI</source>
2722 <target>Klistra in magnet-URI</target> 2716 <target>Klistra in magnet-URI</target>
2723 <context-group name="null"> 2717 <context-group name="null">
2724 <context context-type="linenumber">14</context> 2718 <context context-type="linenumber">14</context>
2725 </context-group> 2719 </context-group>
2726 <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> 2720
2727 </trans-unit> 2721 <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">13</context></context-group></trans-unit>
2728 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52"> 2722 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52">
2729 <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> 2723 <source>
2724 You can import any torrent file that points to a mp4 file.
2725 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.
2726 </source>
2730 <target> 2727 <target>
2731 Du kan importera vilken torrentfil som helst som pekar mot en mp4-fil. 2728 Du kan importera vilken torrentfil som helst som pekar mot en mp4-fil.
2732 Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans. 2729 Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans.
@@ -2734,8 +2731,8 @@
2734 <context-group name="null"> 2731 <context-group name="null">
2735 <context context-type="linenumber">17</context> 2732 <context context-type="linenumber">17</context>
2736 </context-group> 2733 </context-group>
2737 <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">17</context></context-group> 2734
2738 </trans-unit> 2735 <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">16</context></context-group></trans-unit>
2739 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2736 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2740 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2737 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2741 <target> 2738 <target>
@@ -2744,11 +2741,15 @@
2744 <context-group name="null"> 2741 <context-group name="null">
2745 <context context-type="linenumber">57</context> 2742 <context context-type="linenumber">57</context>
2746 </context-group> 2743 </context-group>
2747 <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> 2744
2748 </trans-unit> 2745 <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">56</context></context-group></trans-unit>
2749 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2746 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2750 <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> 2747 <source>
2751 <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> 2748 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.
2749 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2750 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.
2751 </source>
2752 <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>
2752 <context-group purpose="location"> 2753 <context-group purpose="location">
2753 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2754 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2754 <context context-type="linenumber">2</context> 2755 <context context-type="linenumber">2</context>
@@ -2990,16 +2991,16 @@
2990 <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> 2991 <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>
2991 </trans-unit> 2992 </trans-unit>
2992 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2993 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2993 <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> 2994 <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>
2994 <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> 2995 <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>
2995 <context-group purpose="location"> 2996 <context-group purpose="location">
2996 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2997 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2997 <context context-type="linenumber">45</context> 2998 <context context-type="linenumber">45</context>
2998 </context-group> 2999 </context-group>
2999 </trans-unit> 3000 </trans-unit>
3000 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 3001 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
3001 <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> 3002 <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>
3002 <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> 3003 <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>
3003 <context-group purpose="location"> 3004 <context-group purpose="location">
3004 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3005 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3005 <context context-type="linenumber">56</context> 3006 <context context-type="linenumber">56</context>
@@ -3076,10 +3077,10 @@
3076 <context-group name="null"> 3077 <context-group name="null">
3077 <context context-type="linenumber">63</context> 3078 <context context-type="linenumber">63</context>
3078 </context-group> 3079 </context-group>
3079 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group> 3080
3080 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group> 3081
3081 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">63</context></context-group> 3082
3082 </trans-unit> 3083 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit>
3083 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 3084 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
3084 <source>Subscribe</source> 3085 <source>Subscribe</source>
3085 <target state="translated">Prenumerera</target> 3086 <target state="translated">Prenumerera</target>
@@ -3166,8 +3167,8 @@
3166 <context-group name="null"> 3167 <context-group name="null">
3167 <context context-type="linenumber">215</context> 3168 <context context-type="linenumber">215</context>
3168 </context-group> 3169 </context-group>
3169 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group> 3170
3170 </trans-unit> 3171 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3171 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3172 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3172 <source>Get more information</source> 3173 <source>Get more information</source>
3173 <target>Visa mer information</target> 3174 <target>Visa mer information</target>
@@ -3243,27 +3244,18 @@
3243 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html"> 3244 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html">
3244 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source> 3245 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source>
3245 <target state="translated">Visa <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> svar från bland andra <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target> 3246 <target state="translated">Visa <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> svar från bland andra <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target>
3246 <context-group purpose="location"> 3247
3247 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3248 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3248 <context context-type="linenumber">77</context>
3249 </context-group>
3250 </trans-unit>
3251 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3249 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3252 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3250 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3253 <target state="translated">Visa <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> svar från <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target> 3251 <target state="translated">Visa <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> svar från <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target>
3254 <context-group purpose="location"> 3252
3255 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3253 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3256 <context context-type="linenumber">80</context>
3257 </context-group>
3258 </trans-unit>
3259 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3254 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3260 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3255 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3261 <target state="translated">Visa <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> svar</target> 3256 <target state="translated">Visa <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> svar</target>
3262 <context-group purpose="location"> 3257
3263 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3258 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3264 <context context-type="linenumber">84</context>
3265 </context-group>
3266 </trans-unit>
3267 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3259 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3268 <source>Comments are disabled.</source> 3260 <source>Comments are disabled.</source>
3269 <target> 3261 <target>
@@ -3272,8 +3264,8 @@
3272 <context-group name="null"> 3264 <context-group name="null">
3273 <context context-type="linenumber">64</context> 3265 <context context-type="linenumber">64</context>
3274 </context-group> 3266 </context-group>
3275 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 3267
3276 </trans-unit> 3268 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3277 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3269 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3278 <source>Add comment...</source> 3270 <source>Add comment...</source>
3279 <target>Lägg till kommentar …</target> 3271 <target>Lägg till kommentar …</target>
@@ -3299,7 +3291,11 @@
3299 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3291 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3300 </trans-unit> 3292 </trans-unit>
3301 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3293 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3302 <source>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> 3294 <source>
3295 You can comment using an account on any ActivityPub-compatible instance.
3296 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3297 from within the software's interface.
3298 </source>
3303 <target state="translated">Du kan kommentera från ett konto på vilken ActivityPub-kompatibel instans som helst. På de flesta plattformar hittar du videon genom att skriva dess webbadress i sökrutan. Därefter kan du skriva din kommentar från mjukvarans användargränssnitt.</target> 3299 <target state="translated">Du kan kommentera från ett konto på vilken ActivityPub-kompatibel instans som helst. På de flesta plattformar hittar du videon genom att skriva dess webbadress i sökrutan. Därefter kan du skriva din kommentar från mjukvarans användargränssnitt.</target>
3304 <context-group purpose="location"> 3300 <context-group purpose="location">
3305 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3301 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3358,73 +3354,54 @@
3358 </context-group> 3354 </context-group>
3359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3355 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3360 </trans-unit> 3356 </trans-unit>
3361 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 3357
3362 <source>Follow</source>
3363 <target>Följ</target>
3364 <context-group name="null">
3365 <context context-type="linenumber">7</context>
3366 </context-group>
3367 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3368 </trans-unit>
3369 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3358 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3370 <source>Followers</source> 3359 <source>Followers</source>
3371 <target>Följare</target> 3360 <target>Följare</target>
3372 <context-group name="null"> 3361 <context-group name="null">
3373 <context context-type="linenumber">3</context> 3362 <context context-type="linenumber">3</context>
3374 </context-group> 3363 </context-group>
3375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 3364
3376 </trans-unit> 3365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3377 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3366 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3378 <source>Video redundancies</source> 3367 <source>Video redundancies</source>
3379 <target state="translated">Videoredundans</target> 3368 <target state="translated">Videoredundans</target>
3380 <context-group purpose="location"> 3369
3381 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3370 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3382 <context context-type="linenumber">11</context>
3383 </context-group>
3384 </trans-unit>
3385 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 3371 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
3386 <source>1 host (without "http://") per line</source> 3372 <source>1 host (without "http://") per line</source>
3387 <target>En värd (utan ”http://”) per rad</target> 3373 <target>En värd (utan ”http://”) per rad</target>
3388 <context-group name="null"> 3374 <context-group name="null">
3389 <context context-type="linenumber">5</context> 3375 <context context-type="linenumber">5</context>
3390 </context-group> 3376 </context-group>
3391 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">5</context></context-group> 3377
3392 </trans-unit> 3378 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3393 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507"> 3379 <source>Follow domain</source><target state="new">Follow domain</target>
3394 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3380 <context-group purpose="location">
3395 <target> 3381 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3396Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS aktiverat för att följa servrar.</target> 3382 <context context-type="linenumber">15</context>
3397 <context-group name="null">
3398 <context context-type="linenumber">17</context>
3399 </context-group>
3400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">17</context></context-group>
3401 </trans-unit>
3402 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
3403 <source>Add following</source>
3404 <target>Lägg till följande</target>
3405 <context-group name="null">
3406 <context context-type="linenumber">21</context>
3407 </context-group> 3383 </context-group>
3408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group>
3409 </trans-unit> 3384 </trans-unit>
3385
3386
3410 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3387 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3411 <source>Filter...</source> 3388 <source>Filter...</source>
3412 <target>Filtrera …</target> 3389 <target>Filtrera …</target>
3413 <context-group name="null"> 3390 <context-group name="null">
3414 <context context-type="linenumber">27</context> 3391 <context context-type="linenumber">27</context>
3415 </context-group> 3392 </context-group>
3416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</context></context-group> 3393
3417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">9</context></context-group> 3394
3418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">27</context></context-group> 3395
3419 </trans-unit> 3396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3420 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3397 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3421 <source>ID</source> 3398 <source>ID</source>
3422 <target>ID</target> 3399 <target>ID</target>
3423 <context-group name="null"> 3400 <context-group name="null">
3424 <context context-type="linenumber">18</context> 3401 <context context-type="linenumber">18</context>
3425 </context-group> 3402 </context-group>
3426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 3403
3427 </trans-unit> 3404 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3428 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb"> 3405 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb">
3429 <source>Follower handle</source> 3406 <source>Follower handle</source>
3430 <target>Hantera följare</target> 3407 <target>Hantera följare</target>
@@ -3439,80 +3416,65 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3439 <context-group name="null"> 3416 <context-group name="null">
3440 <context context-type="linenumber">10</context> 3417 <context context-type="linenumber">10</context>
3441 </context-group> 3418 </context-group>
3442 <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> 3419
3443 <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> 3420
3444 </trans-unit> 3421 <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>
3445 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3422 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3446 <source>Delayed.</source> 3423 <source>Delayed.</source>
3447 <target state="translated">Uppskjuten.</target> 3424 <target state="translated">Uppskjuten.</target>
3448 <context-group purpose="location"> 3425
3449 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3450 <context context-type="linenumber">42</context>
3451 </context-group>
3452 </trans-unit>
3453 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3427 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3454 <source>Will start soon...</source> 3428 <source>Will start soon...</source>
3455 <target state="translated">Kommer påbörjas snart …</target> 3429 <target state="translated">Kommer påbörjas snart …</target>
3456 <context-group purpose="location"> 3430
3457 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3458 <context context-type="linenumber">43</context>
3459 </context-group>
3460 </trans-unit>
3461 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3432 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3462 <source>Running...</source> 3433 <source>Running...</source>
3463 <target state="translated">Pågår …</target> 3434 <target state="translated">Pågår …</target>
3464 <context-group purpose="location"> 3435
3465 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3466 <context context-type="linenumber">44</context>
3467 </context-group>
3468 </trans-unit>
3469 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3437 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3470 <source>Finished</source> 3438 <source>Finished</source>
3471 <target state="translated">Avslutad</target> 3439 <target state="translated">Avslutad</target>
3472 <context-group purpose="location"> 3440
3473 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3474 <context context-type="linenumber">45</context>
3475 </context-group>
3476 </trans-unit>
3477 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3442 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3478 <source>Failed</source> 3443 <source>Failed</source>
3479 <target state="translated">Misslyckades</target> 3444 <target state="translated">Misslyckades</target>
3480 <context-group purpose="location"> 3445
3481 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3482 <context context-type="linenumber">46</context>
3483 </context-group>
3484 </trans-unit>
3485 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3447 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3486 <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> 3448 <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>
3487 <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> 3449 <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>
3488 <context-group name="null"> 3450 <context-group name="null">
3489 <context context-type="linenumber">11</context> 3451 <context context-type="linenumber">11</context>
3490 </context-group> 3452 </context-group>
3491 <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> 3453
3492 <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> 3454
3493 <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> 3455
3494 <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> 3456
3495 <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> 3457
3496 <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> 3458
3497 </trans-unit> 3459 <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">24</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">46</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">11</context></context-group><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><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>
3498 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3460 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3499 <source>Accepted</source> 3461 <source>Accepted</source>
3500 <target>Accepterad</target> 3462 <target>Accepterad</target>
3501 <context-group name="null"> 3463 <context-group name="null">
3502 <context context-type="linenumber">32</context> 3464 <context context-type="linenumber">32</context>
3503 </context-group> 3465 </context-group>
3504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3466
3505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3467
3506 </trans-unit> 3468 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3507 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3469 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3508 <source>Pending</source> 3470 <source>Pending</source>
3509 <target>Väntar</target> 3471 <target>Väntar</target>
3510 <context-group name="null"> 3472 <context-group name="null">
3511 <context context-type="linenumber">33</context> 3473 <context context-type="linenumber">33</context>
3512 </context-group> 3474 </context-group>
3513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3475
3514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3476
3515 </trans-unit> 3477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3516 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3478 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3517 <source>Accept</source> 3479 <source>Accept</source>
3518 <target>Godkänn</target> 3480 <target>Godkänn</target>
@@ -3530,6 +3492,12 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3530 </context-group> 3492 </context-group>
3531 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3493 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3532 <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">42</context></context-group> 3494 <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">42</context></context-group>
3495 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3496 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3497 <context-group purpose="location">
3498 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3499 <context context-type="linenumber">3</context>
3500 </context-group>
3533 </trans-unit> 3501 </trans-unit>
3534 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 3502 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3535 <source>Host</source> 3503 <source>Host</source>
@@ -3537,24 +3505,32 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3537 <context-group name="null"> 3505 <context-group name="null">
3538 <context context-type="linenumber">19</context> 3506 <context context-type="linenumber">19</context>
3539 </context-group> 3507 </context-group>
3540 <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> 3508
3541 </trans-unit> 3509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3542 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3510 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3543 <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> 3511 <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>
3544 <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> 3512 <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>
3513
3514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3515 <source>Follow domains</source><target state="new">Follow domains</target>
3545 <context-group purpose="location"> 3516 <context-group purpose="location">
3546 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3517 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3547 <context context-type="linenumber">21</context> 3518 <context context-type="linenumber">50</context>
3548 </context-group> 3519 </context-group>
3549 </trans-unit> 3520 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3550 <trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3521 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3551 <source>Video redundancies list</source>
3552 <target state="translated">Lita över videor med redundans</target>
3553 <context-group purpose="location"> 3522 <context-group purpose="location">
3554 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3523 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3555 <context context-type="linenumber">2</context> 3524 <context context-type="linenumber">7</context>
3525 </context-group>
3526 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3527 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3528 <context-group purpose="location">
3529 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3530 <context context-type="linenumber">8</context>
3556 </context-group> 3531 </context-group>
3557 </trans-unit> 3532 </trans-unit>
3533
3558 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 3534 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
3559 <source>Create user</source> 3535 <source>Create user</source>
3560 <target>Skapa användare</target> 3536 <target>Skapa användare</target>
@@ -3609,13 +3585,16 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3609 <context-group name="null"> 3585 <context-group name="null">
3610 <context context-type="linenumber">43</context> 3586 <context context-type="linenumber">43</context>
3611 </context-group> 3587 </context-group>
3612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3588
3613 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3589
3614 <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> 3590
3615 </trans-unit> 3591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit>
3616 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3592 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3617 <source>Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3593 <source>
3618 <target state="translated">Omkodning har aktiverats. Videokvoten omfattar endast <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>originalfilens<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;"/> Den här användaren kan ladda upp ungefär <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target> 3594 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3595 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3596 </source>
3597 <target state="translated">Omkodning har aktiverats. Videokvoten omfattar endast <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>originalfilens<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> storlek. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Den här användaren kan ladda upp ungefär <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target>
3619 <context-group purpose="location"> 3598 <context-group purpose="location">
3620 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3599 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3621 <context context-type="linenumber">148</context> 3600 <context context-type="linenumber">148</context>
@@ -3704,31 +3683,41 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3704 <context-group name="null"> 3683 <context-group name="null">
3705 <context context-type="linenumber">19</context> 3684 <context context-type="linenumber">19</context>
3706 </context-group> 3685 </context-group>
3707 <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> 3686
3708 </trans-unit> 3687 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3709 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3688 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3710 <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> 3689 <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>
3711 <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> 3690 <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>
3712 <context-group name="null"> 3691 <context-group name="null">
3713 <context context-type="linenumber">40</context> 3692 <context context-type="linenumber">40</context>
3714 </context-group> 3693 </context-group>
3715 <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> 3694
3716 </trans-unit> 3695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3717 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3696 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3718 <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> 3697 <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>
3719 <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> 3698 <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>
3720 <context-group name="null"> 3699 <context-group name="null">
3721 <context context-type="linenumber">42</context> 3700 <context context-type="linenumber">42</context>
3722 </context-group> 3701 </context-group>
3723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group> 3702
3724 </trans-unit> 3703 <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></trans-unit>
3725 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3704 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3726 <source>(banned)</source> 3705 <source>(banned)</source>
3727 <target>(blockerad)</target> 3706 <target>(blockerad)</target>
3728 <context-group name="null"> 3707 <context-group name="null">
3729 <context context-type="linenumber">65</context> 3708 <context context-type="linenumber">65</context>
3730 </context-group> 3709 </context-group>
3731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group> 3710
3711 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3712 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3713 <context-group purpose="location">
3714 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3715 <context context-type="linenumber">65</context>
3716 </context-group>
3717 <context-group purpose="location">
3718 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3719 <context context-type="linenumber">27</context>
3720 </context-group>
3732 </trans-unit> 3721 </trans-unit>
3733 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3722 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3734 <source>User's email must be verified to login</source> 3723 <source>User's email must be verified to login</source>
@@ -3736,23 +3725,29 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3736 <context-group name="null"> 3725 <context-group name="null">
3737 <context context-type="linenumber">72</context> 3726 <context context-type="linenumber">72</context>
3738 </context-group> 3727 </context-group>
3739 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group> 3728
3740 </trans-unit> 3729 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3741 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3730 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3742 <source>User's email is verified / User can login without email verification</source> 3731 <source>User's email is verified / User can login without email verification</source>
3743 <target>Användarens e-post har verifierats / Användaren behöver inte verifiera sin e-post för att logga in</target> 3732 <target>Användarens e-post har verifierats / Användaren behöver inte verifiera sin e-post för att logga in</target>
3744 <context-group name="null"> 3733 <context-group name="null">
3745 <context context-type="linenumber">76</context> 3734 <context context-type="linenumber">76</context>
3746 </context-group> 3735 </context-group>
3747 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group> 3736
3748 </trans-unit> 3737 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3749 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3738 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3750 <source>Ban reason:</source> 3739 <source>Ban reason:</source>
3751 <target>Blockeringsanledning:</target> 3740 <target>Blockeringsanledning:</target>
3752 <context-group name="null"> 3741 <context-group name="null">
3753 <context context-type="linenumber">95</context> 3742 <context context-type="linenumber">95</context>
3754 </context-group> 3743 </context-group>
3755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group> 3744
3745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3746 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3747 <context-group purpose="location">
3748 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3749 <context context-type="linenumber">15</context>
3750 </context-group>
3756 </trans-unit> 3751 </trans-unit>
3757 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3752 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
3758 <source>Moderation</source> 3753 <source>Moderation</source>
@@ -3802,98 +3797,104 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3802 <context context-type="linenumber">13</context> 3797 <context context-type="linenumber">13</context>
3803 </context-group> 3798 </context-group>
3804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3799 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3800 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3801 <source>Video <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">Video <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>
3802 <context-group purpose="location">
3803 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3804 <context context-type="linenumber">10</context>
3805 </context-group>
3805 </trans-unit> 3806 </trans-unit>
3806 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3807 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3807 <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> 3808 <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>
3808 <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> 3809 <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>
3809 <context-group name="null"> 3810 <context-group name="null">
3810 <context context-type="linenumber">8</context> 3811 <context context-type="linenumber">8</context>
3811 </context-group> 3812 </context-group>
3812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3813
3813 <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">8</context></context-group> 3814
3814 </trans-unit> 3815 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3815 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3816 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3816 <source>Video URL</source> 3817 <source>Video URL</source>
3817 <target state="translated">Videolänk</target> 3818 <target state="translated">Videolänk</target>
3818 <context-group purpose="location"> 3819
3819 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3820 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3820 <context context-type="linenumber">24</context>
3821 </context-group>
3822 </trans-unit>
3823 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3821 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3824 <source>Total size</source> 3822 <source>Total size</source>
3825 <target state="translated">Total storlek</target> 3823 <target state="translated">Total storlek</target>
3824
3825 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3826 <source>List redundancies</source><target state="new">List redundancies</target>
3826 <context-group purpose="location"> 3827 <context-group purpose="location">
3827 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3828 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3828 <context context-type="linenumber">25</context> 3829 <context context-type="linenumber">33</context>
3829 </context-group> 3830 </context-group>
3830 </trans-unit> 3831 </trans-unit>
3831 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3832 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3832 <source>Enabled strategies stats</source> 3833 <source>Enabled strategies stats</source>
3833 <target state="translated">Statistik för valda strategier</target> 3834 <target state="translated">Statistik för valda strategier</target>
3834 <context-group purpose="location"> 3835
3835 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
3836 <context context-type="linenumber">69</context>
3837 </context-group>
3838 </trans-unit>
3839 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3837 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3840 <source>No redundancy strategy is enabled on your instance.</source> 3838 <source>No redundancy strategy is enabled on your instance.</source>
3841 <target state="translated">Din instans följer inte någon strategi för videoredundans.</target> 3839 <target state="translated">Din instans följer inte någon strategi för videoredundans.</target>
3842 <context-group purpose="location"> 3840
3843 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3844 <context context-type="linenumber">73</context>
3845 </context-group>
3846 </trans-unit>
3847 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3842 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3848 <source>Sensitive</source> 3843 <source>Sensitive</source>
3849 <target>Känsligt</target> 3844 <target>Känsligt</target>
3850 <context-group name="null"> 3845 <context-group name="null">
3851 <context context-type="linenumber">9</context> 3846 <context context-type="linenumber">9</context>
3852 </context-group> 3847 </context-group>
3853 <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">9</context></context-group> 3848
3854 </trans-unit> 3849 <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">11</context></context-group></trans-unit>
3855 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3850 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3856 <source>Unfederated</source> 3851 <source>Unfederated</source>
3857 <target>Inte federerad</target> 3852 <target>Inte federerad</target>
3858 <context-group name="null"> 3853 <context-group name="null">
3859 <context context-type="linenumber">10</context> 3854 <context context-type="linenumber">10</context>
3860 </context-group> 3855 </context-group>
3861 <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> 3856
3862 </trans-unit> 3857 <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">12</context></context-group></trans-unit>
3863 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3858 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3864 <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> 3859 <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>
3865 <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> 3860 <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>
3866 <context-group name="null"> 3861 <context-group name="null">
3867 <context context-type="linenumber">11</context> 3862 <context context-type="linenumber">11</context>
3868 </context-group> 3863 </context-group>
3869 <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">11</context></context-group> 3864
3870 </trans-unit> 3865 <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">13</context></context-group></trans-unit>
3871 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3866 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3872 <source>Go to the video</source> 3867 <source>Go to the video</source>
3873 <target>Gå till videon</target> 3868 <target>Gå till videon</target>
3874 <context-group name="null"> 3869 <context-group name="null">
3875 <context context-type="linenumber">33</context> 3870 <context context-type="linenumber">33</context>
3876 </context-group> 3871 </context-group>
3877 <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">25</context></context-group> 3872
3878 <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">33</context></context-group> 3873
3879 <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">33</context></context-group> 3874
3880 </trans-unit> 3875 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3881 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3876 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3882 <source>Actions</source> 3877 <source>Actions</source>
3883 <target>Åtgärder</target> 3878 <target>Åtgärder</target>
3884 <context-group name="null"> 3879 <context-group name="null">
3885 <context context-type="linenumber">44</context> 3880 <context context-type="linenumber">44</context>
3886 </context-group> 3881 </context-group>
3887 <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">35</context></context-group> 3882
3888 <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">44</context></context-group> 3883
3889 </trans-unit> 3884 <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">38</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">57</context></context-group></trans-unit>
3890 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3885 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3891 <source>Blacklist reason:</source> 3886 <source>Blacklist reason:</source>
3892 <target>Anledning för svartlistning:</target> 3887 <target>Anledning för svartlistning:</target>
3893 <context-group name="null"> 3888 <context-group name="null">
3894 <context context-type="linenumber">43</context> 3889 <context context-type="linenumber">43</context>
3895 </context-group> 3890 </context-group>
3896 <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">43</context></context-group> 3891
3892 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3893 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3894 <context-group purpose="location">
3895 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3896 <context context-type="linenumber">5</context>
3897 </context-group>
3897 </trans-unit> 3898 </trans-unit>
3898 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 3899 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
3899 <source>Moderation comment</source> 3900 <source>Moderation comment</source>
@@ -3911,47 +3912,53 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3911 <context-group name="null"> 3912 <context-group name="null">
3912 <context context-type="linenumber">18</context> 3913 <context context-type="linenumber">18</context>
3913 </context-group> 3914 </context-group>
3914 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">18</context></context-group> 3915
3915 </trans-unit> 3916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3916 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3917 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3917 <source>Update this comment</source> 3918 <source>Update this comment</source>
3918 <target>Uppdatera den här kommentaren</target> 3919 <target>Uppdatera den här kommentaren</target>
3919 <context-group name="null"> 3920 <context-group name="null">
3920 <context context-type="linenumber">26</context> 3921 <context context-type="linenumber">26</context>
3921 </context-group> 3922 </context-group>
3922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group> 3923
3923 </trans-unit> 3924 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3924 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3925 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3925 <source>Reporter</source> 3926 <source>Reporter</source>
3926 <target>Anmälare</target> 3927 <target>Anmälare</target>
3927 <context-group name="null"> 3928 <context-group name="null">
3928 <context context-type="linenumber">8</context> 3929 <context context-type="linenumber">8</context>
3929 </context-group> 3930 </context-group>
3930 <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">8</context></context-group> 3931
3931 </trans-unit> 3932 <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">10</context></context-group></trans-unit>
3932 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3933 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3933 <source>Video</source> 3934 <source>Video</source>
3934 <target>Video</target> 3935 <target>Video</target>
3935 <context-group name="null"> 3936 <context-group name="null">
3936 <context context-type="linenumber">9</context> 3937 <context context-type="linenumber">9</context>
3937 </context-group> 3938 </context-group>
3938 <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">10</context></context-group> 3939
3939 <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">14</context></context-group> 3940
3940 <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> 3941
3942 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3943 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3944 <context-group purpose="location">
3945 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3946 <context context-type="linenumber">46</context>
3947 </context-group>
3941 </trans-unit> 3948 </trans-unit>
3942 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3949 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3943 <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> 3950 <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>
3944 <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> 3951 <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>
3945 <context-group name="null"> 3952 <context-group name="null">
3946 <context context-type="linenumber">11</context> 3953 <context context-type="linenumber">11</context>
3947 </context-group> 3954 </context-group>
3948 <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> 3955
3949 <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> 3956
3950 <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> 3957
3951 </trans-unit> 3958 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3952 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3959 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3953 <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> 3960 <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>
3954 <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> 3961 <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>
3955 <context-group purpose="location"> 3962 <context-group purpose="location">
3956 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3963 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3957 <context context-type="linenumber">18</context> 3964 <context context-type="linenumber">18</context>
@@ -3963,25 +3970,30 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3963 <context-group name="null"> 3970 <context-group name="null">
3964 <context context-type="linenumber">27</context> 3971 <context context-type="linenumber">27</context>
3965 </context-group> 3972 </context-group>
3966 <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">25</context></context-group> 3973
3967 <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">27</context></context-group> 3974
3968 </trans-unit> 3975 <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">27</context></context-group></trans-unit>
3969 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3976 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
3970 <source>Reason:</source> 3977 <source>Reason:</source>
3971 <target>Anledning:</target> 3978 <target>Anledning:</target>
3972 <context-group name="null"> 3979 <context-group name="null">
3973 <context context-type="linenumber">53</context> 3980 <context context-type="linenumber">53</context>
3974 </context-group> 3981 </context-group>
3975 <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">53</context></context-group> 3982
3976 </trans-unit> 3983 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3977 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 3984 <source>Note:</source><target state="new">Note:</target>
3978 <source>Moderation comment:</source> 3985 <context-group purpose="location">
3979 <target>Moderationskommentar:</target> 3986 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3980 <context-group name="null"> 3987 <context context-type="linenumber">72</context>
3981 <context context-type="linenumber">57</context> 3988 </context-group>
3989 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3990 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3991 <context-group purpose="location">
3992 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3993 <context context-type="linenumber">5</context>
3982 </context-group> 3994 </context-group>
3983 <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">57</context></context-group>
3984 </trans-unit> 3995 </trans-unit>
3996
3985 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3997 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3986 <source>Unblacklist</source> 3998 <source>Unblacklist</source>
3987 <target>Ta bort från svartlista</target> 3999 <target>Ta bort från svartlista</target>
@@ -3990,6 +4002,12 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3990 </context-group> 4002 </context-group>
3991 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 4003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
3992 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 4004 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
4005 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
4006 <source>Mute domain</source><target state="new">Mute domain</target>
4007 <context-group purpose="location">
4008 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4009 <context context-type="linenumber">11</context>
4010 </context-group>
3993 </trans-unit> 4011 </trans-unit>
3994 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4012 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3995 <source>Instance</source> 4013 <source>Instance</source>
@@ -3997,31 +4015,53 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3997 <context-group name="null"> 4015 <context-group name="null">
3998 <context context-type="linenumber">5</context> 4016 <context context-type="linenumber">5</context>
3999 </context-group> 4017 </context-group>
4000 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 4018
4001 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 4019
4002 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4020
4003 </trans-unit> 4021 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
4004 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4022 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4005 <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> 4023 <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>
4006 <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> 4024 <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>
4007 <context-group name="null"> 4025 <context-group name="null">
4008 <context context-type="linenumber">13</context> 4026 <context context-type="linenumber">13</context>
4009 </context-group> 4027 </context-group>
4010 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 4028
4011 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 4029
4012 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 4030
4013 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 4031
4014 </trans-unit> 4032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
4015 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4033 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
4016 <source>Unmute</source> 4034 <source>Unmute</source>
4017 <target>Sluta ignorera</target> 4035 <target>Sluta ignorera</target>
4018 <context-group name="null"> 4036 <context-group name="null">
4019 <context context-type="linenumber">23</context> 4037 <context context-type="linenumber">23</context>
4020 </context-group> 4038 </context-group>
4021 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group> 4039
4022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 4040
4023 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group> 4041
4024 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group> 4042
4043 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
4044 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
4045 <context-group purpose="location">
4046 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4047 <context context-type="linenumber">5</context>
4048 </context-group>
4049 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
4050 <source>
4051 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4052 </source><target state="new">
4053 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4054 </target>
4055 <context-group purpose="location">
4056 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4057 <context context-type="linenumber">37</context>
4058 </context-group>
4059 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4060 <source>Mute domains</source><target state="new">Mute domains</target>
4061 <context-group purpose="location">
4062 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4063 <context context-type="linenumber">35</context>
4064 </context-group>
4025 </trans-unit> 4065 </trans-unit>
4026 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4066 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
4027 <source>Account</source> 4067 <source>Account</source>
@@ -4029,8 +4069,14 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
4029 <context-group name="null"> 4069 <context-group name="null">
4030 <context context-type="linenumber">12</context> 4070 <context context-type="linenumber">12</context>
4031 </context-group> 4071 </context-group>
4032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 4072
4033 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 4073
4074 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4075 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
4076 <context-group purpose="location">
4077 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4078 <context context-type="linenumber">5</context>
4079 </context-group>
4034 </trans-unit> 4080 </trans-unit>
4035 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5"> 4081 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5">
4036 <source>Plugins/Themes</source> 4082 <source>Plugins/Themes</source>
@@ -4203,38 +4249,25 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
4203 </context-group> 4249 </context-group>
4204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group> 4250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group>
4205 </trans-unit> 4251 </trans-unit>
4206 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 4252
4207 <source>Jobs list</source>
4208 <target>Jobblista</target>
4209 <context-group name="null">
4210 <context context-type="linenumber">2</context>
4211 </context-group>
4212 <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>
4213 </trans-unit>
4214 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 4253 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4215 <source>Job type</source> 4254 <source>Job type</source>
4216 <target state="translated">Jobbtyp</target> 4255 <target state="translated">Jobbtyp</target>
4217 <context-group purpose="location"> 4256
4218 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4257 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
4219 <context context-type="linenumber">5</context>
4220 </context-group>
4221 </trans-unit>
4222 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 4258 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4223 <source>Job state</source> 4259 <source>Job state</source>
4224 <target state="translated">Jobbstatus</target> 4260 <target state="translated">Jobbstatus</target>
4225 <context-group purpose="location"> 4261
4226 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4262 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4227 <context context-type="linenumber">14</context>
4228 </context-group>
4229 </trans-unit>
4230 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4263 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
4231 <source>Type</source> 4264 <source>Type</source>
4232 <target>Typ</target> 4265 <target>Typ</target>
4233 <context-group name="null"> 4266 <context-group name="null">
4234 <context context-type="linenumber">19</context> 4267 <context context-type="linenumber">19</context>
4235 </context-group> 4268 </context-group>
4236 <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> 4269
4237 </trans-unit> 4270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4238 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 4271 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
4239 <source>Refresh</source> 4272 <source>Refresh</source>
4240 <target>Uppdatera</target> 4273 <target>Uppdatera</target>
@@ -4252,8 +4285,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
4252 </context-group> 4285 </context-group>
4253 </trans-unit> 4286 </trans-unit>
4254 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4287 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4255 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4288 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4256 <target state="translated">Efter <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4289 <target state="translated">Efter <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4257 <context-group purpose="location"> 4290 <context-group purpose="location">
4258 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4291 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4259 <context context-type="linenumber">32</context> 4292 <context context-type="linenumber">32</context>
@@ -4296,58 +4329,40 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
4296 <context-group name="null"> 4329 <context-group name="null">
4297 <context context-type="linenumber">33</context> 4330 <context context-type="linenumber">33</context>
4298 </context-group> 4331 </context-group>
4299 <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">33</context></context-group> 4332
4300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group> 4333
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">65</context></context-group> 4334
4302 </trans-unit> 4335 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
4303 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4336 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4304 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4337 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4305 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Delningssystemet<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> gör att en del teknisk information om ditt system (såsom publik IP-adress) kan skickas till andra serventer, men hjälper även till att minska serverbelastningen.</target> 4338 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Delningssystemet<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> gör att en del teknisk information om ditt system (såsom publik IP-adress) kan skickas till andra serventer, men hjälper även till att minska serverbelastningen.</target>
4306 <context-group purpose="location"> 4339
4307 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4340 <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">47</context></context-group></trans-unit>
4308 <context context-type="linenumber">46</context>
4309 </context-group>
4310 </trans-unit>
4311 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4341 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4312 <source>Help share videos being played</source> 4342 <source>Help share videos being played</source>
4313 <target state="translated">Hjälp till att distribuera videor som spelas</target> 4343 <target state="translated">Hjälp till att distribuera videor som spelas</target>
4314 <context-group purpose="location"> 4344
4315 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4345 <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">44</context></context-group></trans-unit>
4316 <context context-type="linenumber">43</context>
4317 </context-group>
4318 </trans-unit>
4319 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html"> 4346 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4320 <source>When on a video page, directly start playing the video.</source> 4347 <source>When on a video page, directly start playing the video.</source>
4321 <target state="translated">Börja spela upp videon direkt när du besöker dess sida.</target> 4348 <target state="translated">Börja spela upp videon direkt när du besöker dess sida.</target>
4322 <context-group purpose="location"> 4349
4323 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4350 <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">58</context></context-group></trans-unit>
4324 <context context-type="linenumber">57</context>
4325 </context-group>
4326 </trans-unit>
4327 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html"> 4351 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4328 <source>Automatically play videos</source> 4352 <source>Automatically play videos</source>
4329 <target state="translated">Automatisk uppspelning av videor</target> 4353 <target state="translated">Automatisk uppspelning av videor</target>
4330 <context-group purpose="location"> 4354
4331 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4355 <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">55</context></context-group></trans-unit>
4332 <context context-type="linenumber">54</context>
4333 </context-group>
4334 </trans-unit>
4335 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html"> 4356 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4336 <source>When a video ends, follow up with the next suggested video.</source> 4357 <source>When a video ends, follow up with the next suggested video.</source>
4337 <target state="translated">När en video slutar börjar nästa föreslagna video direkt.</target> 4358 <target state="translated">När en video slutar börjar nästa föreslagna video direkt.</target>
4338 <context-group purpose="location"> 4359
4339 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4360 <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">69</context></context-group></trans-unit>
4340 <context context-type="linenumber">68</context>
4341 </context-group>
4342 </trans-unit>
4343 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html"> 4361 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4344 <source>Automatically start playing the next video</source> 4362 <source>Automatically start playing the next video</source>
4345 <target state="translated">Börja spela nästa video automatiskt</target> 4363 <target state="translated">Börja spela nästa video automatiskt</target>
4346 <context-group purpose="location"> 4364
4347 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4365 <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">66</context></context-group></trans-unit>
4348 <context context-type="linenumber">65</context>
4349 </context-group>
4350 </trans-unit>
4351 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629"> 4366 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629">
4352 <source>Main languages you/your moderators speak</source> 4367 <source>Main languages you/your moderators speak</source>
4353 <target>Språk som du eller dina moderatorer behärskar</target> 4368 <target>Språk som du eller dina moderatorer behärskar</target>
@@ -4362,8 +4377,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
4362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4363 </trans-unit> 4378 </trans-unit>
4364 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4379 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4365 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4380 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4366 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>användare<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> för att bygga ett moderationsteam. </target> 4381 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>användare<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> för att bygga ett moderationsteam. </target>
4367 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4368 </trans-unit> 4383 </trans-unit>
4369 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634"> 4384 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634">
@@ -4375,8 +4390,11 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
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">86</context></context-group> 4390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4376 </trans-unit> 4391 </trans-unit>
4377 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4392 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4378 <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> 4393 <source>
4379 <target state="translated">Du kan låta 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;"/> Dessutom kommer rutan för känsligt och oförbehållsamt innehåll vara ifylld som standard. </target> 4394 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/>"/>
4395 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4396 </source>
4397 <target state="translated">Du kan låta 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/>"/> Dessutom kommer rutan för känsligt och oförbehållsamt innehåll vara ifylld som standard. </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">90</context></context-group> 4398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
4381 </trans-unit> 4399 </trans-unit>
4382 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4400 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
@@ -4388,8 +4406,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
4388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 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">99</context></context-group>
4389 </trans-unit> 4407 </trans-unit>
4390 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4408 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4391 <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> 4409 <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>
4392 <target state="translated">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 miniatyrer suddiga<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> kommer användaren bli tillfrågad om han eller hon vill titta på videon. </target> 4410 <target state="translated">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 miniatyrer suddiga<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> kommer användaren bli tillfrågad om han eller hon vill titta på videon. </target>
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">103</context></context-group> 4411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4394 </trans-unit> 4412 </trans-unit>
4395 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4413 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4398,146 +4416,143 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
4398 <context-group name="null"> 4416 <context-group name="null">
4399 <context context-type="linenumber">14</context> 4417 <context context-type="linenumber">14</context>
4400 </context-group> 4418 </context-group>
4401 <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">14</context></context-group> 4419
4402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group> 4420
4403 </trans-unit> 4421 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4404 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4422 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4405 <source>Blur thumbnails</source> 4423 <source>Blur thumbnails</source>
4406 <target>Gör miniatyrbilden suddig</target> 4424 <target>Gör miniatyrbilden suddig</target>
4407 <context-group name="null"> 4425 <context-group name="null">
4408 <context context-type="linenumber">15</context> 4426 <context context-type="linenumber">15</context>
4409 </context-group> 4427 </context-group>
4410 <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">15</context></context-group> 4428
4411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group> 4429
4412 </trans-unit> 4430 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4413 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4431 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4414 <source>Display</source> 4432 <source>Display</source>
4415 <target>Visa</target> 4433 <target>Visa</target>
4416 <context-group name="null"> 4434 <context-group name="null">
4417 <context context-type="linenumber">16</context> 4435 <context context-type="linenumber">16</context>
4418 </context-group> 4436 </context-group>
4419 <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">16</context></context-group> 4437
4420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group> 4438
4421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group> 4439
4422 </trans-unit> 4440 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit>
4423 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4441 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4424 <source>Strategy</source> 4442 <source>Strategy</source>
4425 <target state="translated">Strategi</target> 4443 <target state="translated">Strategi</target>
4426 <context-group purpose="location"> 4444
4427 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4445 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4428 <context context-type="linenumber">22</context>
4429 </context-group>
4430 </trans-unit>
4431 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4446 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4432 <source>Terms</source> 4447 <source>Terms</source>
4433 <target>Villkor</target> 4448 <target>Villkor</target>
4434 <context-group name="null"> 4449 <context-group name="null">
4435 <context context-type="linenumber">88</context> 4450 <context context-type="linenumber">88</context>
4436 </context-group> 4451 </context-group>
4437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group> 4452
4438 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group> 4453
4439 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group> 4454
4440 </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">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4441 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b"> 4456 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b">
4442 <source>Code of conduct</source> 4457 <source>Code of conduct</source>
4443 <target>Användarvillkor</target> 4458 <target>Användarvillkor</target>
4444 <context-group name="null"> 4459 <context-group name="null">
4445 <context context-type="linenumber">82</context> 4460 <context context-type="linenumber">82</context>
4446 </context-group> 4461 </context-group>
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">129</context></context-group> 4462
4448 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group> 4463
4449 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group> 4464
4450 </trans-unit> 4465 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4451 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878"> 4466 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878">
4452 <source>Moderation information</source> 4467 <source>Moderation information</source>
4453 <target>Information om moderation</target> 4468 <target>Information om moderation</target>
4454 <context-group name="null"> 4469 <context-group name="null">
4455 <context context-type="linenumber">76</context> 4470 <context context-type="linenumber">76</context>
4456 </context-group> 4471 </context-group>
4457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group> 4472
4458 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group> 4473
4459 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group> 4474
4460 </trans-unit> 4475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
4461 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 4476 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4462 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4477 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4463 <target state="translated">Vem modererar instansen? Hur ser policyn ut för videor med känsligt eller oförbehållsamt innehåll, politiska videor och liknande?</target> 4478 <target state="translated">Vem modererar instansen? Hur ser policyn ut för videor med känsligt eller oförbehållsamt innehåll, politiska videor och liknande?</target>
4464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group> 4479
4465 </trans-unit> 4480 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit>
4466 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4481 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4467 <source>YOU AND YOUR INSTANCE</source> 4482 <source>YOU AND YOUR INSTANCE</source>
4468 <target state="translated">DU OCH DIN INSTANS</target> 4483 <target state="translated">DU OCH DIN INSTANS</target>
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">153</context></context-group> 4484
4470 </trans-unit> 4485 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit>
4471 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063"> 4486 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063">
4472 <source>Who is behind the instance?</source> 4487 <source>Who is behind the instance?</source>
4473 <target>Vem står bakom instansen?</target> 4488 <target>Vem står bakom instansen?</target>
4474 <context-group name="null"> 4489 <context-group name="null">
4475 <context context-type="linenumber">133</context> 4490 <context context-type="linenumber">133</context>
4476 </context-group> 4491 </context-group>
4477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group> 4492
4478 </trans-unit> 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">160</context></context-group></trans-unit>
4479 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4494 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4480 <source>A single person? A non-profit? A company?</source> 4495 <source>A single person? A non-profit? A company?</source>
4481 <target state="translated">En person? En ideell förening? Ett företag?</target> 4496 <target state="translated">En person? En ideell förening? Ett företag?</target>
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">160</context></context-group> 4497
4483 </trans-unit> 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">161</context></context-group></trans-unit>
4484 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5"> 4499 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5">
4485 <source>Why did you create this instance?</source> 4500 <source>Why did you create this instance?</source>
4486 <target>Varför skapade du den här instansen?</target> 4501 <target>Varför skapade du den här instansen?</target>
4487 <context-group name="null"> 4502 <context-group name="null">
4488 <context context-type="linenumber">145</context> 4503 <context context-type="linenumber">145</context>
4489 </context-group> 4504 </context-group>
4490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">171</context></context-group> 4505
4491 </trans-unit> 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">172</context></context-group></trans-unit>
4492 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4507 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4493 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4508 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4494 <target state="translated">För att dela dina egna videor eller för att tillåta kontoregistrering och låta folk ladda upp vad de vill?</target> 4509 <target state="translated">För att dela dina egna videor eller för att tillåta kontoregistrering och låta folk ladda upp vad de vill?</target>
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">172</context></context-group> 4510
4496 </trans-unit> 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">173</context></context-group></trans-unit>
4497 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6"> 4512 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6">
4498 <source>How long do you plan to maintain this instance?</source> 4513 <source>How long do you plan to maintain this instance?</source>
4499 <target>Hur länge planerar du underhålla den här instansen?</target> 4514 <target>Hur länge planerar du underhålla den här instansen?</target>
4500 <context-group name="null"> 4515 <context-group name="null">
4501 <context context-type="linenumber">156</context> 4516 <context context-type="linenumber">156</context>
4502 </context-group> 4517 </context-group>
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">182</context></context-group> 4518
4504 </trans-unit> 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">183</context></context-group></trans-unit>
4505 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4520 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4506 <source>It's important to know for users who want to register on your instance</source> 4521 <source>It's important to know for users who want to register on your instance</source>
4507 <target state="translated">Detta är viktigt att veta för användare som vill registrera sig på din instans</target> 4522 <target state="translated">Detta är viktigt att veta för användare som vill registrera sig på din instans</target>
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">183</context></context-group> 4523
4509 </trans-unit> 4524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit>
4510 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d"> 4525 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d">
4511 <source>How will you finance the PeerTube server?</source> 4526 <source>How will you finance the PeerTube server?</source>
4512 <target>Hur tänker du finansiera PeerTube-servern?</target> 4527 <target>Hur tänker du finansiera PeerTube-servern?</target>
4513 <context-group name="null"> 4528 <context-group name="null">
4514 <context context-type="linenumber">167</context> 4529 <context context-type="linenumber">167</context>
4515 </context-group> 4530 </context-group>
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">193</context></context-group> 4531
4517 </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">194</context></context-group></trans-unit>
4518 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4533 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4519 <source>With your own funds? With user donations? Advertising?</source> 4534 <source>With your own funds? With user donations? Advertising?</source>
4520 <target state="translated">Med dina egna medel? Donationer från användarna? Reklamintäkter?</target> 4535 <target state="translated">Med dina egna medel? Donationer från användarna? Reklamintäkter?</target>
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">194</context></context-group> 4536
4522 </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">195</context></context-group></trans-unit>
4523 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4538 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4524 <source>OTHER INFORMATION</source> 4539 <source>OTHER INFORMATION</source>
4525 <target state="translated">ÖVRIG INFORMATION</target> 4540 <target state="translated">ÖVRIG INFORMATION</target>
4526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group> 4541
4527 </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">209</context></context-group></trans-unit>
4528 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d"> 4543 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d">
4529 <source>What server/hardware does the instance run on?</source> 4544 <source>What server/hardware does the instance run on?</source>
4530 <target>Vilken server eller hårdvara körs instansen på?</target> 4545 <target>Vilken server eller hårdvara körs instansen på?</target>
4531 <context-group name="null"> 4546 <context-group name="null">
4532 <context context-type="linenumber">180</context> 4547 <context context-type="linenumber">180</context>
4533 </context-group> 4548 </context-group>
4534 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">214</context></context-group> 4549
4535 </trans-unit> 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">215</context></context-group></trans-unit>
4536 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 4551 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4537 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source> 4552 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source>
4538 <target state="translated">till exempel 2vCore 2GB RAM eller en länk till den servertjänst du hyr</target> 4553 <target state="translated">till exempel 2vCore 2GB RAM eller en länk till den servertjänst du hyr</target>
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">215</context></context-group> 4554
4540 </trans-unit> 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">216</context></context-group></trans-unit>
4541 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a"> 4556 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a">
4542 <source>Instance information</source> 4557 <source>Instance information</source>
4543 <target>Instansinformation</target> 4558 <target>Instansinformation</target>
@@ -4549,100 +4564,100 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
4549 <trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 4564 <trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4550 <source>APPEARANCE</source> 4565 <source>APPEARANCE</source>
4551 <target state="translated">UTSEENDE</target> 4566 <target state="translated">UTSEENDE</target>
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">239</context></context-group> 4567
4553 </trans-unit> 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">240</context></context-group></trans-unit>
4554 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4569 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4555 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4570 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4556 <target state="translated">Använd <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>tillägg och teman<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> för mer avancerade ändringar, eller för att <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>lägga till mindre anpassningar<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 4571 <target state="translated">Använd <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>tillägg och teman<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> för mer avancerade ändringar, eller för att <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>lägga till mindre anpassningar<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4572
4558 </trans-unit> 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">241</context></context-group></trans-unit>
4559 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb"> 4574 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb">
4560 <source>default</source> 4575 <source>default</source>
4561 <target>standard</target> 4576 <target>standard</target>
4562 <context-group name="null"> 4577 <context-group name="null">
4563 <context context-type="linenumber">206</context> 4578 <context context-type="linenumber">206</context>
4564 </context-group> 4579 </context-group>
4565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">253</context></context-group> 4580
4566 </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">254</context></context-group></trans-unit>
4567 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4582 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4568 <source>Landing page</source> 4583 <source>Landing page</source>
4569 <target state="translated">Startsida</target> 4584 <target state="translated">Startsida</target>
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">262</context></context-group> 4585
4571 </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">263</context></context-group></trans-unit>
4572 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9"> 4587 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9">
4573 <source>Discover videos</source> 4588 <source>Discover videos</source>
4574 <target>Upptäck videor</target> 4589 <target>Upptäck videor</target>
4575 <context-group name="null"> 4590 <context-group name="null">
4576 <context context-type="linenumber">219</context> 4591 <context context-type="linenumber">219</context>
4577 </context-group> 4592 </context-group>
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">265</context></context-group> 4593
4579 </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">266</context></context-group></trans-unit>
4580 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d"> 4595 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d">
4581 <source>Trending videos</source> 4596 <source>Trending videos</source>
4582 <target>Populära videor</target> 4597 <target>Populära videor</target>
4583 <context-group name="null"> 4598 <context-group name="null">
4584 <context context-type="linenumber">220</context> 4599 <context context-type="linenumber">220</context>
4585 </context-group> 4600 </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">266</context></context-group> 4601
4587 </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">267</context></context-group></trans-unit>
4588 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70"> 4603 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70">
4589 <source>Most liked videos</source> 4604 <source>Most liked videos</source>
4590 <target>Mest gillade videor</target> 4605 <target>Mest gillade videor</target>
4591 <context-group name="null"> 4606 <context-group name="null">
4592 <context context-type="linenumber">221</context> 4607 <context context-type="linenumber">221</context>
4593 </context-group> 4608 </context-group>
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">267</context></context-group> 4609
4595 </trans-unit> 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">268</context></context-group></trans-unit>
4596 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8"> 4611 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8">
4597 <source>Recently added videos</source> 4612 <source>Recently added videos</source>
4598 <target>Nyligen tillagda videor</target> 4613 <target>Nyligen tillagda videor</target>
4599 <context-group name="null"> 4614 <context-group name="null">
4600 <context context-type="linenumber">222</context> 4615 <context context-type="linenumber">222</context>
4601 </context-group> 4616 </context-group>
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">268</context></context-group> 4617
4603 </trans-unit> 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">269</context></context-group></trans-unit>
4604 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4619 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4605 <source>Local videos</source> 4620 <source>Local videos</source>
4606 <target>Lokala videor</target> 4621 <target>Lokala videor</target>
4607 <context-group name="null"> 4622 <context-group name="null">
4608 <context context-type="linenumber">223</context> 4623 <context context-type="linenumber">223</context>
4609 </context-group> 4624 </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">269</context></context-group> 4625
4611 </trans-unit> 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">270</context></context-group></trans-unit>
4612 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4627 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4613 <source>NEW USERS</source> 4628 <source>NEW USERS</source>
4614 <target state="translated">NYA ANVÄNDARE</target> 4629 <target state="translated">NYA ANVÄNDARE</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">280</context></context-group> 4630
4616 </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">281</context></context-group></trans-unit>
4617 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4632 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4618 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4633 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4619 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>användare<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> för att ange deras kvot individuellt. </target> 4634 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>användare<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> för att ange deras kvot individuellt. </target>
4620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4635
4621 </trans-unit> 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">282</context></context-group></trans-unit>
4622 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4637 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4623 <source>Signup enabled</source> 4638 <source>Signup enabled</source>
4624 <target>Registrering aktiverad</target> 4639 <target>Registrering aktiverad</target>
4625 <context-group name="null"> 4640 <context-group name="null">
4626 <context context-type="linenumber">235</context> 4641 <context context-type="linenumber">235</context>
4627 </context-group> 4642 </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">292</context></context-group> 4643
4629 </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">293</context></context-group></trans-unit>
4630 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4645 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4631 <source>Signup requires email verification</source> 4646 <source>Signup requires email verification</source>
4632 <target>Registrering kräver e-postverifikation</target> 4647 <target>Registrering kräver e-postverifikation</target>
4633 <context-group name="null"> 4648 <context-group name="null">
4634 <context context-type="linenumber">242</context> 4649 <context context-type="linenumber">242</context>
4635 </context-group> 4650 </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">300</context></context-group> 4651
4637 </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">301</context></context-group></trans-unit>
4638 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4653 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4639 <source>Signup limit</source> 4654 <source>Signup limit</source>
4640 <target>Registreringsgräns</target> 4655 <target>Registreringsgräns</target>
4641 <context-group name="null"> 4656 <context-group name="null">
4642 <context context-type="linenumber">247</context> 4657 <context context-type="linenumber">247</context>
4643 </context-group> 4658 </context-group>
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">304</context></context-group> 4659
4645 </trans-unit> 4660 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit>
4646 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4661 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4647 <source>Users</source> 4662 <source>Users</source>
4648 <target>Användare</target> 4663 <target>Användare</target>
@@ -4750,91 +4765,103 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
4750 <context-group name="null"> 4765 <context-group name="null">
4751 <context context-type="linenumber">261</context> 4766 <context context-type="linenumber">261</context>
4752 </context-group> 4767 </context-group>
4753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">319</context></context-group> 4768
4754 </trans-unit> 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">320</context></context-group></trans-unit>
4755 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2"> 4770 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2">
4756 <source>Default daily upload limit per user</source> 4771 <source>Default daily upload limit per user</source>
4757 <target>Standarduppladdningsgräns för användare</target> 4772 <target>Standarduppladdningsgräns för användare</target>
4758 <context-group name="null"> 4773 <context-group name="null">
4759 <context context-type="linenumber">273</context> 4774 <context context-type="linenumber">273</context>
4760 </context-group> 4775 </context-group>
4761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">331</context></context-group> 4776
4762 </trans-unit> 4777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group></trans-unit>
4763 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4778 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4764 <source>NEW VIDEOS</source> 4779 <source>NEW VIDEOS</source>
4765 <target state="translated">NYA VIDEOR</target> 4780 <target state="translated">NYA VIDEOR</target>
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">348</context></context-group> 4781
4767 </trans-unit> 4782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group></trans-unit>
4768 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4783 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4769 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4784 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4770 <target state="translated">Tillåt import via HTTP-länk (t.ex. YouTube)</target> 4785 <target state="translated">Tillåt import via HTTP-länk (t.ex. YouTube)</target>
4771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">359</context></context-group> 4786
4772 </trans-unit> 4787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group></trans-unit>
4773 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4788 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4774 <source>Allow import with a torrent file or a magnet URI</source> 4789 <source>Allow import with a torrent file or a magnet URI</source>
4775 <target state="translated">Tillåt import via torrent-fil eller magnet-länk</target> 4790 <target state="translated">Tillåt import via torrent-fil eller magnet-länk</target>
4776 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">366</context></context-group> 4791
4777 </trans-unit> 4792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">367</context></context-group></trans-unit>
4778 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4793 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4779 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4794 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4780 <target state="translated">Såvida en användare inte har markerats som betrodd, kommer hans eller hennes videor hållas privata tills en moderater har granskat dem.</target> 4795 <target state="translated">Såvida en användare inte har markerats som betrodd, kommer hans eller hennes videor hållas privata tills en moderater har granskat dem.</target>
4781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">383</context></context-group> 4796
4782 </trans-unit> 4797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit>
4783 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4798 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4784 <source>Blacklist new videos automatically</source> 4799 <source>Blacklist new videos automatically</source>
4785 <target state="translated">Svartlista nya videor automatiskt</target> 4800 <target state="translated">Svartlista nya videor automatiskt</target>
4786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">380</context></context-group> 4801
4787 </trans-unit> 4802 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group></trans-unit>
4788 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4803 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4789 <source>FEDERATION</source> 4804 <source>FEDERATION</source>
4790 <target state="translated">FEDERATION</target> 4805 <target state="translated">FEDERATION</target>
4791 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">397</context></context-group> 4806
4792 </trans-unit> 4807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit>
4793 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4808 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4794 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 4809 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4795 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relationer<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> till andra instanser. </target> 4810 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relationer<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> till andra instanser. </target>
4796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group> 4811
4797 </trans-unit> 4812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit>
4798 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4813 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4799 <source>Other instances can follow yours</source> 4814 <source>Other instances can follow yours</source>
4800 <target state="translated">Andra instanser kan följa din</target> 4815 <target state="translated">Andra instanser kan följa din</target>
4801 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">411</context></context-group> 4816
4802 </trans-unit> 4817 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit>
4803 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4818 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4804 <source>Manually approve new instance followers</source> 4819 <source>Manually approve new instance followers</source>
4805 <target state="translated">Godkänn instansens nya följare manuellt</target> 4820 <target state="translated">Godkänn instansens nya följare manuellt</target>
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">418</context></context-group> 4821
4807 </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">419</context></context-group></trans-unit>
4808 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4823 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4809 <source>Automatically follow back instances</source> 4824 <source>Automatically follow back instances</source>
4810 <target state="translated">Följ, per automatik, instanser som följer din</target> 4825 <target state="translated">Följ, per automatik, instanser som följer din</target>
4811 <context-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> 4826
4827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4828 <source>
4829 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4830 </source><target state="new">
4831 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4832 </target>
4833 <context-group purpose="location">
4834 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4835 <context context-type="linenumber">450</context>
4836 </context-group>
4812 </trans-unit> 4837 </trans-unit>
4813 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4838 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4814 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4839 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4815 <target state="translated">⚠️ Den här funktionen kräver mycket uppmärksamhet och extra moderation.</target> 4840 <target state="translated">⚠️ Den här funktionen kräver mycket uppmärksamhet och extra moderation.</target>
4816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">295</context></context-group> 4841
4817 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group> 4842
4818 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group> 4843
4819 </trans-unit> 4844 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4820 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0"> 4845 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0">
4821 <source>Index URL</source> 4846 <source>Index URL</source>
4822 <target>Index-URL</target> 4847 <target>Index-URL</target>
4823 <context-group name="null"> 4848 <context-group name="null">
4824 <context context-type="linenumber">371</context> 4849 <context context-type="linenumber">371</context>
4825 </context-group> 4850 </context-group>
4826 <context-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> 4851
4827 </trans-unit> 4852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4828 <trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4853 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4829 <source>Automatically follow instances of the public index</source> 4854 <context-group purpose="location">
4830 <target state="translated">Följ instanserna på den offentliga listan automatiskt</target> 4855 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4831 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group> 4856 <context context-type="linenumber">445</context>
4857 </context-group>
4832 </trans-unit> 4858 </trans-unit>
4859
4833 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4860 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4834 <source>ADMINISTRATORS</source> 4861 <source>ADMINISTRATORS</source>
4835 <target state="translated">ADMINISTRATÖRER</target> 4862 <target state="translated">ADMINISTRATÖRER</target>
4836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">472</context></context-group> 4863
4837 </trans-unit> 4864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group></trans-unit>
4838 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4865 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4839 <source>Administrator</source> 4866 <source>Administrator</source>
4840 <target>Administratör</target> 4867 <target>Administratör</target>
@@ -4849,235 +4876,262 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
4849 <context-group name="null"> 4876 <context-group name="null">
4850 <context context-type="linenumber">387</context> 4877 <context context-type="linenumber">387</context>
4851 </context-group> 4878 </context-group>
4852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group> 4879
4853 </trans-unit> 4880 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit>
4854 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4881 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4855 <source>Enable contact form</source> 4882 <source>Enable contact form</source>
4856 <target>Aktivera kontaktformulär</target> 4883 <target>Aktivera kontaktformulär</target>
4857 <context-group name="null"> 4884 <context-group name="null">
4858 <context context-type="linenumber">398</context> 4885 <context context-type="linenumber">398</context>
4859 </context-group> 4886 </context-group>
4860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</context></context-group> 4887
4861 </trans-unit> 4888 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit>
4862 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4889 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4863 <source>Basic configuration</source> 4890 <source>Basic configuration</source>
4864 <target>Grundläggande inställningar</target> 4891 <target>Grundläggande inställningar</target>
4865 <context-group name="null"> 4892 <context-group name="null">
4866 <context context-type="linenumber">195</context> 4893 <context context-type="linenumber">195</context>
4867 </context-group> 4894 </context-group>
4868 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group> 4895
4869 </trans-unit> 4896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit>
4870 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4897 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4871 <source>TWITTER</source> 4898 <source>TWITTER</source>
4872 <target state="translated">TWITTER</target> 4899 <target state="translated">TWITTER</target>
4873 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">506</context></context-group> 4900
4874 </trans-unit> 4901 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit>
4875 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4902 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4876 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 4903 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4877 <target state="translated">Valfritt. Om du har ett Twitter-konto som representerar din instans, kan du ange det för att förbättra förhandsvisningar av videolänkar.</target> 4904 <target state="translated">Valfritt. Om du har ett Twitter-konto som representerar din instans, kan du ange det för att förbättra förhandsvisningar av videolänkar.</target>
4878 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">507</context></context-group> 4905
4879 </trans-unit> 4906 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit>
4880 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4907 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4881 <source>Your Twitter username</source> 4908 <source>Your Twitter username</source>
4882 <target>Ditt användarnamn på Twitter</target> 4909 <target>Ditt användarnamn på Twitter</target>
4883 <context-group name="null"> 4910 <context-group name="null">
4884 <context context-type="linenumber">413</context> 4911 <context context-type="linenumber">413</context>
4885 </context-group> 4912 </context-group>
4886 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</context></context-group> 4913
4887 </trans-unit> 4914 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit>
4888 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4915 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4889 <source>Instance whitelisted by Twitter</source> 4916 <source>Instance whitelisted by Twitter</source>
4890 <target>Instans vitlistad av Twitter</target> 4917 <target>Instans vitlistad av Twitter</target>
4891 <context-group name="null"> 4918 <context-group name="null">
4892 <context context-type="linenumber">431</context> 4919 <context context-type="linenumber">431</context>
4893 </context-group> 4920 </context-group>
4894 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group> 4921
4895 </trans-unit> 4922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit>
4896 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4923 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4897 <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> 4924 <source>
4898 <target state="translated">När du delar en videolänk och instansen är vitlistad av Twitter kommer en spelare bäddas in i Twitterflödet.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Om instansen inte är vitlistad kommer vi använda ett bildkort som länkar 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;"/> Kryssa i den här rutan, spara inställningarna och testa med en videolänk från din instans (https://example.com/videos/watch/blabla) på <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;"/> för att se om din instans är vitlistad. </target> 4925 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/>"/>
4899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</context></context-group> 4926 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/>"/>
4900 </trans-unit> 4927 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4928 <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>"/>
4929 to see if you instance is whitelisted.
4930 </source>
4931 <target state="translated">När du delar en videolänk och instansen är vitlistad av Twitter kommer en spelare bäddas in i Twitterflödet.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Om instansen inte är vitlistad kommer vi använda ett bildkort som länkar till din PeerTube-instans.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Kryssa i den här rutan, spara inställningarna och testa med en videolänk från din instans (https://example.com/videos/watch/blabla) på <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>"/> för att se om din instans är vitlistad. </target>
4932
4933 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit>
4901 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4934 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4902 <source>Services</source> 4935 <source>Services</source>
4903 <target>Tjänster</target> 4936 <target>Tjänster</target>
4904 <context-group name="null"> 4937 <context-group name="null">
4905 <context context-type="linenumber">405</context> 4938 <context context-type="linenumber">405</context>
4906 </context-group> 4939 </context-group>
4907 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">500</context></context-group> 4940
4908 </trans-unit> 4941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit>
4909 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4942 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4910 <source>TRANSCODING</source> 4943 <source>TRANSCODING</source>
4911 <target state="translated">OMKODNING</target> 4944 <target state="translated">OMKODNING</target>
4912 <context-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> 4945
4913 </trans-unit> 4946 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit>
4914 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4947 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4915 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 4948 <source>
4949 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4950 resources, this is a critical part of PeerTube, so tread carefully.
4951 </source>
4916 <target state="translated">Behandla uppladdade videor till ett format som går att strömma från vilken apparat som helst. Det är dock mycket resurskrävande av servern och en mycket viktig del av PeerTube, så gå varsamt.</target> 4952 <target state="translated">Behandla uppladdade videor till ett format som går att strömma från vilken apparat som helst. Det är dock mycket resurskrävande av servern och en mycket viktig del av PeerTube, så gå varsamt.</target>
4917 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group> 4953
4918 </trans-unit> 4954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit>
4919 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4955 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4920 <source>Transcoding enabled</source> 4956 <source>Transcoding enabled</source>
4921 <target>Omkodning aktiverad</target> 4957 <target>Omkodning aktiverad</target>
4922 <context-group name="null"> 4958 <context-group name="null">
4923 <context context-type="linenumber">461</context> 4959 <context context-type="linenumber">461</context>
4924 </context-group> 4960 </context-group>
4925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group> 4961
4926 </trans-unit> 4962 <context-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>
4927 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4963 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4928 <source>If you disable transcoding, many videos from your users will not work!</source> 4964 <source>If you disable transcoding, many videos from your users will not work!</source>
4929 <target>Om du avaktiverar omkodning, kommer många av dina användares videor inte fungera!</target> 4965 <target>Om du avaktiverar omkodning, kommer många av dina användares videor inte fungera!</target>
4930 <context-group name="null"> 4966 <context-group name="null">
4931 <context context-type="linenumber">465</context> 4967 <context context-type="linenumber">465</context>
4932 </context-group> 4968 </context-group>
4933 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group> 4969
4934 </trans-unit> 4970 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit>
4935 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4971 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4936 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 4972 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
4937 <target state="translated">Låt användare ladda upp videor i mkv-, mov-, avi- and flv-format.</target> 4973 <target state="translated">Låt användare ladda upp videor i mkv-, mov-, avi- and flv-format.</target>
4938 <context-group purpose="location"> 4974
4939 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4975 <context-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>
4940 <context context-type="linenumber">589</context>
4941 </context-group>
4942 </trans-unit>
4943 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4976 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4944 <source>Allow additional extensions</source> 4977 <source>Allow additional extensions</source>
4945 <target>Tillåt ytterligare filändelser</target> 4978 <target>Tillåt ytterligare filändelser</target>
4946 <context-group name="null"> 4979 <context-group name="null">
4947 <context context-type="linenumber">475</context> 4980 <context context-type="linenumber">475</context>
4948 </context-group> 4981 </context-group>
4949 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group> 4982
4950 </trans-unit> 4983 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit>
4951 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4984 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4952 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 4985 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
4953 <target state="translated">Låt användare ladda upp ljudfiler som slås ihop med förhandsgranskningens bild till en video.</target> 4986 <target state="translated">Låt användare ladda upp ljudfiler som slås ihop med förhandsgranskningens bild till en video.</target>
4954 <context-group purpose="location"> 4987
4955 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4988 <context-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>
4956 <context context-type="linenumber">600</context>
4957 </context-group>
4958 </trans-unit>
4959 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 4989 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
4960 <source>Allow audio files upload</source> 4990 <source>Allow audio files upload</source>
4961 <target>Tillåt uppladdning av ljudfiler</target> 4991 <target>Tillåt uppladdning av ljudfiler</target>
4962 <context-group name="null"> 4992 <context-group name="null">
4963 <context context-type="linenumber">486</context> 4993 <context context-type="linenumber">486</context>
4964 </context-group> 4994 </context-group>
4965 <context-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> 4995
4966 </trans-unit> 4996 <context-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>
4967 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4997 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4968 <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;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <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;"/> </source> 4998 <source>
4969 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimentellt, vi råder dig att behålla webtorrent-stödet ett tag till<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 har HLS aktiverat kommer videorna kräva dubbelt så mycket lagringsutrymme<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Utan webtorrent kan du inte federera med PeerTube-instanser med lägre versionsnummer än 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </target> 4999 <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>"/>
4970 <context-group purpose="location"> 5000
4971 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5001 <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>"/>
4972 <context context-type="linenumber">612</context> 5002
4973 </context-group> 5003 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4974 </trans-unit> 5004
5005 <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>"/>
5006 </source>
5007 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimentellt, vi råder dig att behålla webtorrent-stödet ett tag till<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Om du även har HLS aktiverat kommer videorna kräva dubbelt så mycket lagringsutrymme<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Utan webtorrent kan du inte federera med PeerTube-instanser med lägre versionsnummer än 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> </target>
5008
5009 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit>
4975 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5010 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4976 <source>WebTorrent support enabled</source> 5011 <source>WebTorrent support enabled</source>
4977 <target state="translated">WebTorrent-stöd påslaget</target> 5012 <target state="translated">WebTorrent-stöd påslaget</target>
4978 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group> 5013
4979 </trans-unit> 5014 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit>
4980 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5015 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4981 <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> 5016 <source>
4982 <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> 5017 <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>"/>
4983 <context-group purpose="location"> 5018
4984 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5019 <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>"/>
4985 <context context-type="linenumber">633</context> 5020 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4986 </context-group> 5021 <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>"/>
4987 </trans-unit> 5022 <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>"/>
5023 <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>"/>
5024 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5025
5026 <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>"/>
5027 </source>
5028 <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>
5029
5030 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit>
4988 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202"> 5031 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202">
4989 <source>HLS support enabled</source> 5032 <source>HLS support enabled</source>
4990 <target>HLS-stöd aktiverat</target> 5033 <target>HLS-stöd aktiverat</target>
4991 <context-group name="null"> 5034 <context-group name="null">
4992 <context context-type="linenumber">498</context> 5035 <context context-type="linenumber">498</context>
4993 </context-group> 5036 </context-group>
4994 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group> 5037
4995 </trans-unit> 5038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
4996 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5039 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4997 <source>Transcoding threads</source> 5040 <source>Transcoding threads</source>
4998 <target>Omkodningstrådar</target> 5041 <target>Omkodningstrådar</target>
4999 <context-group name="null"> 5042 <context-group name="null">
5000 <context context-type="linenumber">517</context> 5043 <context context-type="linenumber">517</context>
5001 </context-group> 5044 </context-group>
5002 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group> 5045
5003 </trans-unit> 5046 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit>
5004 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5047 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
5005 <source>Resolutions to generate</source> 5048 <source>Resolutions to generate</source>
5006 <target state="translated">Upplösningar som ska genereras</target> 5049 <target state="translated">Upplösningar som ska genereras</target>
5007 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group> 5050
5008 </trans-unit> 5051 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
5009 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5052 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5010 <source>CACHE</source> 5053 <source>CACHE</source>
5011 <target state="translated">CACHE</target> 5054 <target state="translated">CACHE</target>
5012 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group> 5055
5013 </trans-unit> 5056 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit>
5014 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5057 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5015 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 5058 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
5016 <target state="translated">Vissa filer federeras inte utan hämtas när så krävs. Ange deras cache-policy här.</target> 5059 <target state="translated">Vissa filer federeras inte utan hämtas när så krävs. Ange deras cache-policy här.</target>
5017 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group> 5060
5018 </trans-unit> 5061 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit>
5019 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5062 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5020 <source>Number of previews to keep in cache</source> 5063 <source>Number of previews to keep in cache</source>
5021 <target state="translated">Antal förhandsvisningar som sparas i cachen</target> 5064 <target state="translated">Antal förhandsvisningar som sparas i cachen</target>
5022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group> 5065
5023 </trans-unit> 5066 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit>
5024 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5067 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5025 <source>Number of video captions to keep in cache</source> 5068 <source>Number of video captions to keep in cache</source>
5026 <target state="translated">Antal textningar som sparas i cachen</target> 5069 <target state="translated">Antal textningar som sparas i cachen</target>
5027 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group> 5070
5028 </trans-unit> 5071 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit>
5029 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5072 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5030 <source>CUSTOMIZATIONS</source> 5073 <source>CUSTOMIZATIONS</source>
5031 <target state="translated">ANPASSNINGAR</target> 5074 <target state="translated">ANPASSNINGAR</target>
5032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group> 5075
5033 </trans-unit> 5076 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit>
5034 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5077 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5035 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 5078 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
5036 <target state="translated">Att göra mindre ändringar av PeerTube med ett tillägg eller tema är onödigt bekymmer.</target> 5079 <target state="translated">Att göra mindre ändringar av PeerTube med ett tillägg eller tema är onödigt bekymmer.</target>
5037 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group> 5080
5038 </trans-unit> 5081 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
5039 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5082 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5040 <source>JavaScript</source> 5083 <source>JavaScript</source>
5041 <target>JavaScript</target> 5084 <target>JavaScript</target>
5042 <context-group name="null"> 5085 <context-group name="null">
5043 <context context-type="linenumber">575</context> 5086 <context context-type="linenumber">575</context>
5044 </context-group> 5087 </context-group>
5045 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group> 5088
5046 </trans-unit> 5089 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit>
5047 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5090 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5048 <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> 5091 <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>
5049 <target state="translated">Skriv ditt JavaScript här.<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('min instans är fantastisk');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5092 <target state="translated">Skriv ditt JavaScript här.<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('min instans är fantastisk');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
5050 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group> 5093
5051 </trans-unit> 5094 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit>
5052 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5095 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5053 <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> 5096 <source>
5054 <target state="translated">Skriv din CSS-kod här. Exempel:<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;"/> Föregå med <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 standardutseendet. Exempel:<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> 5097 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/>"/>
5055 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group> 5098 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5056 </trans-unit> 5099 color: red;
5100 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5101 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5102 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/>"/>
5103 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5104 color: red;
5105 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5106 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5107 </source>
5108 <target state="translated">Skriv din CSS-kod här. Exempel:<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>"/> Föregå med <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 standardutseendet. Exempel:<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>
5109
5110 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
5057 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5111 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
5058 <source>Advanced configuration</source> 5112 <source>Advanced configuration</source>
5059 <target>Avancerade inställningar</target> 5113 <target>Avancerade inställningar</target>
5060 <context-group name="null"> 5114 <context-group name="null">
5061 <context context-type="linenumber">452</context> 5115 <context context-type="linenumber">452</context>
5062 </context-group> 5116 </context-group>
5063 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group> 5117
5064 </trans-unit> 5118 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit>
5065 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5119 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5066 <source>Update configuration</source> 5120 <source>Update configuration</source>
5067 <target>Uppdatera inställningar</target> 5121 <target>Uppdatera inställningar</target>
5068 <context-group name="null"> 5122 <context-group name="null">
5069 <context context-type="linenumber">628</context> 5123 <context context-type="linenumber">628</context>
5070 </context-group> 5124 </context-group>
5071 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group> 5125
5072 </trans-unit> 5126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
5073 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83"> 5127 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83">
5074 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5128 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5075 <target>Det verkar som att konfigurationen inte stämmer. Sök efter eventuella fel i de olika flikarna.</target> 5129 <target>Det verkar som att konfigurationen inte stämmer. Sök efter eventuella fel i de olika flikarna.</target>
5076 <context-group name="null"> 5130 <context-group name="null">
5077 <context context-type="linenumber">629</context> 5131 <context context-type="linenumber">629</context>
5078 </context-group> 5132 </context-group>
5079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group> 5133
5080 </trans-unit> 5134 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit>
5081 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5135 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5082 <source>PROFILE</source> 5136 <source>PROFILE</source>
5083 <target state="translated">PROFIL</target> 5137 <target state="translated">PROFIL</target>
@@ -5244,35 +5298,39 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
5244 <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> 5298 <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>
5245 </trans-unit> 5299 </trans-unit>
5246 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737"> 5300 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737">
5247 <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> 5301 <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>
5248 <target> 5302 <target>
5249 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. 5303 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.
5250 </target> 5304 </target>
5251 <context-group name="null"> 5305 <context-group name="null">
5252 <context context-type="linenumber">6</context> 5306 <context context-type="linenumber">6</context>
5253 </context-group> 5307 </context-group>
5254 <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">6</context></context-group> 5308 <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">6</context></context-group>
5255 </trans-unit> 5309 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5256 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 5310 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
5257 <source>Only display videos in the following languages/subtitles</source>
5258 <target state="translated">Visa endast videor och undertexter på följande språk</target>
5259 <context-group purpose="location"> 5311 <context-group purpose="location">
5260 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5312 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5261 <context context-type="linenumber">22</context> 5313 <context context-type="linenumber">14</context>
5314 </context-group>
5315 <context-group purpose="location">
5316 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5317 <context context-type="linenumber">111</context>
5262 </context-group> 5318 </context-group>
5263 </trans-unit> 5319 </trans-unit>
5320 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
5321 <source>Only display videos in the following languages/subtitles</source>
5322 <target state="translated">Visa endast videor och undertexter på följande språk</target>
5323
5324 <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">23</context></context-group></trans-unit>
5264 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 5325 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5265 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 5326 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
5266 <target state="translated">På sidorna Nyligen tillagt, Lokalt, Mest gillade och Sök</target> 5327 <target state="translated">På sidorna Nyligen tillagt, Lokalt, Mest gillade och Sök</target>
5267 <context-group purpose="location"> 5328
5268 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5329 <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">26</context></context-group></trans-unit>
5269 <context context-type="linenumber">25</context>
5270 </context-group>
5271 </trans-unit>
5272 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 5330 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
5273 <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> 5331 <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>
5274 <target> 5332 <target>
5275 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;"/> 5333 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>"/>
5276</target> 5334</target>
5277 <context-group name="null"> 5335 <context-group name="null">
5278 <context context-type="linenumber">4</context> 5336 <context context-type="linenumber">4</context>
@@ -5280,9 +5338,9 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
5280 <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> 5338 <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>
5281 </trans-unit> 5339 </trans-unit>
5282 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 5340 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
5283 <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> 5341 <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>
5284 <target> 5342 <target>
5285 <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 5343 <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
5286</target> 5344</target>
5287 <context-group name="null"> 5345 <context-group name="null">
5288 <context context-type="linenumber">8</context> 5346 <context context-type="linenumber">8</context>
@@ -5327,25 +5385,25 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
5327 <context-group name="null"> 5385 <context-group name="null">
5328 <context context-type="linenumber">3</context> 5386 <context context-type="linenumber">3</context>
5329 </context-group> 5387 </context-group>
5330 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group> 5388
5331 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group> 5389
5332 </trans-unit> 5390 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
5333 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808"> 5391 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808">
5334 <source>instance default</source> 5392 <source>instance default</source>
5335 <target>Instansens standard</target> 5393 <target>Instansens standard</target>
5336 <context-group name="null"> 5394 <context-group name="null">
5337 <context context-type="linenumber">7</context> 5395 <context context-type="linenumber">7</context>
5338 </context-group> 5396 </context-group>
5339 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">7</context></context-group> 5397
5340 </trans-unit> 5398 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
5341 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d"> 5399 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d">
5342 <source>peertube default</source> 5400 <source>peertube default</source>
5343 <target>PeerTubes standard</target> 5401 <target>PeerTubes standard</target>
5344 <context-group name="null"> 5402 <context-group name="null">
5345 <context context-type="linenumber">8</context> 5403 <context context-type="linenumber">8</context>
5346 </context-group> 5404 </context-group>
5347 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group> 5405
5348 </trans-unit> 5406 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5349 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 5407 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
5350 <source>Change ownership</source> 5408 <source>Change ownership</source>
5351 <target>Ändra ägarskap</target> 5409 <target>Ändra ägarskap</target>
@@ -5364,8 +5422,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
5364 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5422 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5365 </trans-unit> 5423 </trans-unit>
5366 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5424 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5367 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5425 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5368 <target state="translated">Videor <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5426 <target state="translated">Videor <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5369 <context-group purpose="location"> 5427 <context-group purpose="location">
5370 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5428 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5371 <context context-type="linenumber">2</context> 5429 <context context-type="linenumber">2</context>
@@ -5401,10 +5459,13 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
5401 <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> 5459 <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>
5402 </trans-unit> 5460 </trans-unit>
5403 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5461 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5404 <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> 5462 <source>
5463 Created
5464 <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>"/>
5465 </source>
5405 <target> 5466 <target>
5406 Skapad 5467 Skapad
5407 <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;"/> 5468 <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>"/>
5408 </target> 5469 </target>
5409 <context-group name="null"> 5470 <context-group name="null">
5410 <context context-type="linenumber">15</context> 5471 <context context-type="linenumber">15</context>
@@ -5476,8 +5537,9 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
5476 <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">26</context></context-group> 5537 <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">26</context></context-group>
5477 </trans-unit> 5538 </trans-unit>
5478 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5539 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5479 <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> 5540 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5480 <target state="translated">En kort text som berättar hur andra kan stötta din kanal (t.ex. medlemskap på någon plattform).&lt;br /&gt;&lt;br /&gt; När du laddar upp en video till den här kanalen kommer videons supportruta fyllas i med den här texten automatiskt.</target> 5541 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5542 <target state="translated">En kort text som berättar hur andra kan stötta din kanal (t.ex. medlemskap på någon plattform).&lt;br />&lt;br /> När du laddar upp en video till den här kanalen kommer videons supportruta fyllas i med den här texten automatiskt.</target>
5481 <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">77</context></context-group> 5543 <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">77</context></context-group>
5482 <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">77</context></context-group> 5544 <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">77</context></context-group>
5483 </trans-unit> 5545 </trans-unit>
@@ -5505,6 +5567,18 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
5505 <context context-type="linenumber">8</context> 5567 <context context-type="linenumber">8</context>
5506 </context-group> 5568 </context-group>
5507 <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">8</context></context-group> 5569 <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">8</context></context-group>
5570 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5571 <source>See the error</source><target state="new">See the error</target>
5572 <context-group purpose="location">
5573 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5574 <context context-type="linenumber">19</context>
5575 </context-group>
5576 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5577 <source>This video was deleted</source><target state="new">This video was deleted</target>
5578 <context-group purpose="location">
5579 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5580 <context context-type="linenumber">36</context>
5581 </context-group>
5508 </trans-unit> 5582 </trans-unit>
5509 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5583 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5510 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5584 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
@@ -5564,9 +5638,12 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
5564 </context-group> 5638 </context-group>
5565 </trans-unit> 5639 </trans-unit>
5566 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5640 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5567 <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> 5641 <source>
5642 <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>"/>
5643 Delete history
5644 </source>
5568 <target> 5645 <target>
5569 <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;"/> 5646 <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>"/>
5570 Radera historik 5647 Radera historik
5571 </target> 5648 </target>
5572 <context-group name="null"> 5649 <context-group name="null">
@@ -5583,9 +5660,12 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
5583 </context-group> 5660 </context-group>
5584 </trans-unit> 5661 </trans-unit>
5585 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5662 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5586 <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> 5663 <source>
5664 <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>"/>
5665 Notification preferences
5666 </source>
5587 <target> 5667 <target>
5588 <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;"/> 5668 <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>"/>
5589 Notifikationsinställningar 5669 Notifikationsinställningar
5590 </target> 5670 </target>
5591 <context-group name="null"> 5671 <context-group name="null">
@@ -5665,8 +5745,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
5665 <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">84</context></context-group> 5745 <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">84</context></context-group>
5666 </trans-unit> 5746 </trans-unit>
5667 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5747 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5668 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5748 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5669 <target state="translated">Spellistor <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5749 <target state="translated">Spellistor <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5670 <context-group purpose="location"> 5750 <context-group purpose="location">
5671 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5751 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5672 <context context-type="linenumber">2</context> 5752 <context context-type="linenumber">2</context>
@@ -5694,9 +5774,9 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
5694 <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> 5774 <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>
5695 </trans-unit> 5775 </trans-unit>
5696 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0"> 5776 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0">
5697 <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> 5777 <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>
5698 <target> 5778 <target>
5699 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;"/>. 5779 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>"/>.
5700 </target> 5780 </target>
5701 <context-group name="null"> 5781 <context-group name="null">
5702 <context context-type="linenumber">13</context> 5782 <context context-type="linenumber">13</context>
@@ -5899,44 +5979,17 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
5899 <context-group name="null"> 5979 <context-group name="null">
5900 <context context-type="linenumber">16</context> 5980 <context context-type="linenumber">16</context>
5901 </context-group> 5981 </context-group>
5902 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group> 5982
5903 </trans-unit> 5983 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit>
5904 <trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5984
5905 <source>Creators</source> 5985
5906 <target state="translated">Skapare</target> 5986
5907 <context-group purpose="location">
5908 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5909 <context context-type="linenumber">162</context>
5910 </context-group>
5911 </trans-unit>
5912 <trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5913 <source>Creator guide</source>
5914 <target state="translated">Guide för skapare</target>
5915 <context-group purpose="location">
5916 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5917 <context context-type="linenumber">162</context>
5918 </context-group>
5919 </trans-unit>
5920 <trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5921 <source>Contributors</source>
5922 <target state="translated">Bidragsgivare</target>
5923 <context-group purpose="location">
5924 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5925 <context context-type="linenumber">163</context>
5926 </context-group>
5927 </trans-unit>
5928 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html"> 5987 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5929 <source>PeerTube license</source> 5988 <source>PeerTube license</source>
5930 <target state="translated">PeerTubes licens</target> 5989 <target state="translated">PeerTubes licens</target>
5931 <context-group purpose="location"> 5990
5932 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5991
5933 <context context-type="linenumber">163</context> 5992 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5934 </context-group>
5935 <context-group purpose="location">
5936 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5937 <context context-type="linenumber">175</context>
5938 </context-group>
5939 </trans-unit>
5940 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 5993 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5941 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5994 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5942 <target>Gick med <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5995 <target>Gick med <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6181,23 +6234,27 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
6181 </context-group> 6234 </context-group>
6182 </trans-unit> 6235 </trans-unit>
6183 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6236 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6184 <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> 6237 <source>
6185 <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> 6238 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6239 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6240 </source>
6241 <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>
6186 <context-group purpose="location"> 6242 <context-group purpose="location">
6187 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6243 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6188 <context context-type="linenumber">13</context> 6244 <context context-type="linenumber">13</context>
6189 </context-group> 6245 </context-group>
6190 </trans-unit> 6246 </trans-unit>
6191 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6247 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6192 <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> 6248 <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>
6193 <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> 6249 <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>
6194 <context-group purpose="location"> 6250 <context-group purpose="location">
6195 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6251 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6196 <context context-type="linenumber">18</context> 6252 <context context-type="linenumber">18</context>
6197 </context-group> 6253 </context-group>
6198 </trans-unit> 6254 </trans-unit>
6199 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6255 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6200 <source>Use PeerTube documentation</source> 6256 <source>Use PeerTube
6257 documentation</source>
6201 <target state="translated">Läs PeerTubes dokumentation</target> 6258 <target state="translated">Läs PeerTubes dokumentation</target>
6202 <context-group purpose="location"> 6259 <context-group purpose="location">
6203 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6260 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6213,7 +6270,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
6213 </context-group> 6270 </context-group>
6214 </trans-unit> 6271 </trans-unit>
6215 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6272 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6216 <source>PeerTube Applications</source> 6273 <source>PeerTube
6274 Applications</source>
6217 <target state="translated">PeerTube-applikationer</target> 6275 <target state="translated">PeerTube-applikationer</target>
6218 <context-group purpose="location"> 6276 <context-group purpose="location">
6219 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6277 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6229,7 +6287,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
6229 </context-group> 6287 </context-group>
6230 </trans-unit> 6288 </trans-unit>
6231 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6289 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6232 <source>Contribute on PeerTube</source> 6290 <source>Contribute on
6291 PeerTube</source>
6233 <target state="translated">Bidra till PeerTube</target> 6292 <target state="translated">Bidra till PeerTube</target>
6234 <context-group purpose="location"> 6293 <context-group purpose="location">
6235 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6294 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6253,7 +6312,11 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
6253 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6312 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6254 </trans-unit> 6313 </trans-unit>
6255 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6314 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6256 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6315 <source>
6316 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6317 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6318 follows applies only if you want to keep using the P2P mode of PeerTube.
6319 </source>
6257 <target state="translated">Som standard använder PeerTube protokollet BitTorrent för att dela bandbredd mellan användarna och därmed bidra till att minska belastningen på servrarna. Du är däremot fri att växla tillbaka till klassisk strömning direkt från videons server. Följande gäller enbart om du väljer att fortsätta använda PeerTubes P2P-funktion.</target> 6320 <target state="translated">Som standard använder PeerTube protokollet BitTorrent för att dela bandbredd mellan användarna och därmed bidra till att minska belastningen på servrarna. Du är däremot fri att växla tillbaka till klassisk strömning direkt från videons server. Följande gäller enbart om du väljer att fortsätta använda PeerTubes P2P-funktion.</target>
6258 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group> 6321 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group>
6259 </trans-unit> 6322 </trans-unit>
@@ -6266,17 +6329,27 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
6266 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6329 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6267 </trans-unit> 6330 </trans-unit>
6268 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6331 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6269 <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> 6332 <source>
6333 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6334 In practice, this is much more difficult because:
6335 </source>
6270 <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> 6336 <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>
6271 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6337 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6272 </trans-unit> 6338 </trans-unit>
6273 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6339 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6274 <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> 6340 <source>
6341 An HTTP request has to be sent on each tracker for each video to spy.
6342 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6343 </source>
6275 <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> 6344 <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>
6276 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6345 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6277 </trans-unit> 6346 </trans-unit>
6278 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6347 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6279 <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 peer in the swarm</source> 6348 <source>
6349 For each request sent, the tracker returns random peers at a limited number.
6350 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
6351 requests sent to know every peer in the swarm
6352 </source>
6280 <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> 6353 <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>
6281 <context-group purpose="location"> 6354 <context-group purpose="location">
6282 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6355 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6289,7 +6362,10 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
6289 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6362 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6290 </trans-unit> 6363 </trans-unit>
6291 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6364 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6292 <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> 6365 <source>
6366 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
6367 video
6368 </source>
6293 <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> 6369 <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>
6294 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group> 6370 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group>
6295 </trans-unit> 6371 </trans-unit>
@@ -6299,12 +6375,21 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
6299 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6375 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6300 </trans-unit> 6376 </trans-unit>
6301 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6377 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6302 <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> 6378 <source>
6303 <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> 6379 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
6380 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6381 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6382 to forward the information to.
6383 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
6384 </source>
6385 <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>
6304 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6386 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6305 </trans-unit> 6387 </trans-unit>
6306 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6388 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6307 <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> 6389 <source>
6390 The worst-case scenario of an average person spying on their friends is quite unlikely.
6391 There are much more effective ways to get that kind of information.
6392 </source>
6308 <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> 6393 <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>
6309 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group> 6394 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
6310 </trans-unit> 6395 </trans-unit>
@@ -6317,7 +6402,11 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
6317 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6402 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6318 </trans-unit> 6403 </trans-unit>
6319 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6404 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6320 <source>The threats to privacy with 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> 6405 <source>
6406 The threats to privacy with YouTube are different from PeerTube's.
6407 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6408 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6409 </source>
6321 <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 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> 6410 <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 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>
6322 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group> 6411 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
6323 </trans-unit> 6412 </trans-unit>
@@ -6330,7 +6419,12 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
6330 <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> 6419 <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>
6331 </trans-unit> 6420 </trans-unit>
6332 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6421 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6333 <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> 6422 <source>
6423 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
6424 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6425 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.
6426 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6427 </source>
6334 <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> 6428 <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>
6335 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group> 6429 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6336 </trans-unit> 6430 </trans-unit>
@@ -6343,7 +6437,10 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
6343 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6437 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6344 </trans-unit> 6438 </trans-unit>
6345 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6439 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6346 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6440 <source>
6441 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6442 and render attacks less likely. Here is what we put in place so far:
6443 </source>
6347 <target state="translated">PeerTube vill erbjuda bästa möjliga lösningarna, ge dig fler valmöjligheter och minimera risken för attacker. Detta har vi gjort hitintills:</target> 6444 <target state="translated">PeerTube vill erbjuda bästa möjliga lösningarna, ge dig fler valmöjligheter och minimera risken för attacker. Detta har vi gjort hitintills:</target>
6348 <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> 6445 <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>
6349 </trans-unit> 6446 </trans-unit>
@@ -6368,7 +6465,10 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
6368 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6465 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6369 </trans-unit> 6466 </trans-unit>
6370 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6467 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6371 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6468 <source>
6469 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6470 WebRTC in your browser.
6471 </source>
6372 <target state="translated">Kom ihåg att du alltid kan avaktivera P2P i videospelaren eller avaktivera WebRCT i din webbläsare.</target> 6472 <target state="translated">Kom ihåg att du alltid kan avaktivera P2P i videospelaren eller avaktivera WebRCT i din webbläsare.</target>
6373 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group> 6473 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6374 </trans-unit> 6474 </trans-unit>
@@ -6405,8 +6505,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
6405 </context-group> 6505 </context-group>
6406 </trans-unit> 6506 </trans-unit>
6407 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6507 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6408 <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> 6508 <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>
6409 <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> 6509 <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>
6410 <context-group purpose="location"> 6510 <context-group purpose="location">
6411 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6511 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6412 <context context-type="linenumber">3</context> 6512 <context context-type="linenumber">3</context>
@@ -6489,9 +6589,12 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
6489 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group> 6589 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group>
6490 </trans-unit> 6590 </trans-unit>
6491 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6591 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
6492 <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> 6592 <source>
6593 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/>"/>
6594 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.
6595 </source>
6493 <target> 6596 <target>
6494 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;"/> 6597 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/>"/>
6495 Du kan till exempel ha en kanal för att publicera dina pianoframträdanden och en annan där du pratar om ekologi. 6598 Du kan till exempel ha en kanal för att publicera dina pianoframträdanden och en annan där du pratar om ekologi.
6496 </target> 6599 </target>
6497 <context-group name="null"> 6600 <context-group name="null">
@@ -6568,11 +6671,16 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
6568 </context-group> 6671 </context-group>
6569 </trans-unit> 6672 </trans-unit>
6570 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c"> 6673 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
6571 <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> 6674 <source>
6675 I am at least 16 years old and agree
6676 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>"/>
6677 <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>"/>
6678 of this instance
6679 </source>
6572 <target> 6680 <target>
6573 Jag är minst 16 år gammal och godkänner 6681 Jag är minst 16 år gammal och godkänner
6574 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;"/> 6682 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>"/>
6575 <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;"/> 6683 <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>"/>
6576 6684
6577 </target> 6685 </target>
6578 <context-group name="null"> 6686 <context-group name="null">
@@ -6677,8 +6785,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
6677 </context-group> 6785 </context-group>
6678 </trans-unit> 6786 </trans-unit>
6679 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6787 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6680 <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> 6788 <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>
6681 <target state="translated">En <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;"/> som bevarar originalets ljudspår men inte bilden</target> 6789 <target state="translated">En <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>"/> som bevarar originalets ljudspår men inte bilden</target>
6682 <context-group purpose="location"> 6790 <context-group purpose="location">
6683 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6791 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6684 <context context-type="linenumber">1</context> 6792 <context context-type="linenumber">1</context>
@@ -6781,6 +6889,30 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
6781 <context context-type="linenumber">1</context> 6889 <context context-type="linenumber">1</context>
6782 </context-group> 6890 </context-group>
6783 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group> 6891 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group>
6892 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6893 <source>Process domains</source><target state="new">Process domains</target>
6894 <context-group purpose="location">
6895 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6896 <context context-type="linenumber">1</context>
6897 </context-group>
6898 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6899 <source>Domain is required.</source><target state="new">Domain is required.</target>
6900 <context-group purpose="location">
6901 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6902 <context context-type="linenumber">1</context>
6903 </context-group>
6904 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6905 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6906 <context-group purpose="location">
6907 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6908 <context context-type="linenumber">1</context>
6909 </context-group>
6910 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6911 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6912 <context-group purpose="location">
6913 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6914 <context context-type="linenumber">1</context>
6915 </context-group>
6784 </trans-unit> 6916 </trans-unit>
6785 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 6917 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6786 <source>Unlimited</source> 6918 <source>Unlimited</source>
@@ -6792,6 +6924,16 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
6792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 6924 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6793 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 6925 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6794 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 6926 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
6927 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6928 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6929 <context-group purpose="location">
6930 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6931 <context context-type="linenumber">1</context>
6932 </context-group>
6933 <context-group purpose="location">
6934 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6935 <context context-type="linenumber">1</context>
6936 </context-group>
6795 </trans-unit> 6937 </trans-unit>
6796 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a"> 6938 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
6797 <source>100MB</source> 6939 <source>100MB</source>
@@ -6922,48 +7064,20 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
6922 <context-group name="null"> 7064 <context-group name="null">
6923 <context context-type="linenumber">1</context> 7065 <context context-type="linenumber">1</context>
6924 </context-group> 7066 </context-group>
6925 <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> 7067
6926 </trans-unit> 7068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6927 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df"> 7069
6928 <source>You need to specify hosts to follow.</source> 7070
6929 <target>Du måste ange en värd att följa.</target> 7071
6930 <context-group name="null"> 7072
6931 <context context-type="linenumber">1</context>
6932 </context-group>
6933 <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>
6934 </trans-unit>
6935 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
6936 <source>Hosts need to be unique.</source>
6937 <target>Värd måste vara unik.</target>
6938 <context-group name="null">
6939 <context context-type="linenumber">1</context>
6940 </context-group>
6941 <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>
6942 </trans-unit>
6943 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
6944 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source>
6945 <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>
6946 <context-group name="null">
6947 <context context-type="linenumber">1</context>
6948 </context-group>
6949 <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>
6950 </trans-unit>
6951 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
6952 <source>Follow new server(s)</source>
6953 <target>Följ ny server (servrar)</target>
6954 <context-group name="null">
6955 <context context-type="linenumber">1</context>
6956 </context-group>
6957 <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>
6958 </trans-unit>
6959 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 7073 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
6960 <source>Follow request(s) sent!</source> 7074 <source>Follow request(s) sent!</source>
6961 <target>Följningsförfrågan / förfrågningar skickad!</target> 7075 <target>Följningsförfrågan / förfrågningar skickad!</target>
6962 <context-group name="null"> 7076 <context-group name="null">
6963 <context context-type="linenumber">1</context> 7077 <context context-type="linenumber">1</context>
6964 </context-group> 7078 </context-group>
6965 <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> 7079
6966 </trans-unit> 7080 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6967 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 7081 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
6968 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 7082 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6969 <target>Vill du verkligen sluta följa <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 7083 <target>Vill du verkligen sluta följa <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -7067,6 +7181,12 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
7067 <context context-type="linenumber">1</context> 7181 <context context-type="linenumber">1</context>
7068 </context-group> 7182 </context-group>
7069 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group> 7183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group>
7184 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
7185 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
7186 <context-group purpose="location">
7187 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
7188 <context context-type="linenumber">1</context>
7189 </context-group>
7070 </trans-unit> 7190 </trans-unit>
7071 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 7191 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
7072 <source>Comment updated.</source> 7192 <source>Comment updated.</source>
@@ -7075,23 +7195,33 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
7075 <context context-type="linenumber">1</context> 7195 <context context-type="linenumber">1</context>
7076 </context-group> 7196 </context-group>
7077 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group> 7197 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group>
7078 </trans-unit> 7198 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
7079 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978"> 7199 <source>Internal actions</source><target state="new">Internal actions</target>
7080 <source>Delete this report</source> 7200 <context-group purpose="location">
7081 <target>Radera den här anmälan</target> 7201 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7082 <context-group name="null">
7083 <context context-type="linenumber">1</context> 7202 <context context-type="linenumber">1</context>
7084 </context-group> 7203 </context-group>
7085 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7204 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
7086 </trans-unit> 7205 <source>Delete report</source><target state="new">Delete report</target>
7087 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321"> 7206 <context-group purpose="location">
7088 <source>Update moderation comment</source> 7207 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7089 <target>Uppdatera moderationskommentar</target> 7208 <context context-type="linenumber">1</context>
7090 <context-group name="null"> 7209 </context-group>
7210 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
7211 <source>Add note</source><target state="new">Add note</target>
7212 <context-group purpose="location">
7213 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7214 <context context-type="linenumber">1</context>
7215 </context-group>
7216 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
7217 <source>Update note</source><target state="new">Update note</target>
7218 <context-group purpose="location">
7219 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7091 <context context-type="linenumber">1</context> 7220 <context context-type="linenumber">1</context>
7092 </context-group> 7221 </context-group>
7093 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7094 </trans-unit> 7222 </trans-unit>
7223
7224
7095 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3"> 7225 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
7096 <source>Mark as accepted</source> 7226 <source>Mark as accepted</source>
7097 <target>Markera som godkänd</target> 7227 <target>Markera som godkänd</target>
@@ -7107,6 +7237,12 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
7107 <context context-type="linenumber">1</context> 7237 <context context-type="linenumber">1</context>
7108 </context-group> 7238 </context-group>
7109 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7239 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7240 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
7241 <source>Actions for the video</source><target state="new">Actions for the video</target>
7242 <context-group purpose="location">
7243 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7244 <context context-type="linenumber">1</context>
7245 </context-group>
7110 </trans-unit> 7246 </trans-unit>
7111 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599"> 7247 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
7112 <source>Do you really want to delete this abuse report?</source> 7248 <source>Do you really want to delete this abuse report?</source>
@@ -8009,11 +8145,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
8009 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 8145 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
8010 <source>max size</source> 8146 <source>max size</source>
8011 <target state="translated">största tillåtna storlek</target> 8147 <target state="translated">största tillåtna storlek</target>
8012 <context-group purpose="location"> 8148
8013 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 8149 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8014 <context context-type="linenumber">1</context>
8015 </context-group>
8016 </trans-unit>
8017 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa"> 8150 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa">
8018 <source>Now please check your emails to verify your account and complete signup.</source> 8151 <source>Now please check your emails to verify your account and complete signup.</source>
8019 <target>Kolla din e-post för att verifiera ditt konto och slutföra skapandet av ditt konto.</target> 8152 <target>Kolla din e-post för att verifiera ditt konto och slutföra skapandet av ditt konto.</target>
@@ -8335,8 +8468,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
8335 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8468 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8336 </trans-unit> 8469 </trans-unit>
8337 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8470 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8338 <source>Long (&gt; 10 min)</source> 8471 <source>Long (> 10 min)</source>
8339 <target>Lång (&gt; 10 min)</target> 8472 <target>Lång (> 10 min)</target>
8340 <context-group name="null"> 8473 <context-group name="null">
8341 <context context-type="linenumber">1</context> 8474 <context context-type="linenumber">1</context>
8342 </context-group> 8475 </context-group>
@@ -8373,6 +8506,12 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
8373 <context context-type="linenumber">1</context> 8506 <context context-type="linenumber">1</context>
8374 </context-group> 8507 </context-group>
8375 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8508 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8509 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8510 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8511 <context-group purpose="location">
8512 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8513 <context context-type="linenumber">1</context>
8514 </context-group>
8376 </trans-unit> 8515 </trans-unit>
8377 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 8516 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
8378 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 8517 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8445,18 +8584,17 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
8445 <context context-type="linenumber">1</context> 8584 <context context-type="linenumber">1</context>
8446 </context-group> 8585 </context-group>
8447 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8586 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8448 </trans-unit> 8587 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8449 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 8588 <source>just now</source><target state="new">just now</target>
8450 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 8589 <context-group purpose="location">
8451 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> s sedan</target> 8590 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8452 <context-group name="null">
8453 <context context-type="linenumber">1</context> 8591 <context context-type="linenumber">1</context>
8454 </context-group> 8592 </context-group>
8455 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8456 </trans-unit> 8593 </trans-unit>
8594
8457 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8595 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8458 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source> 8596 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source>
8459 <target state="translated">&lt;x id="INTERPOLATION" equiv-text="{{hours}}"/&gt;&amp;nbsp;tim &lt;x id="INTERPOLATION_1" equiv-text="{{minutes}}"/&gt;&amp;nbsp;min &lt;x id="INTERPOLATION_2" equiv-text="{{seconds}}"/&gt;&amp;nbsp;s</target> 8597 <target state="translated">&lt;x id="INTERPOLATION" equiv-text="{{hours}}"/>&amp;nbsp;tim &lt;x id="INTERPOLATION_1" equiv-text="{{minutes}}"/>&amp;nbsp;min &lt;x id="INTERPOLATION_2" equiv-text="{{seconds}}"/>&amp;nbsp;s</target>
8460 <context-group purpose="location"> 8598 <context-group purpose="location">
8461 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8599 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
8462 <context context-type="linenumber">1</context> 8600 <context context-type="linenumber">1</context>
@@ -8464,7 +8602,7 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
8464 </trans-unit> 8602 </trans-unit>
8465 <trans-unit id="944a2981992f97de6285d03906ed88e6bef19c99" datatype="html"> 8603 <trans-unit id="944a2981992f97de6285d03906ed88e6bef19c99" datatype="html">
8466 <source><x id="INTERPOLATION" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_1" equiv-text="{{seconds}}"/> sec</source> 8604 <source><x id="INTERPOLATION" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_1" equiv-text="{{seconds}}"/> sec</source>
8467 <target state="translated">&lt;x id="INTERPOLATION" equiv-text="{{minutes}}"/&gt;&amp;nbsp;min &lt;x id="INTERPOLATION_1" equiv-text="{{seconds}}"/&gt;&amp;nbsp;s</target> 8605 <target state="translated">&lt;x id="INTERPOLATION" equiv-text="{{minutes}}"/>&amp;nbsp;min &lt;x id="INTERPOLATION_1" equiv-text="{{seconds}}"/>&amp;nbsp;s</target>
8468 <context-group purpose="location"> 8606 <context-group purpose="location">
8469 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8607 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
8470 <context context-type="linenumber">1</context> 8608 <context context-type="linenumber">1</context>
@@ -8472,7 +8610,7 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
8472 </trans-unit> 8610 </trans-unit>
8473 <trans-unit id="c0b663b59790503f778a85d21ddeaef81758f681" datatype="html"> 8611 <trans-unit id="c0b663b59790503f778a85d21ddeaef81758f681" datatype="html">
8474 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> sec</source> 8612 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> sec</source>
8475 <target state="translated">&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/&gt;&amp;nbsp;s</target> 8613 <target state="translated">&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/>&amp;nbsp;s</target>
8476 <context-group purpose="location"> 8614 <context-group purpose="location">
8477 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8615 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
8478 <context context-type="linenumber">1</context> 8616 <context context-type="linenumber">1</context>
@@ -9687,8 +9825,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
9687 <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> 9825 <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>
9688 </trans-unit> 9826 </trans-unit>
9689 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 9827 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9690 <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> 9828 <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>
9691 <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> 9829 <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>
9692 <context-group name="null"> 9830 <context-group name="null">
9693 <context context-type="linenumber">1</context> 9831 <context context-type="linenumber">1</context>
9694 </context-group> 9832 </context-group>
@@ -10158,8 +10296,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
10158 <context-group name="null"> 10296 <context-group name="null">
10159 <context context-type="linenumber">1</context> 10297 <context context-type="linenumber">1</context>
10160 </context-group> 10298 </context-group>
10161 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group> 10299
10162 </trans-unit> 10300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
10163 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10301 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10164 <source>Encoder</source> 10302 <source>Encoder</source>
10165 <target state="translated">Kodek</target> 10303 <target state="translated">Kodek</target>
@@ -10446,15 +10584,14 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
10446 <context context-type="linenumber">1</context> 10584 <context context-type="linenumber">1</context>
10447 </context-group> 10585 </context-group>
10448 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 10586 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10449 </trans-unit> 10587 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10450 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d"> 10588 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10451 <source>The deletion will be sent to remote instances, so they remove the comment too.</source> 10589 <context-group purpose="location">
10452 <target> En begäran om radering kommer skickas till fjärrinstansen också, så att även de tar bort kommentaren.</target> 10590 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10453 <context-group name="null">
10454 <context context-type="linenumber">1</context> 10591 <context context-type="linenumber">1</context>
10455 </context-group> 10592 </context-group>
10456 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context><context context-type="linenumber">1</context></context-group>
10457 </trans-unit> 10593 </trans-unit>
10594
10458 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d"> 10595 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d">
10459 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10596 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10460 <target>Den här kommentaren skrevs från en annan instans, så den kommer endast döljas lokalt.</target> 10597 <target>Den här kommentaren skrevs från en annan instans, så den kommer endast döljas lokalt.</target>
diff --git a/client/src/locale/angular.ta.xlf b/client/src/locale/angular.ta.xlf
index 51be5db89..44fec0b31 100644
--- a/client/src/locale/angular.ta.xlf
+++ b/client/src/locale/angular.ta.xlf
@@ -466,25 +466,25 @@
466 <source>Unlisted</source><target state="new">Unlisted</target> 466 <source>Unlisted</source><target state="new">Unlisted</target>
467 467
468 468
469 <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><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"> 469 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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">
470 <source>Private</source><target state="new">Private</target> 470 <source>Private</source><target state="new">Private</target>
471 471
472 472
473 473
474 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 474 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
475 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 475 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
476 476
477 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 477 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
478 <source>Blacklisted</source><target state="new">Blacklisted</target> 478 <source>Blacklisted</source><target state="new">Blacklisted</target>
479 479
480 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 480 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
481 <source> 481 <source>
482 Sensitive 482 Sensitive
483 </source><target state="new"> 483 </source><target state="new">
484 Sensitive 484 Sensitive
485 </target> 485 </target>
486 486
487 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 487 <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="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
488 <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> 488 <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>
489 <context-group purpose="location"> 489 <context-group purpose="location">
490 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context> 490 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
@@ -527,7 +527,7 @@
527 527
528 528
529 529
530 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 530 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
531 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 531 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
532 <context-group purpose="location"> 532 <context-group purpose="location">
533 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 533 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -554,7 +554,7 @@
554 <context-group name="null"> 554 <context-group name="null">
555 <context context-type="linenumber">63</context> 555 <context context-type="linenumber">63</context>
556 </context-group> 556 </context-group>
557 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit><trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d" datatype="html"> 557 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit><trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d" datatype="html">
558 <source>Truncated preview</source><target state="new">Truncated preview</target> 558 <source>Truncated preview</source><target state="new">Truncated preview</target>
559 559
560 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196" datatype="html"> 560 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196" datatype="html">
@@ -686,7 +686,7 @@
686 686
687 687
688 688
689 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit><trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 689 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit><trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
690 <source>HTTP import (YouTube, Vimeo, direct URL...)</source><target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target> 690 <source>HTTP import (YouTube, Vimeo, direct URL...)</source><target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target>
691 691
692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a" datatype="html"> 692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a" datatype="html">
@@ -785,7 +785,7 @@
785 <context-group name="null"> 785 <context-group name="null">
786 <context context-type="linenumber">23</context> 786 <context context-type="linenumber">23</context>
787 </context-group> 787 </context-group>
788 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 788 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
789 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 789 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
790 <source>Ban this user</source> 790 <source>Ban this user</source>
791 <target>இந்த பயணரை ரத்து செய்</target> 791 <target>இந்த பயணரை ரத்து செய்</target>
@@ -798,12 +798,6 @@
798 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 798 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context>
799 <context context-type="linenumber">11</context> 799 <context context-type="linenumber">11</context>
800 </context-group> 800 </context-group>
801 </trans-unit><trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html">
802 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source><target state="new">(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
803 <context-group purpose="location">
804 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
805 <context context-type="linenumber">12</context>
806 </context-group>
807 </trans-unit> 801 </trans-unit>
808 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 802 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
809 <source> 803 <source>
@@ -907,7 +901,7 @@
907 <context-group name="null"> 901 <context-group name="null">
908 <context context-type="linenumber">43</context> 902 <context context-type="linenumber">43</context>
909 </context-group> 903 </context-group>
910 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 904 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
911 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 905 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
912 <source>Email address</source> 906 <source>Email address</source>
913 <target>மின்னஞ்சல்</target> 907 <target>மின்னஞ்சல்</target>
@@ -1226,15 +1220,9 @@
1226 </context-group> 1220 </context-group>
1227 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1221 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1228 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1222 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1229 <context-group purpose="location"> 1223
1230 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1224
1231 <context context-type="linenumber">36</context> 1225 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1232 </context-group>
1233 <context-group purpose="location">
1234 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1235 <context context-type="linenumber">158</context>
1236 </context-group>
1237 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1238 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1226 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1239 <context-group purpose="location"> 1227 <context-group purpose="location">
1240 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1228 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1267,41 +1255,26 @@
1267 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1255 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1268 <source>Help</source><target state="new">Help</target> 1256 <source>Help</source><target state="new">Help</target>
1269 1257
1270 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1258 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1271 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1259 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1272 <context-group purpose="location"> 1260
1273 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1261 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1274 <context context-type="linenumber">167</context>
1275 </context-group>
1276 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1277 <source>Shortcuts</source><target state="new">Shortcuts</target> 1262 <source>Shortcuts</source><target state="new">Shortcuts</target>
1278 <context-group purpose="location"> 1263
1279 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1264 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1280 <context context-type="linenumber">168</context>
1281 </context-group>
1282 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1283 <source> 1265 <source>
1284 powered by PeerTube 1266 powered by PeerTube
1285 </source><target state="new"> 1267 </source><target state="new">
1286 powered by PeerTube 1268 powered by PeerTube
1287 </target> 1269 </target>
1288 <context-group purpose="location"> 1270
1289 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1271 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1290 <context context-type="linenumber">172</context>
1291 </context-group>
1292 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1293 <source>PeerTube website</source><target state="new">PeerTube website</target> 1272 <source>PeerTube website</source><target state="new">PeerTube website</target>
1294 <context-group purpose="location"> 1273
1295 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1274 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1296 <context context-type="linenumber">172</context>
1297 </context-group>
1298 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1299 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1275 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1300 <context-group purpose="location"> 1276
1301 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1277 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1302 <context context-type="linenumber">171</context>
1303 </context-group>
1304 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1305 <source>Log out</source><target state="new">Log out</target> 1278 <source>Log out</source><target state="new">Log out</target>
1306 1279
1307 <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> 1280 <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>
@@ -1370,17 +1343,8 @@
1370 </context-group> 1343 </context-group>
1371 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1344 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1372 <source>Contact</source><target state="new">Contact</target> 1345 <source>Contact</source><target state="new">Contact</target>
1373 <context-group purpose="location"> 1346
1374 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1347 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1375 <context context-type="linenumber">154</context>
1376 </context-group>
1377 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1378 <source>Terms of Service</source><target state="new">Terms of Service</target>
1379 <context-group purpose="location">
1380 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1381 <context context-type="linenumber">155</context>
1382 </context-group>
1383 </trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1384 <source>View your notifications</source><target state="new">View your notifications</target> 1348 <source>View your notifications</source><target state="new">View your notifications</target>
1385 <context-group purpose="location"> 1349 <context-group purpose="location">
1386 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1350 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
@@ -1698,7 +1662,7 @@
1698 1662
1699 1663
1700 1664
1701 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html"> 1665 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html">
1702 <source>Privacy</source><target state="new">Privacy</target> 1666 <source>Privacy</source><target state="new">Privacy</target>
1703 1667
1704 1668
@@ -1707,37 +1671,19 @@
1707 1671
1708 1672
1709 1673
1710 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 1674 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
1711 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
1712 <context-group purpose="location">
1713 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1714 <context context-type="linenumber">164</context>
1715 </context-group>
1716 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
1717 <source>FAQ</source><target state="new">FAQ</target> 1675 <source>FAQ</source><target state="new">FAQ</target>
1718 <context-group purpose="location"> 1676
1719 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1677 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
1720 <context context-type="linenumber">165</context>
1721 </context-group>
1722 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
1723 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 1678 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
1724 <context-group purpose="location"> 1679
1725 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1680 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
1726 <context context-type="linenumber">165</context>
1727 </context-group>
1728 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
1729 <source>API</source><target state="new">API</target> 1681 <source>API</source><target state="new">API</target>
1730 <context-group purpose="location"> 1682
1731 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1683 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
1732 <context context-type="linenumber">166</context>
1733 </context-group>
1734 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
1735 <source>API documentation</source><target state="new">API documentation</target> 1684 <source>API documentation</source><target state="new">API documentation</target>
1736 <context-group purpose="location"> 1685
1737 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1686 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
1738 <context context-type="linenumber">166</context>
1739 </context-group>
1740 </trans-unit><trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
1741 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source><target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 1687 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source><target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
1742 1688
1743 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee" datatype="html"> 1689 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee" datatype="html">
@@ -1835,7 +1781,7 @@
1835 1781
1836 1782
1837 1783
1838 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit><trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 1784 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit><trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
1839 <source> 1785 <source>
1840 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. 1786 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
1841</source><target state="new"> 1787</source><target state="new">
@@ -1850,7 +1796,7 @@
1850 1796
1851 1797
1852 1798
1853 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html"> 1799 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html">
1854 <source>Select the file to upload</source><target state="new">Select the file to upload</target> 1800 <source>Select the file to upload</source><target state="new">Select the file to upload</target>
1855 <context-group purpose="location"> 1801 <context-group purpose="location">
1856 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1802 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
@@ -1858,17 +1804,11 @@
1858 </context-group> 1804 </context-group>
1859 </trans-unit><trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html"> 1805 </trans-unit><trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html">
1860 <source>Scheduled</source><target state="new">Scheduled</target> 1806 <source>Scheduled</source><target state="new">Scheduled</target>
1861 <context-group purpose="location"> 1807
1862 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1808 <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">24</context></context-group></trans-unit><trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
1863 <context context-type="linenumber">25</context>
1864 </context-group>
1865 </trans-unit><trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
1866 <source>Video background image</source><target state="new">Video background image</target> 1809 <source>Video background image</source><target state="new">Video background image</target>
1867 <context-group purpose="location"> 1810
1868 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1811 <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">31</context></context-group></trans-unit><trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
1869 <context context-type="linenumber">32</context>
1870 </context-group>
1871 </trans-unit><trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
1872 <source> 1812 <source>
1873 Image that will be merged with your audio file. 1813 Image that will be merged with your audio file.
1874 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1814 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -1878,58 +1818,43 @@
1878 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1818 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1879 The chosen image will be definitive and cannot be modified. 1819 The chosen image will be definitive and cannot be modified.
1880 </target> 1820 </target>
1881 <context-group purpose="location"> 1821
1882 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1822 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
1883 <context context-type="linenumber">34</context>
1884 </context-group>
1885 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
1886 <source>Processing…</source><target state="new">Processing…</target> 1823 <source>Processing…</source><target state="new">Processing…</target>
1887 <context-group purpose="location"> 1824
1888 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1825 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
1889 <context context-type="linenumber">56</context>
1890 </context-group>
1891 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
1892 <source>Total video quota</source><target state="new">Total video quota</target> 1826 <source>Total video quota</source><target state="new">Total video quota</target>
1893 <context-group purpose="location"> 1827
1894 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 1828
1895 <context context-type="linenumber">54</context> 1829 <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">53</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">11</context></context-group></trans-unit><trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
1896 </context-group>
1897 <context-group purpose="location">
1898 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
1899 <context context-type="linenumber">11</context>
1900 </context-group>
1901 </trans-unit><trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
1902 <source> 1830 <source>
1903 Congratulations! Your video is now available in your private library. 1831 Congratulations! Your video is now available in your private library.
1904</source><target state="new"> 1832</source><target state="new">
1905 Congratulations! Your video is now available in your private library. 1833 Congratulations! Your video is now available in your private library.
1906</target> 1834</target>
1907 1835
1908 <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">68</context></context-group></trans-unit><trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html"> 1836 <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">67</context></context-group></trans-unit><trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
1909 <source>Publish will be available when upload is finished</source><target state="new">Publish will be available when upload is finished</target> 1837 <source>Publish will be available when upload is finished</source><target state="new">Publish will be available when upload is finished</target>
1910 1838
1911 <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">81</context></context-group></trans-unit><trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html"> 1839 <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">80</context></context-group></trans-unit><trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html">
1912 <source>Publish</source><target state="new">Publish</target> 1840 <source>Publish</source><target state="new">Publish</target>
1913 1841
1914 <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">88</context></context-group></trans-unit><trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html"> 1842 <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">87</context></context-group></trans-unit><trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
1915 <source>Select the torrent to import</source><target state="new">Select the torrent to import</target> 1843 <source>Select the torrent to import</source><target state="new">Select the torrent to import</target>
1916 <context-group purpose="location"> 1844 <context-group purpose="location">
1917 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1845 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
1918 <context context-type="linenumber">6</context> 1846 <context context-type="linenumber">6</context>
1919 </context-group> 1847 </context-group>
1920 </trans-unit><trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc" datatype="html"> 1848 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
1921 <source>Or</source><target state="new">Or</target> 1849 <source>OR</source><target state="new">OR</target>
1922 <context-group purpose="location"> 1850 <context-group purpose="location">
1923 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1851 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
1924 <context context-type="linenumber">11</context> 1852 <context context-type="linenumber">10</context>
1925 </context-group> 1853 </context-group>
1926 </trans-unit><trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html"> 1854 </trans-unit><trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
1927 <source>Paste magnet URI</source><target state="new">Paste magnet URI</target> 1855 <source>Paste magnet URI</source><target state="new">Paste magnet URI</target>
1928 <context-group purpose="location"> 1856
1929 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1857 <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">13</context></context-group></trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
1930 <context context-type="linenumber">14</context>
1931 </context-group>
1932 </trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
1933 <source> 1858 <source>
1934 You can import any torrent file that points to a mp4 file. 1859 You can import any torrent file that points to a mp4 file.
1935 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. 1860 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.
@@ -1937,21 +1862,15 @@
1937 You can import any torrent file that points to a mp4 file. 1862 You can import any torrent file that points to a mp4 file.
1938 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. 1863 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.
1939 </target> 1864 </target>
1940 <context-group purpose="location"> 1865
1941 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1866 <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">16</context></context-group></trans-unit><trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
1942 <context context-type="linenumber">17</context>
1943 </context-group>
1944 </trans-unit><trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
1945 <source> 1867 <source>
1946 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 1868 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
1947</source><target state="new"> 1869</source><target state="new">
1948 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 1870 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
1949</target> 1871</target>
1950 <context-group purpose="location"> 1872
1951 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1873 <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">56</context></context-group></trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
1952 <context context-type="linenumber">57</context>
1953 </context-group>
1954 </trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
1955 <source> 1874 <source>
1956 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. 1875 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.
1957 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1876 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -2178,7 +2097,7 @@
2178 <source>Go to the account page</source><target state="new">Go to the account page</target> 2097 <source>Go to the account page</source><target state="new">Go to the account page</target>
2179 2098
2180 2099
2181 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</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">63</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2100 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2182 <source>Subscribe</source><target state="new">Subscribe</target> 2101 <source>Subscribe</source><target state="new">Subscribe</target>
2183 <context-group purpose="location"> 2102 <context-group purpose="location">
2184 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2103 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
@@ -2236,7 +2155,7 @@
2236 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2155 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2237 <source>More information</source><target state="new">More information</target> 2156 <source>More information</source><target state="new">More information</target>
2238 2157
2239 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2158 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2240 <source>Get more information</source><target state="new">Get more information</target> 2159 <source>Get more information</source><target state="new">Get more information</target>
2241 2160
2242 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" 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">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
@@ -2298,34 +2217,25 @@
2298 </source><target state="new"> 2217 </source><target state="new">
2299 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 2218 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
2300 </target> 2219 </target>
2301 <context-group purpose="location"> 2220
2302 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2221 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2303 <context context-type="linenumber">77</context>
2304 </context-group>
2305 </trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2306 <source> 2222 <source>
2307 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2223 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2308 </source><target state="new"> 2224 </source><target state="new">
2309 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2225 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2310 </target> 2226 </target>
2311 <context-group purpose="location"> 2227
2312 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2228 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2313 <context context-type="linenumber">80</context>
2314 </context-group>
2315 </trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2316 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 2229 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
2317 <context-group purpose="location"> 2230
2318 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2231 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
2319 <context context-type="linenumber">84</context>
2320 </context-group>
2321 </trans-unit><trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
2322 <source> 2232 <source>
2323 Comments are disabled. 2233 Comments are disabled.
2324 </source><target state="new"> 2234 </source><target state="new">
2325 Comments are disabled. 2235 Comments are disabled.
2326 </target> 2236 </target>
2327 2237
2328 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group></trans-unit><trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html"> 2238 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html">
2329 <source>Add comment...</source><target state="new">Add comment...</target> 2239 <source>Add comment...</source><target state="new">Add comment...</target>
2330 <context-group purpose="location"> 2240 <context-group purpose="location">
2331 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 2241 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -2392,69 +2302,38 @@
2392 <context context-type="linenumber">5</context> 2302 <context context-type="linenumber">5</context>
2393 </context-group> 2303 </context-group>
2394 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 2304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
2395 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 2305
2396 <source>Follow</source>
2397 <target>பின்பற்று</target>
2398 <context-group name="null">
2399 <context context-type="linenumber">7</context>
2400 </context-group>
2401 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
2402 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 2306 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
2403 <source>Followers</source> 2307 <source>Followers</source>
2404 <target>பின்பற்றுபவர்கள்</target> 2308 <target>பின்பற்றுபவர்கள்</target>
2405 <context-group name="null"> 2309 <context-group name="null">
2406 <context context-type="linenumber">3</context> 2310 <context context-type="linenumber">3</context>
2407 </context-group> 2311 </context-group>
2408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 2312 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
2409 <source>Video redundancies</source><target state="new">Video redundancies</target> 2313 <source>Video redundancies</source><target state="new">Video redundancies</target>
2410 <context-group purpose="location"> 2314
2411 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2315 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
2412 <context context-type="linenumber">11</context>
2413 </context-group>
2414 </trans-unit><trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
2415 <source>1 host (without "http://") per line</source><target state="new">1 host (without "http://") per line</target> 2316 <source>1 host (without "http://") per line</source><target state="new">1 host (without "http://") per line</target>
2317
2318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2319 <source>Follow domain</source><target state="new">Follow domain</target>
2416 <context-group purpose="location"> 2320 <context-group purpose="location">
2417 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context> 2321 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2418 <context context-type="linenumber">5</context> 2322 <context context-type="linenumber">15</context>
2419 </context-group>
2420 </trans-unit><trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507" datatype="html">
2421 <source>
2422 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2423 </source><target state="new">
2424 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2425 </target>
2426 <context-group purpose="location">
2427 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
2428 <context context-type="linenumber">17</context>
2429 </context-group>
2430 </trans-unit><trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437" datatype="html">
2431 <source>Add following</source><target state="new">Add following</target>
2432 <context-group purpose="location">
2433 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
2434 <context context-type="linenumber">21</context>
2435 </context-group> 2323 </context-group>
2436 </trans-unit><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 2324 </trans-unit><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
2437 <source>Filter...</source><target state="new">Filter...</target> 2325 <source>Filter...</source><target state="new">Filter...</target>
2438 <context-group purpose="location"> 2326
2439 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2327
2440 <context context-type="linenumber">8</context> 2328
2441 </context-group> 2329 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
2442 <context-group purpose="location">
2443 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2444 <context context-type="linenumber">9</context>
2445 </context-group>
2446 <context-group purpose="location">
2447 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2448 <context context-type="linenumber">27</context>
2449 </context-group>
2450 </trans-unit>
2451 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 2330 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
2452 <source>ID</source> 2331 <source>ID</source>
2453 <target>ID</target> 2332 <target>ID</target>
2454 <context-group name="null"> 2333 <context-group name="null">
2455 <context context-type="linenumber">18</context> 2334 <context context-type="linenumber">18</context>
2456 </context-group> 2335 </context-group>
2457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2458 <source>Follower handle</source><target state="new">Follower handle</target> 2337 <source>Follower handle</source><target state="new">Follower handle</target>
2459 2338
2460 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 2339 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
@@ -2463,37 +2342,22 @@
2463 2342
2464 2343
2465 2344
2466 <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"> 2345 <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="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2467 <source>Delayed.</source><target state="new">Delayed.</target> 2346 <source>Delayed.</source><target state="new">Delayed.</target>
2468 <context-group purpose="location"> 2347
2469 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2470 <context context-type="linenumber">42</context>
2471 </context-group>
2472 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2473 <source>Will start soon...</source><target state="new">Will start soon...</target> 2349 <source>Will start soon...</source><target state="new">Will start soon...</target>
2474 <context-group purpose="location"> 2350
2475 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2476 <context context-type="linenumber">43</context>
2477 </context-group>
2478 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2479 <source>Running...</source><target state="new">Running...</target> 2352 <source>Running...</source><target state="new">Running...</target>
2480 <context-group purpose="location"> 2353
2481 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2482 <context context-type="linenumber">44</context>
2483 </context-group>
2484 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2485 <source>Finished</source><target state="new">Finished</target> 2355 <source>Finished</source><target state="new">Finished</target>
2486 <context-group purpose="location"> 2356
2487 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2488 <context context-type="linenumber">45</context>
2489 </context-group>
2490 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2491 <source>Failed</source><target state="new">Failed</target> 2358 <source>Failed</source><target state="new">Failed</target>
2492 <context-group purpose="location"> 2359
2493 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2360 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
2494 <context context-type="linenumber">46</context>
2495 </context-group>
2496 </trans-unit>
2497 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 2361 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2498 <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> 2362 <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>
2499 2363
@@ -2502,18 +2366,18 @@
2502 2366
2503 2367
2504 2368
2505 <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> 2369 <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">24</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">46</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">11</context></context-group><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><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>
2506 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 2370 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2507 <source>Accepted</source> 2371 <source>Accepted</source>
2508 <target>ஏற்றுக்கொள்ளப்பட்டது</target> 2372 <target>ஏற்றுக்கொள்ளப்பட்டது</target>
2509 <context-group name="null"> 2373 <context-group name="null">
2510 <context context-type="linenumber">32</context> 2374 <context context-type="linenumber">32</context>
2511 </context-group> 2375 </context-group>
2512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">30</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2513 <source>Pending</source><target state="new">Pending</target> 2377 <source>Pending</source><target state="new">Pending</target>
2514 2378
2515 2379
2516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">31</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2517 <source>Accept</source><target state="new">Accept</target> 2381 <source>Accept</source><target state="new">Accept</target>
2518 2382
2519 2383
@@ -2521,20 +2385,35 @@
2521 <source>Refuse</source><target state="new">Refuse</target> 2385 <source>Refuse</source><target state="new">Refuse</target>
2522 2386
2523 2387
2524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 2388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2389 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2390 <context-group purpose="location">
2391 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
2392 <context context-type="linenumber">3</context>
2393 </context-group>
2394 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
2525 <source>Host</source><target state="new">Host</target> 2395 <source>Host</source><target state="new">Host</target>
2526 2396
2527 <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></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 2397 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
2528 <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><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> 2398 <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><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>
2399
2400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
2401 <source>Follow domains</source><target state="new">Follow domains</target>
2529 <context-group purpose="location"> 2402 <context-group purpose="location">
2530 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2403 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2531 <context context-type="linenumber">21</context> 2404 <context context-type="linenumber">50</context>
2532 </context-group> 2405 </context-group>
2533 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 2406 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
2534 <source>Video redundancies list</source><target state="new">Video redundancies list</target> 2407 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
2535 <context-group purpose="location"> 2408 <context-group purpose="location">
2536 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2409 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2537 <context context-type="linenumber">2</context> 2410 <context context-type="linenumber">7</context>
2411 </context-group>
2412 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
2413 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
2414 <context-group purpose="location">
2415 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2416 <context context-type="linenumber">8</context>
2538 </context-group> 2417 </context-group>
2539 </trans-unit><trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html"> 2418 </trans-unit><trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html">
2540 <source>Create user</source><target state="new">Create user</target> 2419 <source>Create user</source><target state="new">Create user</target>
@@ -2579,7 +2458,7 @@
2579 2458
2580 2459
2581 2460
2582 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 2461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
2583 <source> 2462 <source>
2584 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2463 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2585 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2464 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -2642,45 +2521,40 @@
2642 </context-group> 2521 </context-group>
2643 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 2522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
2644 <source>Batch actions</source><target state="new">Batch actions</target> 2523 <source>Batch actions</source><target state="new">Batch actions</target>
2645 <context-group purpose="location"> 2524
2646 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
2647 <context context-type="linenumber">19</context>
2648 </context-group>
2649 </trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
2650 <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><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> 2526 <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><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>
2651 <context-group purpose="location"> 2527
2652 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2653 <context context-type="linenumber">40</context>
2654 </context-group>
2655 </trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2656 <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><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> 2529 <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><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>
2657 <context-group purpose="location"> 2530
2658 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2531 <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></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2659 <context context-type="linenumber">42</context>
2660 </context-group>
2661 </trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2662 <source>(banned)</source><target state="new">(banned)</target> 2532 <source>(banned)</source><target state="new">(banned)</target>
2533
2534 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
2535 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
2663 <context-group purpose="location"> 2536 <context-group purpose="location">
2664 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2537 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2665 <context context-type="linenumber">65</context> 2538 <context context-type="linenumber">65</context>
2666 </context-group> 2539 </context-group>
2667 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2668 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2669 <context-group purpose="location"> 2540 <context-group purpose="location">
2670 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2541 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2671 <context context-type="linenumber">72</context> 2542 <context context-type="linenumber">27</context>
2672 </context-group> 2543 </context-group>
2673 </trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 2544 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2545 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2546
2547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
2674 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target> 2548 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target>
2675 <context-group purpose="location"> 2549
2676 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2550 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2677 <context context-type="linenumber">76</context>
2678 </context-group>
2679 </trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2680 <source>Ban reason:</source><target state="new">Ban reason:</target> 2551 <source>Ban reason:</source><target state="new">Ban reason:</target>
2552
2553 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2554 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
2681 <context-group purpose="location"> 2555 <context-group purpose="location">
2682 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2556 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2683 <context context-type="linenumber">95</context> 2557 <context context-type="linenumber">15</context>
2684 </context-group> 2558 </context-group>
2685 </trans-unit><trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html"> 2559 </trans-unit><trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
2686 <source>Moderation</source><target state="new">Moderation</target> 2560 <source>Moderation</source><target state="new">Moderation</target>
@@ -2722,84 +2596,63 @@
2722 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 2596 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
2723 <context context-type="linenumber">13</context> 2597 <context context-type="linenumber">13</context>
2724 </context-group> 2598 </context-group>
2599 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
2600 <source>Video <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">Video <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>
2601 <context-group purpose="location">
2602 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2603 <context context-type="linenumber">10</context>
2604 </context-group>
2725 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 2605 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
2726 <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><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> 2606 <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><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>
2727 2607
2728 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><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">8</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 2608 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
2729 <source>Video URL</source><target state="new">Video URL</target> 2609 <source>Video URL</source><target state="new">Video URL</target>
2730 <context-group purpose="location"> 2610
2731 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2611 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2732 <context context-type="linenumber">24</context>
2733 </context-group>
2734 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2735 <source>Total size</source><target state="new">Total size</target> 2612 <source>Total size</source><target state="new">Total size</target>
2613
2614 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
2615 <source>List redundancies</source><target state="new">List redundancies</target>
2736 <context-group purpose="location"> 2616 <context-group purpose="location">
2737 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2617 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2738 <context context-type="linenumber">25</context> 2618 <context context-type="linenumber">33</context>
2739 </context-group> 2619 </context-group>
2740 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 2620 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
2741 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 2621 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
2742 <context-group purpose="location"> 2622
2743 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
2744 <context context-type="linenumber">69</context>
2745 </context-group>
2746 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
2747 <source> 2624 <source>
2748 No redundancy strategy is enabled on your instance. 2625 No redundancy strategy is enabled on your instance.
2749 </source><target state="new"> 2626 </source><target state="new">
2750 No redundancy strategy is enabled on your instance. 2627 No redundancy strategy is enabled on your instance.
2751 </target> 2628 </target>
2752 <context-group purpose="location"> 2629
2753 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
2754 <context context-type="linenumber">73</context>
2755 </context-group>
2756 </trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
2757 <source>Sensitive</source><target state="new">Sensitive</target> 2631 <source>Sensitive</source><target state="new">Sensitive</target>
2758 <context-group purpose="location"> 2632
2759 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2633 <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">11</context></context-group></trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
2760 <context context-type="linenumber">9</context>
2761 </context-group>
2762 </trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
2763 <source>Unfederated</source><target state="new">Unfederated</target> 2634 <source>Unfederated</source><target state="new">Unfederated</target>
2764 <context-group purpose="location"> 2635
2765 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2636 <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">12</context></context-group></trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
2766 <context context-type="linenumber">10</context>
2767 </context-group>
2768 </trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
2769 <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><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> 2637 <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><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>
2770 <context-group purpose="location"> 2638
2771 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2639 <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">13</context></context-group></trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
2772 <context context-type="linenumber">11</context>
2773 </context-group>
2774 </trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
2775 <source>Go to the video</source><target state="new">Go to the video</target> 2640 <source>Go to the video</source><target state="new">Go to the video</target>
2776 <context-group purpose="location"> 2641
2777 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2642
2778 <context context-type="linenumber">25</context> 2643
2779 </context-group> 2644 <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">28</context></context-group><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">33</context></context-group></trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
2780 <context-group purpose="location">
2781 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2782 <context context-type="linenumber">33</context>
2783 </context-group>
2784 <context-group purpose="location">
2785 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
2786 <context context-type="linenumber">33</context>
2787 </context-group>
2788 </trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
2789 <source>Actions</source><target state="new">Actions</target> 2645 <source>Actions</source><target state="new">Actions</target>
2790 <context-group purpose="location"> 2646
2791 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2647
2792 <context context-type="linenumber">35</context> 2648 <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">38</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">57</context></context-group></trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
2793 </context-group>
2794 <context-group purpose="location">
2795 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2796 <context context-type="linenumber">44</context>
2797 </context-group>
2798 </trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
2799 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target> 2649 <source>Blacklist reason:</source><target state="new">Blacklist reason:</target>
2650
2651 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
2652 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
2800 <context-group purpose="location"> 2653 <context-group purpose="location">
2801 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2654 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2802 <context context-type="linenumber">43</context> 2655 <context context-type="linenumber">5</context>
2803 </context-group> 2656 </context-group>
2804 </trans-unit><trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html"> 2657 </trans-unit><trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
2805 <source>Moderation comment</source><target state="new">Moderation comment</target> 2658 <source>Moderation comment</source><target state="new">Moderation comment</target>
@@ -2813,37 +2666,28 @@
2813 </source><target state="new"> 2666 </source><target state="new">
2814 This comment can only be seen by you or the other moderators. 2667 This comment can only be seen by you or the other moderators.
2815 </target> 2668 </target>
2816 <context-group purpose="location"> 2669
2817 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 2670 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
2818 <context context-type="linenumber">18</context>
2819 </context-group>
2820 </trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
2821 <source>Update this comment</source><target state="new">Update this comment</target> 2671 <source>Update this comment</source><target state="new">Update this comment</target>
2822 2672
2823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 2673 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
2824 <source>Reporter</source><target state="new">Reporter</target> 2674 <source>Reporter</source><target state="new">Reporter</target>
2825 <context-group purpose="location"> 2675
2826 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2676 <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">10</context></context-group></trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
2827 <context context-type="linenumber">8</context>
2828 </context-group>
2829 </trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
2830 <source>Video</source><target state="new">Video</target> 2677 <source>Video</source><target state="new">Video</target>
2678
2679
2680
2681 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
2682 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
2831 <context-group purpose="location"> 2683 <context-group purpose="location">
2832 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2684 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2833 <context context-type="linenumber">10</context> 2685 <context context-type="linenumber">46</context>
2834 </context-group>
2835 <context-group purpose="location">
2836 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
2837 <context context-type="linenumber">14</context>
2838 </context-group>
2839 <context-group purpose="location">
2840 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
2841 <context context-type="linenumber">9</context>
2842 </context-group> 2686 </context-group>
2843 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 2687 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
2844 <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><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> 2688 <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><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>
2845 2689
2846 <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><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><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></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 2690 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
2847 <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><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> 2691 <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><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>
2848 <context-group purpose="location"> 2692 <context-group purpose="location">
2849 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2693 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -2851,25 +2695,22 @@
2851 </context-group> 2695 </context-group>
2852 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 2696 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
2853 <source>Go to the account</source><target state="new">Go to the account</target> 2697 <source>Go to the account</source><target state="new">Go to the account</target>
2854 <context-group purpose="location"> 2698
2855 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2699
2856 <context context-type="linenumber">25</context> 2700 <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">27</context></context-group></trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
2857 </context-group>
2858 <context-group purpose="location">
2859 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
2860 <context context-type="linenumber">27</context>
2861 </context-group>
2862 </trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
2863 <source>Reason:</source><target state="new">Reason:</target> 2701 <source>Reason:</source><target state="new">Reason:</target>
2702
2703 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
2704 <source>Note:</source><target state="new">Note:</target>
2864 <context-group purpose="location"> 2705 <context-group purpose="location">
2865 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2706 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2866 <context context-type="linenumber">53</context> 2707 <context context-type="linenumber">72</context>
2867 </context-group> 2708 </context-group>
2868 </trans-unit><trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638" datatype="html"> 2709 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
2869 <source>Moderation comment:</source><target state="new">Moderation comment:</target> 2710 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
2870 <context-group purpose="location"> 2711 <context-group purpose="location">
2871 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 2712 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2872 <context context-type="linenumber">57</context> 2713 <context context-type="linenumber">5</context>
2873 </context-group> 2714 </context-group>
2874 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 2715 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
2875 <source>Unblacklist</source><target state="new">Unblacklist</target> 2716 <source>Unblacklist</source><target state="new">Unblacklist</target>
@@ -2881,57 +2722,61 @@
2881 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context> 2722 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
2882 <context context-type="linenumber">17</context> 2723 <context context-type="linenumber">17</context>
2883 </context-group> 2724 </context-group>
2725 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
2726 <source>Mute domain</source><target state="new">Mute domain</target>
2727 <context-group purpose="location">
2728 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2729 <context context-type="linenumber">11</context>
2730 </context-group>
2884 </trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 2731 </trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
2885 <source>Instance</source><target state="new">Instance</target> 2732 <source>Instance</source><target state="new">Instance</target>
2886 2733
2887 2734
2888 2735
2889 2736
2890 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 2737 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
2891 <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><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> 2738 <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><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>
2892 <context-group purpose="location"> 2739
2893 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2740
2894 <context context-type="linenumber">9</context> 2741
2895 </context-group> 2742
2896 <context-group purpose="location"> 2743 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
2897 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2898 <context context-type="linenumber">9</context>
2899 </context-group>
2900 <context-group purpose="location">
2901 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
2902 <context context-type="linenumber">13</context>
2903 </context-group>
2904 <context-group purpose="location">
2905 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
2906 <context context-type="linenumber">13</context>
2907 </context-group>
2908 </trans-unit><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
2909 <source>Unmute</source><target state="new">Unmute</target> 2744 <source>Unmute</source><target state="new">Unmute</target>
2745
2746
2747
2748
2749 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
2750 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
2910 <context-group purpose="location"> 2751 <context-group purpose="location">
2911 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 2752 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2912 <context context-type="linenumber">19</context> 2753 <context context-type="linenumber">5</context>
2913 </context-group>
2914 <context-group purpose="location">
2915 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2916 <context context-type="linenumber">18</context>
2917 </context-group> 2754 </context-group>
2755 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
2756 <source>
2757 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2758 </source><target state="new">
2759 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2760 </target>
2918 <context-group purpose="location"> 2761 <context-group purpose="location">
2919 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 2762 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2920 <context context-type="linenumber">22</context> 2763 <context context-type="linenumber">37</context>
2921 </context-group> 2764 </context-group>
2765 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
2766 <source>Mute domains</source><target state="new">Mute domains</target>
2922 <context-group purpose="location"> 2767 <context-group purpose="location">
2923 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 2768 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
2924 <context context-type="linenumber">23</context> 2769 <context context-type="linenumber">35</context>
2925 </context-group> 2770 </context-group>
2926 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 2771 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
2927 <source>Account</source><target state="new">Account</target> 2772 <source>Account</source><target state="new">Account</target>
2773
2774
2775 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
2776 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
2928 <context-group purpose="location"> 2777 <context-group purpose="location">
2929 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 2778 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
2930 <context context-type="linenumber">8</context> 2779 <context context-type="linenumber">5</context>
2931 </context-group>
2932 <context-group purpose="location">
2933 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
2934 <context context-type="linenumber">12</context>
2935 </context-group> 2780 </context-group>
2936 </trans-unit><trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 2781 </trans-unit><trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
2937 <source>Plugins/Themes</source><target state="new">Plugins/Themes</target> 2782 <source>Plugins/Themes</source><target state="new">Plugins/Themes</target>
@@ -3047,28 +2892,16 @@
3047 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context> 2892 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
3048 <context context-type="linenumber">9</context> 2893 <context context-type="linenumber">9</context>
3049 </context-group> 2894 </context-group>
3050 </trans-unit><trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f" datatype="html">
3051 <source>Jobs list</source><target state="new">Jobs list</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">2</context>
3055 </context-group>
3056 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 2895 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3057 <source>Job type</source><target state="new">Job type</target> 2896 <source>Job type</source><target state="new">Job type</target>
3058 <context-group purpose="location"> 2897
3059 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2898 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3060 <context context-type="linenumber">5</context>
3061 </context-group>
3062 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3063 <source>Job state</source><target state="new">Job state</target> 2899 <source>Job state</source><target state="new">Job state</target>
3064 <context-group purpose="location"> 2900
3065 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2901 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3066 <context context-type="linenumber">14</context>
3067 </context-group>
3068 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3069 <source>Type</source><target state="new">Type</target> 2902 <source>Type</source><target state="new">Type</target>
3070 2903
3071 <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"> 2904 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3072 <source>Refresh</source><target state="new">Refresh</target> 2905 <source>Refresh</source><target state="new">Refresh</target>
3073 2906
3074 <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="94516fa213706c67ce5a5b5765681d7fb032033a" datatype="html"> 2907 <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="94516fa213706c67ce5a5b5765681d7fb032033a" datatype="html">
@@ -3104,43 +2937,25 @@
3104 2937
3105 2938
3106 2939
3107 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 2940 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
3108 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 2941 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
3109 <context-group purpose="location"> 2942
3110 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 2943 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3111 <context context-type="linenumber">46</context>
3112 </context-group>
3113 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3114 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 2944 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
3115 <context-group purpose="location"> 2945
3116 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 2946 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3117 <context context-type="linenumber">43</context>
3118 </context-group>
3119 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3120 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 2947 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
3121 <context-group purpose="location"> 2948
3122 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 2949 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3123 <context context-type="linenumber">57</context>
3124 </context-group>
3125 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3126 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 2950 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
3127 <context-group purpose="location"> 2951
3128 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 2952 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3129 <context context-type="linenumber">54</context>
3130 </context-group>
3131 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3132 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 2953 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
3133 <context-group purpose="location"> 2954
3134 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 2955 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3135 <context context-type="linenumber">68</context>
3136 </context-group>
3137 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3138 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 2956 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
3139 <context-group purpose="location"> 2957
3140 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 2958 <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">66</context></context-group></trans-unit><trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3141 <context context-type="linenumber">65</context>
3142 </context-group>
3143 </trans-unit><trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3144 <source>Main languages you/your moderators speak</source><target state="new">Main languages you/your moderators speak</target> 2959 <source>Main languages you/your moderators speak</source><target state="new">Main languages you/your moderators speak</target>
3145 2960
3146 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html"> 2961 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html">
@@ -3179,131 +2994,128 @@
3179 <source>Do not list</source><target state="new">Do not list</target> 2994 <source>Do not list</source><target state="new">Do not list</target>
3180 2995
3181 2996
3182 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html"> 2997 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit><trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html">
3183 <source>Blur thumbnails</source><target state="new">Blur thumbnails</target> 2998 <source>Blur thumbnails</source><target state="new">Blur thumbnails</target>
3184 2999
3185 3000
3186 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 3001 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
3187 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 3002 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
3188 <source>Display</source> 3003 <source>Display</source>
3189 <target>காண்பி</target> 3004 <target>காண்பி</target>
3190 <context-group name="null"> 3005 <context-group name="null">
3191 <context context-type="linenumber">16</context> 3006 <context context-type="linenumber">16</context>
3192 </context-group> 3007 </context-group>
3193 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3008 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3194 <source>Strategy</source><target state="new">Strategy</target> 3009 <source>Strategy</source><target state="new">Strategy</target>
3195 <context-group purpose="location"> 3010
3196 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3011 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3197 <context context-type="linenumber">22</context>
3198 </context-group>
3199 </trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3200 <source>Terms</source><target state="new">Terms</target> 3012 <source>Terms</source><target state="new">Terms</target>
3201 3013
3202 3014
3203 3015
3204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 3016 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
3205 <source>Code of conduct</source><target state="new">Code of conduct</target> 3017 <source>Code of conduct</source><target state="new">Code of conduct</target>
3206 3018
3207 3019
3208 3020
3209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 3021 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
3210 <source>Moderation information</source><target state="new">Moderation information</target> 3022 <source>Moderation information</source><target state="new">Moderation information</target>
3211 3023
3212 3024
3213 3025
3214 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 3026 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
3215 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 3027 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
3216 3028
3217 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 3029 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
3218 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 3030 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
3219 3031
3220 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 3032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
3221 <source>Who is behind the instance?</source><target state="new">Who is behind the instance?</target> 3033 <source>Who is behind the instance?</source><target state="new">Who is behind the instance?</target>
3222 3034
3223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 3035 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
3224 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 3036 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target>
3225 3037
3226 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 3038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
3227 <source>Why did you create this instance?</source><target state="new">Why did you create this instance?</target> 3039 <source>Why did you create this instance?</source><target state="new">Why did you create this instance?</target>
3228 3040
3229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 3041 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
3230 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 3042 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
3231 3043
3232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 3044 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
3233 <source>How long do you plan to maintain this instance?</source><target state="new">How long do you plan to maintain this instance?</target> 3045 <source>How long do you plan to maintain this instance?</source><target state="new">How long do you plan to maintain this instance?</target>
3234 3046
3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">182</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 3047 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
3236 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 3048 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target>
3237 3049
3238 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 3050 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
3239 <source>How will you finance the PeerTube server?</source><target state="new">How will you finance the PeerTube server?</target> 3051 <source>How will you finance the PeerTube server?</source><target state="new">How will you finance the PeerTube server?</target>
3240 3052
3241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 3053 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
3242 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 3054 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
3243 3055
3244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 3056 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
3245 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 3057 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
3246 3058
3247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 3059 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
3248 <source>What server/hardware does the instance run on?</source><target state="new">What server/hardware does the instance run on?</target> 3060 <source>What server/hardware does the instance run on?</source><target state="new">What server/hardware does the instance run on?</target>
3249 3061
3250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 3062 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
3251 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 3063 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
3252 3064
3253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 3065 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit><trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
3254 <source>Instance information</source><target state="new">Instance information</target> 3066 <source>Instance information</source><target state="new">Instance information</target>
3255 3067
3256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 3068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
3257 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 3069 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
3258 3070
3259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 3071 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
3260 <source> 3072 <source>
3261 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3073 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3262 </source><target state="new"> 3074 </source><target state="new">
3263 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3075 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3264 </target> 3076 </target>
3265 3077
3266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 3078 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit><trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
3267 <source>default</source><target state="new">default</target> 3079 <source>default</source><target state="new">default</target>
3268 3080
3269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 3081 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
3270 <source>Landing page</source><target state="new">Landing page</target> 3082 <source>Landing page</source><target state="new">Landing page</target>
3271 3083
3272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">262</context></context-group></trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 3084 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
3273 <source>Discover videos</source><target state="new">Discover videos</target> 3085 <source>Discover videos</source><target state="new">Discover videos</target>
3274 3086
3275 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">265</context></context-group></trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 3087 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
3276 <source>Trending videos</source><target state="new">Trending videos</target> 3088 <source>Trending videos</source><target state="new">Trending videos</target>
3277 3089
3278 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 3090 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
3279 <source>Most liked videos</source><target state="new">Most liked videos</target> 3091 <source>Most liked videos</source><target state="new">Most liked videos</target>
3280 3092
3281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 3093 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
3282 <source>Recently added videos</source><target state="new">Recently added videos</target> 3094 <source>Recently added videos</source><target state="new">Recently added videos</target>
3283 3095
3284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html"> 3096 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
3285 <source>Local videos</source><target state="new">Local videos</target> 3097 <source>Local videos</source><target state="new">Local videos</target>
3286 3098
3287 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 3099 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
3288 <source>NEW USERS</source><target state="new">NEW USERS</target> 3100 <source>NEW USERS</source><target state="new">NEW USERS</target>
3289 3101
3290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 3102 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
3291 <source> 3103 <source>
3292 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3104 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
3293 </source><target state="new"> 3105 </source><target state="new">
3294 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3106 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
3295 </target> 3107 </target>
3296 3108
3297 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 3109 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
3298 <source>Signup enabled</source><target state="new">Signup enabled</target> 3110 <source>Signup enabled</source><target state="new">Signup enabled</target>
3299 3111
3300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">292</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 3112 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
3301 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target> 3113 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target>
3302 3114
3303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">300</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 3115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
3304 <source>Signup limit</source><target state="new">Signup limit</target> 3116 <source>Signup limit</source><target state="new">Signup limit</target>
3305 3117
3306 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">304</context></context-group></trans-unit> 3118 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit>
3307 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 3119 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
3308 <source>Users</source> 3120 <source>Users</source>
3309 <target>பயணர்கள்</target> 3121 <target>பயணர்கள்</target>
@@ -3389,79 +3201,92 @@
3389 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 3201 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
3390 <source>Default video quota per user</source><target state="new">Default video quota per user</target> 3202 <source>Default video quota per user</source><target state="new">Default video quota per user</target>
3391 3203
3392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">319</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 3204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">320</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
3393 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target> 3205 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target>
3394 3206
3395 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 3207 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
3396 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 3208 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
3397 3209
3398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 3210 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
3399 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 3211 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
3400 3212
3401 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">359</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 3213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
3402 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target> 3214 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target>
3403 3215
3404 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">366</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 3216 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">367</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
3405 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 3217 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
3406 3218
3407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">383</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 3219 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
3408 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 3220 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
3409 3221
3410 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 3222 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
3411 <source>FEDERATION</source><target state="new">FEDERATION</target> 3223 <source>FEDERATION</source><target state="new">FEDERATION</target>
3412 3224
3413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 3225 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
3414 <source> 3226 <source>
3415 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 3227 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
3416 </source><target state="new"> 3228 </source><target state="new">
3417 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 3229 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
3418 </target> 3230 </target>
3419 3231
3420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 3232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
3421 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 3233 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
3422 3234
3423 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">411</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
3424 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 3236 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
3425 3237
3426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 3238 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
3427 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 3239 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
3428 3240
3429 <context-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></trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 3241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
3242 <source>
3243 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3244 </source><target state="new">
3245 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3246 </target>
3247 <context-group purpose="location">
3248 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3249 <context context-type="linenumber">450</context>
3250 </context-group>
3251 </trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
3430 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 3252 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
3431 3253
3432 3254
3433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 3255 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
3434 <source>Index URL</source><target state="new">Index URL</target> 3256 <source>Index URL</source><target state="new">Index URL</target>
3435 3257
3436 <context-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="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 3258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
3437 <source>Automatically follow instances of the public index</source><target state="new">Automatically follow instances of the public index</target> 3259 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
3438 3260 <context-group purpose="location">
3439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 3261 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3262 <context context-type="linenumber">445</context>
3263 </context-group>
3264 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
3440 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 3265 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
3441 3266
3442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">472</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 3267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
3443 <source>Administrator</source><target state="new">Administrator</target> 3268 <source>Administrator</source><target state="new">Administrator</target>
3444 3269
3445 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html"> 3270 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html">
3446 <source>Admin email</source><target state="new">Admin email</target> 3271 <source>Admin email</source><target state="new">Admin email</target>
3447 3272
3448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 3273 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
3449 <source>Enable contact form</source><target state="new">Enable contact form</target> 3274 <source>Enable contact form</source><target state="new">Enable contact form</target>
3450 3275
3451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 3276 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
3452 <source>Basic configuration</source><target state="new">Basic configuration</target> 3277 <source>Basic configuration</source><target state="new">Basic configuration</target>
3453 3278
3454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 3279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
3455 <source>TWITTER</source><target state="new">TWITTER</target> 3280 <source>TWITTER</source><target state="new">TWITTER</target>
3456 3281
3457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 3282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
3458 <source> 3283 <source>
3459 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3284 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3460 </source><target state="new"> 3285 </source><target state="new">
3461 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3286 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3462 </target> 3287 </target>
3463 3288
3464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">507</context></context-group></trans-unit> 3289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit>
3465 3290
3466 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 3291 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
3467 <source>Your Twitter username</source> 3292 <source>Your Twitter username</source>
@@ -3469,10 +3294,10 @@
3469 <context-group name="null"> 3294 <context-group name="null">
3470 <context context-type="linenumber">413</context> 3295 <context context-type="linenumber">413</context>
3471 </context-group> 3296 </context-group>
3472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 3297 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
3473 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target> 3298 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target>
3474 3299
3475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 3300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
3476 <source> 3301 <source>
3477 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/>"/> 3302 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/>"/>
3478 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/>"/> 3303 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/>"/>
@@ -3487,17 +3312,17 @@
3487 to see if you instance is whitelisted. 3312 to see if you instance is whitelisted.
3488 </target> 3313 </target>
3489 3314
3490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</context></context-group></trans-unit> 3315 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit>
3491 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 3316 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
3492 <source>Services</source> 3317 <source>Services</source>
3493 <target>சேவைகள்</target> 3318 <target>சேவைகள்</target>
3494 <context-group name="null"> 3319 <context-group name="null">
3495 <context context-type="linenumber">405</context> 3320 <context context-type="linenumber">405</context>
3496 </context-group> 3321 </context-group>
3497 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 3322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
3498 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 3323 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
3499 3324
3500 <context-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="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 3325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
3501 <source> 3326 <source>
3502 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 3327 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
3503 resources, this is a critical part of PeerTube, so tread carefully. 3328 resources, this is a critical part of PeerTube, so tread carefully.
@@ -3506,31 +3331,25 @@
3506 resources, this is a critical part of PeerTube, so tread carefully. 3331 resources, this is a critical part of PeerTube, so tread carefully.
3507 </target> 3332 </target>
3508 3333
3509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 3334 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
3510 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target> 3335 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target>
3511 3336
3512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 3337 <context-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="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
3513 <source>If you disable transcoding, many videos from your users will not work!</source><target state="new">If you disable transcoding, many videos from your users will not work!</target> 3338 <source>If you disable transcoding, many videos from your users will not work!</source><target state="new">If you disable transcoding, many videos from your users will not work!</target>
3514 3339
3515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 3340 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
3516 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 3341 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
3517 <context-group purpose="location"> 3342
3518 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3343 <context-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="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
3519 <context context-type="linenumber">589</context>
3520 </context-group>
3521 </trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
3522 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target> 3344 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target>
3523 3345
3524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
3525 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 3347 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
3526 <context-group purpose="location"> 3348
3527 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3349 <context-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="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
3528 <context context-type="linenumber">600</context>
3529 </context-group>
3530 </trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
3531 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target> 3350 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target>
3532 3351
3533 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 3352 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
3534 <source> 3353 <source>
3535 <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>"/> 3354 <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>"/>
3536 3355
@@ -3548,14 +3367,11 @@
3548 3367
3549 <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>"/> 3368 <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>"/>
3550 </target> 3369 </target>
3551 <context-group purpose="location"> 3370
3552 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
3553 <context context-type="linenumber">612</context>
3554 </context-group>
3555 </trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
3556 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 3372 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
3557 3373
3558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 3374 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
3559 <source> 3375 <source>
3560 <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>"/> 3376 <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>"/>
3561 3377
@@ -3579,60 +3395,57 @@
3579 3395
3580 <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>"/> 3396 <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>"/>
3581 </target> 3397 </target>
3582 <context-group purpose="location"> 3398
3583 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3584 <context context-type="linenumber">633</context>
3585 </context-group>
3586 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3587 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3400 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3588 3401
3589 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 3402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
3590 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3403 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
3591 3404
3592 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 3405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
3593 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 3406 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
3594 3407
3595 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 3408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
3596 <source>CACHE</source><target state="new">CACHE</target> 3409 <source>CACHE</source><target state="new">CACHE</target>
3597 3410
3598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 3411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
3599 <source> 3412 <source>
3600 Some files are not federated, and fetched when necessary. Define their caching policies. 3413 Some files are not federated, and fetched when necessary. Define their caching policies.
3601 </source><target state="new"> 3414 </source><target state="new">
3602 Some files are not federated, and fetched when necessary. Define their caching policies. 3415 Some files are not federated, and fetched when necessary. Define their caching policies.
3603 </target> 3416 </target>
3604 3417
3605 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 3418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
3606 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 3419 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
3607 3420
3608 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
3609 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 3422 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
3610 3423
3611 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 3424 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
3612 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 3425 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
3613 3426
3614 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
3615 <source> 3428 <source>
3616 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3429 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3617 </source><target state="new"> 3430 </source><target state="new">
3618 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3431 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3619 </target> 3432 </target>
3620 3433
3621 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit> 3434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
3622 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 3435 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
3623 <source>JavaScript</source> 3436 <source>JavaScript</source>
3624 <target>JavaScript</target> 3437 <target>JavaScript</target>
3625 <context-group name="null"> 3438 <context-group name="null">
3626 <context context-type="linenumber">575</context> 3439 <context context-type="linenumber">575</context>
3627 </context-group> 3440 </context-group>
3628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 3441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
3629 <source> 3442 <source>
3630 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>"/> 3443 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>"/>
3631 </source><target state="new"> 3444 </source><target state="new">
3632 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>"/> 3445 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>"/>
3633 </target> 3446 </target>
3634 3447
3635 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 3448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
3636 <source> 3449 <source>
3637 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/>"/> 3450 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/>"/>
3638 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3451 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3657,16 +3470,16 @@
3657 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3470 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3658 </target> 3471 </target>
3659 3472
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">765</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 3473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
3661 <source>Advanced configuration</source><target state="new">Advanced configuration</target> 3474 <source>Advanced configuration</source><target state="new">Advanced configuration</target>
3662 3475
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">554</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 3476 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
3664 <source>Update configuration</source><target state="new">Update configuration</target> 3477 <source>Update configuration</source><target state="new">Update configuration</target>
3665 3478
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">803</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 3479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3667 <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> 3480 <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>
3668 3481
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">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 3482 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
3670 <source>PROFILE</source><target state="new">PROFILE</target> 3483 <source>PROFILE</source><target state="new">PROFILE</target>
3671 <context-group purpose="location"> 3484 <context-group purpose="location">
3672 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3485 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -3794,19 +3607,23 @@
3794 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3607 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
3795 <context context-type="linenumber">6</context> 3608 <context context-type="linenumber">6</context>
3796 </context-group> 3609 </context-group>
3797 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 3610 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
3798 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target> 3611 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
3799 <context-group purpose="location"> 3612 <context-group purpose="location">
3800 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3613 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
3801 <context context-type="linenumber">22</context> 3614 <context context-type="linenumber">14</context>
3802 </context-group> 3615 </context-group>
3803 </trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
3804 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
3805 <context-group purpose="location"> 3616 <context-group purpose="location">
3806 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3617 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3807 <context context-type="linenumber">25</context> 3618 <context context-type="linenumber">111</context>
3808 </context-group> 3619 </context-group>
3809 </trans-unit><trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 3620 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
3621 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target>
3622
3623 <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">23</context></context-group></trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
3624 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
3625
3626 <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">26</context></context-group></trans-unit><trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
3810 <source> 3627 <source>
3811 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>"/> 3628 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>"/>
3812</source><target state="new"> 3629</source><target state="new">
@@ -3853,19 +3670,13 @@
3853 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 3670 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
3854 <source>Theme</source><target state="new">Theme</target> 3671 <source>Theme</source><target state="new">Theme</target>
3855 3672
3856 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit><trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 3673 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit><trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
3857 <source>instance default</source><target state="new">instance default</target> 3674 <source>instance default</source><target state="new">instance default</target>
3858 <context-group purpose="location"> 3675
3859 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 3676 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit><trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
3860 <context context-type="linenumber">7</context>
3861 </context-group>
3862 </trans-unit><trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
3863 <source>peertube default</source><target state="new">peertube default</target> 3677 <source>peertube default</source><target state="new">peertube default</target>
3864 <context-group purpose="location"> 3678
3865 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 3679 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
3866 <context context-type="linenumber">8</context>
3867 </context-group>
3868 </trans-unit><trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
3869 <source>Change ownership</source><target state="new">Change ownership</target> 3680 <source>Change ownership</source><target state="new">Change ownership</target>
3870 3681
3871 3682
@@ -3981,6 +3792,18 @@
3981 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 3792 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3982 <context context-type="linenumber">8</context> 3793 <context context-type="linenumber">8</context>
3983 </context-group> 3794 </context-group>
3795 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
3796 <source>See the error</source><target state="new">See the error</target>
3797 <context-group purpose="location">
3798 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3799 <context context-type="linenumber">19</context>
3800 </context-group>
3801 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
3802 <source>This video was deleted</source><target state="new">This video was deleted</target>
3803 <context-group purpose="location">
3804 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3805 <context context-type="linenumber">36</context>
3806 </context-group>
3984 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 3807 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
3985 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 3808 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
3986 <context-group purpose="location"> 3809 <context-group purpose="location">
@@ -4284,35 +4107,11 @@
4284 <source>Stats</source><target state="new">Stats</target> 4107 <source>Stats</source><target state="new">Stats</target>
4285 4108
4286 4109
4287 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 4110 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
4288 <source>Creators</source><target state="new">Creators</target>
4289 <context-group purpose="location">
4290 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4291 <context context-type="linenumber">162</context>
4292 </context-group>
4293 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
4294 <source>Creator guide</source><target state="new">Creator guide</target>
4295 <context-group purpose="location">
4296 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4297 <context context-type="linenumber">162</context>
4298 </context-group>
4299 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
4300 <source>Contributors</source><target state="new">Contributors</target>
4301 <context-group purpose="location">
4302 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4303 <context context-type="linenumber">163</context>
4304 </context-group>
4305 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
4306 <source>PeerTube license</source><target state="new">PeerTube license</target> 4111 <source>PeerTube license</source><target state="new">PeerTube license</target>
4307 <context-group purpose="location"> 4112
4308 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 4113
4309 <context context-type="linenumber">163</context> 4114 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit><trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
4310 </context-group>
4311 <context-group purpose="location">
4312 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4313 <context context-type="linenumber">175</context>
4314 </context-group>
4315 </trans-unit><trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
4316 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source><target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 4115 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source><target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
4317 <context-group purpose="location"> 4116 <context-group purpose="location">
4318 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context> 4117 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context>
@@ -5116,6 +4915,30 @@
5116 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 4915 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5117 <context context-type="linenumber">1</context> 4916 <context context-type="linenumber">1</context>
5118 </context-group> 4917 </context-group>
4918 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
4919 <source>Process domains</source><target state="new">Process domains</target>
4920 <context-group purpose="location">
4921 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
4922 <context context-type="linenumber">1</context>
4923 </context-group>
4924 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
4925 <source>Domain is required.</source><target state="new">Domain is required.</target>
4926 <context-group purpose="location">
4927 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
4928 <context context-type="linenumber">1</context>
4929 </context-group>
4930 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
4931 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
4932 <context-group purpose="location">
4933 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
4934 <context context-type="linenumber">1</context>
4935 </context-group>
4936 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
4937 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
4938 <context-group purpose="location">
4939 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
4940 <context context-type="linenumber">1</context>
4941 </context-group>
5119 </trans-unit><trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html"> 4942 </trans-unit><trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
5120 <source>Unlimited</source><target state="new">Unlimited</target> 4943 <source>Unlimited</source><target state="new">Unlimited</target>
5121 <context-group purpose="location"> 4944 <context-group purpose="location">
@@ -5134,6 +4957,16 @@
5134 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context> 4957 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
5135 <context context-type="linenumber">1</context> 4958 <context context-type="linenumber">1</context>
5136 </context-group> 4959 </context-group>
4960 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
4961 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
4962 <context-group purpose="location">
4963 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
4964 <context context-type="linenumber">1</context>
4965 </context-group>
4966 <context-group purpose="location">
4967 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
4968 <context context-type="linenumber">1</context>
4969 </context-group>
5137 </trans-unit><trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html"> 4970 </trans-unit><trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
5138 <source>100MB</source><target state="new">100MB</target> 4971 <source>100MB</source><target state="new">100MB</target>
5139 <context-group purpose="location"> 4972 <context-group purpose="location">
@@ -5238,41 +5071,11 @@
5238 </context-group> 5071 </context-group>
5239 </trans-unit><trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html"> 5072 </trans-unit><trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
5240 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source><target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target> 5073 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source><target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target>
5241 <context-group purpose="location"> 5074
5242 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 5075 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
5243 <context context-type="linenumber">1</context>
5244 </context-group>
5245 </trans-unit><trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html">
5246 <source>You need to specify hosts to follow.</source><target state="new">You need to specify hosts to follow.</target>
5247 <context-group purpose="location">
5248 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5249 <context context-type="linenumber">1</context>
5250 </context-group>
5251 </trans-unit><trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
5252 <source>Hosts need to be unique.</source><target state="new">Hosts need to be unique.</target>
5253 <context-group purpose="location">
5254 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5255 <context context-type="linenumber">1</context>
5256 </context-group>
5257 </trans-unit><trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
5258 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source><target state="new">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
5259 <context-group purpose="location">
5260 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5261 <context context-type="linenumber">1</context>
5262 </context-group>
5263 </trans-unit><trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409" datatype="html">
5264 <source>Follow new server(s)</source><target state="new">Follow new server(s)</target>
5265 <context-group purpose="location">
5266 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5267 <context context-type="linenumber">1</context>
5268 </context-group>
5269 </trans-unit><trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
5270 <source>Follow request(s) sent!</source><target state="new">Follow request(s) sent!</target> 5076 <source>Follow request(s) sent!</source><target state="new">Follow request(s) sent!</target>
5271 <context-group purpose="location"> 5077
5272 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 5078 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
5273 <context context-type="linenumber">1</context>
5274 </context-group>
5275 </trans-unit><trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
5276 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source><target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 5079 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source><target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
5277 <context-group purpose="location"> 5080 <context-group purpose="location">
5278 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context> 5081 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
@@ -5350,20 +5153,38 @@
5350 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 5153 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
5351 <context context-type="linenumber">1</context> 5154 <context context-type="linenumber">1</context>
5352 </context-group> 5155 </context-group>
5156 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
5157 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
5158 <context-group purpose="location">
5159 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
5160 <context context-type="linenumber">1</context>
5161 </context-group>
5353 </trans-unit><trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html"> 5162 </trans-unit><trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
5354 <source>Comment updated.</source><target state="new">Comment updated.</target> 5163 <source>Comment updated.</source><target state="new">Comment updated.</target>
5355 <context-group purpose="location"> 5164 <context-group purpose="location">
5356 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context> 5165 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
5357 <context context-type="linenumber">1</context> 5166 <context context-type="linenumber">1</context>
5358 </context-group> 5167 </context-group>
5359 </trans-unit><trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html"> 5168 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
5360 <source>Delete this report</source><target state="new">Delete this report</target> 5169 <source>Internal actions</source><target state="new">Internal actions</target>
5361 <context-group purpose="location"> 5170 <context-group purpose="location">
5362 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5171 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5363 <context context-type="linenumber">1</context> 5172 <context context-type="linenumber">1</context>
5364 </context-group> 5173 </context-group>
5365 </trans-unit><trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 5174 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
5366 <source>Update moderation comment</source><target state="new">Update moderation comment</target> 5175 <source>Delete report</source><target state="new">Delete report</target>
5176 <context-group purpose="location">
5177 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5178 <context context-type="linenumber">1</context>
5179 </context-group>
5180 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
5181 <source>Add note</source><target state="new">Add note</target>
5182 <context-group purpose="location">
5183 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5184 <context context-type="linenumber">1</context>
5185 </context-group>
5186 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
5187 <source>Update note</source><target state="new">Update note</target>
5367 <context-group purpose="location"> 5188 <context-group purpose="location">
5368 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5189 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5369 <context context-type="linenumber">1</context> 5190 <context context-type="linenumber">1</context>
@@ -5380,6 +5201,12 @@
5380 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5201 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5381 <context context-type="linenumber">1</context> 5202 <context context-type="linenumber">1</context>
5382 </context-group> 5203 </context-group>
5204 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
5205 <source>Actions for the video</source><target state="new">Actions for the video</target>
5206 <context-group purpose="location">
5207 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5208 <context context-type="linenumber">1</context>
5209 </context-group>
5383 </trans-unit><trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 5210 </trans-unit><trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
5384 <source>Do you really want to delete this abuse report?</source><target state="new">Do you really want to delete this abuse report?</target> 5211 <source>Do you really want to delete this abuse report?</source><target state="new">Do you really want to delete this abuse report?</target>
5385 <context-group purpose="location"> 5212 <context-group purpose="location">
@@ -6116,11 +5943,8 @@
6116 </context-group> 5943 </context-group>
6117 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 5944 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
6118 <source>max size</source><target state="new">max size</target> 5945 <source>max size</source><target state="new">max size</target>
6119 <context-group purpose="location"> 5946
6120 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 5947 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
6121 <context context-type="linenumber">1</context>
6122 </context-group>
6123 </trans-unit><trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
6124 <source>Now please check your emails to verify your account and complete signup.</source><target state="new">Now please check your emails to verify your account and complete signup.</target> 5948 <source>Now please check your emails to verify your account and complete signup.</source><target state="new">Now please check your emails to verify your account and complete signup.</target>
6125 <context-group purpose="location"> 5949 <context-group purpose="location">
6126 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context> 5950 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context>
@@ -6402,6 +6226,12 @@
6402 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6226 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6403 <context context-type="linenumber">1</context> 6227 <context context-type="linenumber">1</context>
6404 </context-group> 6228 </context-group>
6229 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
6230 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
6231 <context-group purpose="location">
6232 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6233 <context context-type="linenumber">1</context>
6234 </context-group>
6405 </trans-unit><trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html"> 6235 </trans-unit><trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
6406 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</target> 6236 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</target>
6407 <context-group purpose="location"> 6237 <context-group purpose="location">
@@ -6456,8 +6286,8 @@
6456 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6286 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6457 <context context-type="linenumber">1</context> 6287 <context context-type="linenumber">1</context>
6458 </context-group> 6288 </context-group>
6459 </trans-unit><trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html"> 6289 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
6460 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target> 6290 <source>just now</source><target state="new">just now</target>
6461 <context-group purpose="location"> 6291 <context-group purpose="location">
6462 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6292 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6463 <context context-type="linenumber">1</context> 6293 <context context-type="linenumber">1</context>
@@ -7796,11 +7626,8 @@
7796 </context-group> 7626 </context-group>
7797 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 7627 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
7798 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target> 7628 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target>
7799 <context-group purpose="location"> 7629
7800 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context> 7630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
7801 <context context-type="linenumber">1</context>
7802 </context-group>
7803 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
7804 <source>Encoder</source><target state="new">Encoder</target> 7631 <source>Encoder</source><target state="new">Encoder</target>
7805 <context-group purpose="location"> 7632 <context-group purpose="location">
7806 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 7633 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -8013,8 +7840,8 @@
8013 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context> 7840 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
8014 <context context-type="linenumber">1</context> 7841 <context context-type="linenumber">1</context>
8015 </context-group> 7842 </context-group>
8016 </trans-unit><trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 7843 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
8017 <source> The deletion will be sent to remote instances, so they remove the comment too.</source><target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target> 7844 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
8018 <context-group purpose="location"> 7845 <context-group purpose="location">
8019 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 7846 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
8020 <context context-type="linenumber">1</context> 7847 <context context-type="linenumber">1</context>
diff --git a/client/src/locale/angular.th-TH.xlf b/client/src/locale/angular.th-TH.xlf
index 1d304bcbe..cddd7f01f 100644
--- a/client/src/locale/angular.th-TH.xlf
+++ b/client/src/locale/angular.th-TH.xlf
@@ -610,32 +610,32 @@
610 <context-group name="null"> 610 <context-group name="null">
611 <context context-type="linenumber">6</context> 611 <context context-type="linenumber">6</context>
612 </context-group> 612 </context-group>
613 <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> 613
614 <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
615 </trans-unit> 615 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
616 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 616 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
617 <source>Private</source> 617 <source>Private</source>
618 <target>ส่วนตัว</target> 618 <target>ส่วนตัว</target>
619 <context-group name="null"> 619 <context-group name="null">
620 <context context-type="linenumber">7</context> 620 <context context-type="linenumber">7</context>
621 </context-group> 621 </context-group>
622 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</context></context-group> 622
623 <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
624 <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
625 </trans-unit> 625 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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>
626 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 626 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
627 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 627 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
628 <target state="translated">{VAR_PLURAL, plural, =1 {การดู 1 ครั้ง} other {การดู <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> ครั้ง} }</target> 628 <target state="translated">{VAR_PLURAL, plural, =1 {การดู 1 ครั้ง} other {การดู <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> ครั้ง} }</target>
629 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group> 629
630 </trans-unit> 630 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
631 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 631 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
632 <source>Blacklisted</source> 632 <source>Blacklisted</source>
633 <target>ขึ้นบัญชีดำแล้ว</target> 633 <target>ขึ้นบัญชีดำแล้ว</target>
634 <context-group name="null"> 634 <context-group name="null">
635 <context context-type="linenumber">42</context> 635 <context context-type="linenumber">42</context>
636 </context-group> 636 </context-group>
637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group> 637
638 </trans-unit> 638 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
639 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 639 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
640 <source>Sensitive</source> 640 <source>Sensitive</source>
641 <target> 641 <target>
@@ -644,8 +644,8 @@
644 <context-group name="null"> 644 <context-group name="null">
645 <context context-type="linenumber">46</context> 645 <context context-type="linenumber">46</context>
646 </context-group> 646 </context-group>
647 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group> 647
648 </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>
649 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 649 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
650 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 650 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
651 <target>{VAR_PLURAL, plural, =0 {ไม่มีวิดีโอ} =1 {1 วิดีโอ} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> วิดีโอ} }</target> 651 <target>{VAR_PLURAL, plural, =0 {ไม่มีวิดีโอ} =1 {1 วิดีโอ} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> วิดีโอ} }</target>
@@ -704,7 +704,7 @@
704 704
705 705
706 706
707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit> 707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
708 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 708 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
709 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 709 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
710 <target>ลบออกจาก <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 710 <target>ลบออกจาก <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -752,7 +752,7 @@
752 752
753 753
754 754
755 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 755 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
756 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 756 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
757 <source>Truncated preview</source> 757 <source>Truncated preview</source>
758 <target>ตัวอย่างสั้น</target> 758 <target>ตัวอย่างสั้น</target>
@@ -938,10 +938,10 @@
938 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36" datatype="html"> 938 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36" datatype="html">
939 <source>Import</source> 939 <source>Import</source>
940 <target state="translated">การนำเข้าวิดีโอ</target> 940 <target state="translated">การนำเข้าวิดีโอ</target>
941 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group> 941
942 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group> 942
943 <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">46</context></context-group> 943
944 </trans-unit> 944 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
945 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 945 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
946 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 946 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
947 <target state="translated">นำเข้าวิดีโอผ่าน HTTP (เช่น YouTube, Vimeo, นำเข้าผ่าน URL โดยตรง...)</target> 947 <target state="translated">นำเข้าวิดีโอผ่าน HTTP (เช่น YouTube, Vimeo, นำเข้าผ่าน URL โดยตรง...)</target>
@@ -1079,7 +1079,7 @@
1079 1079
1080 1080
1081 1081
1082 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1082 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1083 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1083 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1084 <source>Ban this user</source> 1084 <source>Ban this user</source>
1085 <target>แบนผู้ใช้นี้</target> 1085 <target>แบนผู้ใช้นี้</target>
@@ -1096,14 +1096,7 @@
1096 </context-group> 1096 </context-group>
1097 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group> 1097 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group>
1098 </trans-unit> 1098 </trans-unit>
1099 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798"> 1099
1100 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1101 <target>(ส่วนขยาย: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, ขนาดสูงสุด: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1102 <context-group name="null">
1103 <context context-type="linenumber">12</context>
1104 </context-group>
1105 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context><context context-type="linenumber">12</context></context-group>
1106 </trans-unit>
1107 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1100 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1108 <source>Login</source> 1101 <source>Login</source>
1109 <target> 1102 <target>
@@ -1232,7 +1225,7 @@
1232 1225
1233 1226
1234 1227
1235 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1228 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1236 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1229 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1237 <source>Email address</source> 1230 <source>Email address</source>
1238 <target>ที่อยู่อีเมล</target> 1231 <target>ที่อยู่อีเมล</target>
@@ -1626,15 +1619,9 @@
1626 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1619 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1627 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source> 1620 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source>
1628 <target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1621 <target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1629 <context-group purpose="location"> 1622
1630 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1623
1631 <context context-type="linenumber">36</context> 1624 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit>
1632 </context-group>
1633 <context-group purpose="location">
1634 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1635 <context context-type="linenumber">158</context>
1636 </context-group>
1637 </trans-unit>
1638 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html"> 1625 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1639 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source> 1626 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source>
1640 <target state="translated">วิดีโอ: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1627 <target state="translated">วิดีโอ: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
@@ -1678,48 +1665,33 @@
1678 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1665 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1679 <source>Help</source> 1666 <source>Help</source>
1680 <target state="translated">ช่วยเหลือ</target> 1667 <target state="translated">ช่วยเหลือ</target>
1681 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group> 1668
1682 </trans-unit> 1669 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1683 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1670 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1684 <source>Get help using PeerTube</source> 1671 <source>Get help using PeerTube</source>
1685 <target state="translated">ขอความช่วยเหลือในการใช้งาน PeerTube</target> 1672 <target state="translated">ขอความช่วยเหลือในการใช้งาน PeerTube</target>
1686 <context-group purpose="location"> 1673
1687 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1674 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1688 <context context-type="linenumber">167</context>
1689 </context-group>
1690 </trans-unit>
1691 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html"> 1675 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1692 <source>Shortcuts</source> 1676 <source>Shortcuts</source>
1693 <target state="translated">ปุ่มลัด</target> 1677 <target state="translated">ปุ่มลัด</target>
1694 <context-group purpose="location"> 1678
1695 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1679 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit>
1696 <context context-type="linenumber">168</context>
1697 </context-group>
1698 </trans-unit>
1699 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html"> 1680 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1700 <source>powered by PeerTube</source> 1681 <source>powered by PeerTube</source>
1701 <target state="translated">ขับเคลื่อนโดย PeerTube</target> 1682 <target state="translated">ขับเคลื่อนโดย PeerTube</target>
1702 <context-group purpose="location"> 1683
1703 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1684 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1704 <context context-type="linenumber">172</context>
1705 </context-group>
1706 </trans-unit>
1707 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html"> 1685 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1708 <source>PeerTube website</source> 1686 <source>PeerTube website</source>
1709 <target state="translated">เว็บไซต์ของ PeerTube</target> 1687 <target state="translated">เว็บไซต์ของ PeerTube</target>
1710 <context-group purpose="location"> 1688
1711 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1689 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1712 <context context-type="linenumber">172</context>
1713 </context-group>
1714 </trans-unit>
1715 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html"> 1690 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1716 <source>powered by PeerTube - CopyLeft 2015-2020</source> 1691 <source>powered by PeerTube - CopyLeft 2015-2020</source>
1717 <target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1692 <target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1718 <context-group purpose="location"> 1693
1719 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1694 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1720 <context context-type="linenumber">171</context>
1721 </context-group>
1722 </trans-unit>
1723 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1695 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1724 <source>Log out</source> 1696 <source>Log out</source>
1725 <target>ออกจากระบบ</target> 1697 <target>ออกจากระบบ</target>
@@ -1840,19 +1812,9 @@
1840 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1812 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1841 <source>Contact</source> 1813 <source>Contact</source>
1842 <target state="translated">ติดต่อ</target> 1814 <target state="translated">ติดต่อ</target>
1843 <context-group purpose="location"> 1815
1844 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1816 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1845 <context context-type="linenumber">154</context> 1817
1846 </context-group>
1847 </trans-unit>
1848 <trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1849 <source>Terms of Service</source>
1850 <target state="translated">เงื่อนไขการให้บริการ</target>
1851 <context-group purpose="location">
1852 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1853 <context context-type="linenumber">155</context>
1854 </context-group>
1855 </trans-unit>
1856 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1818 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1857 <source>View your notifications</source> 1819 <source>View your notifications</source>
1858 <target>ดูการแจ้งเตือนของคุณ</target> 1820 <target>ดูการแจ้งเตือนของคุณ</target>
@@ -2324,7 +2286,7 @@
2324 2286
2325 2287
2326 2288
2327 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2289 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2328 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2290 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2329 <source>Privacy</source> 2291 <source>Privacy</source>
2330 <target>ความเป็นส่วนตัว</target> 2292 <target>ความเป็นส่วนตัว</target>
@@ -2339,47 +2301,28 @@
2339 2301
2340 2302
2341 2303
2342 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit> 2304 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit>
2343 <trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2305
2344 <source>More information about privacy within PeerTube</source>
2345 <target state="new">More information about privacy within PeerTube</target>
2346 <context-group purpose="location">
2347 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2348 <context context-type="linenumber">164</context>
2349 </context-group>
2350 </trans-unit>
2351 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html"> 2306 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2352 <source>FAQ</source> 2307 <source>FAQ</source>
2353 <target state="new">FAQ</target> 2308 <target state="new">FAQ</target>
2354 <context-group purpose="location"> 2309
2355 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2310 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2356 <context context-type="linenumber">165</context>
2357 </context-group>
2358 </trans-unit>
2359 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html"> 2311 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2360 <source>Frequently asked questions about PeerTube</source> 2312 <source>Frequently asked questions about PeerTube</source>
2361 <target state="new">Frequently asked questions about PeerTube</target> 2313 <target state="new">Frequently asked questions about PeerTube</target>
2362 <context-group purpose="location"> 2314
2363 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2315 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2364 <context context-type="linenumber">165</context>
2365 </context-group>
2366 </trans-unit>
2367 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html"> 2316 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2368 <source>API</source> 2317 <source>API</source>
2369 <target state="new">API</target> 2318 <target state="new">API</target>
2370 <context-group purpose="location"> 2319
2371 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2320 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2372 <context context-type="linenumber">166</context>
2373 </context-group>
2374 </trans-unit>
2375 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html"> 2321 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2376 <source>API documentation</source> 2322 <source>API documentation</source>
2377 <target state="new">API documentation</target> 2323 <target state="new">API documentation</target>
2378 <context-group purpose="location"> 2324
2379 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2325 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2380 <context context-type="linenumber">166</context>
2381 </context-group>
2382 </trans-unit>
2383 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2326 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2384 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2327 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2385 <target>ตั้งเวลาเผยแพร่ (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2328 <target>ตั้งเวลาเผยแพร่ (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2575,10 +2518,10 @@
2575 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7" datatype="html"> 2518 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7" datatype="html">
2576 <source>Sorry, but something went wrong</source> 2519 <source>Sorry, but something went wrong</source>
2577 <target state="translated">ขออภัย มีบางอย่างผิดพลาด</target> 2520 <target state="translated">ขออภัย มีบางอย่างผิดพลาด</target>
2578 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group> 2521
2579 <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">64</context></context-group> 2522
2580 <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">53</context></context-group> 2523
2581 </trans-unit> 2524 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2582 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 2525 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
2583 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2526 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2584 <target state="translated">ยินดีด้วย วิดีโอในลิงก์ <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> กำลังจะถูกนำเข้าแล้ว! คุณสามารถเพิ่มรายละเอียดเกี่ยวกับวิดีโอนี้ได้เลย </target> 2527 <target state="translated">ยินดีด้วย วิดีโอในลิงก์ <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> กำลังจะถูกนำเข้าแล้ว! คุณสามารถเพิ่มรายละเอียดเกี่ยวกับวิดีโอนี้ได้เลย </target>
@@ -2590,11 +2533,11 @@
2590 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb" datatype="html"> 2533 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb" datatype="html">
2591 <source>Update</source> 2534 <source>Update</source>
2592 <target state="translated">อัปเดต</target> 2535 <target state="translated">อัปเดต</target>
2593 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group> 2536
2594 <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">74</context></context-group> 2537
2595 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group> 2538
2596 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group> 2539
2597 </trans-unit> 2540 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2598 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html"> 2541 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html">
2599 <source>Select the file to upload</source> 2542 <source>Select the file to upload</source>
2600 <target state="translated">เลือกไฟล์ที่ต้องการอัปโหลด</target> 2543 <target state="translated">เลือกไฟล์ที่ต้องการอัปโหลด</target>
@@ -2606,19 +2549,13 @@
2606 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html"> 2549 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html">
2607 <source>Scheduled</source> 2550 <source>Scheduled</source>
2608 <target state="translated">กำหนดเวลาเผยแพร่</target> 2551 <target state="translated">กำหนดเวลาเผยแพร่</target>
2609 <context-group purpose="location"> 2552
2610 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2553 <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">24</context></context-group></trans-unit>
2611 <context context-type="linenumber">25</context>
2612 </context-group>
2613 </trans-unit>
2614 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2554 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2615 <source>Video background image</source> 2555 <source>Video background image</source>
2616 <target state="translated">ภาพพื้นหลังวิดีโอ</target> 2556 <target state="translated">ภาพพื้นหลังวิดีโอ</target>
2617 <context-group purpose="location"> 2557
2618 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2558 <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">31</context></context-group></trans-unit>
2619 <context context-type="linenumber">32</context>
2620 </context-group>
2621 </trans-unit>
2622 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2559 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2623 <source> 2560 <source>
2624 Image that will be merged with your audio file. 2561 Image that will be merged with your audio file.
@@ -2626,46 +2563,34 @@
2626 The chosen image will be definitive and cannot be modified. 2563 The chosen image will be definitive and cannot be modified.
2627 </source> 2564 </source>
2628 <target state="translated">เลือกภาพที่ต้องการรวมกับไฟล์เสียง <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> คุณจะไม่สามารถเปลี่ยนภาพนี้ได้ในภายหลัง </target> 2565 <target state="translated">เลือกภาพที่ต้องการรวมกับไฟล์เสียง <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> คุณจะไม่สามารถเปลี่ยนภาพนี้ได้ในภายหลัง </target>
2629 <context-group purpose="location"> 2566
2630 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2567 <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">33</context></context-group></trans-unit>
2631 <context context-type="linenumber">34</context>
2632 </context-group>
2633 </trans-unit>
2634 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2568 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2635 <source>Processing…</source> 2569 <source>Processing…</source>
2636 <target state="new">Processing…</target> 2570 <target state="new">Processing…</target>
2637 <context-group purpose="location"> 2571
2638 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2572 <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">55</context></context-group></trans-unit>
2639 <context context-type="linenumber">56</context>
2640 </context-group>
2641 </trans-unit>
2642 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html"> 2573 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2643 <source>Total video quota</source> 2574 <source>Total video quota</source>
2644 <target state="new">Total video quota</target> 2575 <target state="new">Total video quota</target>
2645 <context-group purpose="location"> 2576
2646 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2577
2647 <context context-type="linenumber">54</context> 2578 <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">53</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">11</context></context-group></trans-unit>
2648 </context-group>
2649 <context-group purpose="location">
2650 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2651 <context context-type="linenumber">11</context>
2652 </context-group>
2653 </trans-unit>
2654 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html"> 2579 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2655 <source>Congratulations! Your video is now available in your private library.</source> 2580 <source>Congratulations! Your video is now available in your private library.</source>
2656 <target state="translated">ยินดีด้วย! วิดีโอของคุณอยู่ในรายการวิดีโอส่วนตัวของคุณแล้ว</target> 2581 <target state="translated">ยินดีด้วย! วิดีโอของคุณอยู่ในรายการวิดีโอส่วนตัวของคุณแล้ว</target>
2657 <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">68</context></context-group> 2582
2658 </trans-unit> 2583 <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">67</context></context-group></trans-unit>
2659 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html"> 2584 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
2660 <source>Publish will be available when upload is finished</source> 2585 <source>Publish will be available when upload is finished</source>
2661 <target state="translated">สามารถเผยแพร่ได้หลังจากที่อัปโหลดเสร็จสิ้น</target> 2586 <target state="translated">สามารถเผยแพร่ได้หลังจากที่อัปโหลดเสร็จสิ้น</target>
2662 <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">81</context></context-group> 2587
2663 </trans-unit> 2588 <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">80</context></context-group></trans-unit>
2664 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html"> 2589 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html">
2665 <source>Publish</source> 2590 <source>Publish</source>
2666 <target state="translated">เผยแพร่</target> 2591 <target state="translated">เผยแพร่</target>
2667 <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">88</context></context-group> 2592
2668 </trans-unit> 2593 <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">87</context></context-group></trans-unit>
2669 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html"> 2594 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
2670 <source>Select the torrent to import</source> 2595 <source>Select the torrent to import</source>
2671 <target state="translated">เลือกไฟล์ torrent ที่ต้องการนำเข้า</target> 2596 <target state="translated">เลือกไฟล์ torrent ที่ต้องการนำเข้า</target>
@@ -2673,42 +2598,32 @@
2673 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2598 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2674 <context context-type="linenumber">6</context> 2599 <context context-type="linenumber">6</context>
2675 </context-group> 2600 </context-group>
2676 </trans-unit> 2601 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2677 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc" datatype="html"> 2602 <source>OR</source><target state="new">OR</target>
2678 <source>Or</source>
2679 <target state="translated">หรือ</target>
2680 <context-group purpose="location"> 2603 <context-group purpose="location">
2681 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2604 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2682 <context context-type="linenumber">11</context> 2605 <context context-type="linenumber">10</context>
2683 </context-group> 2606 </context-group>
2684 </trans-unit> 2607 </trans-unit>
2608
2685 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html"> 2609 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
2686 <source>Paste magnet URI</source> 2610 <source>Paste magnet URI</source>
2687 <target state="translated">ใส่ magnet URI</target> 2611 <target state="translated">ใส่ magnet URI</target>
2688 <context-group purpose="location"> 2612
2689 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2613 <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">13</context></context-group></trans-unit>
2690 <context context-type="linenumber">14</context>
2691 </context-group>
2692 </trans-unit>
2693 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2614 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2694 <source> 2615 <source>
2695 You can import any torrent file that points to a mp4 file. 2616 You can import any torrent file that points to a mp4 file.
2696 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. 2617 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.
2697 </source> 2618 </source>
2698 <target state="translated">คุณสามารถนำเข้าไฟล์ torrent ใดก็ได้ที่ชี้ไปยังไฟล์ MP4 ตรวจสอบว่าคุณมีสิทธิเผยแพร่เนื้อหานั้น มิเช่นนั้นอาจเกิดปัญหาทางกฎหมายกับคุณและระบบนี้ได้</target> 2619 <target state="translated">คุณสามารถนำเข้าไฟล์ torrent ใดก็ได้ที่ชี้ไปยังไฟล์ MP4 ตรวจสอบว่าคุณมีสิทธิเผยแพร่เนื้อหานั้น มิเช่นนั้นอาจเกิดปัญหาทางกฎหมายกับคุณและระบบนี้ได้</target>
2699 <context-group purpose="location"> 2620
2700 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2621 <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">16</context></context-group></trans-unit>
2701 <context context-type="linenumber">17</context>
2702 </context-group>
2703 </trans-unit>
2704 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html"> 2622 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2705 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2623 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2706 <target state="translated">ยินดีด้วย วิดีโอจะถูกนำเข้าด้วย BitTorrent! คุณสามารถเพิ่มข้อมูลเกี่ยวกับวิดีโอนี้ได้เลย</target> 2624 <target state="translated">ยินดีด้วย วิดีโอจะถูกนำเข้าด้วย BitTorrent! คุณสามารถเพิ่มข้อมูลเกี่ยวกับวิดีโอนี้ได้เลย</target>
2707 <context-group purpose="location"> 2625
2708 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2626 <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">56</context></context-group></trans-unit>
2709 <context context-type="linenumber">57</context>
2710 </context-group>
2711 </trans-unit>
2712 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2627 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2713 <source> 2628 <source>
2714 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. 2629 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.
@@ -2977,10 +2892,10 @@
2977 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c" datatype="html"> 2892 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c" datatype="html">
2978 <source>Go to the account page</source> 2893 <source>Go to the account page</source>
2979 <target state="translated">ไปที่หน้าของบัญชี</target> 2894 <target state="translated">ไปที่หน้าของบัญชี</target>
2980 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group> 2895
2981 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group> 2896
2982 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">63</context></context-group> 2897
2983 </trans-unit> 2898 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit>
2984 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2899 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2985 <source>Subscribe</source> 2900 <source>Subscribe</source>
2986 <target state="translated">ติดตาม</target> 2901 <target state="translated">ติดตาม</target>
@@ -3057,8 +2972,8 @@
3057 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2972 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
3058 <source>More information</source> 2973 <source>More information</source>
3059 <target state="translated">ข้อมูลเพิ่มเติม</target> 2974 <target state="translated">ข้อมูลเพิ่มเติม</target>
3060 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group> 2975
3061 </trans-unit> 2976 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3062 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2977 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
3063 <source>Get more information</source> 2978 <source>Get more information</source>
3064 <target state="translated">อ่านรายละเอียดเพิ่มเติม</target> 2979 <target state="translated">อ่านรายละเอียดเพิ่มเติม</target>
@@ -3132,32 +3047,23 @@
3132 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html"> 3047 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html">
3133 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source> 3048 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source>
3134 <target state="translated">ดูการตอบกลับ <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> รายการจาก <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> และคนอื่น ๆ </target> 3049 <target state="translated">ดูการตอบกลับ <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> รายการจาก <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> และคนอื่น ๆ </target>
3135 <context-group purpose="location"> 3050
3136 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3051 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3137 <context context-type="linenumber">77</context>
3138 </context-group>
3139 </trans-unit>
3140 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3052 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3141 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3053 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3142 <target state="translated">ดูการตอบกลับ <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> รายการจาก <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target> 3054 <target state="translated">ดูการตอบกลับ <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> รายการจาก <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target>
3143 <context-group purpose="location"> 3055
3144 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3056 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3145 <context context-type="linenumber">80</context>
3146 </context-group>
3147 </trans-unit>
3148 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3057 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3149 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3058 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3150 <target state="translated">ดูการตอบกลับ <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> รายการ</target> 3059 <target state="translated">ดูการตอบกลับ <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> รายการ</target>
3151 <context-group purpose="location"> 3060
3152 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3061 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3153 <context context-type="linenumber">84</context>
3154 </context-group>
3155 </trans-unit>
3156 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html"> 3062 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
3157 <source>Comments are disabled.</source> 3063 <source>Comments are disabled.</source>
3158 <target state="translated">การแสดงความคิดเห็นถูกปิด</target> 3064 <target state="translated">การแสดงความคิดเห็นถูกปิด</target>
3159 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 3065
3160 </trans-unit> 3066 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3161 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html"> 3067 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html">
3162 <source>Add comment...</source> 3068 <source>Add comment...</source>
3163 <target state="translated">แสดงความคิดเห็น...</target> 3069 <target state="translated">แสดงความคิดเห็น...</target>
@@ -3236,74 +3142,42 @@
3236 <context context-type="linenumber">5</context> 3142 <context context-type="linenumber">5</context>
3237 </context-group> 3143 </context-group>
3238 </trans-unit> 3144 </trans-unit>
3239 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246" datatype="html"> 3145
3240 <source>Follow</source>
3241 <target state="new">Follow</target>
3242 <context-group purpose="location">
3243 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
3244 <context context-type="linenumber">7</context>
3245 </context-group>
3246 </trans-unit>
3247 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html"> 3146 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html">
3248 <source>Followers</source> 3147 <source>Followers</source>
3249 <target state="new">Followers</target> 3148 <target state="new">Followers</target>
3250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 3149
3251 </trans-unit> 3150 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3252 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3151 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3253 <source>Video redundancies</source> 3152 <source>Video redundancies</source>
3254 <target state="new">Video redundancies</target> 3153 <target state="new">Video redundancies</target>
3255 <context-group purpose="location"> 3154
3256 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3155 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3257 <context context-type="linenumber">11</context>
3258 </context-group>
3259 </trans-unit>
3260 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html"> 3156 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
3261 <source>1 host (without "http://") per line</source> 3157 <source>1 host (without "http://") per line</source>
3262 <target state="new">1 host (without "http://") per line</target> 3158 <target state="new">1 host (without "http://") per line</target>
3159
3160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3161 <source>Follow domain</source><target state="new">Follow domain</target>
3263 <context-group purpose="location"> 3162 <context-group purpose="location">
3264 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context> 3163 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3265 <context context-type="linenumber">5</context> 3164 <context context-type="linenumber">15</context>
3266 </context-group>
3267 </trans-unit>
3268 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507" datatype="html">
3269 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3270 <target state="new">
3271 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3272 </target>
3273 <context-group purpose="location">
3274 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
3275 <context context-type="linenumber">17</context>
3276 </context-group>
3277 </trans-unit>
3278 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437" datatype="html">
3279 <source>Add following</source>
3280 <target state="new">Add following</target>
3281 <context-group purpose="location">
3282 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
3283 <context context-type="linenumber">21</context>
3284 </context-group> 3165 </context-group>
3285 </trans-unit> 3166 </trans-unit>
3167
3168
3286 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 3169 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
3287 <source>Filter...</source> 3170 <source>Filter...</source>
3288 <target state="new">Filter...</target> 3171 <target state="new">Filter...</target>
3289 <context-group purpose="location"> 3172
3290 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3173
3291 <context context-type="linenumber">8</context> 3174
3292 </context-group> 3175 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3293 <context-group purpose="location">
3294 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3295 <context context-type="linenumber">9</context>
3296 </context-group>
3297 <context-group purpose="location">
3298 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3299 <context context-type="linenumber">27</context>
3300 </context-group>
3301 </trans-unit>
3302 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 3176 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
3303 <source>ID</source> 3177 <source>ID</source>
3304 <target state="new">ID</target> 3178 <target state="new">ID</target>
3305 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 3179
3306 </trans-unit> 3180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3307 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3181 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3308 <source>Follower handle</source> 3182 <source>Follower handle</source>
3309 <target state="new">Follower handle</target> 3183 <target state="new">Follower handle</target>
@@ -3312,71 +3186,56 @@
3312 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 3186 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
3313 <source>State</source> 3187 <source>State</source>
3314 <target state="new">State</target> 3188 <target state="new">State</target>
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> 3189
3316 <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> 3190
3317 </trans-unit> 3191 <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 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3192 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3319 <source>Delayed.</source> 3193 <source>Delayed.</source>
3320 <target state="new">Delayed.</target> 3194 <target state="new">Delayed.</target>
3321 <context-group purpose="location"> 3195
3322 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3196 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3323 <context context-type="linenumber">42</context>
3324 </context-group>
3325 </trans-unit>
3326 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3197 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3327 <source>Will start soon...</source> 3198 <source>Will start soon...</source>
3328 <target state="new">Will start soon...</target> 3199 <target state="new">Will start soon...</target>
3329 <context-group purpose="location"> 3200
3330 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3331 <context context-type="linenumber">43</context>
3332 </context-group>
3333 </trans-unit>
3334 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3202 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3335 <source>Running...</source> 3203 <source>Running...</source>
3336 <target state="new">Running...</target> 3204 <target state="new">Running...</target>
3337 <context-group purpose="location"> 3205
3338 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3206 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3339 <context context-type="linenumber">44</context>
3340 </context-group>
3341 </trans-unit>
3342 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3207 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3343 <source>Finished</source> 3208 <source>Finished</source>
3344 <target state="new">Finished</target> 3209 <target state="new">Finished</target>
3345 <context-group purpose="location"> 3210
3346 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3347 <context context-type="linenumber">45</context>
3348 </context-group>
3349 </trans-unit>
3350 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3212 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3351 <source>Failed</source> 3213 <source>Failed</source>
3352 <target state="new">Failed</target> 3214 <target state="new">Failed</target>
3353 <context-group purpose="location"> 3215
3354 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3216 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3355 <context context-type="linenumber">46</context>
3356 </context-group>
3357 </trans-unit>
3358 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 3217 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3359 <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 <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>
3360 <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> 3219 <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>
3361 <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> 3220
3362 <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> 3221
3363 <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> 3222
3364 <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> 3223
3365 <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> 3224
3366 <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> 3225
3367 </trans-unit> 3226 <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">24</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">46</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">11</context></context-group><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><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>
3368 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3227 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3369 <source>Accepted</source> 3228 <source>Accepted</source>
3370 <target state="new">Accepted</target> 3229 <target state="new">Accepted</target>
3371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3230
3372 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3231
3373 </trans-unit> 3232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3374 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3233 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3375 <source>Pending</source> 3234 <source>Pending</source>
3376 <target state="new">Pending</target> 3235 <target state="new">Pending</target>
3377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3236
3378 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3237
3379 </trans-unit> 3238 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3380 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3239 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3381 <source>Accept</source> 3240 <source>Accept</source>
3382 <target state="new">Accept</target> 3241 <target state="new">Accept</target>
@@ -3388,28 +3247,42 @@
3388 <target state="new">Refuse</target> 3247 <target state="new">Refuse</target>
3389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3248 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3390 <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">42</context></context-group> 3249 <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">42</context></context-group>
3250 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3251 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3252 <context-group purpose="location">
3253 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3254 <context context-type="linenumber">3</context>
3255 </context-group>
3391 </trans-unit> 3256 </trans-unit>
3392 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 3257 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
3393 <source>Host</source> 3258 <source>Host</source>
3394 <target state="new">Host</target> 3259 <target state="new">Host</target>
3395 <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> 3260
3396 </trans-unit> 3261 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3397 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3262 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3398 <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> 3263 <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>
3399 <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> 3264 <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>
3265
3266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3267 <source>Follow domains</source><target state="new">Follow domains</target>
3400 <context-group purpose="location"> 3268 <context-group purpose="location">
3401 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3269 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3402 <context context-type="linenumber">21</context> 3270 <context context-type="linenumber">50</context>
3403 </context-group> 3271 </context-group>
3404 </trans-unit> 3272 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3405 <trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3273 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3406 <source>Video redundancies list</source>
3407 <target state="new">Video redundancies list</target>
3408 <context-group purpose="location"> 3274 <context-group purpose="location">
3409 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3275 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3410 <context context-type="linenumber">2</context> 3276 <context context-type="linenumber">7</context>
3277 </context-group>
3278 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3279 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3280 <context-group purpose="location">
3281 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3282 <context context-type="linenumber">8</context>
3411 </context-group> 3283 </context-group>
3412 </trans-unit> 3284 </trans-unit>
3285
3413 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html"> 3286 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html">
3414 <source>Create user</source> 3287 <source>Create user</source>
3415 <target state="translated">สร้างผู้ใช้</target> 3288 <target state="translated">สร้างผู้ใช้</target>
@@ -3467,7 +3340,7 @@
3467 3340
3468 3341
3469 3342
3470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3343 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3471 <source> 3344 <source>
3472 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3345 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3473 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3346 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3549,57 +3422,52 @@
3549 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 3422 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3550 <source>Batch actions</source> 3423 <source>Batch actions</source>
3551 <target state="new">Batch actions</target> 3424 <target state="new">Batch actions</target>
3552 <context-group purpose="location"> 3425
3553 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3554 <context context-type="linenumber">19</context>
3555 </context-group>
3556 </trans-unit>
3557 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3427 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3558 <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> 3428 <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>
3559 <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> 3429 <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>
3560 <context-group purpose="location"> 3430
3561 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3562 <context context-type="linenumber">40</context>
3563 </context-group>
3564 </trans-unit>
3565 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3432 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3566 <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> 3433 <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>
3567 <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> 3434 <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>
3568 <context-group purpose="location"> 3435
3569 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3436 <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></trans-unit>
3570 <context context-type="linenumber">42</context>
3571 </context-group>
3572 </trans-unit>
3573 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3437 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3574 <source>(banned)</source> 3438 <source>(banned)</source>
3575 <target state="translated">(ถูกแบน)</target> 3439 <target state="translated">(ถูกแบน)</target>
3440
3441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3442 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3576 <context-group purpose="location"> 3443 <context-group purpose="location">
3577 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3444 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3578 <context context-type="linenumber">65</context> 3445 <context context-type="linenumber">65</context>
3579 </context-group> 3446 </context-group>
3447 <context-group purpose="location">
3448 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3449 <context context-type="linenumber">27</context>
3450 </context-group>
3580 </trans-unit> 3451 </trans-unit>
3581 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3452 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3582 <source>User's email must be verified to login</source> 3453 <source>User's email must be verified to login</source>
3583 <target state="new">User's email must be verified to login</target> 3454 <target state="new">User's email must be verified to login</target>
3584 <context-group purpose="location"> 3455
3585 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3456 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3586 <context context-type="linenumber">72</context>
3587 </context-group>
3588 </trans-unit>
3589 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3457 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3590 <source>User's email is verified / User can login without email verification</source> 3458 <source>User's email is verified / User can login without email verification</source>
3591 <target state="new">User's email is verified / User can login without email verification</target> 3459 <target state="new">User's email is verified / User can login without email verification</target>
3592 <context-group purpose="location"> 3460
3593 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3594 <context context-type="linenumber">76</context>
3595 </context-group>
3596 </trans-unit>
3597 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3462 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3598 <source>Ban reason:</source> 3463 <source>Ban reason:</source>
3599 <target state="new">Ban reason:</target> 3464 <target state="new">Ban reason:</target>
3465
3466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3467 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3600 <context-group purpose="location"> 3468 <context-group purpose="location">
3601 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3469 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3602 <context context-type="linenumber">95</context> 3470 <context context-type="linenumber">15</context>
3603 </context-group> 3471 </context-group>
3604 </trans-unit> 3472 </trans-unit>
3605 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html"> 3473 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
@@ -3653,105 +3521,84 @@
3653 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 3521 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
3654 <context context-type="linenumber">13</context> 3522 <context context-type="linenumber">13</context>
3655 </context-group> 3523 </context-group>
3524 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3525 <source>Video <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">Video <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">
3527 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3528 <context context-type="linenumber">10</context>
3529 </context-group>
3656 </trans-unit> 3530 </trans-unit>
3657 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3531 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3658 <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> 3532 <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>
3659 <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> 3533 <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>
3660 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3534
3661 <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">8</context></context-group> 3535
3662 </trans-unit> 3536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3663 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3537 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3664 <source>Video URL</source> 3538 <source>Video URL</source>
3665 <target state="new">Video URL</target> 3539 <target state="new">Video URL</target>
3666 <context-group purpose="location"> 3540
3667 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3541 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3668 <context context-type="linenumber">24</context>
3669 </context-group>
3670 </trans-unit>
3671 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3542 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3672 <source>Total size</source> 3543 <source>Total size</source>
3673 <target state="new">Total size</target> 3544 <target state="new">Total size</target>
3545
3546 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3547 <source>List redundancies</source><target state="new">List redundancies</target>
3674 <context-group purpose="location"> 3548 <context-group purpose="location">
3675 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3549 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3676 <context context-type="linenumber">25</context> 3550 <context context-type="linenumber">33</context>
3677 </context-group> 3551 </context-group>
3678 </trans-unit> 3552 </trans-unit>
3679 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3553 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3680 <source>Enabled strategies stats</source> 3554 <source>Enabled strategies stats</source>
3681 <target state="new">Enabled strategies stats</target> 3555 <target state="new">Enabled strategies stats</target>
3682 <context-group purpose="location"> 3556
3683 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
3684 <context context-type="linenumber">69</context>
3685 </context-group>
3686 </trans-unit>
3687 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3558 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3688 <source>No redundancy strategy is enabled on your instance.</source> 3559 <source>No redundancy strategy is enabled on your instance.</source>
3689 <target state="new"> 3560 <target state="new">
3690 No redundancy strategy is enabled on your instance. 3561 No redundancy strategy is enabled on your instance.
3691 </target> 3562 </target>
3692 <context-group purpose="location"> 3563
3693 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3564 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3694 <context context-type="linenumber">73</context>
3695 </context-group>
3696 </trans-unit>
3697 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3565 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3698 <source>Sensitive</source> 3566 <source>Sensitive</source>
3699 <target state="translated">ไม่เหมาะสม</target> 3567 <target state="translated">ไม่เหมาะสม</target>
3700 <context-group purpose="location"> 3568
3701 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3569 <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">11</context></context-group></trans-unit>
3702 <context context-type="linenumber">9</context>
3703 </context-group>
3704 </trans-unit>
3705 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3570 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3706 <source>Unfederated</source> 3571 <source>Unfederated</source>
3707 <target state="new">Unfederated</target> 3572 <target state="new">Unfederated</target>
3708 <context-group purpose="location"> 3573
3709 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3574 <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">12</context></context-group></trans-unit>
3710 <context context-type="linenumber">10</context>
3711 </context-group>
3712 </trans-unit>
3713 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3575 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3714 <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> 3576 <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>
3715 <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> 3577 <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>
3716 <context-group purpose="location"> 3578
3717 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3579 <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">13</context></context-group></trans-unit>
3718 <context context-type="linenumber">11</context>
3719 </context-group>
3720 </trans-unit>
3721 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 3580 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
3722 <source>Go to the video</source> 3581 <source>Go to the video</source>
3723 <target state="new">Go to the video</target> 3582 <target state="new">Go to the video</target>
3724 <context-group purpose="location"> 3583
3725 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3584
3726 <context context-type="linenumber">25</context> 3585
3727 </context-group> 3586 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3728 <context-group purpose="location">
3729 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3730 <context context-type="linenumber">33</context>
3731 </context-group>
3732 <context-group purpose="location">
3733 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3734 <context context-type="linenumber">33</context>
3735 </context-group>
3736 </trans-unit>
3737 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 3587 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3738 <source>Actions</source> 3588 <source>Actions</source>
3739 <target state="new">Actions</target> 3589 <target state="new">Actions</target>
3740 <context-group purpose="location"> 3590
3741 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3591
3742 <context context-type="linenumber">35</context> 3592 <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">38</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">57</context></context-group></trans-unit>
3743 </context-group>
3744 <context-group purpose="location">
3745 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3746 <context context-type="linenumber">44</context>
3747 </context-group>
3748 </trans-unit>
3749 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3593 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3750 <source>Blacklist reason:</source> 3594 <source>Blacklist reason:</source>
3751 <target state="new">Blacklist reason:</target> 3595 <target state="new">Blacklist reason:</target>
3596
3597 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3598 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3752 <context-group purpose="location"> 3599 <context-group purpose="location">
3753 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3600 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3754 <context context-type="linenumber">43</context> 3601 <context context-type="linenumber">5</context>
3755 </context-group> 3602 </context-group>
3756 </trans-unit> 3603 </trans-unit>
3757 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html"> 3604 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
@@ -3767,47 +3614,38 @@
3767 <target state="new"> 3614 <target state="new">
3768 This comment can only be seen by you or the other moderators. 3615 This comment can only be seen by you or the other moderators.
3769 </target> 3616 </target>
3770 <context-group purpose="location"> 3617
3771 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 3618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3772 <context context-type="linenumber">18</context>
3773 </context-group>
3774 </trans-unit>
3775 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html"> 3619 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
3776 <source>Update this comment</source> 3620 <source>Update this comment</source>
3777 <target state="new">Update this comment</target> 3621 <target state="new">Update this comment</target>
3778 3622
3779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3780 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 3624 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3781 <source>Reporter</source> 3625 <source>Reporter</source>
3782 <target state="new">Reporter</target> 3626 <target state="new">Reporter</target>
3783 <context-group purpose="location"> 3627
3784 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3628 <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">10</context></context-group></trans-unit>
3785 <context context-type="linenumber">8</context>
3786 </context-group>
3787 </trans-unit>
3788 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 3629 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
3789 <source>Video</source> 3630 <source>Video</source>
3790 <target state="new">Video</target> 3631 <target state="new">Video</target>
3632
3633
3634
3635 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3636 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3791 <context-group purpose="location"> 3637 <context-group purpose="location">
3792 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3638 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3793 <context context-type="linenumber">10</context> 3639 <context context-type="linenumber">46</context>
3794 </context-group>
3795 <context-group purpose="location">
3796 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3797 <context context-type="linenumber">14</context>
3798 </context-group>
3799 <context-group purpose="location">
3800 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3801 <context context-type="linenumber">9</context>
3802 </context-group> 3640 </context-group>
3803 </trans-unit> 3641 </trans-unit>
3804 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3642 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3805 <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 <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>
3806 <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> 3644 <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>
3807 <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> 3645
3808 <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> 3646
3809 <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> 3647
3810 </trans-unit> 3648 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3811 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3649 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3812 <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> 3650 <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>
3813 <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> 3651 <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>
@@ -3819,31 +3657,27 @@
3819 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 3657 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3820 <source>Go to the account</source> 3658 <source>Go to the account</source>
3821 <target state="new">Go to the account</target> 3659 <target state="new">Go to the account</target>
3822 <context-group purpose="location"> 3660
3823 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3661
3824 <context context-type="linenumber">25</context> 3662 <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">27</context></context-group></trans-unit>
3825 </context-group>
3826 <context-group purpose="location">
3827 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3828 <context context-type="linenumber">27</context>
3829 </context-group>
3830 </trans-unit>
3831 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 3663 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
3832 <source>Reason:</source> 3664 <source>Reason:</source>
3833 <target state="new">Reason:</target> 3665 <target state="new">Reason:</target>
3666
3667 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3668 <source>Note:</source><target state="new">Note:</target>
3834 <context-group purpose="location"> 3669 <context-group purpose="location">
3835 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3670 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3836 <context context-type="linenumber">53</context> 3671 <context context-type="linenumber">72</context>
3837 </context-group> 3672 </context-group>
3838 </trans-unit> 3673 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3839 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638" datatype="html"> 3674 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3840 <source>Moderation comment:</source>
3841 <target state="new">Moderation comment:</target>
3842 <context-group purpose="location"> 3675 <context-group purpose="location">
3843 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3676 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3844 <context context-type="linenumber">57</context> 3677 <context context-type="linenumber">5</context>
3845 </context-group> 3678 </context-group>
3846 </trans-unit> 3679 </trans-unit>
3680
3847 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3681 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
3848 <source>Unblacklist</source> 3682 <source>Unblacklist</source>
3849 <target state="new">Unblacklist</target> 3683 <target state="new">Unblacklist</target>
@@ -3855,64 +3689,68 @@
3855 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context> 3689 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
3856 <context context-type="linenumber">17</context> 3690 <context context-type="linenumber">17</context>
3857 </context-group> 3691 </context-group>
3692 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3693 <source>Mute domain</source><target state="new">Mute domain</target>
3694 <context-group purpose="location">
3695 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3696 <context context-type="linenumber">11</context>
3697 </context-group>
3858 </trans-unit> 3698 </trans-unit>
3859 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 3699 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
3860 <source>Instance</source> 3700 <source>Instance</source>
3861 <target state="translated">ระบบ</target> 3701 <target state="translated">ระบบ</target>
3862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 3702
3863 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 3703
3864 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3704
3865 </trans-unit> 3705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3866 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3706 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3867 <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> 3707 <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>
3868 <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> 3708 <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>
3869 <context-group purpose="location"> 3709
3870 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3710
3871 <context context-type="linenumber">9</context> 3711
3872 </context-group> 3712
3873 <context-group purpose="location"> 3713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3874 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3875 <context context-type="linenumber">9</context>
3876 </context-group>
3877 <context-group purpose="location">
3878 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3879 <context context-type="linenumber">13</context>
3880 </context-group>
3881 <context-group purpose="location">
3882 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
3883 <context context-type="linenumber">13</context>
3884 </context-group>
3885 </trans-unit>
3886 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3714 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3887 <source>Unmute</source> 3715 <source>Unmute</source>
3888 <target state="new">Unmute</target> 3716 <target state="new">Unmute</target>
3717
3718
3719
3720
3721 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3722 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3889 <context-group purpose="location"> 3723 <context-group purpose="location">
3890 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3724 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3891 <context context-type="linenumber">19</context> 3725 <context context-type="linenumber">5</context>
3892 </context-group>
3893 <context-group purpose="location">
3894 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3895 <context context-type="linenumber">18</context>
3896 </context-group> 3726 </context-group>
3727 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3728 <source>
3729 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3730 </source><target state="new">
3731 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3732 </target>
3897 <context-group purpose="location"> 3733 <context-group purpose="location">
3898 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 3734 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3899 <context context-type="linenumber">22</context> 3735 <context context-type="linenumber">37</context>
3900 </context-group> 3736 </context-group>
3737 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3738 <source>Mute domains</source><target state="new">Mute domains</target>
3901 <context-group purpose="location"> 3739 <context-group purpose="location">
3902 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 3740 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3903 <context context-type="linenumber">23</context> 3741 <context context-type="linenumber">35</context>
3904 </context-group> 3742 </context-group>
3905 </trans-unit> 3743 </trans-unit>
3906 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3744 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3907 <source>Account</source> 3745 <source>Account</source>
3908 <target state="new">Account</target> 3746 <target state="new">Account</target>
3747
3748
3749 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3750 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3909 <context-group purpose="location"> 3751 <context-group purpose="location">
3910 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3752 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3911 <context context-type="linenumber">8</context> 3753 <context context-type="linenumber">5</context>
3912 </context-group>
3913 <context-group purpose="location">
3914 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3915 <context context-type="linenumber">12</context>
3916 </context-group> 3754 </context-group>
3917 </trans-unit> 3755 </trans-unit>
3918 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3756 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
@@ -4065,35 +3903,22 @@
4065 <context context-type="linenumber">9</context> 3903 <context context-type="linenumber">9</context>
4066 </context-group> 3904 </context-group>
4067 </trans-unit> 3905 </trans-unit>
4068 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f" datatype="html"> 3906
4069 <source>Jobs list</source>
4070 <target state="new">Jobs list</target>
4071 <context-group purpose="location">
4072 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4073 <context context-type="linenumber">2</context>
4074 </context-group>
4075 </trans-unit>
4076 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 3907 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4077 <source>Job type</source> 3908 <source>Job type</source>
4078 <target state="new">Job type</target> 3909 <target state="new">Job type</target>
4079 <context-group purpose="location"> 3910
4080 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
4081 <context context-type="linenumber">5</context>
4082 </context-group>
4083 </trans-unit>
4084 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 3912 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4085 <source>Job state</source> 3913 <source>Job state</source>
4086 <target state="new">Job state</target> 3914 <target state="new">Job state</target>
4087 <context-group purpose="location"> 3915
4088 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4089 <context context-type="linenumber">14</context>
4090 </context-group>
4091 </trans-unit>
4092 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3917 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
4093 <source>Type</source> 3918 <source>Type</source>
4094 <target state="new">Type</target> 3919 <target state="new">Type</target>
4095 <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> 3920
4096 </trans-unit> 3921 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4097 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3922 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
4098 <source>Refresh</source> 3923 <source>Refresh</source>
4099 <target state="new">Refresh</target> 3924 <target state="new">Refresh</target>
@@ -4149,43 +3974,25 @@
4149 3974
4150 3975
4151 3976
4152 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 3977 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4153 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 3978 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4154 <context-group purpose="location"> 3979
4155 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3980 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4156 <context context-type="linenumber">46</context>
4157 </context-group>
4158 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4159 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 3981 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
4160 <context-group purpose="location"> 3982
4161 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3983 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4162 <context context-type="linenumber">43</context>
4163 </context-group>
4164 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4165 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 3984 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
4166 <context-group purpose="location"> 3985
4167 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3986 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4168 <context context-type="linenumber">57</context>
4169 </context-group>
4170 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4171 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 3987 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
4172 <context-group purpose="location"> 3988
4173 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3989 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4174 <context context-type="linenumber">54</context>
4175 </context-group>
4176 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4177 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 3990 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
4178 <context-group purpose="location"> 3991
4179 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3992 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4180 <context context-type="linenumber">68</context>
4181 </context-group>
4182 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4183 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 3993 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
4184 <context-group purpose="location"> 3994
4185 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3995 <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">66</context></context-group></trans-unit>
4186 <context context-type="linenumber">65</context>
4187 </context-group>
4188 </trans-unit>
4189 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 3996 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
4190 <source>Main languages you/your moderators speak</source> 3997 <source>Main languages you/your moderators speak</source>
4191 <target state="new">Main languages you/your moderators speak</target> 3998 <target state="new">Main languages you/your moderators speak</target>
@@ -4242,7 +4049,7 @@
4242 </context-group> 4049 </context-group>
4243 4050
4244 4051
4245 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 4052 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4246 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4053 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4247 <source>Blur thumbnails</source> 4054 <source>Blur thumbnails</source>
4248 <target>เบลอภาพขนาดย่อ</target> 4055 <target>เบลอภาพขนาดย่อ</target>
@@ -4251,22 +4058,19 @@
4251 </context-group> 4058 </context-group>
4252 4059
4253 4060
4254 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 4061 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4255 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html"> 4062 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html">
4256 <source>Display</source> 4063 <source>Display</source>
4257 <target state="translated">แสดง</target> 4064 <target state="translated">แสดง</target>
4258 4065
4259 4066
4260 4067
4261 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit> 4068 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit>
4262 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4069 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4263 <source>Strategy</source> 4070 <source>Strategy</source>
4264 <target state="new">Strategy</target> 4071 <target state="new">Strategy</target>
4265 <context-group purpose="location"> 4072
4266 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4267 <context context-type="linenumber">22</context>
4268 </context-group>
4269 </trans-unit>
4270 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4074 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4271 <source>Terms</source> 4075 <source>Terms</source>
4272 <target>เงื่อนไข</target> 4076 <target>เงื่อนไข</target>
@@ -4276,86 +4080,86 @@
4276 4080
4277 4081
4278 4082
4279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 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">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4280 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 4084 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4281 <source>Code of conduct</source> 4085 <source>Code of conduct</source>
4282 <target state="new">Code of conduct</target> 4086 <target state="new">Code of conduct</target>
4283 4087
4284 4088
4285 4089
4286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</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">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4287 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 4091 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4288 <source>Moderation information</source> 4092 <source>Moderation information</source>
4289 <target state="new">Moderation information</target> 4093 <target state="new">Moderation information</target>
4290 4094
4291 4095
4292 4096
4293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 4097 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
4294 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 4098 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4295 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4099 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4296 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 4100 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4297 4101
4298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</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">140</context></context-group></trans-unit>
4299 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4103 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4300 <source>YOU AND YOUR INSTANCE</source> 4104 <source>YOU AND YOUR INSTANCE</source>
4301 <target state="new">YOU AND YOUR INSTANCE</target> 4105 <target state="new">YOU AND YOUR INSTANCE</target>
4302 4106
4303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit> 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">154</context></context-group></trans-unit>
4304 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4108 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4305 <source>Who is behind the instance?</source> 4109 <source>Who is behind the instance?</source>
4306 <target state="new">Who is behind the instance?</target> 4110 <target state="new">Who is behind the instance?</target>
4307 4111
4308 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</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">160</context></context-group></trans-unit>
4309 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4113 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4310 <source>A single person? A non-profit? A company?</source> 4114 <source>A single person? A non-profit? A company?</source>
4311 <target state="new">A single person? A non-profit? A company?</target> 4115 <target state="new">A single person? A non-profit? A company?</target>
4312 4116
4313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</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">161</context></context-group></trans-unit>
4314 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 4118 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4315 <source>Why did you create this instance?</source> 4119 <source>Why did you create this instance?</source>
4316 <target state="new">Why did you create this instance?</target> 4120 <target state="new">Why did you create this instance?</target>
4317 4121
4318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit> 4122 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit>
4319 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4123 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4320 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4124 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4321 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 4125 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4322 4126
4323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit> 4127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit>
4324 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 4128 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4325 <source>How long do you plan to maintain this instance?</source> 4129 <source>How long do you plan to maintain this instance?</source>
4326 <target state="new">How long do you plan to maintain this instance?</target> 4130 <target state="new">How long do you plan to maintain this instance?</target>
4327 4131
4328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">182</context></context-group></trans-unit> 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">183</context></context-group></trans-unit>
4329 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4133 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4330 <source>It's important to know for users who want to register on your instance</source> 4134 <source>It's important to know for users who want to register on your instance</source>
4331 <target state="new">It's important to know for users who want to register on your instance</target> 4135 <target state="new">It's important to know for users who want to register on your instance</target>
4332 4136
4333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</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">184</context></context-group></trans-unit>
4334 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4138 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4335 <source>How will you finance the PeerTube server?</source> 4139 <source>How will you finance the PeerTube server?</source>
4336 <target state="new">How will you finance the PeerTube server?</target> 4140 <target state="new">How will you finance the PeerTube server?</target>
4337 4141
4338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">193</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">194</context></context-group></trans-unit>
4339 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4143 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4340 <source>With your own funds? With user donations? Advertising?</source> 4144 <source>With your own funds? With user donations? Advertising?</source>
4341 <target state="new">With your own funds? With user donations? Advertising?</target> 4145 <target state="new">With your own funds? With user donations? Advertising?</target>
4342 4146
4343 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit> 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">195</context></context-group></trans-unit>
4344 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4148 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4345 <source>OTHER INFORMATION</source> 4149 <source>OTHER INFORMATION</source>
4346 <target state="new">OTHER INFORMATION</target> 4150 <target state="new">OTHER INFORMATION</target>
4347 4151
4348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit> 4152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit>
4349 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4153 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4350 <source>What server/hardware does the instance run on?</source> 4154 <source>What server/hardware does the instance run on?</source>
4351 <target state="new">What server/hardware does the instance run on?</target> 4155 <target state="new">What server/hardware does the instance run on?</target>
4352 4156
4353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">214</context></context-group></trans-unit> 4157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit>
4354 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 4158 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4355 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source> 4159 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source>
4356 <target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4160 <target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4357 4161
4358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit> 4162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit>
4359 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 4163 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4360 <source>Instance information</source> 4164 <source>Instance information</source>
4361 <target state="translated">ข้อมูลระบบ</target> 4165 <target state="translated">ข้อมูลระบบ</target>
@@ -4365,76 +4169,76 @@
4365 <source>APPEARANCE</source> 4169 <source>APPEARANCE</source>
4366 <target state="new">APPEARANCE</target> 4170 <target state="new">APPEARANCE</target>
4367 4171
4368 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit> 4172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit>
4369 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4173 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4370 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 4174 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4371 <target state="new"> 4175 <target state="new">
4372 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4176 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4373 </target> 4177 </target>
4374 4178
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">240</context></context-group></trans-unit> 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">241</context></context-group></trans-unit>
4376 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4180 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4377 <source>default</source> 4181 <source>default</source>
4378 <target state="new">default</target> 4182 <target state="new">default</target>
4379 4183
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">253</context></context-group></trans-unit> 4184 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
4381 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4185 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4382 <source>Landing page</source> 4186 <source>Landing page</source>
4383 <target state="new">Landing page</target> 4187 <target state="new">Landing page</target>
4384 4188
4385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">262</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">263</context></context-group></trans-unit>
4386 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4190 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4387 <source>Discover videos</source> 4191 <source>Discover videos</source>
4388 <target state="translated">สำรวจวิดีโอ</target> 4192 <target state="translated">สำรวจวิดีโอ</target>
4389 4193
4390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">265</context></context-group></trans-unit> 4194 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit>
4391 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4195 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4392 <source>Trending videos</source> 4196 <source>Trending videos</source>
4393 <target state="new">Trending videos</target> 4197 <target state="new">Trending videos</target>
4394 4198
4395 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 4199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit>
4396 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4200 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4397 <source>Most liked videos</source> 4201 <source>Most liked videos</source>
4398 <target state="translated">วิดีโอที่มีจำนวนการชอบมากที่สุด</target> 4202 <target state="translated">วิดีโอที่มีจำนวนการชอบมากที่สุด</target>
4399 4203
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">267</context></context-group></trans-unit> 4204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit>
4401 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4205 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4402 <source>Recently added videos</source> 4206 <source>Recently added videos</source>
4403 <target state="new">Recently added videos</target> 4207 <target state="new">Recently added videos</target>
4404 4208
4405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit> 4209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit>
4406 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html"> 4210 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
4407 <source>Local videos</source> 4211 <source>Local videos</source>
4408 <target state="new">Local videos</target> 4212 <target state="new">Local videos</target>
4409 4213
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">269</context></context-group></trans-unit> 4214 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit>
4411 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4215 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4412 <source>NEW USERS</source> 4216 <source>NEW USERS</source>
4413 <target state="new">NEW USERS</target> 4217 <target state="new">NEW USERS</target>
4414 4218
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">280</context></context-group></trans-unit> 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">281</context></context-group></trans-unit>
4416 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4220 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4417 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source> 4221 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4418 <target state="new"> 4222 <target state="new">
4419 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4223 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4420 </target> 4224 </target>
4421 4225
4422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit> 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">282</context></context-group></trans-unit>
4423 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 4227 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
4424 <source>Signup enabled</source> 4228 <source>Signup enabled</source>
4425 <target state="new">Signup enabled</target> 4229 <target state="new">Signup enabled</target>
4426 4230
4427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">292</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">293</context></context-group></trans-unit>
4428 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 4232 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
4429 <source>Signup requires email verification</source> 4233 <source>Signup requires email verification</source>
4430 <target state="new">Signup requires email verification</target> 4234 <target state="new">Signup requires email verification</target>
4431 4235
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">300</context></context-group></trans-unit> 4236 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit>
4433 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 4237 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
4434 <source>Signup limit</source> 4238 <source>Signup limit</source>
4435 <target state="new">Signup limit</target> 4239 <target state="new">Signup limit</target>
4436 4240
4437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">304</context></context-group></trans-unit> 4241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit>
4438 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 4242 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
4439 <source>Users</source> 4243 <source>Users</source>
4440 <target state="new">Users</target> 4244 <target state="new">Users</target>
@@ -4522,86 +4326,98 @@
4522 <source>Default video quota per user</source> 4326 <source>Default video quota per user</source>
4523 <target state="new">Default video quota per user</target> 4327 <target state="new">Default video quota per user</target>
4524 4328
4525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">319</context></context-group></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">320</context></context-group></trans-unit>
4526 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4330 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4527 <source>Default daily upload limit per user</source> 4331 <source>Default daily upload limit per user</source>
4528 <target state="new">Default daily upload limit per user</target> 4332 <target state="new">Default daily upload limit per user</target>
4529 4333
4530 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">331</context></context-group></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">332</context></context-group></trans-unit>
4531 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4335 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4532 <source>NEW VIDEOS</source> 4336 <source>NEW VIDEOS</source>
4533 <target state="new">NEW VIDEOS</target> 4337 <target state="new">NEW VIDEOS</target>
4534 4338
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">348</context></context-group></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">349</context></context-group></trans-unit>
4536 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4340 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4537 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4341 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4538 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4342 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4539 4343
4540 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">359</context></context-group></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">360</context></context-group></trans-unit>
4541 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4345 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4542 <source>Allow import with a torrent file or a magnet URI</source> 4346 <source>Allow import with a torrent file or a magnet URI</source>
4543 <target state="new">Allow import with a torrent file or a magnet URI</target> 4347 <target state="new">Allow import with a torrent file or a magnet URI</target>
4544 4348
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">366</context></context-group></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">367</context></context-group></trans-unit>
4546 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4350 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4547 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4351 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4548 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4352 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4549 4353
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">383</context></context-group></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">384</context></context-group></trans-unit>
4551 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4355 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4552 <source>Blacklist new videos automatically</source> 4356 <source>Blacklist new videos automatically</source>
4553 <target state="new">Blacklist new videos automatically</target> 4357 <target state="new">Blacklist new videos automatically</target>
4554 4358
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">380</context></context-group></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">381</context></context-group></trans-unit>
4556 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4360 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4557 <source>FEDERATION</source> 4361 <source>FEDERATION</source>
4558 <target state="new">FEDERATION</target> 4362 <target state="new">FEDERATION</target>
4559 4363
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">397</context></context-group></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">398</context></context-group></trans-unit>
4561 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4365 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4562 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source> 4366 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4563 <target state="new"> 4367 <target state="new">
4564 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4368 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4565 </target> 4369 </target>
4566 4370
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">398</context></context-group></trans-unit> 4371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit>
4568 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4372 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4569 <source>Other instances can follow yours</source> 4373 <source>Other instances can follow yours</source>
4570 <target state="new">Other instances can follow yours</target> 4374 <target state="new">Other instances can follow yours</target>
4571 4375
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">411</context></context-group></trans-unit> 4376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit>
4573 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4377 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4574 <source>Manually approve new instance followers</source> 4378 <source>Manually approve new instance followers</source>
4575 <target state="new">Manually approve new instance followers</target> 4379 <target state="new">Manually approve new instance followers</target>
4576 4380
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">418</context></context-group></trans-unit> 4381 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit>
4578 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4382 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4579 <source>Automatically follow back instances</source> 4383 <source>Automatically follow back instances</source>
4580 <target state="new">Automatically follow back instances</target> 4384 <target state="new">Automatically follow back instances</target>
4581 4385
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">431</context></context-group></trans-unit> 4386 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4387 <source>
4388 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4389 </source><target state="new">
4390 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4391 </target>
4392 <context-group purpose="location">
4393 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4394 <context context-type="linenumber">450</context>
4395 </context-group>
4396 </trans-unit>
4583 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4397 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4584 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4398 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4585 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4399 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4586 4400
4587 4401
4588 4402
4589 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit> 4403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4590 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4404 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4591 <source>Index URL</source> 4405 <source>Index URL</source>
4592 <target state="new">Index URL</target> 4406 <target state="new">Index URL</target>
4593 4407
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">452</context></context-group></trans-unit> 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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4595 <trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4409 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4596 <source>Automatically follow instances of the public index</source> 4410 <context-group purpose="location">
4597 <target state="new">Automatically follow instances of the public index</target> 4411 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4598 4412 <context context-type="linenumber">445</context>
4599 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group></trans-unit> 4413 </context-group>
4414 </trans-unit>
4415
4600 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4416 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4601 <source>ADMINISTRATORS</source> 4417 <source>ADMINISTRATORS</source>
4602 <target state="new">ADMINISTRATORS</target> 4418 <target state="new">ADMINISTRATORS</target>
4603 4419
4604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">472</context></context-group></trans-unit> 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">477</context></context-group></trans-unit>
4605 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 4421 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
4606 <source>Administrator</source> 4422 <source>Administrator</source>
4607 <target state="new">Administrator</target> 4423 <target state="new">Administrator</target>
@@ -4611,39 +4427,39 @@
4611 <source>Admin email</source> 4427 <source>Admin email</source>
4612 <target state="new">Admin email</target> 4428 <target state="new">Admin email</target>
4613 4429
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">478</context></context-group></trans-unit> 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">483</context></context-group></trans-unit>
4615 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4431 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4616 <source>Enable contact form</source> 4432 <source>Enable contact form</source>
4617 <target state="new">Enable contact form</target> 4433 <target state="new">Enable contact form</target>
4618 4434
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">489</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">494</context></context-group></trans-unit>
4620 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 4436 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
4621 <source>Basic configuration</source> 4437 <source>Basic configuration</source>
4622 <target state="new">Basic configuration</target> 4438 <target state="new">Basic configuration</target>
4623 4439
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">233</context></context-group></trans-unit> 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">234</context></context-group></trans-unit>
4625 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4441 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4626 <source>TWITTER</source> 4442 <source>TWITTER</source>
4627 <target state="new">TWITTER</target> 4443 <target state="new">TWITTER</target>
4628 4444
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">506</context></context-group></trans-unit> 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">511</context></context-group></trans-unit>
4630 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4446 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4631 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 4447 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4632 <target state="new"> 4448 <target state="new">
4633 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4449 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4634 </target> 4450 </target>
4635 4451
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">507</context></context-group></trans-unit> 4452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit>
4637 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 4453 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
4638 <source>Your Twitter username</source> 4454 <source>Your Twitter username</source>
4639 <target state="new">Your Twitter username</target> 4455 <target state="new">Your Twitter username</target>
4640 4456
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">518</context></context-group></trans-unit> 4457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit>
4642 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 4458 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
4643 <source>Instance whitelisted by Twitter</source> 4459 <source>Instance whitelisted by Twitter</source>
4644 <target state="new">Instance whitelisted by Twitter</target> 4460 <target state="new">Instance whitelisted by Twitter</target>
4645 4461
4646 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit> 4462 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit>
4647 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4463 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4648 <source> 4464 <source>
4649 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/>"/> 4465 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/>"/>
@@ -4660,17 +4476,17 @@
4660 to see if you instance is whitelisted. 4476 to see if you instance is whitelisted.
4661 </target> 4477 </target>
4662 4478
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">534</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">539</context></context-group></trans-unit>
4664 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 4480 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
4665 <source>Services</source> 4481 <source>Services</source>
4666 <target state="new">Services</target> 4482 <target state="new">Services</target>
4667 4483
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">500</context></context-group></trans-unit> 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">505</context></context-group></trans-unit>
4669 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4485 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4670 <source>TRANSCODING</source> 4486 <source>TRANSCODING</source>
4671 <target state="new">TRANSCODING</target> 4487 <target state="new">TRANSCODING</target>
4672 4488
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">560</context></context-group></trans-unit> 4489 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit>
4674 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4490 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4675 <source> 4491 <source>
4676 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4492 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
@@ -4681,41 +4497,35 @@
4681 resources, this is a critical part of PeerTube, so tread carefully. 4497 resources, this is a critical part of PeerTube, so tread carefully.
4682 </target> 4498 </target>
4683 4499
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">561</context></context-group></trans-unit> 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">566</context></context-group></trans-unit>
4685 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 4501 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
4686 <source>Transcoding enabled</source> 4502 <source>Transcoding enabled</source>
4687 <target state="new">Transcoding enabled</target> 4503 <target state="new">Transcoding enabled</target>
4688 4504
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">574</context></context-group></trans-unit> 4505 <context-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>
4690 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 4506 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
4691 <source>If you disable transcoding, many videos from your users will not work!</source> 4507 <source>If you disable transcoding, many videos from your users will not work!</source>
4692 <target state="new">If you disable transcoding, many videos from your users will not work!</target> 4508 <target state="new">If you disable transcoding, many videos from your users will not work!</target>
4693 4509
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">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4695 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4511 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4696 <context-group purpose="location"> 4512
4697 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">594</context></context-group></trans-unit>
4698 <context context-type="linenumber">589</context>
4699 </context-group>
4700 </trans-unit>
4701 4514
4702 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4515 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4703 <source>Allow additional extensions</source> 4516 <source>Allow additional extensions</source>
4704 <target state="new">Allow additional extensions</target> 4517 <target state="new">Allow additional extensions</target>
4705 4518
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">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4707 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4520 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4708 <context-group purpose="location"> 4521
4709 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">605</context></context-group></trans-unit>
4710 <context context-type="linenumber">600</context>
4711 </context-group>
4712 </trans-unit>
4713 4523
4714 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4524 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4715 <source>Allow audio files upload</source> 4525 <source>Allow audio files upload</source>
4716 <target state="new">Allow audio files upload</target> 4526 <target state="new">Allow audio files upload</target>
4717 4527
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">597</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4719 <source> 4529 <source>
4720 <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>"/> 4530 <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>"/>
4721 4531
@@ -4733,17 +4543,14 @@
4733 4543
4734 <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 <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>"/>
4735 </target> 4545 </target>
4736 <context-group purpose="location"> 4546
4737 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">617</context></context-group></trans-unit>
4738 <context context-type="linenumber">612</context>
4739 </context-group>
4740 </trans-unit>
4741 4548
4742 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4549 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4743 <source>WebTorrent support enabled</source> 4550 <source>WebTorrent support enabled</source>
4744 <target state="new">WebTorrent support enabled</target> 4551 <target state="new">WebTorrent support enabled</target>
4745 4552
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">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4747 <source> 4554 <source>
4748 <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>"/> 4555 <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>"/>
4749 4556
@@ -4767,73 +4574,70 @@
4767 4574
4768 <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>"/> 4575 <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>"/>
4769 </target> 4576 </target>
4770 <context-group purpose="location"> 4577
4771 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">638</context></context-group></trans-unit>
4772 <context context-type="linenumber">633</context>
4773 </context-group>
4774 </trans-unit>
4775 4579
4776 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4580 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4777 <source>HLS support enabled</source> 4581 <source>HLS support enabled</source>
4778 <target state="new">HLS support enabled</target> 4582 <target state="new">HLS support enabled</target>
4779 4583
4780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group></trans-unit> 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">635</context></context-group></trans-unit>
4781 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4585 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4782 <source>Transcoding threads</source> 4586 <source>Transcoding threads</source>
4783 <target state="new">Transcoding threads</target> 4587 <target state="new">Transcoding threads</target>
4784 4588
4785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit> 4589 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit>
4786 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4590 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4787 <source>Resolutions to generate</source> 4591 <source>Resolutions to generate</source>
4788 <target state="new">Resolutions to generate</target> 4592 <target state="new">Resolutions to generate</target>
4789 4593
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">672</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">673</context></context-group></trans-unit>
4791 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4595 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4792 <source>CACHE</source> 4596 <source>CACHE</source>
4793 <target state="new">CACHE</target> 4597 <target state="new">CACHE</target>
4794 4598
4795 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group></trans-unit> 4599 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit>
4796 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4600 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4797 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 4601 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
4798 <target state="new"> 4602 <target state="new">
4799 Some files are not federated, and fetched when necessary. Define their caching policies. 4603 Some files are not federated, and fetched when necessary. Define their caching policies.
4800 </target> 4604 </target>
4801 4605
4802 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></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">700</context></context-group></trans-unit>
4803 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4607 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4804 <source>Number of previews to keep in cache</source> 4608 <source>Number of previews to keep in cache</source>
4805 <target state="new">Number of previews to keep in cache</target> 4609 <target state="new">Number of previews to keep in cache</target>
4806 4610
4807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</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">709</context></context-group></trans-unit>
4808 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4612 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4809 <source>Number of video captions to keep in cache</source> 4613 <source>Number of video captions to keep in cache</source>
4810 <target state="new">Number of video captions to keep in cache</target> 4614 <target state="new">Number of video captions to keep in cache</target>
4811 4615
4812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group></trans-unit> 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">718</context></context-group></trans-unit>
4813 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4617 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4814 <source>CUSTOMIZATIONS</source> 4618 <source>CUSTOMIZATIONS</source>
4815 <target state="new">CUSTOMIZATIONS</target> 4619 <target state="new">CUSTOMIZATIONS</target>
4816 4620
4817 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group></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">733</context></context-group></trans-unit>
4818 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4622 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4819 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 4623 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
4820 <target state="new"> 4624 <target state="new">
4821 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4625 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4822 </target> 4626 </target>
4823 4627
4824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></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">734</context></context-group></trans-unit>
4825 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 4629 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4826 <source>JavaScript</source> 4630 <source>JavaScript</source>
4827 <target state="new">JavaScript</target> 4631 <target state="new">JavaScript</target>
4828 4632
4829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit> 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">744</context></context-group></trans-unit>
4830 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4634 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4831 <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> 4635 <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>
4832 <target state="new"> 4636 <target state="new">
4833 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>"/> 4637 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>"/>
4834 </target> 4638 </target>
4835 4639
4836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</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">747</context></context-group></trans-unit>
4837 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4641 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4838 <source> 4642 <source>
4839 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/>"/> 4643 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/>"/>
@@ -4860,22 +4664,22 @@
4860 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4664 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4861 </target> 4665 </target>
4862 4666
4863 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</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">766</context></context-group></trans-unit>
4864 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4668 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4865 <source>Advanced configuration</source> 4669 <source>Advanced configuration</source>
4866 <target state="new">Advanced configuration</target> 4670 <target state="new">Advanced configuration</target>
4867 4671
4868 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</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">559</context></context-group></trans-unit>
4869 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4673 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4870 <source>Update configuration</source> 4674 <source>Update configuration</source>
4871 <target state="new">Update configuration</target> 4675 <target state="new">Update configuration</target>
4872 4676
4873 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</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">804</context></context-group></trans-unit>
4874 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4678 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4875 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4679 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4876 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4680 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4877 4681
4878 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</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">805</context></context-group></trans-unit>
4879 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4683 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4880 <source>PROFILE</source> 4684 <source>PROFILE</source>
4881 <target state="new">PROFILE</target> 4685 <target state="new">PROFILE</target>
@@ -5043,23 +4847,27 @@
5043 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4847 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5044 <context context-type="linenumber">6</context> 4848 <context context-type="linenumber">6</context>
5045 </context-group> 4849 </context-group>
5046 </trans-unit> 4850 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5047 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 4851 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
5048 <source>Only display videos in the following languages/subtitles</source>
5049 <target state="translated">แสดงเฉพาะวิดีโอในภาษาหรือคำบรรยายเหล่านี้</target>
5050 <context-group purpose="location"> 4852 <context-group purpose="location">
5051 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4853 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5052 <context context-type="linenumber">22</context> 4854 <context context-type="linenumber">14</context>
4855 </context-group>
4856 <context-group purpose="location">
4857 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4858 <context context-type="linenumber">111</context>
5053 </context-group> 4859 </context-group>
5054 </trans-unit> 4860 </trans-unit>
4861 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
4862 <source>Only display videos in the following languages/subtitles</source>
4863 <target state="translated">แสดงเฉพาะวิดีโอในภาษาหรือคำบรรยายเหล่านี้</target>
4864
4865 <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">23</context></context-group></trans-unit>
5055 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 4866 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5056 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 4867 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
5057 <target state="translated">ในหน้าเพิ่งเผยแพร่ มาแรง เว็บไซต์นี้ และหน้าค้นหา</target> 4868 <target state="translated">ในหน้าเพิ่งเผยแพร่ มาแรง เว็บไซต์นี้ และหน้าค้นหา</target>
5058 <context-group purpose="location"> 4869
5059 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4870 <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">26</context></context-group></trans-unit>
5060 <context context-type="linenumber">25</context>
5061 </context-group>
5062 </trans-unit>
5063 4871
5064 4872
5065 4873
@@ -5116,23 +4924,17 @@
5116 <target state="translated">ธีม</target> 4924 <target state="translated">ธีม</target>
5117 4925
5118 4926
5119 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 4927 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
5120 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 4928 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
5121 <source>instance default</source> 4929 <source>instance default</source>
5122 <target state="translated">ค่าเริ่มต้นของระบบ</target> 4930 <target state="translated">ค่าเริ่มต้นของระบบ</target>
5123 <context-group purpose="location"> 4931
5124 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4932 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
5125 <context context-type="linenumber">7</context>
5126 </context-group>
5127 </trans-unit>
5128 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 4933 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
5129 <source>peertube default</source> 4934 <source>peertube default</source>
5130 <target state="translated">ค่าเริ่มต้นของ peertube</target> 4935 <target state="translated">ค่าเริ่มต้นของ peertube</target>
5131 <context-group purpose="location"> 4936
5132 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4937 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5133 <context context-type="linenumber">8</context>
5134 </context-group>
5135 </trans-unit>
5136 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html"> 4938 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
5137 <source>Change ownership</source> 4939 <source>Change ownership</source>
5138 <target state="translated">เปลี่ยนเจ้าของ</target> 4940 <target state="translated">เปลี่ยนเจ้าของ</target>
@@ -5287,6 +5089,18 @@
5287 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5089 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5288 <context context-type="linenumber">8</context> 5090 <context context-type="linenumber">8</context>
5289 </context-group> 5091 </context-group>
5092 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5093 <source>See the error</source><target state="new">See the error</target>
5094 <context-group purpose="location">
5095 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5096 <context context-type="linenumber">19</context>
5097 </context-group>
5098 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5099 <source>This video was deleted</source><target state="new">This video was deleted</target>
5100 <context-group purpose="location">
5101 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5102 <context context-type="linenumber">36</context>
5103 </context-group>
5290 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5104 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5291 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5105 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5292 <context-group purpose="location"> 5106 <context-group purpose="location">
@@ -5641,44 +5455,17 @@
5641 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a" datatype="html"> 5455 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a" datatype="html">
5642 <source>Stats</source> 5456 <source>Stats</source>
5643 <target state="translated">สถิติ</target> 5457 <target state="translated">สถิติ</target>
5644 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group> 5458
5645 </trans-unit> 5459 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit>
5646 <trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5460
5647 <source>Creators</source> 5461
5648 <target state="new">Creators</target> 5462
5649 <context-group purpose="location">
5650 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5651 <context context-type="linenumber">162</context>
5652 </context-group>
5653 </trans-unit>
5654 <trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5655 <source>Creator guide</source>
5656 <target state="new">Creator guide</target>
5657 <context-group purpose="location">
5658 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5659 <context context-type="linenumber">162</context>
5660 </context-group>
5661 </trans-unit>
5662 <trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5663 <source>Contributors</source>
5664 <target state="new">Contributors</target>
5665 <context-group purpose="location">
5666 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5667 <context context-type="linenumber">163</context>
5668 </context-group>
5669 </trans-unit>
5670 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html"> 5463 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5671 <source>PeerTube license</source> 5464 <source>PeerTube license</source>
5672 <target state="new">PeerTube license</target> 5465 <target state="new">PeerTube license</target>
5673 <context-group purpose="location"> 5466
5674 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5467
5675 <context context-type="linenumber">163</context> 5468 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5676 </context-group>
5677 <context-group purpose="location">
5678 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5679 <context context-type="linenumber">175</context>
5680 </context-group>
5681 </trans-unit>
5682 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html"> 5469 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
5683 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5470 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5684 <target state="translated">เข้าร่วมเมื่อ <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5471 <target state="translated">เข้าร่วมเมื่อ <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6613,6 +6400,30 @@
6613 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6400 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6614 <context context-type="linenumber">1</context> 6401 <context context-type="linenumber">1</context>
6615 </context-group> 6402 </context-group>
6403 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6404 <source>Process domains</source><target state="new">Process domains</target>
6405 <context-group purpose="location">
6406 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6407 <context context-type="linenumber">1</context>
6408 </context-group>
6409 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6410 <source>Domain is required.</source><target state="new">Domain is required.</target>
6411 <context-group purpose="location">
6412 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6413 <context context-type="linenumber">1</context>
6414 </context-group>
6415 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6416 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6417 <context-group purpose="location">
6418 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6419 <context context-type="linenumber">1</context>
6420 </context-group>
6421 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6422 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6423 <context-group purpose="location">
6424 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6425 <context context-type="linenumber">1</context>
6426 </context-group>
6616 </trans-unit> 6427 </trans-unit>
6617 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html"> 6428 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
6618 <source>Unlimited</source> 6429 <source>Unlimited</source>
@@ -6633,6 +6444,16 @@
6633 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context> 6444 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
6634 <context context-type="linenumber">1</context> 6445 <context context-type="linenumber">1</context>
6635 </context-group> 6446 </context-group>
6447 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6448 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6449 <context-group purpose="location">
6450 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6451 <context context-type="linenumber">1</context>
6452 </context-group>
6453 <context-group purpose="location">
6454 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6455 <context context-type="linenumber">1</context>
6456 </context-group>
6636 </trans-unit> 6457 </trans-unit>
6637 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html"> 6458 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
6638 <source>100MB</source> 6459 <source>100MB</source>
@@ -6769,51 +6590,17 @@
6769 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html"> 6590 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
6770 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source> 6591 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
6771 <target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target> 6592 <target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target>
6772 <context-group purpose="location"> 6593
6773 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6594 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6774 <context context-type="linenumber">1</context> 6595
6775 </context-group> 6596
6776 </trans-unit> 6597
6777 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html"> 6598
6778 <source>You need to specify hosts to follow.</source>
6779 <target state="new">You need to specify hosts to follow.</target>
6780 <context-group purpose="location">
6781 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6782 <context context-type="linenumber">1</context>
6783 </context-group>
6784 </trans-unit>
6785 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
6786 <source>Hosts need to be unique.</source>
6787 <target state="new">Hosts need to be unique.</target>
6788 <context-group purpose="location">
6789 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6790 <context context-type="linenumber">1</context>
6791 </context-group>
6792 </trans-unit>
6793 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
6794 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6795 <target state="new">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6796 <context-group purpose="location">
6797 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6798 <context context-type="linenumber">1</context>
6799 </context-group>
6800 </trans-unit>
6801 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409" datatype="html">
6802 <source>Follow new server(s)</source>
6803 <target state="new">Follow new server(s)</target>
6804 <context-group purpose="location">
6805 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6806 <context context-type="linenumber">1</context>
6807 </context-group>
6808 </trans-unit>
6809 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html"> 6599 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
6810 <source>Follow request(s) sent!</source> 6600 <source>Follow request(s) sent!</source>
6811 <target state="new">Follow request(s) sent!</target> 6601 <target state="new">Follow request(s) sent!</target>
6812 <context-group purpose="location"> 6602
6813 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6603 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6814 <context context-type="linenumber">1</context>
6815 </context-group>
6816 </trans-unit>
6817 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html"> 6604 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
6818 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6605 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6819 <target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 6606 <target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -6917,6 +6704,12 @@
6917 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 6704 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6918 <context context-type="linenumber">1</context> 6705 <context context-type="linenumber">1</context>
6919 </context-group> 6706 </context-group>
6707 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6708 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6709 <context-group purpose="location">
6710 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6711 <context context-type="linenumber">1</context>
6712 </context-group>
6920 </trans-unit> 6713 </trans-unit>
6921 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html"> 6714 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
6922 <source>Comment updated.</source> 6715 <source>Comment updated.</source>
@@ -6925,23 +6718,33 @@
6925 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context> 6718 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
6926 <context context-type="linenumber">1</context> 6719 <context context-type="linenumber">1</context>
6927 </context-group> 6720 </context-group>
6928 </trans-unit> 6721 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
6929 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html"> 6722 <source>Internal actions</source><target state="new">Internal actions</target>
6930 <source>Delete this report</source>
6931 <target state="translated">ลบรายงานนี้</target>
6932 <context-group purpose="location"> 6723 <context-group purpose="location">
6933 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6724 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6934 <context context-type="linenumber">1</context> 6725 <context context-type="linenumber">1</context>
6935 </context-group> 6726 </context-group>
6936 </trans-unit> 6727 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
6937 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 6728 <source>Delete report</source><target state="new">Delete report</target>
6938 <source>Update moderation comment</source> 6729 <context-group purpose="location">
6939 <target state="new">Update moderation comment</target> 6730 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6731 <context context-type="linenumber">1</context>
6732 </context-group>
6733 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6734 <source>Add note</source><target state="new">Add note</target>
6735 <context-group purpose="location">
6736 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6737 <context context-type="linenumber">1</context>
6738 </context-group>
6739 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6740 <source>Update note</source><target state="new">Update note</target>
6940 <context-group purpose="location"> 6741 <context-group purpose="location">
6941 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6742 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6942 <context context-type="linenumber">1</context> 6743 <context context-type="linenumber">1</context>
6943 </context-group> 6744 </context-group>
6944 </trans-unit> 6745 </trans-unit>
6746
6747
6945 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html"> 6748 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html">
6946 <source>Mark as accepted</source> 6749 <source>Mark as accepted</source>
6947 <target state="new">Mark as accepted</target> 6750 <target state="new">Mark as accepted</target>
@@ -6957,6 +6760,12 @@
6957 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6760 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6958 <context context-type="linenumber">1</context> 6761 <context context-type="linenumber">1</context>
6959 </context-group> 6762 </context-group>
6763 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
6764 <source>Actions for the video</source><target state="new">Actions for the video</target>
6765 <context-group purpose="location">
6766 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6767 <context context-type="linenumber">1</context>
6768 </context-group>
6960 </trans-unit> 6769 </trans-unit>
6961 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 6770 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
6962 <source>Do you really want to delete this abuse report?</source> 6771 <source>Do you really want to delete this abuse report?</source>
@@ -7909,11 +7718,8 @@
7909 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7718 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7910 <source>max size</source> 7719 <source>max size</source>
7911 <target state="new">max size</target> 7720 <target state="new">max size</target>
7912 <context-group purpose="location"> 7721
7913 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7722 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7914 <context context-type="linenumber">1</context>
7915 </context-group>
7916 </trans-unit>
7917 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7723 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
7918 <source>Now please check your emails to verify your account and complete signup.</source> 7724 <source>Now please check your emails to verify your account and complete signup.</source>
7919 <target state="translated">กรุณาตรวจสอบอีเมลของคุณเพื่อยืนยันบัญชีและเสร็จสิ้นการลงทะเบียน</target> 7725 <target state="translated">กรุณาตรวจสอบอีเมลของคุณเพื่อยืนยันบัญชีและเสร็จสิ้นการลงทะเบียน</target>
@@ -8281,6 +8087,12 @@
8281 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8087 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8282 <context context-type="linenumber">1</context> 8088 <context context-type="linenumber">1</context>
8283 </context-group> 8089 </context-group>
8090 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8091 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8092 <context-group purpose="location">
8093 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8094 <context context-type="linenumber">1</context>
8095 </context-group>
8284 </trans-unit> 8096 </trans-unit>
8285 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html"> 8097 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
8286 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 8098 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8353,15 +8165,14 @@
8353 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8165 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8354 <context context-type="linenumber">1</context> 8166 <context context-type="linenumber">1</context>
8355 </context-group> 8167 </context-group>
8356 </trans-unit> 8168 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8357 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html"> 8169 <source>just now</source><target state="new">just now</target>
8358 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
8359 <target state="translated"><x id="INTERPOLATION" equiv-text="{{interval}}"/> วินาทีที่แล้ว</target>
8360 <context-group purpose="location"> 8170 <context-group purpose="location">
8361 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8171 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8362 <context context-type="linenumber">1</context> 8172 <context context-type="linenumber">1</context>
8363 </context-group> 8173 </context-group>
8364 </trans-unit> 8174 </trans-unit>
8175
8365 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8176 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8366 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source> 8177 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source>
8367 <target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 8178 <target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
@@ -10111,11 +9922,8 @@
10111 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 9922 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
10112 <source>Video blacklisted.</source> 9923 <source>Video blacklisted.</source>
10113 <target state="translated">วิดีโอถูกแบล็กลิสต์แล้ว</target> 9924 <target state="translated">วิดีโอถูกแบล็กลิสต์แล้ว</target>
10114 <context-group purpose="location"> 9925
10115 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context> 9926 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
10116 <context context-type="linenumber">1</context>
10117 </context-group>
10118 </trans-unit>
10119 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 9927 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10120 <source>Encoder</source> 9928 <source>Encoder</source>
10121 <target state="new">Encoder</target> 9929 <target state="new">Encoder</target>
@@ -10399,15 +10207,14 @@
10399 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context> 10207 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
10400 <context context-type="linenumber">1</context> 10208 <context context-type="linenumber">1</context>
10401 </context-group> 10209 </context-group>
10402 </trans-unit> 10210 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10403 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 10211 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10404 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
10405 <target state="translated">คำสั่งลบจะถูกส่งไปยังเว็บไซต์อื่น ดังนั้น ความคิดเห็นจะถูกลบบนเว็บไซต์อื่นด้วย</target>
10406 <context-group purpose="location"> 10212 <context-group purpose="location">
10407 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10213 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10408 <context context-type="linenumber">1</context> 10214 <context context-type="linenumber">1</context>
10409 </context-group> 10215 </context-group>
10410 </trans-unit> 10216 </trans-unit>
10217
10411 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 10218 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
10412 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10219 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10413 <target state="translated">เนื่องจากเป็นเนื้อหาที่อยู่บนเว็บไซต์อื่น การลบจะได้ผลบนเว็บไซต์ของคุณเท่านั้น</target> 10220 <target state="translated">เนื่องจากเป็นเนื้อหาที่อยู่บนเว็บไซต์อื่น การลบจะได้ผลบนเว็บไซต์ของคุณเท่านั้น</target>
diff --git a/client/src/locale/angular.tr-TR.xlf b/client/src/locale/angular.tr-TR.xlf
index 7a2ad60c7..edae95d21 100644
--- a/client/src/locale/angular.tr-TR.xlf
+++ b/client/src/locale/angular.tr-TR.xlf
@@ -614,34 +614,34 @@
614 <context-group name="null"> 614 <context-group name="null">
615 <context context-type="linenumber">6</context> 615 <context context-type="linenumber">6</context>
616 </context-group> 616 </context-group>
617 <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> 617
618 <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> 618
619 </trans-unit> 619 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
620 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 620 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
621 <source>Private</source> 621 <source>Private</source>
622 <target>Özel</target> 622 <target>Özel</target>
623 <context-group name="null"> 623 <context-group name="null">
624 <context context-type="linenumber">7</context> 624 <context context-type="linenumber">7</context>
625 </context-group> 625 </context-group>
626 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</context></context-group> 626
627 <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> 627
628 <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> 628
629 </trans-unit> 629 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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>
630 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 630 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
631 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 631 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
632 <target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 632 <target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
633 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group> 633
634 </trans-unit> 634 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
635 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 635 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
636 <source>Blacklisted</source> 636 <source>Blacklisted</source>
637 <target state="new">Blacklisted</target> 637 <target state="new">Blacklisted</target>
638 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group> 638
639 </trans-unit> 639 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
640 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 640 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
641 <source>Sensitive</source> 641 <source>Sensitive</source>
642 <target state="new">Sensitive</target> 642 <target state="new">Sensitive</target>
643 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group> 643
644 </trans-unit> 644 <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>
645 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 645 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
646 <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>
647 <target>{VAR_PLURAL, plural, =0 {Video yok} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> video} }</target> 647 <target>{VAR_PLURAL, plural, =0 {Video yok} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> video} }</target>
@@ -697,7 +697,7 @@
697 697
698 698
699 699
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">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</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">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
701 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 701 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
702 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 702 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
703 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 703 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -742,7 +742,7 @@
742 742
743 743
744 744
745 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 745 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
746 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 746 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
747 <source>Truncated preview</source> 747 <source>Truncated preview</source>
748 <target>Ucundan önizle</target> 748 <target>Ucundan önizle</target>
@@ -905,10 +905,10 @@
905 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36" datatype="html"> 905 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36" datatype="html">
906 <source>Import</source> 906 <source>Import</source>
907 <target state="new">Import</target> 907 <target state="new">Import</target>
908 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group> 908
909 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group> 909
910 <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">46</context></context-group> 910
911 </trans-unit> 911 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
912 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 912 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
913 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 913 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
914 <target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target> 914 <target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target>
@@ -1035,7 +1035,7 @@
1035 1035
1036 1036
1037 1037
1038 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1038 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1039 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 1039 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
1040 <source>Ban this user</source> 1040 <source>Ban this user</source>
1041 <target state="new">Ban this user</target> 1041 <target state="new">Ban this user</target>
@@ -1049,14 +1049,7 @@
1049 <context context-type="linenumber">11</context> 1049 <context context-type="linenumber">11</context>
1050 </context-group> 1050 </context-group>
1051 </trans-unit> 1051 </trans-unit>
1052 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 1052
1053 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1054 <target state="new">(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1055 <context-group purpose="location">
1056 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
1057 <context context-type="linenumber">12</context>
1058 </context-group>
1059 </trans-unit>
1060 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1053 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1061 <source>Login</source> 1054 <source>Login</source>
1062 <target> 1055 <target>
@@ -1182,7 +1175,7 @@
1182 1175
1183 1176
1184 1177
1185 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1178 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1186 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html"> 1179 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html">
1187 <source>Email address</source> 1180 <source>Email address</source>
1188 <target state="new">Email address</target> 1181 <target state="new">Email address</target>
@@ -1549,15 +1542,9 @@
1549 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1542 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1550 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source> 1543 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source>
1551 <target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1544 <target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1552 <context-group purpose="location"> 1545
1553 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1546
1554 <context context-type="linenumber">36</context> 1547 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit>
1555 </context-group>
1556 <context-group purpose="location">
1557 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1558 <context context-type="linenumber">158</context>
1559 </context-group>
1560 </trans-unit>
1561 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html"> 1548 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1562 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source> 1549 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source>
1563 <target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1550 <target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
@@ -1601,50 +1588,35 @@
1601 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1588 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1602 <source>Help</source> 1589 <source>Help</source>
1603 <target state="new">Help</target> 1590 <target state="new">Help</target>
1604 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group> 1591
1605 </trans-unit> 1592 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1606 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1593 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1607 <source>Get help using PeerTube</source> 1594 <source>Get help using PeerTube</source>
1608 <target state="new">Get help using PeerTube</target> 1595 <target state="new">Get help using PeerTube</target>
1609 <context-group purpose="location"> 1596
1610 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1597 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1611 <context context-type="linenumber">167</context>
1612 </context-group>
1613 </trans-unit>
1614 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html"> 1598 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1615 <source>Shortcuts</source> 1599 <source>Shortcuts</source>
1616 <target state="new">Shortcuts</target> 1600 <target state="new">Shortcuts</target>
1617 <context-group purpose="location"> 1601
1618 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1602 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit>
1619 <context context-type="linenumber">168</context>
1620 </context-group>
1621 </trans-unit>
1622 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html"> 1603 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1623 <source>powered by PeerTube</source> 1604 <source>powered by PeerTube</source>
1624 <target state="new"> 1605 <target state="new">
1625 powered by PeerTube 1606 powered by PeerTube
1626 </target> 1607 </target>
1627 <context-group purpose="location"> 1608
1628 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1609 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1629 <context context-type="linenumber">172</context>
1630 </context-group>
1631 </trans-unit>
1632 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html"> 1610 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1633 <source>PeerTube website</source> 1611 <source>PeerTube website</source>
1634 <target state="new">PeerTube website</target> 1612 <target state="new">PeerTube website</target>
1635 <context-group purpose="location"> 1613
1636 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1614 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1637 <context context-type="linenumber">172</context>
1638 </context-group>
1639 </trans-unit>
1640 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html"> 1615 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1641 <source>powered by PeerTube - CopyLeft 2015-2020</source> 1616 <source>powered by PeerTube - CopyLeft 2015-2020</source>
1642 <target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1617 <target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1643 <context-group purpose="location"> 1618
1644 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1619 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1645 <context context-type="linenumber">171</context>
1646 </context-group>
1647 </trans-unit>
1648 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1620 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1649 <source>Log out</source> 1621 <source>Log out</source>
1650 <target state="new">Log out</target> 1622 <target state="new">Log out</target>
@@ -1738,19 +1710,9 @@
1738 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1710 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1739 <source>Contact</source> 1711 <source>Contact</source>
1740 <target state="new">Contact</target> 1712 <target state="new">Contact</target>
1741 <context-group purpose="location"> 1713
1742 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1714 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1743 <context context-type="linenumber">154</context> 1715
1744 </context-group>
1745 </trans-unit>
1746 <trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1747 <source>Terms of Service</source>
1748 <target state="new">Terms of Service</target>
1749 <context-group purpose="location">
1750 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1751 <context context-type="linenumber">155</context>
1752 </context-group>
1753 </trans-unit>
1754 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1716 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1755 <source>View your notifications</source> 1717 <source>View your notifications</source>
1756 <target state="new">View your notifications</target> 1718 <target state="new">View your notifications</target>
@@ -2154,7 +2116,7 @@
2154 2116
2155 2117
2156 2118
2157 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2119 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2158 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2120 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2159 <source>Privacy</source> 2121 <source>Privacy</source>
2160 <target>Gizlilik</target> 2122 <target>Gizlilik</target>
@@ -2169,47 +2131,28 @@
2169 2131
2170 2132
2171 2133
2172 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit> 2134 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit>
2173 <trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2135
2174 <source>More information about privacy within PeerTube</source>
2175 <target state="new">More information about privacy within PeerTube</target>
2176 <context-group purpose="location">
2177 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2178 <context context-type="linenumber">164</context>
2179 </context-group>
2180 </trans-unit>
2181 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html"> 2136 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2182 <source>FAQ</source> 2137 <source>FAQ</source>
2183 <target state="new">FAQ</target> 2138 <target state="new">FAQ</target>
2184 <context-group purpose="location"> 2139
2185 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2140 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2186 <context context-type="linenumber">165</context>
2187 </context-group>
2188 </trans-unit>
2189 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html"> 2141 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2190 <source>Frequently asked questions about PeerTube</source> 2142 <source>Frequently asked questions about PeerTube</source>
2191 <target state="new">Frequently asked questions about PeerTube</target> 2143 <target state="new">Frequently asked questions about PeerTube</target>
2192 <context-group purpose="location"> 2144
2193 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2145 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2194 <context context-type="linenumber">165</context>
2195 </context-group>
2196 </trans-unit>
2197 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html"> 2146 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2198 <source>API</source> 2147 <source>API</source>
2199 <target state="new">API</target> 2148 <target state="new">API</target>
2200 <context-group purpose="location"> 2149
2201 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2150 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2202 <context context-type="linenumber">166</context>
2203 </context-group>
2204 </trans-unit>
2205 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html"> 2151 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2206 <source>API documentation</source> 2152 <source>API documentation</source>
2207 <target state="new">API documentation</target> 2153 <target state="new">API documentation</target>
2208 <context-group purpose="location"> 2154
2209 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2155 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2210 <context context-type="linenumber">166</context>
2211 </context-group>
2212 </trans-unit>
2213 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html"> 2156 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
2214 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2157 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2215 <target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2158 <target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2355,7 +2298,7 @@
2355 2298
2356 2299
2357 2300
2358 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit> 2301 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2359 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 2302 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
2360 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2303 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2361 <target state="new">Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </target> 2304 <target state="new">Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </target>
@@ -2367,11 +2310,11 @@
2367 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb" datatype="html"> 2310 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb" datatype="html">
2368 <source>Update</source> 2311 <source>Update</source>
2369 <target state="new">Update</target> 2312 <target state="new">Update</target>
2370 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group> 2313
2371 <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">74</context></context-group> 2314
2372 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group> 2315
2373 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group> 2316
2374 </trans-unit> 2317 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2375 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html"> 2318 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html">
2376 <source>Select the file to upload</source> 2319 <source>Select the file to upload</source>
2377 <target state="new">Select the file to upload</target> 2320 <target state="new">Select the file to upload</target>
@@ -2383,19 +2326,13 @@
2383 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html"> 2326 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html">
2384 <source>Scheduled</source> 2327 <source>Scheduled</source>
2385 <target state="new">Scheduled</target> 2328 <target state="new">Scheduled</target>
2386 <context-group purpose="location"> 2329
2387 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2330 <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">24</context></context-group></trans-unit>
2388 <context context-type="linenumber">25</context>
2389 </context-group>
2390 </trans-unit>
2391 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2331 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2392 <source>Video background image</source> 2332 <source>Video background image</source>
2393 <target state="new">Video background image</target> 2333 <target state="new">Video background image</target>
2394 <context-group purpose="location"> 2334
2395 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2335 <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">31</context></context-group></trans-unit>
2396 <context context-type="linenumber">32</context>
2397 </context-group>
2398 </trans-unit>
2399 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2336 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2400 <source> 2337 <source>
2401 Image that will be merged with your audio file. 2338 Image that will be merged with your audio file.
@@ -2403,42 +2340,30 @@
2403 The chosen image will be definitive and cannot be modified. 2340 The chosen image will be definitive and cannot be modified.
2404 </source> 2341 </source>
2405 <target state="new"/> 2342 <target state="new"/>
2406 <context-group purpose="location"> 2343
2407 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2344 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2408 <context context-type="linenumber">34</context>
2409 </context-group>
2410 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2411 <source>Processing…</source><target state="new">Processing…</target> 2345 <source>Processing…</source><target state="new">Processing…</target>
2412 <context-group purpose="location"> 2346
2413 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2347 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2414 <context context-type="linenumber">56</context>
2415 </context-group>
2416 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2417 <source>Total video quota</source><target state="new">Total video quota</target> 2348 <source>Total video quota</source><target state="new">Total video quota</target>
2418 <context-group purpose="location"> 2349
2419 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2350
2420 <context context-type="linenumber">54</context> 2351 <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">53</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">11</context></context-group></trans-unit>
2421 </context-group>
2422 <context-group purpose="location">
2423 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2424 <context context-type="linenumber">11</context>
2425 </context-group>
2426 </trans-unit>
2427 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html"> 2352 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2428 <source>Congratulations! Your video is now available in your private library.</source> 2353 <source>Congratulations! Your video is now available in your private library.</source>
2429 <target state="new">Congratulations! Your video is now available in your private library.</target> 2354 <target state="new">Congratulations! Your video is now available in your private library.</target>
2430 2355
2431 <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">68</context></context-group></trans-unit> 2356 <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">67</context></context-group></trans-unit>
2432 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html"> 2357 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
2433 <source>Publish will be available when upload is finished</source> 2358 <source>Publish will be available when upload is finished</source>
2434 <target state="new">Publish will be available when upload is finished</target> 2359 <target state="new">Publish will be available when upload is finished</target>
2435 2360
2436 <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">81</context></context-group></trans-unit> 2361 <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">80</context></context-group></trans-unit>
2437 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html"> 2362 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html">
2438 <source>Publish</source> 2363 <source>Publish</source>
2439 <target state="new">Publish</target> 2364 <target state="new">Publish</target>
2440 2365
2441 <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">88</context></context-group></trans-unit> 2366 <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">87</context></context-group></trans-unit>
2442 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html"> 2367 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
2443 <source>Select the torrent to import</source> 2368 <source>Select the torrent to import</source>
2444 <target state="new">Select the torrent to import</target> 2369 <target state="new">Select the torrent to import</target>
@@ -2446,42 +2371,32 @@
2446 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2371 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2447 <context context-type="linenumber">6</context> 2372 <context context-type="linenumber">6</context>
2448 </context-group> 2373 </context-group>
2449 </trans-unit> 2374 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2450 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc" datatype="html"> 2375 <source>OR</source><target state="new">OR</target>
2451 <source>Or</source>
2452 <target state="new">Or</target>
2453 <context-group purpose="location"> 2376 <context-group purpose="location">
2454 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2377 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2455 <context context-type="linenumber">11</context> 2378 <context context-type="linenumber">10</context>
2456 </context-group> 2379 </context-group>
2457 </trans-unit> 2380 </trans-unit>
2381
2458 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html"> 2382 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
2459 <source>Paste magnet URI</source> 2383 <source>Paste magnet URI</source>
2460 <target state="new">Paste magnet URI</target> 2384 <target state="new">Paste magnet URI</target>
2461 <context-group purpose="location"> 2385
2462 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2386 <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">13</context></context-group></trans-unit>
2463 <context context-type="linenumber">14</context>
2464 </context-group>
2465 </trans-unit>
2466 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2387 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2467 <source> 2388 <source>
2468 You can import any torrent file that points to a mp4 file. 2389 You can import any torrent file that points to a mp4 file.
2469 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. 2390 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.
2470 </source> 2391 </source>
2471 <target state="new"/> 2392 <target state="new"/>
2472 <context-group purpose="location"> 2393
2473 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2394 <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">16</context></context-group></trans-unit>
2474 <context context-type="linenumber">17</context>
2475 </context-group>
2476 </trans-unit>
2477 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html"> 2395 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2478 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2396 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2479 <target state="new">Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</target> 2397 <target state="new">Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</target>
2480 <context-group purpose="location"> 2398
2481 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2399 <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">56</context></context-group></trans-unit>
2482 <context context-type="linenumber">57</context>
2483 </context-group>
2484 </trans-unit>
2485 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2400 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2486 <source> 2401 <source>
2487 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. 2402 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.
@@ -2769,10 +2684,10 @@
2769 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c" datatype="html"> 2684 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c" datatype="html">
2770 <source>Go to the account page</source> 2685 <source>Go to the account page</source>
2771 <target state="new">Go to the account page</target> 2686 <target state="new">Go to the account page</target>
2772 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group> 2687
2773 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group> 2688
2774 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">63</context></context-group> 2689
2775 </trans-unit> 2690 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit>
2776 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2691 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2777 <source>Subscribe</source> 2692 <source>Subscribe</source>
2778 <target state="new">Subscribe</target> 2693 <target state="new">Subscribe</target>
@@ -2855,7 +2770,7 @@
2855 <source>More information</source> 2770 <source>More information</source>
2856 <target state="new">More information</target> 2771 <target state="new">More information</target>
2857 2772
2858 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 2773 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2859 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2774 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2860 <source>Get more information</source> 2775 <source>Get more information</source>
2861 <target state="new">Get more information</target> 2776 <target state="new">Get more information</target>
@@ -2936,29 +2851,20 @@
2936 <target state="new"> 2851 <target state="new">
2937 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 2852 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
2938 </target> 2853 </target>
2939 <context-group purpose="location"> 2854
2940 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2855 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
2941 <context context-type="linenumber">77</context>
2942 </context-group>
2943 </trans-unit>
2944 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 2856 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2945 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 2857 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
2946 <target state="new"> 2858 <target state="new">
2947 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2859 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2948 </target> 2860 </target>
2949 <context-group purpose="location"> 2861
2950 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2862 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
2951 <context context-type="linenumber">80</context>
2952 </context-group>
2953 </trans-unit>
2954 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 2863 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2955 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 2864 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
2956 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 2865 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
2957 <context-group purpose="location"> 2866
2958 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2867 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
2959 <context context-type="linenumber">84</context>
2960 </context-group>
2961 </trans-unit>
2962 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 2868 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
2963 <source>Comments are disabled.</source> 2869 <source>Comments are disabled.</source>
2964 <target> 2870 <target>
@@ -2967,8 +2873,8 @@
2967 <context-group name="null"> 2873 <context-group name="null">
2968 <context context-type="linenumber">64</context> 2874 <context context-type="linenumber">64</context>
2969 </context-group> 2875 </context-group>
2970 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 2876
2971 </trans-unit> 2877 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
2972 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html"> 2878 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html">
2973 <source>Add comment...</source> 2879 <source>Add comment...</source>
2974 <target state="new">Add comment...</target> 2880 <target state="new">Add comment...</target>
@@ -3048,72 +2954,42 @@
3048 <context context-type="linenumber">5</context> 2954 <context context-type="linenumber">5</context>
3049 </context-group> 2955 </context-group>
3050 </trans-unit> 2956 </trans-unit>
3051 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246" datatype="html"> 2957
3052 <source>Follow</source>
3053 <target state="new">Follow</target>
3054 <context-group purpose="location">
3055 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
3056 <context context-type="linenumber">7</context>
3057 </context-group>
3058 </trans-unit>
3059 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html"> 2958 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html">
3060 <source>Followers</source> 2959 <source>Followers</source>
3061 <target state="new">Followers</target> 2960 <target state="new">Followers</target>
3062 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 2961
3063 </trans-unit> 2962 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3064 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 2963 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3065 <source>Video redundancies</source> 2964 <source>Video redundancies</source>
3066 <target state="new">Video redundancies</target> 2965 <target state="new">Video redundancies</target>
3067 <context-group purpose="location"> 2966
3068 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2967 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3069 <context context-type="linenumber">11</context>
3070 </context-group>
3071 </trans-unit>
3072 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html"> 2968 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
3073 <source>1 host (without "http://") per line</source> 2969 <source>1 host (without "http://") per line</source>
3074 <target state="new">1 host (without "http://") per line</target> 2970 <target state="new">1 host (without "http://") per line</target>
2971
2972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2973 <source>Follow domain</source><target state="new">Follow domain</target>
3075 <context-group purpose="location"> 2974 <context-group purpose="location">
3076 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context> 2975 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3077 <context context-type="linenumber">5</context> 2976 <context context-type="linenumber">15</context>
3078 </context-group>
3079 </trans-unit>
3080 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507" datatype="html">
3081 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3082 <target state="new">It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</target>
3083 <context-group purpose="location">
3084 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
3085 <context context-type="linenumber">17</context>
3086 </context-group>
3087 </trans-unit>
3088 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437" datatype="html">
3089 <source>Add following</source>
3090 <target state="new">Add following</target>
3091 <context-group purpose="location">
3092 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
3093 <context context-type="linenumber">21</context>
3094 </context-group> 2977 </context-group>
3095 </trans-unit> 2978 </trans-unit>
2979
2980
3096 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 2981 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
3097 <source>Filter...</source> 2982 <source>Filter...</source>
3098 <target state="new">Filter...</target> 2983 <target state="new">Filter...</target>
3099 <context-group purpose="location"> 2984
3100 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2985
3101 <context context-type="linenumber">8</context> 2986
3102 </context-group> 2987 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3103 <context-group purpose="location">
3104 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3105 <context context-type="linenumber">9</context>
3106 </context-group>
3107 <context-group purpose="location">
3108 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3109 <context context-type="linenumber">27</context>
3110 </context-group>
3111 </trans-unit>
3112 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 2988 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
3113 <source>ID</source> 2989 <source>ID</source>
3114 <target state="new">ID</target> 2990 <target state="new">ID</target>
3115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 2991
3116 </trans-unit> 2992 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3117 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2993 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3118 <source>Follower handle</source> 2994 <source>Follower handle</source>
3119 <target state="new">Follower handle</target> 2995 <target state="new">Follower handle</target>
@@ -3122,71 +2998,56 @@
3122 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 2998 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
3123 <source>State</source> 2999 <source>State</source>
3124 <target state="new">State</target> 3000 <target state="new">State</target>
3125 <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> 3001
3126 <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> 3002
3127 </trans-unit> 3003 <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>
3128 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3004 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3129 <source>Delayed.</source> 3005 <source>Delayed.</source>
3130 <target state="new">Delayed.</target> 3006 <target state="new">Delayed.</target>
3131 <context-group purpose="location"> 3007
3132 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3008 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3133 <context context-type="linenumber">42</context>
3134 </context-group>
3135 </trans-unit>
3136 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3009 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3137 <source>Will start soon...</source> 3010 <source>Will start soon...</source>
3138 <target state="new">Will start soon...</target> 3011 <target state="new">Will start soon...</target>
3139 <context-group purpose="location"> 3012
3140 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3141 <context context-type="linenumber">43</context>
3142 </context-group>
3143 </trans-unit>
3144 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3014 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3145 <source>Running...</source> 3015 <source>Running...</source>
3146 <target state="new">Running...</target> 3016 <target state="new">Running...</target>
3147 <context-group purpose="location"> 3017
3148 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3018 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3149 <context context-type="linenumber">44</context>
3150 </context-group>
3151 </trans-unit>
3152 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3019 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3153 <source>Finished</source> 3020 <source>Finished</source>
3154 <target state="new">Finished</target> 3021 <target state="new">Finished</target>
3155 <context-group purpose="location"> 3022
3156 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3023 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3157 <context context-type="linenumber">45</context>
3158 </context-group>
3159 </trans-unit>
3160 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3024 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3161 <source>Failed</source> 3025 <source>Failed</source>
3162 <target state="new">Failed</target> 3026 <target state="new">Failed</target>
3163 <context-group purpose="location"> 3027
3164 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3028 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3165 <context context-type="linenumber">46</context>
3166 </context-group>
3167 </trans-unit>
3168 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 3029 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3169 <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> 3030 <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>
3170 <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> 3031 <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>
3171 <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> 3032
3172 <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> 3033
3173 <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> 3034
3174 <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> 3035
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> 3036
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">11</context></context-group> 3037
3177 </trans-unit> 3038 <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">24</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">46</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">11</context></context-group><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><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>
3178 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3039 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3179 <source>Accepted</source> 3040 <source>Accepted</source>
3180 <target state="new">Accepted</target> 3041 <target state="new">Accepted</target>
3181 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3042
3182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3043
3183 </trans-unit> 3044 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3184 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3045 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3185 <source>Pending</source> 3046 <source>Pending</source>
3186 <target state="new">Pending</target> 3047 <target state="new">Pending</target>
3187 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3048
3188 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3049
3189 </trans-unit> 3050 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3190 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3051 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3191 <source>Accept</source> 3052 <source>Accept</source>
3192 <target state="new">Accept</target> 3053 <target state="new">Accept</target>
@@ -3198,28 +3059,42 @@
3198 <target state="new">Refuse</target> 3059 <target state="new">Refuse</target>
3199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3060 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3200 <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">42</context></context-group> 3061 <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">42</context></context-group>
3062 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3063 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3064 <context-group purpose="location">
3065 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3066 <context context-type="linenumber">3</context>
3067 </context-group>
3201 </trans-unit> 3068 </trans-unit>
3202 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 3069 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
3203 <source>Host</source> 3070 <source>Host</source>
3204 <target state="new">Host</target> 3071 <target state="new">Host</target>
3205 <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> 3072
3206 </trans-unit> 3073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3207 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3074 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3208 <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> 3075 <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>
3209 <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> 3076 <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>
3077
3078 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3079 <source>Follow domains</source><target state="new">Follow domains</target>
3210 <context-group purpose="location"> 3080 <context-group purpose="location">
3211 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3081 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3212 <context context-type="linenumber">21</context> 3082 <context context-type="linenumber">50</context>
3213 </context-group> 3083 </context-group>
3214 </trans-unit> 3084 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3215 <trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3085 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3216 <source>Video redundancies list</source>
3217 <target state="new">Video redundancies list</target>
3218 <context-group purpose="location"> 3086 <context-group purpose="location">
3219 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3087 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3220 <context context-type="linenumber">2</context> 3088 <context context-type="linenumber">7</context>
3089 </context-group>
3090 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3091 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3092 <context-group purpose="location">
3093 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3094 <context context-type="linenumber">8</context>
3221 </context-group> 3095 </context-group>
3222 </trans-unit> 3096 </trans-unit>
3097
3223 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html"> 3098 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html">
3224 <source>Create user</source> 3099 <source>Create user</source>
3225 <target state="new">Create user</target> 3100 <target state="new">Create user</target>
@@ -3271,7 +3146,7 @@
3271 3146
3272 3147
3273 3148
3274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3149 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3275 <source> 3150 <source>
3276 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3151 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3277 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3152 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3355,57 +3230,52 @@
3355 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 3230 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3356 <source>Batch actions</source> 3231 <source>Batch actions</source>
3357 <target state="new">Batch actions</target> 3232 <target state="new">Batch actions</target>
3358 <context-group purpose="location"> 3233
3359 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3234 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3360 <context context-type="linenumber">19</context>
3361 </context-group>
3362 </trans-unit>
3363 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3235 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3364 <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> 3236 <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>
3365 <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> 3237 <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>
3366 <context-group purpose="location"> 3238
3367 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3239 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3368 <context context-type="linenumber">40</context>
3369 </context-group>
3370 </trans-unit>
3371 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3240 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3372 <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> 3241 <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>
3373 <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> 3242 <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>
3374 <context-group purpose="location"> 3243
3375 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3244 <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></trans-unit>
3376 <context context-type="linenumber">42</context>
3377 </context-group>
3378 </trans-unit>
3379 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3245 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3380 <source>(banned)</source> 3246 <source>(banned)</source>
3381 <target state="new">(banned)</target> 3247 <target state="new">(banned)</target>
3248
3249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3250 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3382 <context-group purpose="location"> 3251 <context-group purpose="location">
3383 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3252 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3384 <context context-type="linenumber">65</context> 3253 <context context-type="linenumber">65</context>
3385 </context-group> 3254 </context-group>
3255 <context-group purpose="location">
3256 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3257 <context context-type="linenumber">27</context>
3258 </context-group>
3386 </trans-unit> 3259 </trans-unit>
3387 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3260 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3388 <source>User's email must be verified to login</source> 3261 <source>User's email must be verified to login</source>
3389 <target state="new">User's email must be verified to login</target> 3262 <target state="new">User's email must be verified to login</target>
3390 <context-group purpose="location"> 3263
3391 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3264 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3392 <context context-type="linenumber">72</context>
3393 </context-group>
3394 </trans-unit>
3395 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3265 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3396 <source>User's email is verified / User can login without email verification</source> 3266 <source>User's email is verified / User can login without email verification</source>
3397 <target state="new">User's email is verified / User can login without email verification</target> 3267 <target state="new">User's email is verified / User can login without email verification</target>
3398 <context-group purpose="location"> 3268
3399 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3400 <context context-type="linenumber">76</context>
3401 </context-group>
3402 </trans-unit>
3403 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3270 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3404 <source>Ban reason:</source> 3271 <source>Ban reason:</source>
3405 <target state="new">Ban reason:</target> 3272 <target state="new">Ban reason:</target>
3273
3274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3275 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3406 <context-group purpose="location"> 3276 <context-group purpose="location">
3407 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3277 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3408 <context context-type="linenumber">95</context> 3278 <context context-type="linenumber">15</context>
3409 </context-group> 3279 </context-group>
3410 </trans-unit> 3280 </trans-unit>
3411 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html"> 3281 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
@@ -3459,105 +3329,84 @@
3459 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 3329 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
3460 <context context-type="linenumber">13</context> 3330 <context context-type="linenumber">13</context>
3461 </context-group> 3331 </context-group>
3332 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3333 <source>Video <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">Video <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>
3334 <context-group purpose="location">
3335 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3336 <context context-type="linenumber">10</context>
3337 </context-group>
3462 </trans-unit> 3338 </trans-unit>
3463 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3339 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3464 <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> 3340 <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>
3465 <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> 3341 <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>
3466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3342
3467 <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">8</context></context-group> 3343
3468 </trans-unit> 3344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3469 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3345 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3470 <source>Video URL</source> 3346 <source>Video URL</source>
3471 <target state="new">Video URL</target> 3347 <target state="new">Video URL</target>
3472 <context-group purpose="location"> 3348
3473 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3349 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3474 <context context-type="linenumber">24</context>
3475 </context-group>
3476 </trans-unit>
3477 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3350 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3478 <source>Total size</source> 3351 <source>Total size</source>
3479 <target state="new">Total size</target> 3352 <target state="new">Total size</target>
3353
3354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3355 <source>List redundancies</source><target state="new">List redundancies</target>
3480 <context-group purpose="location"> 3356 <context-group purpose="location">
3481 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3357 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3482 <context context-type="linenumber">25</context> 3358 <context context-type="linenumber">33</context>
3483 </context-group> 3359 </context-group>
3484 </trans-unit> 3360 </trans-unit>
3485 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3361 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3486 <source>Enabled strategies stats</source> 3362 <source>Enabled strategies stats</source>
3487 <target state="new">Enabled strategies stats</target> 3363 <target state="new">Enabled strategies stats</target>
3488 <context-group purpose="location"> 3364
3489 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
3490 <context context-type="linenumber">69</context>
3491 </context-group>
3492 </trans-unit>
3493 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3366 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3494 <source>No redundancy strategy is enabled on your instance.</source> 3367 <source>No redundancy strategy is enabled on your instance.</source>
3495 <target state="new"> 3368 <target state="new">
3496 No redundancy strategy is enabled on your instance. 3369 No redundancy strategy is enabled on your instance.
3497 </target> 3370 </target>
3498 <context-group purpose="location"> 3371
3499 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3372 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3500 <context context-type="linenumber">73</context>
3501 </context-group>
3502 </trans-unit>
3503 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3373 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3504 <source>Sensitive</source> 3374 <source>Sensitive</source>
3505 <target state="new">Sensitive</target> 3375 <target state="new">Sensitive</target>
3506 <context-group purpose="location"> 3376
3507 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3377 <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">11</context></context-group></trans-unit>
3508 <context context-type="linenumber">9</context>
3509 </context-group>
3510 </trans-unit>
3511 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3378 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3512 <source>Unfederated</source> 3379 <source>Unfederated</source>
3513 <target state="new">Unfederated</target> 3380 <target state="new">Unfederated</target>
3514 <context-group purpose="location"> 3381
3515 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3382 <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">12</context></context-group></trans-unit>
3516 <context context-type="linenumber">10</context>
3517 </context-group>
3518 </trans-unit>
3519 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3383 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3520 <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> 3384 <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>
3521 <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> 3385 <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>
3522 <context-group purpose="location"> 3386
3523 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3387 <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">13</context></context-group></trans-unit>
3524 <context context-type="linenumber">11</context>
3525 </context-group>
3526 </trans-unit>
3527 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 3388 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
3528 <source>Go to the video</source> 3389 <source>Go to the video</source>
3529 <target state="new">Go to the video</target> 3390 <target state="new">Go to the video</target>
3530 <context-group purpose="location"> 3391
3531 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3392
3532 <context context-type="linenumber">25</context> 3393
3533 </context-group> 3394 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3534 <context-group purpose="location">
3535 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3536 <context context-type="linenumber">33</context>
3537 </context-group>
3538 <context-group purpose="location">
3539 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3540 <context context-type="linenumber">33</context>
3541 </context-group>
3542 </trans-unit>
3543 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 3395 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3544 <source>Actions</source> 3396 <source>Actions</source>
3545 <target state="new">Actions</target> 3397 <target state="new">Actions</target>
3546 <context-group purpose="location"> 3398
3547 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3399
3548 <context context-type="linenumber">35</context> 3400 <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">38</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">57</context></context-group></trans-unit>
3549 </context-group>
3550 <context-group purpose="location">
3551 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3552 <context context-type="linenumber">44</context>
3553 </context-group>
3554 </trans-unit>
3555 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3401 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3556 <source>Blacklist reason:</source> 3402 <source>Blacklist reason:</source>
3557 <target state="new">Blacklist reason:</target> 3403 <target state="new">Blacklist reason:</target>
3404
3405 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3406 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3558 <context-group purpose="location"> 3407 <context-group purpose="location">
3559 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3408 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3560 <context context-type="linenumber">43</context> 3409 <context context-type="linenumber">5</context>
3561 </context-group> 3410 </context-group>
3562 </trans-unit> 3411 </trans-unit>
3563 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html"> 3412 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
@@ -3571,47 +3420,38 @@
3571 <trans-unit id="5731e5d5ac989bf08848b5a57a5586cf84d80964" datatype="html"> 3420 <trans-unit id="5731e5d5ac989bf08848b5a57a5586cf84d80964" datatype="html">
3572 <source>This comment can only be seen by you or the other moderators.</source> 3421 <source>This comment can only be seen by you or the other moderators.</source>
3573 <target state="new">This comment can only be seen by you or the other moderators.</target> 3422 <target state="new">This comment can only be seen by you or the other moderators.</target>
3574 <context-group purpose="location"> 3423
3575 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 3424 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3576 <context context-type="linenumber">18</context>
3577 </context-group>
3578 </trans-unit>
3579 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html"> 3425 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
3580 <source>Update this comment</source> 3426 <source>Update this comment</source>
3581 <target state="new">Update this comment</target> 3427 <target state="new">Update this comment</target>
3582 3428
3583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3584 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 3430 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3585 <source>Reporter</source> 3431 <source>Reporter</source>
3586 <target state="new">Reporter</target> 3432 <target state="new">Reporter</target>
3587 <context-group purpose="location"> 3433
3588 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3434 <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">10</context></context-group></trans-unit>
3589 <context context-type="linenumber">8</context>
3590 </context-group>
3591 </trans-unit>
3592 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 3435 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
3593 <source>Video</source> 3436 <source>Video</source>
3594 <target state="new">Video</target> 3437 <target state="new">Video</target>
3438
3439
3440
3441 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3442 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3595 <context-group purpose="location"> 3443 <context-group purpose="location">
3596 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3444 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3597 <context context-type="linenumber">10</context> 3445 <context context-type="linenumber">46</context>
3598 </context-group>
3599 <context-group purpose="location">
3600 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3601 <context context-type="linenumber">14</context>
3602 </context-group>
3603 <context-group purpose="location">
3604 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3605 <context context-type="linenumber">9</context>
3606 </context-group> 3446 </context-group>
3607 </trans-unit> 3447 </trans-unit>
3608 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3448 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3609 <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> 3449 <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>
3610 <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> 3450 <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>
3611 <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> 3451
3612 <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> 3452
3613 <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> 3453
3614 </trans-unit> 3454 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3615 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3455 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3616 <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> 3456 <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>
3617 <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> 3457 <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>
@@ -3623,31 +3463,27 @@
3623 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 3463 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3624 <source>Go to the account</source> 3464 <source>Go to the account</source>
3625 <target state="new">Go to the account</target> 3465 <target state="new">Go to the account</target>
3626 <context-group purpose="location"> 3466
3627 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3467
3628 <context context-type="linenumber">25</context> 3468 <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">27</context></context-group></trans-unit>
3629 </context-group>
3630 <context-group purpose="location">
3631 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3632 <context context-type="linenumber">27</context>
3633 </context-group>
3634 </trans-unit>
3635 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 3469 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
3636 <source>Reason:</source> 3470 <source>Reason:</source>
3637 <target state="new">Reason:</target> 3471 <target state="new">Reason:</target>
3472
3473 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3474 <source>Note:</source><target state="new">Note:</target>
3638 <context-group purpose="location"> 3475 <context-group purpose="location">
3639 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3476 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3640 <context context-type="linenumber">53</context> 3477 <context context-type="linenumber">72</context>
3641 </context-group> 3478 </context-group>
3642 </trans-unit> 3479 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3643 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638" datatype="html"> 3480 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3644 <source>Moderation comment:</source>
3645 <target state="new">Moderation comment:</target>
3646 <context-group purpose="location"> 3481 <context-group purpose="location">
3647 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3482 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3648 <context context-type="linenumber">57</context> 3483 <context context-type="linenumber">5</context>
3649 </context-group> 3484 </context-group>
3650 </trans-unit> 3485 </trans-unit>
3486
3651 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3487 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
3652 <source>Unblacklist</source> 3488 <source>Unblacklist</source>
3653 <target state="new">Unblacklist</target> 3489 <target state="new">Unblacklist</target>
@@ -3659,64 +3495,68 @@
3659 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context> 3495 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
3660 <context context-type="linenumber">17</context> 3496 <context context-type="linenumber">17</context>
3661 </context-group> 3497 </context-group>
3498 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3499 <source>Mute domain</source><target state="new">Mute domain</target>
3500 <context-group purpose="location">
3501 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3502 <context context-type="linenumber">11</context>
3503 </context-group>
3662 </trans-unit> 3504 </trans-unit>
3663 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 3505 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
3664 <source>Instance</source> 3506 <source>Instance</source>
3665 <target state="new">Instance</target> 3507 <target state="new">Instance</target>
3666 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 3508
3667 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 3509
3668 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3510
3669 </trans-unit> 3511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3670 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3512 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3671 <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> 3513 <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>
3672 <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> 3514 <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>
3673 <context-group purpose="location"> 3515
3674 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3516
3675 <context context-type="linenumber">9</context> 3517
3676 </context-group> 3518
3677 <context-group purpose="location"> 3519 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3678 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3679 <context context-type="linenumber">9</context>
3680 </context-group>
3681 <context-group purpose="location">
3682 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3683 <context context-type="linenumber">13</context>
3684 </context-group>
3685 <context-group purpose="location">
3686 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
3687 <context context-type="linenumber">13</context>
3688 </context-group>
3689 </trans-unit>
3690 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3520 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3691 <source>Unmute</source> 3521 <source>Unmute</source>
3692 <target state="new">Unmute</target> 3522 <target state="new">Unmute</target>
3523
3524
3525
3526
3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3528 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3693 <context-group purpose="location"> 3529 <context-group purpose="location">
3694 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3530 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3695 <context context-type="linenumber">19</context> 3531 <context context-type="linenumber">5</context>
3696 </context-group>
3697 <context-group purpose="location">
3698 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3699 <context context-type="linenumber">18</context>
3700 </context-group> 3532 </context-group>
3533 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3534 <source>
3535 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3536 </source><target state="new">
3537 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3538 </target>
3701 <context-group purpose="location"> 3539 <context-group purpose="location">
3702 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 3540 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3703 <context context-type="linenumber">22</context> 3541 <context context-type="linenumber">37</context>
3704 </context-group> 3542 </context-group>
3543 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3544 <source>Mute domains</source><target state="new">Mute domains</target>
3705 <context-group purpose="location"> 3545 <context-group purpose="location">
3706 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 3546 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3707 <context context-type="linenumber">23</context> 3547 <context context-type="linenumber">35</context>
3708 </context-group> 3548 </context-group>
3709 </trans-unit> 3549 </trans-unit>
3710 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3550 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3711 <source>Account</source> 3551 <source>Account</source>
3712 <target state="new">Account</target> 3552 <target state="new">Account</target>
3553
3554
3555 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3556 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3713 <context-group purpose="location"> 3557 <context-group purpose="location">
3714 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3558 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3715 <context context-type="linenumber">8</context> 3559 <context context-type="linenumber">5</context>
3716 </context-group>
3717 <context-group purpose="location">
3718 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3719 <context context-type="linenumber">12</context>
3720 </context-group> 3560 </context-group>
3721 </trans-unit> 3561 </trans-unit>
3722 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3562 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
@@ -3864,35 +3704,22 @@
3864 <context context-type="linenumber">9</context> 3704 <context context-type="linenumber">9</context>
3865 </context-group> 3705 </context-group>
3866 </trans-unit> 3706 </trans-unit>
3867 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f" datatype="html"> 3707
3868 <source>Jobs list</source>
3869 <target state="new">Jobs list</target>
3870 <context-group purpose="location">
3871 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3872 <context context-type="linenumber">2</context>
3873 </context-group>
3874 </trans-unit>
3875 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 3708 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3876 <source>Job type</source> 3709 <source>Job type</source>
3877 <target state="new">Job type</target> 3710 <target state="new">Job type</target>
3878 <context-group purpose="location"> 3711
3879 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
3880 <context context-type="linenumber">5</context>
3881 </context-group>
3882 </trans-unit>
3883 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 3713 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3884 <source>Job state</source> 3714 <source>Job state</source>
3885 <target state="new">Job state</target> 3715 <target state="new">Job state</target>
3886 <context-group purpose="location"> 3716
3887 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3717 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3888 <context context-type="linenumber">14</context>
3889 </context-group>
3890 </trans-unit>
3891 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3718 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3892 <source>Type</source> 3719 <source>Type</source>
3893 <target state="new">Type</target> 3720 <target state="new">Type</target>
3894 <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> 3721
3895 </trans-unit> 3722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
3896 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3723 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3897 <source>Refresh</source> 3724 <source>Refresh</source>
3898 <target state="new">Refresh</target> 3725 <target state="new">Refresh</target>
@@ -3942,43 +3769,25 @@
3942 3769
3943 3770
3944 3771
3945 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 3772 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
3946 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 3773 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
3947 <context-group purpose="location"> 3774
3948 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3775 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3949 <context context-type="linenumber">46</context>
3950 </context-group>
3951 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3952 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 3776 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
3953 <context-group purpose="location"> 3777
3954 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3778 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3955 <context context-type="linenumber">43</context>
3956 </context-group>
3957 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3958 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 3779 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
3959 <context-group purpose="location"> 3780
3960 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3781 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3961 <context context-type="linenumber">57</context>
3962 </context-group>
3963 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3964 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 3782 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
3965 <context-group purpose="location"> 3783
3966 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3784 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3967 <context context-type="linenumber">54</context>
3968 </context-group>
3969 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3970 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 3785 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
3971 <context-group purpose="location"> 3786
3972 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3787 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3973 <context context-type="linenumber">68</context>
3974 </context-group>
3975 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3976 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 3788 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
3977 <context-group purpose="location"> 3789
3978 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3790 <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">66</context></context-group></trans-unit>
3979 <context context-type="linenumber">65</context>
3980 </context-group>
3981 </trans-unit>
3982 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 3791 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3983 <source>Main languages you/your moderators speak</source> 3792 <source>Main languages you/your moderators speak</source>
3984 <target state="new">Main languages you/your moderators speak</target> 3793 <target state="new">Main languages you/your moderators speak</target>
@@ -4029,111 +3838,108 @@
4029 <target state="new">Do not list</target> 3838 <target state="new">Do not list</target>
4030 3839
4031 3840
4032 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 3841 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4033 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html"> 3842 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html">
4034 <source>Blur thumbnails</source> 3843 <source>Blur thumbnails</source>
4035 <target state="new">Blur thumbnails</target> 3844 <target state="new">Blur thumbnails</target>
4036 3845
4037 3846
4038 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 3847 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4039 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html"> 3848 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html">
4040 <source>Display</source> 3849 <source>Display</source>
4041 <target state="new">Display</target> 3850 <target state="new">Display</target>
4042 3851
4043 3852
4044 3853
4045 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit> 3854 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit>
4046 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3855 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4047 <source>Strategy</source> 3856 <source>Strategy</source>
4048 <target state="new">Strategy</target> 3857 <target state="new">Strategy</target>
4049 <context-group purpose="location"> 3858
4050 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4051 <context context-type="linenumber">22</context>
4052 </context-group>
4053 </trans-unit>
4054 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html"> 3860 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
4055 <source>Terms</source> 3861 <source>Terms</source>
4056 <target state="new">Terms</target> 3862 <target state="new">Terms</target>
4057 3863
4058 3864
4059 3865
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">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 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">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4061 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 3867 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4062 <source>Code of conduct</source> 3868 <source>Code of conduct</source>
4063 <target state="new">Code of conduct</target> 3869 <target state="new">Code of conduct</target>
4064 3870
4065 3871
4066 3872
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">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 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">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4068 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 3874 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4069 <source>Moderation information</source> 3875 <source>Moderation information</source>
4070 <target state="new">Moderation information</target> 3876 <target state="new">Moderation information</target>
4071 3877
4072 3878
4073 3879
4074 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 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">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
4075 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 3881 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4076 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 3882 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4077 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 3883 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4078 3884
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">139</context></context-group></trans-unit> 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">140</context></context-group></trans-unit>
4080 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 3886 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4081 <source>YOU AND YOUR INSTANCE</source> 3887 <source>YOU AND YOUR INSTANCE</source>
4082 <target state="new">YOU AND YOUR INSTANCE</target> 3888 <target state="new">YOU AND YOUR INSTANCE</target>
4083 3889
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">153</context></context-group></trans-unit> 3890 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit>
4085 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 3891 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4086 <source>Who is behind the instance?</source> 3892 <source>Who is behind the instance?</source>
4087 <target state="new">Who is behind the instance?</target> 3893 <target state="new">Who is behind the instance?</target>
4088 3894
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">159</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">160</context></context-group></trans-unit>
4090 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 3896 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4091 <source>A single person? A non-profit? A company?</source> 3897 <source>A single person? A non-profit? A company?</source>
4092 <target state="new">A single person? A non-profit? A company?</target> 3898 <target state="new">A single person? A non-profit? A company?</target>
4093 3899
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">160</context></context-group></trans-unit> 3900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
4095 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 3901 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4096 <source>Why did you create this instance?</source> 3902 <source>Why did you create this instance?</source>
4097 <target state="new">Why did you create this instance?</target> 3903 <target state="new">Why did you create this instance?</target>
4098 3904
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">171</context></context-group></trans-unit> 3905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit>
4100 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 3906 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4101 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 3907 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4102 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 3908 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4103 3909
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">172</context></context-group></trans-unit> 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">173</context></context-group></trans-unit>
4105 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 3911 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4106 <source>How long do you plan to maintain this instance?</source> 3912 <source>How long do you plan to maintain this instance?</source>
4107 <target state="new">How long do you plan to maintain this instance?</target> 3913 <target state="new">How long do you plan to maintain this instance?</target>
4108 3914
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">182</context></context-group></trans-unit> 3915 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit>
4110 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 3916 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4111 <source>It's important to know for users who want to register on your instance</source> 3917 <source>It's important to know for users who want to register on your instance</source>
4112 <target state="new">It's important to know for users who want to register on your instance</target> 3918 <target state="new">It's important to know for users who want to register on your instance</target>
4113 3919
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">183</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">184</context></context-group></trans-unit>
4115 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 3921 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4116 <source>How will you finance the PeerTube server?</source> 3922 <source>How will you finance the PeerTube server?</source>
4117 <target state="new">How will you finance the PeerTube server?</target> 3923 <target state="new">How will you finance the PeerTube server?</target>
4118 3924
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">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" 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">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4120 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 3926 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
4121 3927
4122 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit> 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">195</context></context-group></trans-unit>
4123 3929
4124 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 3930 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4125 <source>OTHER INFORMATION</source> 3931 <source>OTHER INFORMATION</source>
4126 <target state="new">OTHER INFORMATION</target> 3932 <target state="new">OTHER INFORMATION</target>
4127 3933
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">208</context></context-group></trans-unit> 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">209</context></context-group></trans-unit>
4129 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 3935 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4130 <source>What server/hardware does the instance run on?</source> 3936 <source>What server/hardware does the instance run on?</source>
4131 <target state="new">What server/hardware does the instance run on?</target> 3937 <target state="new">What server/hardware does the instance run on?</target>
4132 3938
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">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 3939 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4134 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 3940 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4135 3941
4136 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit> 3942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit>
4137 3943
4138 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 3944 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4139 <source>Instance information</source> 3945 <source>Instance information</source>
@@ -4142,45 +3948,45 @@
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">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 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">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4143 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 3949 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
4144 3950
4145 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 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">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4146 <source> 3952 <source>
4147 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3953 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4148 </source><target state="new"> 3954 </source><target state="new">
4149 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3955 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4150 </target> 3956 </target>
4151 3957
4152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit> 3958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit>
4153 3959
4154 3960
4155 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 3961 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4156 <source>default</source> 3962 <source>default</source>
4157 <target state="new">default</target> 3963 <target state="new">default</target>
4158 3964
4159 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 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">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4160 <source>Landing page</source><target state="new">Landing page</target> 3966 <source>Landing page</source><target state="new">Landing page</target>
4161 3967
4162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">262</context></context-group></trans-unit> 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">263</context></context-group></trans-unit>
4163 3969
4164 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 3970 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4165 <source>Discover videos</source> 3971 <source>Discover videos</source>
4166 <target state="new">Discover videos</target> 3972 <target state="new">Discover videos</target>
4167 3973
4168 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">265</context></context-group></trans-unit> 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">266</context></context-group></trans-unit>
4169 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 3975 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4170 <source>Trending videos</source> 3976 <source>Trending videos</source>
4171 <target state="new">Trending videos</target> 3977 <target state="new">Trending videos</target>
4172 3978
4173 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 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">267</context></context-group></trans-unit>
4174 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 3980 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4175 <source>Most liked videos</source> 3981 <source>Most liked videos</source>
4176 <target state="new">Most liked videos</target> 3982 <target state="new">Most liked videos</target>
4177 3983
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">267</context></context-group></trans-unit> 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">268</context></context-group></trans-unit>
4179 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 3985 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4180 <source>Recently added videos</source> 3986 <source>Recently added videos</source>
4181 <target state="new">Recently added videos</target> 3987 <target state="new">Recently added videos</target>
4182 3988
4183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</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">269</context></context-group></trans-unit>
4184 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 3990 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4185 <source>Local videos</source> 3991 <source>Local videos</source>
4186 <target>Yerel videolar</target> 3992 <target>Yerel videolar</target>
@@ -4188,34 +3994,34 @@
4188 <context context-type="linenumber">223</context> 3994 <context context-type="linenumber">223</context>
4189 </context-group> 3995 </context-group>
4190 3996
4191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" 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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4192 <source>NEW USERS</source><target state="new">NEW USERS</target> 3998 <source>NEW USERS</source><target state="new">NEW USERS</target>
4193 3999
4194 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" 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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4195 <source> 4001 <source>
4196 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4002 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4197 </source><target state="new"> 4003 </source><target state="new">
4198 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4004 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4199 </target> 4005 </target>
4200 4006
4201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit> 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">282</context></context-group></trans-unit>
4202 4008
4203 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 4009 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
4204 <source>Signup enabled</source> 4010 <source>Signup enabled</source>
4205 <target state="new">Signup enabled</target> 4011 <target state="new">Signup enabled</target>
4206 4012
4207 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">292</context></context-group></trans-unit> 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">293</context></context-group></trans-unit>
4208 4014
4209 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 4015 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
4210 <source>Signup requires email verification</source> 4016 <source>Signup requires email verification</source>
4211 <target state="new">Signup requires email verification</target> 4017 <target state="new">Signup requires email verification</target>
4212 4018
4213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">300</context></context-group></trans-unit> 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">301</context></context-group></trans-unit>
4214 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 4020 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
4215 <source>Signup limit</source> 4021 <source>Signup limit</source>
4216 <target state="new">Signup limit</target> 4022 <target state="new">Signup limit</target>
4217 4023
4218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">304</context></context-group></trans-unit> 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">305</context></context-group></trans-unit>
4219 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 4025 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
4220 <source>Users</source> 4026 <source>Users</source>
4221 <target state="new">Users</target> 4027 <target state="new">Users</target>
@@ -4303,60 +4109,70 @@
4303 <source>Default video quota per user</source> 4109 <source>Default video quota per user</source>
4304 <target state="new">Default video quota per user</target> 4110 <target state="new">Default video quota per user</target>
4305 4111
4306 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">319</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">320</context></context-group></trans-unit>
4307 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4113 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4308 <source>Default daily upload limit per user</source> 4114 <source>Default daily upload limit per user</source>
4309 <target state="new">Default daily upload limit per user</target> 4115 <target state="new">Default daily upload limit per user</target>
4310 4116
4311 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4312 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4118 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4313 4119
4314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group></trans-unit> 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">349</context></context-group></trans-unit>
4315 4121
4316 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4122 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4317 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4123 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4318 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4124 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4319 4125
4320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">359</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">360</context></context-group></trans-unit>
4321 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4127 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4322 <source>Allow import with a torrent file or a magnet URI</source> 4128 <source>Allow import with a torrent file or a magnet URI</source>
4323 <target state="new">Allow import with a torrent file or a magnet URI</target> 4129 <target state="new">Allow import with a torrent file or a magnet URI</target>
4324 4130
4325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">366</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">367</context></context-group></trans-unit>
4326 4132
4327 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4133 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4328 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4134 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4329 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4135 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4330 4136
4331 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">383</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">384</context></context-group></trans-unit>
4332 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4138 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4333 <source>Blacklist new videos automatically</source> 4139 <source>Blacklist new videos automatically</source>
4334 <target state="new">Blacklist new videos automatically</target> 4140 <target state="new">Blacklist new videos automatically</target>
4335 4141
4336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4337 <source>FEDERATION</source><target state="new">FEDERATION</target> 4143 <source>FEDERATION</source><target state="new">FEDERATION</target>
4338 4144
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">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4145 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4340 <source> 4146 <source>
4341 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4147 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4342 </source><target state="new"> 4148 </source><target state="new">
4343 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4149 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4344 </target> 4150 </target>
4345 4151
4346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4347 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4153 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4348 4154
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">411</context></context-group></trans-unit> 4155 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit>
4350 4156
4351 4157
4352 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4158 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4353 <source>Manually approve new instance followers</source> 4159 <source>Manually approve new instance followers</source>
4354 <target state="new">Manually approve new instance followers</target> 4160 <target state="new">Manually approve new instance followers</target>
4355 4161
4356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4357 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4163 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4358 4164
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">431</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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4166 <source>
4167 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4168 </source><target state="new">
4169 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4170 </target>
4171 <context-group purpose="location">
4172 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4173 <context context-type="linenumber">450</context>
4174 </context-group>
4175 </trans-unit>
4360 4176
4361 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4177 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4362 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4178 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
@@ -4364,23 +4180,25 @@
4364 4180
4365 4181
4366 4182
4367 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit> 4183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4368 4184
4369 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4185 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4370 <source>Index URL</source> 4186 <source>Index URL</source>
4371 <target state="new">Index URL</target> 4187 <target state="new">Index URL</target>
4372 4188
4373 <context-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> 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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4374 <trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4190 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4375 <source>Automatically follow instances of the public index</source> 4191 <context-group purpose="location">
4376 <target state="new">Automatically follow instances of the public index</target> 4192 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4377 4193 <context context-type="linenumber">445</context>
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">444</context></context-group></trans-unit> 4194 </context-group>
4195 </trans-unit>
4196
4379 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4197 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4380 <source>ADMINISTRATORS</source> 4198 <source>ADMINISTRATORS</source>
4381 <target state="new">ADMINISTRATORS</target> 4199 <target state="new">ADMINISTRATORS</target>
4382 4200
4383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">472</context></context-group></trans-unit> 4201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group></trans-unit>
4384 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 4202 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
4385 <source>Administrator</source> 4203 <source>Administrator</source>
4386 <target state="new">Administrator</target> 4204 <target state="new">Administrator</target>
@@ -4390,40 +4208,40 @@
4390 <source>Admin email</source> 4208 <source>Admin email</source>
4391 <target state="new">Admin email</target> 4209 <target state="new">Admin email</target>
4392 4210
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">478</context></context-group></trans-unit> 4211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit>
4394 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4212 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4395 <source>Enable contact form</source> 4213 <source>Enable contact form</source>
4396 <target state="new">Enable contact form</target> 4214 <target state="new">Enable contact form</target>
4397 4215
4398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</context></context-group></trans-unit> 4216 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit>
4399 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 4217 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
4400 <source>Basic configuration</source> 4218 <source>Basic configuration</source>
4401 <target state="new">Basic configuration</target> 4219 <target state="new">Basic configuration</target>
4402 4220
4403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit> 4221 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit>
4404 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4222 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4405 <source>TWITTER</source> 4223 <source>TWITTER</source>
4406 <target state="new">TWITTER</target> 4224 <target state="new">TWITTER</target>
4407 4225
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">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4409 <source> 4227 <source>
4410 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4228 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4411 </source><target state="new"> 4229 </source><target state="new">
4412 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4230 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4413 </target> 4231 </target>
4414 4232
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">507</context></context-group></trans-unit> 4233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit>
4416 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 4234 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
4417 <source>Your Twitter username</source> 4235 <source>Your Twitter username</source>
4418 <target state="new">Your Twitter username</target> 4236 <target state="new">Your Twitter username</target>
4419 4237
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">518</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">523</context></context-group></trans-unit>
4421 4239
4422 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 4240 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
4423 <source>Instance whitelisted by Twitter</source> 4241 <source>Instance whitelisted by Twitter</source>
4424 <target state="new">Instance whitelisted by Twitter</target> 4242 <target state="new">Instance whitelisted by Twitter</target>
4425 4243
4426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4427 <source> 4245 <source>
4428 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/>"/> 4246 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/>"/>
4429 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/>"/> 4247 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/>"/>
@@ -4438,18 +4256,18 @@
4438 to see if you instance is whitelisted. 4256 to see if you instance is whitelisted.
4439 </target> 4257 </target>
4440 4258
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">534</context></context-group></trans-unit> 4259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit>
4442 4260
4443 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 4261 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
4444 <source>Services</source> 4262 <source>Services</source>
4445 <target state="new">Services</target> 4263 <target state="new">Services</target>
4446 4264
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">500</context></context-group></trans-unit> 4265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit>
4448 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4266 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4449 <source>TRANSCODING</source> 4267 <source>TRANSCODING</source>
4450 <target state="new">TRANSCODING</target> 4268 <target state="new">TRANSCODING</target>
4451 4269
4452 <context-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="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4453 <source> 4271 <source>
4454 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4272 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4455 resources, this is a critical part of PeerTube, so tread carefully. 4273 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4458,41 +4276,35 @@
4458 resources, this is a critical part of PeerTube, so tread carefully. 4276 resources, this is a critical part of PeerTube, so tread carefully.
4459 </target> 4277 </target>
4460 4278
4461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group></trans-unit> 4279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit>
4462 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 4280 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
4463 <source>Transcoding enabled</source> 4281 <source>Transcoding enabled</source>
4464 <target state="new">Transcoding enabled</target> 4282 <target state="new">Transcoding enabled</target>
4465 4283
4466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></trans-unit> 4284 <context-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>
4467 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 4285 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
4468 <source>If you disable transcoding, many videos from your users will not work!</source> 4286 <source>If you disable transcoding, many videos from your users will not work!</source>
4469 <target state="new">If you disable transcoding, many videos from your users will not work!</target> 4287 <target state="new">If you disable transcoding, many videos from your users will not work!</target>
4470 4288
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">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4472 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4290 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4473 <context-group purpose="location"> 4291
4474 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4292 <context-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>
4475 <context context-type="linenumber">589</context>
4476 </context-group>
4477 </trans-unit>
4478 4293
4479 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4294 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4480 <source>Allow additional extensions</source> 4295 <source>Allow additional extensions</source>
4481 <target state="new">Allow additional extensions</target> 4296 <target state="new">Allow additional extensions</target>
4482 4297
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">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4484 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4299 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4485 <context-group purpose="location"> 4300
4486 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">605</context></context-group></trans-unit>
4487 <context context-type="linenumber">600</context>
4488 </context-group>
4489 </trans-unit>
4490 4302
4491 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4303 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4492 <source>Allow audio files upload</source> 4304 <source>Allow audio files upload</source>
4493 <target state="new">Allow audio files upload</target> 4305 <target state="new">Allow audio files upload</target>
4494 4306
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">597</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4307 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4496 <source> 4308 <source>
4497 <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>"/> 4309 <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>"/>
4498 4310
@@ -4510,17 +4322,14 @@
4510 4322
4511 <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>"/> 4323 <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>"/>
4512 </target> 4324 </target>
4513 <context-group purpose="location"> 4325
4514 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4326 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit>
4515 <context context-type="linenumber">612</context>
4516 </context-group>
4517 </trans-unit>
4518 4327
4519 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4328 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4520 <source>WebTorrent support enabled</source> 4329 <source>WebTorrent support enabled</source>
4521 <target state="new">WebTorrent support enabled</target> 4330 <target state="new">WebTorrent support enabled</target>
4522 4331
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">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4524 <source> 4333 <source>
4525 <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>"/> 4334 <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>"/>
4526 4335
@@ -4544,44 +4353,41 @@
4544 4353
4545 <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>"/> 4354 <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>"/>
4546 </target> 4355 </target>
4547 <context-group purpose="location"> 4356
4548 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit>
4549 <context context-type="linenumber">633</context>
4550 </context-group>
4551 </trans-unit>
4552 4358
4553 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4359 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4554 <source>HLS support enabled</source> 4360 <source>HLS support enabled</source>
4555 <target state="new">HLS support enabled</target> 4361 <target state="new">HLS support enabled</target>
4556 4362
4557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group></trans-unit> 4363 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
4558 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4364 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4559 <source>Transcoding threads</source> 4365 <source>Transcoding threads</source>
4560 <target state="new">Transcoding threads</target> 4366 <target state="new">Transcoding threads</target>
4561 4367
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">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4368 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4563 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4369 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4564 4370
4565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group></trans-unit> 4371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
4566 4372
4567 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4373 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4568 <source>CACHE</source> 4374 <source>CACHE</source>
4569 <target state="new">CACHE</target> 4375 <target state="new">CACHE</target>
4570 4376
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">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4572 <source> 4378 <source>
4573 Some files are not federated, and fetched when necessary. Define their caching policies. 4379 Some files are not federated, and fetched when necessary. Define their caching policies.
4574 </source><target state="new"> 4380 </source><target state="new">
4575 Some files are not federated, and fetched when necessary. Define their caching policies. 4381 Some files are not federated, and fetched when necessary. Define their caching policies.
4576 </target> 4382 </target>
4577 4383
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">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4579 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4385 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4580 4386
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">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4387 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4582 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4388 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4583 4389
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">717</context></context-group></trans-unit> 4390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit>
4585 4391
4586 4392
4587 4393
@@ -4589,26 +4395,26 @@
4589 <source>CUSTOMIZATIONS</source> 4395 <source>CUSTOMIZATIONS</source>
4590 <target state="new">CUSTOMIZATIONS</target> 4396 <target state="new">CUSTOMIZATIONS</target>
4591 4397
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">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4593 <source> 4399 <source>
4594 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4400 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4595 </source><target state="new"> 4401 </source><target state="new">
4596 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4402 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4597 </target> 4403 </target>
4598 4404
4599 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit> 4405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
4600 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 4406 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4601 <source>JavaScript</source> 4407 <source>JavaScript</source>
4602 <target state="new">JavaScript</target> 4408 <target state="new">JavaScript</target>
4603 4409
4604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4605 <source> 4411 <source>
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>"/> 4412 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 </source><target state="new"> 4413 </source><target state="new">
4608 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>"/> 4414 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>"/>
4609 </target> 4415 </target>
4610 4416
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">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4612 <source> 4418 <source>
4613 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/>"/> 4419 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/>"/>
4614 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4420 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4633,24 +4439,24 @@
4633 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4439 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4634 </target> 4440 </target>
4635 4441
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">765</context></context-group></trans-unit> 4442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
4637 4443
4638 4444
4639 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4445 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4640 <source>Advanced configuration</source> 4446 <source>Advanced configuration</source>
4641 <target state="new">Advanced configuration</target> 4447 <target state="new">Advanced configuration</target>
4642 4448
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">554</context></context-group></trans-unit> 4449 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit>
4644 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4450 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4645 <source>Update configuration</source> 4451 <source>Update configuration</source>
4646 <target state="new">Update configuration</target> 4452 <target state="new">Update configuration</target>
4647 4453
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">803</context></context-group></trans-unit> 4454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
4649 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4455 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4650 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4456 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4651 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4457 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4652 4458
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">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4654 <source>PROFILE</source><target state="new">PROFILE</target> 4460 <source>PROFILE</source><target state="new">PROFILE</target>
4655 <context-group purpose="location"> 4461 <context-group purpose="location">
4656 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4462 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4798,23 +4604,27 @@
4798 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4604 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4799 <context context-type="linenumber">6</context> 4605 <context context-type="linenumber">6</context>
4800 </context-group> 4606 </context-group>
4801 </trans-unit> 4607 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
4802 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 4608 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
4803 <source>Only display videos in the following languages/subtitles</source>
4804 <target state="new">Only display videos in the following languages/subtitles</target>
4805 <context-group purpose="location"> 4609 <context-group purpose="location">
4806 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4610 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4807 <context context-type="linenumber">22</context> 4611 <context context-type="linenumber">14</context>
4612 </context-group>
4613 <context-group purpose="location">
4614 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4615 <context context-type="linenumber">111</context>
4808 </context-group> 4616 </context-group>
4809 </trans-unit> 4617 </trans-unit>
4618 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
4619 <source>Only display videos in the following languages/subtitles</source>
4620 <target state="new">Only display videos in the following languages/subtitles</target>
4621
4622 <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">23</context></context-group></trans-unit>
4810 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 4623 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
4811 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 4624 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
4812 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target> 4625 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
4813 <context-group purpose="location"> 4626
4814 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4627 <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">26</context></context-group></trans-unit>
4815 <context context-type="linenumber">25</context>
4816 </context-group>
4817 </trans-unit>
4818 4628
4819 4629
4820 4630
@@ -4871,23 +4681,17 @@
4871 <source>Theme</source> 4681 <source>Theme</source>
4872 <target state="new">Theme</target> 4682 <target state="new">Theme</target>
4873 4683
4874 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 4684 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
4875 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 4685 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
4876 <source>instance default</source> 4686 <source>instance default</source>
4877 <target state="new">instance default</target> 4687 <target state="new">instance default</target>
4878 <context-group purpose="location"> 4688
4879 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4689 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
4880 <context context-type="linenumber">7</context>
4881 </context-group>
4882 </trans-unit>
4883 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 4690 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
4884 <source>peertube default</source> 4691 <source>peertube default</source>
4885 <target state="new">peertube default</target> 4692 <target state="new">peertube default</target>
4886 <context-group purpose="location"> 4693
4887 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4694 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
4888 <context context-type="linenumber">8</context>
4889 </context-group>
4890 </trans-unit>
4891 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html"> 4695 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
4892 <source>Change ownership</source> 4696 <source>Change ownership</source>
4893 <target state="new">Change ownership</target> 4697 <target state="new">Change ownership</target>
@@ -5037,6 +4841,18 @@
5037 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4841 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5038 <context context-type="linenumber">8</context> 4842 <context context-type="linenumber">8</context>
5039 </context-group> 4843 </context-group>
4844 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4845 <source>See the error</source><target state="new">See the error</target>
4846 <context-group purpose="location">
4847 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4848 <context context-type="linenumber">19</context>
4849 </context-group>
4850 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4851 <source>This video was deleted</source><target state="new">This video was deleted</target>
4852 <context-group purpose="location">
4853 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4854 <context context-type="linenumber">36</context>
4855 </context-group>
5040 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 4856 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5041 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 4857 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5042 <context-group purpose="location"> 4858 <context-group purpose="location">
@@ -5389,44 +5205,17 @@
5389 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a" datatype="html"> 5205 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a" datatype="html">
5390 <source>Stats</source> 5206 <source>Stats</source>
5391 <target state="new">Stats</target> 5207 <target state="new">Stats</target>
5392 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group> 5208
5393 </trans-unit> 5209 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit>
5394 <trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5210
5395 <source>Creators</source> 5211
5396 <target state="new">Creators</target> 5212
5397 <context-group purpose="location">
5398 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5399 <context context-type="linenumber">162</context>
5400 </context-group>
5401 </trans-unit>
5402 <trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5403 <source>Creator guide</source>
5404 <target state="new">Creator guide</target>
5405 <context-group purpose="location">
5406 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5407 <context context-type="linenumber">162</context>
5408 </context-group>
5409 </trans-unit>
5410 <trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5411 <source>Contributors</source>
5412 <target state="new">Contributors</target>
5413 <context-group purpose="location">
5414 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5415 <context context-type="linenumber">163</context>
5416 </context-group>
5417 </trans-unit>
5418 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html"> 5213 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5419 <source>PeerTube license</source> 5214 <source>PeerTube license</source>
5420 <target state="new">PeerTube license</target> 5215 <target state="new">PeerTube license</target>
5421 <context-group purpose="location"> 5216
5422 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5217
5423 <context context-type="linenumber">163</context> 5218 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5424 </context-group>
5425 <context-group purpose="location">
5426 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5427 <context context-type="linenumber">175</context>
5428 </context-group>
5429 </trans-unit>
5430 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html"> 5219 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
5431 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5220 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5432 <target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5221 <target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6367,6 +6156,30 @@
6367 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6156 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6368 <context context-type="linenumber">1</context> 6157 <context context-type="linenumber">1</context>
6369 </context-group> 6158 </context-group>
6159 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6160 <source>Process domains</source><target state="new">Process domains</target>
6161 <context-group purpose="location">
6162 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6163 <context context-type="linenumber">1</context>
6164 </context-group>
6165 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6166 <source>Domain is required.</source><target state="new">Domain is required.</target>
6167 <context-group purpose="location">
6168 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6169 <context context-type="linenumber">1</context>
6170 </context-group>
6171 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6172 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6173 <context-group purpose="location">
6174 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6175 <context context-type="linenumber">1</context>
6176 </context-group>
6177 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6178 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6179 <context-group purpose="location">
6180 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6181 <context context-type="linenumber">1</context>
6182 </context-group>
6370 </trans-unit> 6183 </trans-unit>
6371 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html"> 6184 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
6372 <source>Unlimited</source> 6185 <source>Unlimited</source>
@@ -6387,6 +6200,16 @@
6387 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context> 6200 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
6388 <context context-type="linenumber">1</context> 6201 <context context-type="linenumber">1</context>
6389 </context-group> 6202 </context-group>
6203 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6204 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6205 <context-group purpose="location">
6206 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6207 <context context-type="linenumber">1</context>
6208 </context-group>
6209 <context-group purpose="location">
6210 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6211 <context context-type="linenumber">1</context>
6212 </context-group>
6390 </trans-unit> 6213 </trans-unit>
6391 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html"> 6214 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
6392 <source>100MB</source> 6215 <source>100MB</source>
@@ -6523,51 +6346,17 @@
6523 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html"> 6346 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
6524 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source> 6347 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
6525 <target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target> 6348 <target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target>
6526 <context-group purpose="location"> 6349
6527 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6350 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6528 <context context-type="linenumber">1</context> 6351
6529 </context-group> 6352
6530 </trans-unit> 6353
6531 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html"> 6354
6532 <source>You need to specify hosts to follow.</source>
6533 <target state="new">You need to specify hosts to follow.</target>
6534 <context-group purpose="location">
6535 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6536 <context context-type="linenumber">1</context>
6537 </context-group>
6538 </trans-unit>
6539 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
6540 <source>Hosts need to be unique.</source>
6541 <target state="new">Hosts need to be unique.</target>
6542 <context-group purpose="location">
6543 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6544 <context context-type="linenumber">1</context>
6545 </context-group>
6546 </trans-unit>
6547 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
6548 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6549 <target state="new">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6550 <context-group purpose="location">
6551 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6552 <context context-type="linenumber">1</context>
6553 </context-group>
6554 </trans-unit>
6555 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409" datatype="html">
6556 <source>Follow new server(s)</source>
6557 <target state="new">Follow new server(s)</target>
6558 <context-group purpose="location">
6559 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6560 <context context-type="linenumber">1</context>
6561 </context-group>
6562 </trans-unit>
6563 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html"> 6355 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
6564 <source>Follow request(s) sent!</source> 6356 <source>Follow request(s) sent!</source>
6565 <target state="new">Follow request(s) sent!</target> 6357 <target state="new">Follow request(s) sent!</target>
6566 <context-group purpose="location"> 6358
6567 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6568 <context context-type="linenumber">1</context>
6569 </context-group>
6570 </trans-unit>
6571 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html"> 6360 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
6572 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6361 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6573 <target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 6362 <target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -6671,6 +6460,12 @@
6671 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 6460 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6672 <context context-type="linenumber">1</context> 6461 <context context-type="linenumber">1</context>
6673 </context-group> 6462 </context-group>
6463 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6464 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6465 <context-group purpose="location">
6466 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6467 <context context-type="linenumber">1</context>
6468 </context-group>
6674 </trans-unit> 6469 </trans-unit>
6675 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html"> 6470 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
6676 <source>Comment updated.</source> 6471 <source>Comment updated.</source>
@@ -6679,23 +6474,33 @@
6679 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context> 6474 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
6680 <context context-type="linenumber">1</context> 6475 <context context-type="linenumber">1</context>
6681 </context-group> 6476 </context-group>
6682 </trans-unit> 6477 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
6683 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html"> 6478 <source>Internal actions</source><target state="new">Internal actions</target>
6684 <source>Delete this report</source>
6685 <target state="new">Delete this report</target>
6686 <context-group purpose="location"> 6479 <context-group purpose="location">
6687 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6480 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6688 <context context-type="linenumber">1</context> 6481 <context context-type="linenumber">1</context>
6689 </context-group> 6482 </context-group>
6690 </trans-unit> 6483 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
6691 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 6484 <source>Delete report</source><target state="new">Delete report</target>
6692 <source>Update moderation comment</source> 6485 <context-group purpose="location">
6693 <target state="new">Update moderation comment</target> 6486 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6487 <context context-type="linenumber">1</context>
6488 </context-group>
6489 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6490 <source>Add note</source><target state="new">Add note</target>
6491 <context-group purpose="location">
6492 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6493 <context context-type="linenumber">1</context>
6494 </context-group>
6495 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6496 <source>Update note</source><target state="new">Update note</target>
6694 <context-group purpose="location"> 6497 <context-group purpose="location">
6695 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6498 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6696 <context context-type="linenumber">1</context> 6499 <context context-type="linenumber">1</context>
6697 </context-group> 6500 </context-group>
6698 </trans-unit> 6501 </trans-unit>
6502
6503
6699 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html"> 6504 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html">
6700 <source>Mark as accepted</source> 6505 <source>Mark as accepted</source>
6701 <target state="new">Mark as accepted</target> 6506 <target state="new">Mark as accepted</target>
@@ -6711,6 +6516,12 @@
6711 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6516 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6712 <context context-type="linenumber">1</context> 6517 <context context-type="linenumber">1</context>
6713 </context-group> 6518 </context-group>
6519 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
6520 <source>Actions for the video</source><target state="new">Actions for the video</target>
6521 <context-group purpose="location">
6522 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6523 <context context-type="linenumber">1</context>
6524 </context-group>
6714 </trans-unit> 6525 </trans-unit>
6715 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 6526 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
6716 <source>Do you really want to delete this abuse report?</source> 6527 <source>Do you really want to delete this abuse report?</source>
@@ -7661,11 +7472,8 @@
7661 </context-group> 7472 </context-group>
7662 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7473 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7663 <source>max size</source><target state="new">max size</target> 7474 <source>max size</source><target state="new">max size</target>
7664 <context-group purpose="location"> 7475
7665 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7476 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7666 <context context-type="linenumber">1</context>
7667 </context-group>
7668 </trans-unit>
7669 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7477 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
7670 <source>Now please check your emails to verify your account and complete signup.</source> 7478 <source>Now please check your emails to verify your account and complete signup.</source>
7671 <target state="new">Now please check your emails to verify your account and complete signup.</target> 7479 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8033,6 +7841,12 @@
8033 <context context-type="linenumber">1</context> 7841 <context context-type="linenumber">1</context>
8034 </context-group> 7842 </context-group>
8035 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 7843 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
7844 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
7845 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
7846 <context-group purpose="location">
7847 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7848 <context context-type="linenumber">1</context>
7849 </context-group>
8036 </trans-unit> 7850 </trans-unit>
8037 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 7851 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
8038 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 7852 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8105,15 +7919,14 @@
8105 <context context-type="linenumber">1</context> 7919 <context context-type="linenumber">1</context>
8106 </context-group> 7920 </context-group>
8107 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 7921 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8108 </trans-unit> 7922 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8109 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 7923 <source>just now</source><target state="new">just now</target>
8110 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 7924 <context-group purpose="location">
8111 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> saniye önce</target> 7925 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8112 <context-group name="null">
8113 <context context-type="linenumber">1</context> 7926 <context context-type="linenumber">1</context>
8114 </context-group> 7927 </context-group>
8115 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 7928 </trans-unit>
8116 </trans-unit><trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 7929 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8117 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 7930 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
8118 <context-group purpose="location"> 7931 <context-group purpose="location">
8119 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 7932 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
@@ -9857,11 +9670,8 @@
9857 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 9670 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
9858 <source>Video blacklisted.</source> 9671 <source>Video blacklisted.</source>
9859 <target state="new">Video blacklisted.</target> 9672 <target state="new">Video blacklisted.</target>
9860 <context-group purpose="location"> 9673
9861 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context> 9674 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9862 <context context-type="linenumber">1</context>
9863 </context-group>
9864 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9865 <source>Encoder</source><target state="new">Encoder</target> 9675 <source>Encoder</source><target state="new">Encoder</target>
9866 <context-group purpose="location"> 9676 <context-group purpose="location">
9867 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 9677 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10135,15 +9945,14 @@
10135 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context> 9945 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
10136 <context context-type="linenumber">1</context> 9946 <context context-type="linenumber">1</context>
10137 </context-group> 9947 </context-group>
10138 </trans-unit> 9948 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10139 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 9949 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10140 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
10141 <target state="new">The deletion will be sent to remote instances, so they remove the comment too.</target>
10142 <context-group purpose="location"> 9950 <context-group purpose="location">
10143 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 9951 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10144 <context context-type="linenumber">1</context> 9952 <context context-type="linenumber">1</context>
10145 </context-group> 9953 </context-group>
10146 </trans-unit> 9954 </trans-unit>
9955
10147 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 9956 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
10148 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 9957 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10149 <target state="new">It is a remote comment, so the deletion will only be effective on your instance.</target> 9958 <target state="new">It is a remote comment, so the deletion will only be effective on your instance.</target>
diff --git a/client/src/locale/angular.uk-UA.xlf b/client/src/locale/angular.uk-UA.xlf
index 0109d1168..3df0b4af5 100644
--- a/client/src/locale/angular.uk-UA.xlf
+++ b/client/src/locale/angular.uk-UA.xlf
@@ -584,7 +584,7 @@
584 </context-group> 584 </context-group>
585 585
586 586
587 <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><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 purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
588 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 588 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
589 <source>Private</source> 589 <source>Private</source>
590 <target>Приватний</target> 590 <target>Приватний</target>
@@ -594,23 +594,23 @@
594 594
595 595
596 596
597 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 597 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
598 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 598 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
599 599
600 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 600 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
601 601
602 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 602 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
603 <source>Blacklisted</source> 603 <source>Blacklisted</source>
604 <target state="translated">Додано у чорний список</target> 604 <target state="translated">Додано у чорний список</target>
605 605
606 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 606 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
607 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 607 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
608 <source>Sensitive</source> 608 <source>Sensitive</source>
609 <target state="new"> 609 <target state="new">
610 Sensitive 610 Sensitive
611 </target> 611 </target>
612 612
613 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.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/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
614 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 614 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
615 <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>
616 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 616 <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 666
667 667
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">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</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">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
670 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 670 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
671 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 671 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
672 <target state="translated">Видалити з <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 672 <target state="translated">Видалити з <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -711,7 +711,7 @@
711 711
712 712
713 713
714 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 714 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
715 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 715 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
716 <source>Truncated preview</source> 716 <source>Truncated preview</source>
717 <target state="new">Truncated preview</target> 717 <target state="new">Truncated preview</target>
@@ -902,7 +902,7 @@
902 902
903 903
904 904
905 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit> 905 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
906 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 906 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
907 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 907 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
908 <target state="translated">HTTP імпорт (YouTube, Vimeo, прямий URL...)</target> 908 <target state="translated">HTTP імпорт (YouTube, Vimeo, прямий URL...)</target>
@@ -1037,7 +1037,7 @@
1037 1037
1038 1038
1039 1039
1040 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1040 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1041 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1041 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1042 <source>Ban this user</source> 1042 <source>Ban this user</source>
1043 <target>Заблокувати цього користувача</target> 1043 <target>Заблокувати цього користувача</target>
@@ -1054,14 +1054,7 @@
1054 <context context-type="linenumber">11</context> 1054 <context context-type="linenumber">11</context>
1055 </context-group> 1055 </context-group>
1056 </trans-unit> 1056 </trans-unit>
1057 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 1057
1058 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1059 <target state="new">(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1060 <context-group purpose="location">
1061 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
1062 <context context-type="linenumber">12</context>
1063 </context-group>
1064 </trans-unit>
1065 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1058 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1066 <source>Login</source> 1059 <source>Login</source>
1067 <target> 1060 <target>
@@ -1191,7 +1184,7 @@
1191 1184
1192 1185
1193 1186
1194 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1187 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1195 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html"> 1188 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html">
1196 <source>Email address</source> 1189 <source>Email address</source>
1197 <target state="translated">Email адрес</target> 1190 <target state="translated">Email адрес</target>
@@ -1569,15 +1562,9 @@
1569 </context-group> 1562 </context-group>
1570 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1563 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1571 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1564 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1572 <context-group purpose="location"> 1565
1573 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1566
1574 <context context-type="linenumber">36</context> 1567 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1575 </context-group>
1576 <context-group purpose="location">
1577 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1578 <context context-type="linenumber">158</context>
1579 </context-group>
1580 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1581 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1568 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1582 <context-group purpose="location"> 1569 <context-group purpose="location">
1583 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1570 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1612,41 +1599,26 @@
1612 <source>Help</source> 1599 <source>Help</source>
1613 <target state="new">Help</target> 1600 <target state="new">Help</target>
1614 1601
1615 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1602 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1616 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1603 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1617 <context-group purpose="location"> 1604
1618 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1605 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1619 <context context-type="linenumber">167</context>
1620 </context-group>
1621 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1622 <source>Shortcuts</source><target state="new">Shortcuts</target> 1606 <source>Shortcuts</source><target state="new">Shortcuts</target>
1623 <context-group purpose="location"> 1607
1624 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1608 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1625 <context context-type="linenumber">168</context>
1626 </context-group>
1627 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1628 <source> 1609 <source>
1629 powered by PeerTube 1610 powered by PeerTube
1630 </source><target state="new"> 1611 </source><target state="new">
1631 powered by PeerTube 1612 powered by PeerTube
1632 </target> 1613 </target>
1633 <context-group purpose="location"> 1614
1634 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1615 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1635 <context context-type="linenumber">172</context>
1636 </context-group>
1637 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1638 <source>PeerTube website</source><target state="new">PeerTube website</target> 1616 <source>PeerTube website</source><target state="new">PeerTube website</target>
1639 <context-group purpose="location"> 1617
1640 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1618 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1641 <context context-type="linenumber">172</context>
1642 </context-group>
1643 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1644 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1619 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1645 <context-group purpose="location"> 1620
1646 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1621 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1647 <context context-type="linenumber">171</context>
1648 </context-group>
1649 </trans-unit>
1650 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1622 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1651 <source>Log out</source> 1623 <source>Log out</source>
1652 <target state="new">Log out</target> 1624 <target state="new">Log out</target>
@@ -1731,17 +1703,8 @@
1731 1703
1732 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1704 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1733 <source>Contact</source><target state="new">Contact</target> 1705 <source>Contact</source><target state="new">Contact</target>
1734 <context-group purpose="location"> 1706
1735 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1707 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1736 <context context-type="linenumber">154</context>
1737 </context-group>
1738 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1739 <source>Terms of Service</source><target state="new">Terms of Service</target>
1740 <context-group purpose="location">
1741 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1742 <context context-type="linenumber">155</context>
1743 </context-group>
1744 </trans-unit>
1745 1708
1746 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1709 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1747 <source>View your notifications</source> 1710 <source>View your notifications</source>
@@ -2117,7 +2080,7 @@
2117 2080
2118 2081
2119 2082
2120 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2083 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2121 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html"> 2084 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html">
2122 <source>Privacy</source> 2085 <source>Privacy</source>
2123 <target state="new">Privacy</target> 2086 <target state="new">Privacy</target>
@@ -2128,37 +2091,19 @@
2128 2091
2129 2092
2130 2093
2131 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2094 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2132 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
2133 <context-group purpose="location">
2134 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2135 <context context-type="linenumber">164</context>
2136 </context-group>
2137 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2138 <source>FAQ</source><target state="new">FAQ</target> 2095 <source>FAQ</source><target state="new">FAQ</target>
2139 <context-group purpose="location"> 2096
2140 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2097 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2141 <context context-type="linenumber">165</context>
2142 </context-group>
2143 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2144 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 2098 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
2145 <context-group purpose="location"> 2099
2146 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2100 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2147 <context context-type="linenumber">165</context>
2148 </context-group>
2149 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2150 <source>API</source><target state="new">API</target> 2101 <source>API</source><target state="new">API</target>
2151 <context-group purpose="location"> 2102
2152 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2103 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2153 <context context-type="linenumber">166</context>
2154 </context-group>
2155 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2156 <source>API documentation</source><target state="new">API documentation</target> 2104 <source>API documentation</source><target state="new">API documentation</target>
2157 <context-group purpose="location"> 2105
2158 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2106 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2159 <context context-type="linenumber">166</context>
2160 </context-group>
2161 </trans-unit>
2162 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html"> 2107 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
2163 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2108 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2164 <target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2109 <target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2305,7 +2250,7 @@
2305 2250
2306 2251
2307 2252
2308 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit> 2253 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2309 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 2254 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
2310 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2255 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2311 <target state="new"> 2256 <target state="new">
@@ -2322,7 +2267,7 @@
2322 2267
2323 2268
2324 2269
2325 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 2270 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2326 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html"> 2271 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html">
2327 <source>Select the file to upload</source> 2272 <source>Select the file to upload</source>
2328 <target state="new">Select the file to upload</target> 2273 <target state="new">Select the file to upload</target>
@@ -2334,19 +2279,13 @@
2334 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html"> 2279 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html">
2335 <source>Scheduled</source> 2280 <source>Scheduled</source>
2336 <target state="new">Scheduled</target> 2281 <target state="new">Scheduled</target>
2337 <context-group purpose="location"> 2282
2338 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2283 <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">24</context></context-group></trans-unit>
2339 <context context-type="linenumber">25</context>
2340 </context-group>
2341 </trans-unit>
2342 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2284 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2343 <source>Video background image</source> 2285 <source>Video background image</source>
2344 <target state="new">Video background image</target> 2286 <target state="new">Video background image</target>
2345 <context-group purpose="location"> 2287
2346 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2288 <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">31</context></context-group></trans-unit>
2347 <context context-type="linenumber">32</context>
2348 </context-group>
2349 </trans-unit>
2350 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2289 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2351 <source> 2290 <source>
2352 Image that will be merged with your audio file. 2291 Image that will be merged with your audio file.
@@ -2358,44 +2297,32 @@
2358 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2297 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2359 The chosen image will be definitive and cannot be modified. 2298 The chosen image will be definitive and cannot be modified.
2360 </target> 2299 </target>
2361 <context-group purpose="location"> 2300
2362 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2301 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2363 <context context-type="linenumber">34</context>
2364 </context-group>
2365 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2366 <source>Processing…</source><target state="new">Processing…</target> 2302 <source>Processing…</source><target state="new">Processing…</target>
2367 <context-group purpose="location"> 2303
2368 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2304 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2369 <context context-type="linenumber">56</context>
2370 </context-group>
2371 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2372 <source>Total video quota</source><target state="new">Total video quota</target> 2305 <source>Total video quota</source><target state="new">Total video quota</target>
2373 <context-group purpose="location"> 2306
2374 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2307
2375 <context context-type="linenumber">54</context> 2308 <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">53</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">11</context></context-group></trans-unit>
2376 </context-group>
2377 <context-group purpose="location">
2378 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2379 <context context-type="linenumber">11</context>
2380 </context-group>
2381 </trans-unit>
2382 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html"> 2309 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2383 <source>Congratulations! Your video is now available in your private library.</source> 2310 <source>Congratulations! Your video is now available in your private library.</source>
2384 <target state="new"> 2311 <target state="new">
2385 Congratulations! Your video is now available in your private library. 2312 Congratulations! Your video is now available in your private library.
2386</target> 2313</target>
2387 2314
2388 <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">68</context></context-group></trans-unit> 2315 <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">67</context></context-group></trans-unit>
2389 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html"> 2316 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
2390 <source>Publish will be available when upload is finished</source> 2317 <source>Publish will be available when upload is finished</source>
2391 <target state="new">Publish will be available when upload is finished</target> 2318 <target state="new">Publish will be available when upload is finished</target>
2392 2319
2393 <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">81</context></context-group></trans-unit> 2320 <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">80</context></context-group></trans-unit>
2394 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html"> 2321 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html">
2395 <source>Publish</source> 2322 <source>Publish</source>
2396 <target state="new">Publish</target> 2323 <target state="new">Publish</target>
2397 2324
2398 <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">88</context></context-group></trans-unit> 2325 <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">87</context></context-group></trans-unit>
2399 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html"> 2326 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
2400 <source>Select the torrent to import</source> 2327 <source>Select the torrent to import</source>
2401 <target state="new">Select the torrent to import</target> 2328 <target state="new">Select the torrent to import</target>
@@ -2403,23 +2330,19 @@
2403 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2330 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2404 <context context-type="linenumber">6</context> 2331 <context context-type="linenumber">6</context>
2405 </context-group> 2332 </context-group>
2406 </trans-unit> 2333 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2407 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc" datatype="html"> 2334 <source>OR</source><target state="new">OR</target>
2408 <source>Or</source>
2409 <target state="new">Or</target>
2410 <context-group purpose="location"> 2335 <context-group purpose="location">
2411 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2336 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2412 <context context-type="linenumber">11</context> 2337 <context context-type="linenumber">10</context>
2413 </context-group> 2338 </context-group>
2414 </trans-unit> 2339 </trans-unit>
2340
2415 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html"> 2341 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
2416 <source>Paste magnet URI</source> 2342 <source>Paste magnet URI</source>
2417 <target state="new">Paste magnet URI</target> 2343 <target state="new">Paste magnet URI</target>
2418 <context-group purpose="location"> 2344
2419 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2345 <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">13</context></context-group></trans-unit>
2420 <context context-type="linenumber">14</context>
2421 </context-group>
2422 </trans-unit>
2423 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2346 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2424 <source> 2347 <source>
2425 You can import any torrent file that points to a mp4 file. 2348 You can import any torrent file that points to a mp4 file.
@@ -2429,21 +2352,15 @@
2429 You can import any torrent file that points to a mp4 file. 2352 You can import any torrent file that points to a mp4 file.
2430 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.
2431 </target> 2354 </target>
2432 <context-group purpose="location"> 2355
2433 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2356 <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">16</context></context-group></trans-unit>
2434 <context context-type="linenumber">17</context>
2435 </context-group>
2436 </trans-unit>
2437 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html"> 2357 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2438 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2358 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2439 <target state="new"> 2359 <target state="new">
2440 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 2360 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2441</target> 2361</target>
2442 <context-group purpose="location"> 2362
2443 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2363 <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">56</context></context-group></trans-unit>
2444 <context context-type="linenumber">57</context>
2445 </context-group>
2446 </trans-unit>
2447 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2364 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2448 <source> 2365 <source>
2449 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. 2366 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.
@@ -2732,7 +2649,7 @@
2732 2649
2733 2650
2734 2651
2735 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</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">63</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2652 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2736 <source>Subscribe</source><target state="new">Subscribe</target> 2653 <source>Subscribe</source><target state="new">Subscribe</target>
2737 <context-group purpose="location"> 2654 <context-group purpose="location">
2738 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2655 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
@@ -2800,7 +2717,7 @@
2800 <source>More information</source> 2717 <source>More information</source>
2801 <target state="new">More information</target> 2718 <target state="new">More information</target>
2802 2719
2803 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 2720 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
2804 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2721 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2805 <source>Get more information</source> 2722 <source>Get more information</source>
2806 <target state="new">Get more information</target> 2723 <target state="new">Get more information</target>
@@ -2877,36 +2794,27 @@
2877 <target state="new"> 2794 <target state="new">
2878 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 2795 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
2879 </target> 2796 </target>
2880 <context-group purpose="location"> 2797
2881 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2798 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
2882 <context context-type="linenumber">77</context>
2883 </context-group>
2884 </trans-unit>
2885 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 2799 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2886 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 2800 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
2887 <target state="new"> 2801 <target state="new">
2888 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2802 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2889 </target> 2803 </target>
2890 <context-group purpose="location"> 2804
2891 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2805 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
2892 <context context-type="linenumber">80</context>
2893 </context-group>
2894 </trans-unit>
2895 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 2806 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2896 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 2807 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
2897 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 2808 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
2898 <context-group purpose="location"> 2809
2899 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2810 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
2900 <context context-type="linenumber">84</context>
2901 </context-group>
2902 </trans-unit>
2903 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html"> 2811 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
2904 <source>Comments are disabled.</source> 2812 <source>Comments are disabled.</source>
2905 <target state="new"> 2813 <target state="new">
2906 Comments are disabled. 2814 Comments are disabled.
2907 </target> 2815 </target>
2908 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 2816
2909 </trans-unit> 2817 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
2910 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html"> 2818 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html">
2911 <source>Add comment...</source> 2819 <source>Add comment...</source>
2912 <target state="new">Add comment...</target> 2820 <target state="new">Add comment...</target>
@@ -2993,72 +2901,40 @@
2993 <context context-type="linenumber">5</context> 2901 <context context-type="linenumber">5</context>
2994 </context-group> 2902 </context-group>
2995 </trans-unit> 2903 </trans-unit>
2996 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246" datatype="html"> 2904
2997 <source>Follow</source>
2998 <target state="new">Follow</target>
2999 <context-group purpose="location">
3000 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
3001 <context context-type="linenumber">7</context>
3002 </context-group>
3003 </trans-unit>
3004 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html"> 2905 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html">
3005 <source>Followers</source> 2906 <source>Followers</source>
3006 <target state="new">Followers</target> 2907 <target state="new">Followers</target>
3007 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 2908
3008 </trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 2909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3009 <source>Video redundancies</source><target state="new">Video redundancies</target> 2910 <source>Video redundancies</source><target state="new">Video redundancies</target>
3010 <context-group purpose="location"> 2911
3011 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3012 <context context-type="linenumber">11</context>
3013 </context-group>
3014 </trans-unit>
3015 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html"> 2913 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
3016 <source>1 host (without "http://") per line</source> 2914 <source>1 host (without "http://") per line</source>
3017 <target state="new">1 host (without "http://") per line</target> 2915 <target state="new">1 host (without "http://") per line</target>
2916
2917 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2918 <source>Follow domain</source><target state="new">Follow domain</target>
3018 <context-group purpose="location"> 2919 <context-group purpose="location">
3019 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context> 2920 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3020 <context context-type="linenumber">5</context> 2921 <context context-type="linenumber">15</context>
3021 </context-group>
3022 </trans-unit>
3023 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507" datatype="html">
3024 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3025 <target state="new">
3026 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3027 </target>
3028 <context-group purpose="location">
3029 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
3030 <context context-type="linenumber">17</context>
3031 </context-group>
3032 </trans-unit>
3033 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437" datatype="html">
3034 <source>Add following</source>
3035 <target state="new">Add following</target>
3036 <context-group purpose="location">
3037 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
3038 <context context-type="linenumber">21</context>
3039 </context-group> 2922 </context-group>
3040 </trans-unit> 2923 </trans-unit>
2924
2925
3041 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 2926 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
3042 <source>Filter...</source> 2927 <source>Filter...</source>
3043 <target state="new">Filter...</target> 2928 <target state="new">Filter...</target>
3044 <context-group purpose="location"> 2929
3045 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2930
3046 <context context-type="linenumber">8</context> 2931
3047 </context-group> 2932 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3048 <context-group purpose="location">
3049 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3050 <context context-type="linenumber">9</context>
3051 </context-group>
3052 <context-group purpose="location">
3053 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3054 <context context-type="linenumber">27</context>
3055 </context-group>
3056 </trans-unit>
3057 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 2933 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
3058 <source>ID</source> 2934 <source>ID</source>
3059 <target state="new">ID</target> 2935 <target state="new">ID</target>
3060 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 2936
3061 </trans-unit> 2937 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3062 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2938 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3063 <source>Follower handle</source> 2939 <source>Follower handle</source>
3064 <target state="new">Follower handle</target> 2940 <target state="new">Follower handle</target>
@@ -3067,71 +2943,56 @@
3067 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 2943 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
3068 <source>State</source> 2944 <source>State</source>
3069 <target state="new">State</target> 2945 <target state="new">State</target>
3070 <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> 2946
3071 <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> 2947
3072 </trans-unit> 2948 <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>
3073 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 2949 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3074 <source>Delayed.</source> 2950 <source>Delayed.</source>
3075 <target state="new">Delayed.</target> 2951 <target state="new">Delayed.</target>
3076 <context-group purpose="location"> 2952
3077 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2953 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3078 <context context-type="linenumber">42</context>
3079 </context-group>
3080 </trans-unit>
3081 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 2954 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3082 <source>Will start soon...</source> 2955 <source>Will start soon...</source>
3083 <target state="new">Will start soon...</target> 2956 <target state="new">Will start soon...</target>
3084 <context-group purpose="location"> 2957
3085 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3086 <context context-type="linenumber">43</context>
3087 </context-group>
3088 </trans-unit>
3089 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 2959 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3090 <source>Running...</source> 2960 <source>Running...</source>
3091 <target state="new">Running...</target> 2961 <target state="new">Running...</target>
3092 <context-group purpose="location"> 2962
3093 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2963 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3094 <context context-type="linenumber">44</context>
3095 </context-group>
3096 </trans-unit>
3097 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 2964 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3098 <source>Finished</source> 2965 <source>Finished</source>
3099 <target state="new">Finished</target> 2966 <target state="new">Finished</target>
3100 <context-group purpose="location"> 2967
3101 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2968 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3102 <context context-type="linenumber">45</context>
3103 </context-group>
3104 </trans-unit>
3105 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 2969 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3106 <source>Failed</source> 2970 <source>Failed</source>
3107 <target state="new">Failed</target> 2971 <target state="new">Failed</target>
3108 <context-group purpose="location"> 2972
3109 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2973 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3110 <context context-type="linenumber">46</context>
3111 </context-group>
3112 </trans-unit>
3113 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 2974 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3114 <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> 2975 <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>
3115 <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> 2976 <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>
3116 <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> 2977
3117 <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> 2978
3118 <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> 2979
3119 <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> 2980
3120 <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> 2981
3121 <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> 2982
3122 </trans-unit> 2983 <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">24</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">46</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">11</context></context-group><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><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>
3123 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2984 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3124 <source>Accepted</source> 2985 <source>Accepted</source>
3125 <target state="new">Accepted</target> 2986 <target state="new">Accepted</target>
3126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 2987
3127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 2988
3128 </trans-unit> 2989 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3129 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2990 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3130 <source>Pending</source> 2991 <source>Pending</source>
3131 <target state="new">Pending</target> 2992 <target state="new">Pending</target>
3132 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 2993
3133 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 2994
3134 </trans-unit> 2995 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3135 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2996 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3136 <source>Accept</source> 2997 <source>Accept</source>
3137 <target state="new">Accept</target> 2998 <target state="new">Accept</target>
@@ -3143,24 +3004,39 @@
3143 <target state="new">Refuse</target> 3004 <target state="new">Refuse</target>
3144 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3005 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3145 <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">42</context></context-group> 3006 <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">42</context></context-group>
3007 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3008 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3009 <context-group purpose="location">
3010 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3011 <context context-type="linenumber">3</context>
3012 </context-group>
3146 </trans-unit> 3013 </trans-unit>
3147 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 3014 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
3148 <source>Host</source> 3015 <source>Host</source>
3149 <target state="new">Host</target> 3016 <target state="new">Host</target>
3150 <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> 3017
3151 </trans-unit> 3018 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3152 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3019 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3153 <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> 3020 <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>
3154 <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> 3021 <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>
3022
3023 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3024 <source>Follow domains</source><target state="new">Follow domains</target>
3155 <context-group purpose="location"> 3025 <context-group purpose="location">
3156 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3026 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3157 <context context-type="linenumber">21</context> 3027 <context context-type="linenumber">50</context>
3158 </context-group> 3028 </context-group>
3159 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3029 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3160 <source>Video redundancies list</source><target state="new">Video redundancies list</target> 3030 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3161 <context-group purpose="location"> 3031 <context-group purpose="location">
3162 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3032 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3163 <context context-type="linenumber">2</context> 3033 <context context-type="linenumber">7</context>
3034 </context-group>
3035 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3036 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3037 <context-group purpose="location">
3038 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3039 <context context-type="linenumber">8</context>
3164 </context-group> 3040 </context-group>
3165 </trans-unit> 3041 </trans-unit>
3166 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html"> 3042 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html">
@@ -3210,7 +3086,7 @@
3210 3086
3211 3087
3212 3088
3213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3089 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3214 <source> 3090 <source>
3215 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3091 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3216 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3092 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3291,57 +3167,52 @@
3291 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 3167 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3292 <source>Batch actions</source> 3168 <source>Batch actions</source>
3293 <target state="new">Batch actions</target> 3169 <target state="new">Batch actions</target>
3294 <context-group purpose="location"> 3170
3295 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3171 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3296 <context context-type="linenumber">19</context>
3297 </context-group>
3298 </trans-unit>
3299 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3172 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3300 <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> 3173 <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>
3301 <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> 3174 <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>
3302 <context-group purpose="location"> 3175
3303 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3176 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3304 <context context-type="linenumber">40</context>
3305 </context-group>
3306 </trans-unit>
3307 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3177 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3308 <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> 3178 <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>
3309 <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> 3179 <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>
3310 <context-group purpose="location"> 3180
3311 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3181 <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></trans-unit>
3312 <context context-type="linenumber">42</context>
3313 </context-group>
3314 </trans-unit>
3315 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3182 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3316 <source>(banned)</source> 3183 <source>(banned)</source>
3317 <target state="new">(banned)</target> 3184 <target state="new">(banned)</target>
3185
3186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3187 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3318 <context-group purpose="location"> 3188 <context-group purpose="location">
3319 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3189 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3320 <context context-type="linenumber">65</context> 3190 <context context-type="linenumber">65</context>
3321 </context-group> 3191 </context-group>
3192 <context-group purpose="location">
3193 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3194 <context context-type="linenumber">27</context>
3195 </context-group>
3322 </trans-unit> 3196 </trans-unit>
3323 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3197 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3324 <source>User's email must be verified to login</source> 3198 <source>User's email must be verified to login</source>
3325 <target state="new">User's email must be verified to login</target> 3199 <target state="new">User's email must be verified to login</target>
3326 <context-group purpose="location"> 3200
3327 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3328 <context context-type="linenumber">72</context>
3329 </context-group>
3330 </trans-unit>
3331 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3202 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3332 <source>User's email is verified / User can login without email verification</source> 3203 <source>User's email is verified / User can login without email verification</source>
3333 <target state="new">User's email is verified / User can login without email verification</target> 3204 <target state="new">User's email is verified / User can login without email verification</target>
3334 <context-group purpose="location"> 3205
3335 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3206 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3336 <context context-type="linenumber">76</context>
3337 </context-group>
3338 </trans-unit>
3339 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3207 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3340 <source>Ban reason:</source> 3208 <source>Ban reason:</source>
3341 <target state="new">Ban reason:</target> 3209 <target state="new">Ban reason:</target>
3210
3211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3212 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3342 <context-group purpose="location"> 3213 <context-group purpose="location">
3343 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3214 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3344 <context context-type="linenumber">95</context> 3215 <context context-type="linenumber">15</context>
3345 </context-group> 3216 </context-group>
3346 </trans-unit> 3217 </trans-unit>
3347 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html"> 3218 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
@@ -3395,98 +3266,77 @@
3395 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 3266 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
3396 <context context-type="linenumber">13</context> 3267 <context context-type="linenumber">13</context>
3397 </context-group> 3268 </context-group>
3269 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3270 <source>Video <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">Video <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>
3271 <context-group purpose="location">
3272 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3273 <context context-type="linenumber">10</context>
3274 </context-group>
3398 </trans-unit> 3275 </trans-unit>
3399 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3276 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3400 <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> 3277 <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>
3401 <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> 3278 <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>
3402 3279
3403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><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">8</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3404 <source>Video URL</source><target state="new">Video URL</target> 3281 <source>Video URL</source><target state="new">Video URL</target>
3405 <context-group purpose="location"> 3282
3406 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3407 <context context-type="linenumber">24</context>
3408 </context-group>
3409 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3410 <source>Total size</source><target state="new">Total size</target> 3284 <source>Total size</source><target state="new">Total size</target>
3285
3286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3287 <source>List redundancies</source><target state="new">List redundancies</target>
3411 <context-group purpose="location"> 3288 <context-group purpose="location">
3412 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3289 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3413 <context context-type="linenumber">25</context> 3290 <context context-type="linenumber">33</context>
3414 </context-group> 3291 </context-group>
3415 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3292 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3416 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3293 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3417 <context-group purpose="location"> 3294
3418 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3295 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3419 <context context-type="linenumber">69</context>
3420 </context-group>
3421 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3422 <source> 3296 <source>
3423 No redundancy strategy is enabled on your instance. 3297 No redundancy strategy is enabled on your instance.
3424 </source><target state="new"> 3298 </source><target state="new">
3425 No redundancy strategy is enabled on your instance. 3299 No redundancy strategy is enabled on your instance.
3426 </target> 3300 </target>
3427 <context-group purpose="location"> 3301
3428 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3302 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3429 <context context-type="linenumber">73</context>
3430 </context-group>
3431 </trans-unit>
3432 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3303 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3433 <source>Sensitive</source> 3304 <source>Sensitive</source>
3434 <target state="new">Sensitive</target> 3305 <target state="new">Sensitive</target>
3435 <context-group purpose="location"> 3306
3436 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3307 <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">11</context></context-group></trans-unit>
3437 <context context-type="linenumber">9</context>
3438 </context-group>
3439 </trans-unit>
3440 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3308 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3441 <source>Unfederated</source> 3309 <source>Unfederated</source>
3442 <target state="new">Unfederated</target> 3310 <target state="new">Unfederated</target>
3443 <context-group purpose="location"> 3311
3444 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3312 <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">12</context></context-group></trans-unit>
3445 <context context-type="linenumber">10</context>
3446 </context-group>
3447 </trans-unit>
3448 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3313 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3449 <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> 3314 <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>
3450 <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> 3315 <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>
3451 <context-group purpose="location"> 3316
3452 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3317 <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">13</context></context-group></trans-unit>
3453 <context context-type="linenumber">11</context>
3454 </context-group>
3455 </trans-unit>
3456 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 3318 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
3457 <source>Go to the video</source> 3319 <source>Go to the video</source>
3458 <target state="new">Go to the video</target> 3320 <target state="new">Go to the video</target>
3459 <context-group purpose="location"> 3321
3460 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3322
3461 <context context-type="linenumber">25</context> 3323
3462 </context-group> 3324 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3463 <context-group purpose="location">
3464 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3465 <context context-type="linenumber">33</context>
3466 </context-group>
3467 <context-group purpose="location">
3468 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3469 <context context-type="linenumber">33</context>
3470 </context-group>
3471 </trans-unit>
3472 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 3325 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3473 <source>Actions</source> 3326 <source>Actions</source>
3474 <target state="new">Actions</target> 3327 <target state="new">Actions</target>
3475 <context-group purpose="location"> 3328
3476 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3329
3477 <context context-type="linenumber">35</context> 3330 <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">38</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">57</context></context-group></trans-unit>
3478 </context-group>
3479 <context-group purpose="location">
3480 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3481 <context context-type="linenumber">44</context>
3482 </context-group>
3483 </trans-unit>
3484 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3331 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3485 <source>Blacklist reason:</source> 3332 <source>Blacklist reason:</source>
3486 <target state="new">Blacklist reason:</target> 3333 <target state="new">Blacklist reason:</target>
3334
3335 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3336 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3487 <context-group purpose="location"> 3337 <context-group purpose="location">
3488 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3338 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3489 <context context-type="linenumber">43</context> 3339 <context context-type="linenumber">5</context>
3490 </context-group> 3340 </context-group>
3491 </trans-unit> 3341 </trans-unit>
3492 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html"> 3342 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
@@ -3502,47 +3352,38 @@
3502 <target state="new"> 3352 <target state="new">
3503 This comment can only be seen by you or the other moderators. 3353 This comment can only be seen by you or the other moderators.
3504 </target> 3354 </target>
3505 <context-group purpose="location"> 3355
3506 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 3356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3507 <context context-type="linenumber">18</context>
3508 </context-group>
3509 </trans-unit>
3510 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html"> 3357 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
3511 <source>Update this comment</source> 3358 <source>Update this comment</source>
3512 <target state="new">Update this comment</target> 3359 <target state="new">Update this comment</target>
3513 3360
3514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3361 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3515 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 3362 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3516 <source>Reporter</source> 3363 <source>Reporter</source>
3517 <target state="new">Reporter</target> 3364 <target state="new">Reporter</target>
3518 <context-group purpose="location"> 3365
3519 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3366 <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">10</context></context-group></trans-unit>
3520 <context context-type="linenumber">8</context>
3521 </context-group>
3522 </trans-unit>
3523 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 3367 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
3524 <source>Video</source> 3368 <source>Video</source>
3525 <target state="new">Video</target> 3369 <target state="new">Video</target>
3370
3371
3372
3373 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3374 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3526 <context-group purpose="location"> 3375 <context-group purpose="location">
3527 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3376 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3528 <context context-type="linenumber">10</context> 3377 <context context-type="linenumber">46</context>
3529 </context-group>
3530 <context-group purpose="location">
3531 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3532 <context context-type="linenumber">14</context>
3533 </context-group>
3534 <context-group purpose="location">
3535 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3536 <context context-type="linenumber">9</context>
3537 </context-group> 3378 </context-group>
3538 </trans-unit> 3379 </trans-unit>
3539 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3380 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3540 <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> 3381 <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>
3541 <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> 3382 <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>
3542 <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> 3383
3543 <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> 3384
3544 <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> 3385
3545 </trans-unit> 3386 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3546 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3387 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3547 <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> 3388 <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>
3548 <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> 3389 <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>
@@ -3554,31 +3395,27 @@
3554 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 3395 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3555 <source>Go to the account</source> 3396 <source>Go to the account</source>
3556 <target state="new">Go to the account</target> 3397 <target state="new">Go to the account</target>
3557 <context-group purpose="location"> 3398
3558 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3399
3559 <context context-type="linenumber">25</context> 3400 <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">27</context></context-group></trans-unit>
3560 </context-group>
3561 <context-group purpose="location">
3562 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3563 <context context-type="linenumber">27</context>
3564 </context-group>
3565 </trans-unit>
3566 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 3401 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
3567 <source>Reason:</source> 3402 <source>Reason:</source>
3568 <target state="new">Reason:</target> 3403 <target state="new">Reason:</target>
3404
3405 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3406 <source>Note:</source><target state="new">Note:</target>
3569 <context-group purpose="location"> 3407 <context-group purpose="location">
3570 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3408 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3571 <context context-type="linenumber">53</context> 3409 <context context-type="linenumber">72</context>
3572 </context-group> 3410 </context-group>
3573 </trans-unit> 3411 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3574 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638" datatype="html"> 3412 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3575 <source>Moderation comment:</source>
3576 <target state="new">Moderation comment:</target>
3577 <context-group purpose="location"> 3413 <context-group purpose="location">
3578 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3414 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3579 <context context-type="linenumber">57</context> 3415 <context context-type="linenumber">5</context>
3580 </context-group> 3416 </context-group>
3581 </trans-unit> 3417 </trans-unit>
3418
3582 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3419 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
3583 <source>Unblacklist</source> 3420 <source>Unblacklist</source>
3584 <target state="new">Unblacklist</target> 3421 <target state="new">Unblacklist</target>
@@ -3590,6 +3427,12 @@
3590 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context> 3427 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
3591 <context context-type="linenumber">17</context> 3428 <context context-type="linenumber">17</context>
3592 </context-group> 3429 </context-group>
3430 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3431 <source>Mute domain</source><target state="new">Mute domain</target>
3432 <context-group purpose="location">
3433 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3434 <context context-type="linenumber">11</context>
3435 </context-group>
3593 </trans-unit> 3436 </trans-unit>
3594 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 3437 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
3595 <source>Instance</source> 3438 <source>Instance</source>
@@ -3598,57 +3441,55 @@
3598 3441
3599 3442
3600 3443
3601 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3602 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3445 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3603 <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> 3446 <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>
3604 <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> 3447 <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>
3605 <context-group purpose="location"> 3448
3606 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3449
3607 <context context-type="linenumber">9</context> 3450
3608 </context-group> 3451
3609 <context-group purpose="location"> 3452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3610 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3611 <context context-type="linenumber">9</context>
3612 </context-group>
3613 <context-group purpose="location">
3614 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3615 <context context-type="linenumber">13</context>
3616 </context-group>
3617 <context-group purpose="location">
3618 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
3619 <context context-type="linenumber">13</context>
3620 </context-group>
3621 </trans-unit>
3622 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 3453 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3623 <source>Unmute</source> 3454 <source>Unmute</source>
3624 <target state="new">Unmute</target> 3455 <target state="new">Unmute</target>
3456
3457
3458
3459
3460 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3461 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3625 <context-group purpose="location"> 3462 <context-group purpose="location">
3626 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3463 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3627 <context context-type="linenumber">19</context> 3464 <context context-type="linenumber">5</context>
3628 </context-group>
3629 <context-group purpose="location">
3630 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3631 <context context-type="linenumber">18</context>
3632 </context-group> 3465 </context-group>
3466 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3467 <source>
3468 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3469 </source><target state="new">
3470 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3471 </target>
3633 <context-group purpose="location"> 3472 <context-group purpose="location">
3634 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 3473 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3635 <context context-type="linenumber">22</context> 3474 <context context-type="linenumber">37</context>
3636 </context-group> 3475 </context-group>
3476 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3477 <source>Mute domains</source><target state="new">Mute domains</target>
3637 <context-group purpose="location"> 3478 <context-group purpose="location">
3638 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 3479 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3639 <context context-type="linenumber">23</context> 3480 <context context-type="linenumber">35</context>
3640 </context-group> 3481 </context-group>
3641 </trans-unit> 3482 </trans-unit>
3642 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3483 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3643 <source>Account</source> 3484 <source>Account</source>
3644 <target state="new">Account</target> 3485 <target state="new">Account</target>
3486
3487
3488 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3489 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3645 <context-group purpose="location"> 3490 <context-group purpose="location">
3646 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3491 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3647 <context context-type="linenumber">8</context> 3492 <context context-type="linenumber">5</context>
3648 </context-group>
3649 <context-group purpose="location">
3650 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3651 <context context-type="linenumber">12</context>
3652 </context-group> 3493 </context-group>
3653 </trans-unit> 3494 </trans-unit>
3654 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3495 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
@@ -3791,35 +3632,22 @@
3791 <context context-type="linenumber">9</context> 3632 <context context-type="linenumber">9</context>
3792 </context-group> 3633 </context-group>
3793 </trans-unit> 3634 </trans-unit>
3794 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f" datatype="html"> 3635
3795 <source>Jobs list</source>
3796 <target state="new">Jobs list</target>
3797 <context-group purpose="location">
3798 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3799 <context context-type="linenumber">2</context>
3800 </context-group>
3801 </trans-unit>
3802 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 3636 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3803 <source>Job type</source> 3637 <source>Job type</source>
3804 <target state="new">Job type</target> 3638 <target state="new">Job type</target>
3805 <context-group purpose="location"> 3639
3806 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
3807 <context context-type="linenumber">5</context>
3808 </context-group>
3809 </trans-unit>
3810 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 3641 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3811 <source>Job state</source> 3642 <source>Job state</source>
3812 <target state="new">Job state</target> 3643 <target state="new">Job state</target>
3813 <context-group purpose="location"> 3644
3814 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3645 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
3815 <context context-type="linenumber">14</context>
3816 </context-group>
3817 </trans-unit>
3818 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3646 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3819 <source>Type</source> 3647 <source>Type</source>
3820 <target state="new">Type</target> 3648 <target state="new">Type</target>
3821 <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> 3649
3822 </trans-unit> 3650 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
3823 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3651 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3824 <source>Refresh</source> 3652 <source>Refresh</source>
3825 <target state="new">Refresh</target> 3653 <target state="new">Refresh</target>
@@ -3865,43 +3693,25 @@
3865 3693
3866 3694
3867 3695
3868 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 3696 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
3869 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 3697 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
3870 <context-group purpose="location"> 3698
3871 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3699 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3872 <context context-type="linenumber">46</context>
3873 </context-group>
3874 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3875 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 3700 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
3876 <context-group purpose="location"> 3701
3877 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3702 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3878 <context context-type="linenumber">43</context>
3879 </context-group>
3880 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3881 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 3703 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
3882 <context-group purpose="location"> 3704
3883 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3705 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3884 <context context-type="linenumber">57</context>
3885 </context-group>
3886 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3887 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 3706 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
3888 <context-group purpose="location"> 3707
3889 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3708 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3890 <context context-type="linenumber">54</context>
3891 </context-group>
3892 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3893 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 3709 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
3894 <context-group purpose="location"> 3710
3895 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3711 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3896 <context context-type="linenumber">68</context>
3897 </context-group>
3898 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3899 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 3712 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
3900 <context-group purpose="location"> 3713
3901 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3714 <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">66</context></context-group></trans-unit>
3902 <context context-type="linenumber">65</context>
3903 </context-group>
3904 </trans-unit>
3905 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 3715 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3906 <source>Main languages you/your moderators speak</source> 3716 <source>Main languages you/your moderators speak</source>
3907 <target state="new">Main languages you/your moderators speak</target> 3717 <target state="new">Main languages you/your moderators speak</target>
@@ -3951,97 +3761,94 @@
3951 <target state="new">Do not list</target> 3761 <target state="new">Do not list</target>
3952 3762
3953 3763
3954 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 3764 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
3955 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html"> 3765 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html">
3956 <source>Blur thumbnails</source> 3766 <source>Blur thumbnails</source>
3957 <target state="new">Blur thumbnails</target> 3767 <target state="new">Blur thumbnails</target>
3958 3768
3959 3769
3960 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 3770 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
3961 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html"> 3771 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html">
3962 <source>Display</source> 3772 <source>Display</source>
3963 <target state="new">Display</target> 3773 <target state="new">Display</target>
3964 3774
3965 3775
3966 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3776 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3967 <source>Strategy</source><target state="new">Strategy</target> 3777 <source>Strategy</source><target state="new">Strategy</target>
3968 <context-group purpose="location"> 3778
3969 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3970 <context context-type="linenumber">22</context>
3971 </context-group>
3972 </trans-unit>
3973 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html"> 3780 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3974 <source>Terms</source> 3781 <source>Terms</source>
3975 <target state="new">Terms</target> 3782 <target state="new">Terms</target>
3976 3783
3977 3784
3978 3785
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">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3980 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 3787 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
3981 <source>Code of conduct</source> 3788 <source>Code of conduct</source>
3982 <target state="new">Code of conduct</target> 3789 <target state="new">Code of conduct</target>
3983 3790
3984 3791
3985 3792
3986 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 3793 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
3987 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 3794 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
3988 <source>Moderation information</source> 3795 <source>Moderation information</source>
3989 <target state="new">Moderation information</target> 3796 <target state="new">Moderation information</target>
3990 3797
3991 3798
3992 3799
3993 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" 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">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
3994 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 3801 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
3995 3802
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">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" 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">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
3997 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 3804 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
3998 3805
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">153</context></context-group></trans-unit> 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">154</context></context-group></trans-unit>
4000 3807
4001 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 3808 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4002 <source>Who is behind the instance?</source> 3809 <source>Who is behind the instance?</source>
4003 <target state="new">Who is behind the instance?</target> 3810 <target state="new">Who is behind the instance?</target>
4004 3811
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">159</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 3812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4006 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 3813 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target>
4007 3814
4008 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit> 3815 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
4009 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 3816 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4010 <source>Why did you create this instance?</source> 3817 <source>Why did you create this instance?</source>
4011 <target state="new">Why did you create this instance?</target> 3818 <target state="new">Why did you create this instance?</target>
4012 3819
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">171</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 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">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4014 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 3821 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4015 3822
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">172</context></context-group></trans-unit> 3823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit>
4017 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 3824 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4018 <source>How long do you plan to maintain this instance?</source> 3825 <source>How long do you plan to maintain this instance?</source>
4019 <target state="new">How long do you plan to maintain this instance?</target> 3826 <target state="new">How long do you plan to maintain this instance?</target>
4020 3827
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">182</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 3828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4022 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 3829 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target>
4023 3830
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">183</context></context-group></trans-unit> 3831 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit>
4025 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 3832 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4026 <source>How will you finance the PeerTube server?</source> 3833 <source>How will you finance the PeerTube server?</source>
4027 <target state="new">How will you finance the PeerTube server?</target> 3834 <target state="new">How will you finance the PeerTube server?</target>
4028 3835
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">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 3836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4030 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 3837 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
4031 3838
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">194</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 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">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4033 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 3840 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
4034 3841
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">208</context></context-group></trans-unit> 3842 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit>
4036 3843
4037 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 3844 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4038 <source>What server/hardware does the instance run on?</source> 3845 <source>What server/hardware does the instance run on?</source>
4039 <target state="new">What server/hardware does the instance run on?</target> 3846 <target state="new">What server/hardware does the instance run on?</target>
4040 3847
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">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 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">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4042 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 3849 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4043 3850
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">215</context></context-group></trans-unit> 3851 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit>
4045 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 3852 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4046 <source>Instance information</source> 3853 <source>Instance information</source>
4047 <target state="new">Instance information</target> 3854 <target state="new">Instance information</target>
@@ -4049,76 +3856,76 @@
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">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" 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">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4050 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 3857 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
4051 3858
4052 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" 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">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4053 <source> 3860 <source>
4054 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3861 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4055 </source><target state="new"> 3862 </source><target state="new">
4056 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3863 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4057 </target> 3864 </target>
4058 3865
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">240</context></context-group></trans-unit> 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">241</context></context-group></trans-unit>
4060 3867
4061 3868
4062 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 3869 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4063 <source>default</source> 3870 <source>default</source>
4064 <target state="new">default</target> 3871 <target state="new">default</target>
4065 3872
4066 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 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">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4067 <source>Landing page</source><target state="new">Landing page</target> 3874 <source>Landing page</source><target state="new">Landing page</target>
4068 3875
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">262</context></context-group></trans-unit> 3876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit>
4070 3877
4071 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 3878 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4072 <source>Discover videos</source> 3879 <source>Discover videos</source>
4073 <target state="new">Discover videos</target> 3880 <target state="new">Discover videos</target>
4074 3881
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">265</context></context-group></trans-unit> 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">266</context></context-group></trans-unit>
4076 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 3883 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4077 <source>Trending videos</source> 3884 <source>Trending videos</source>
4078 <target state="new">Trending videos</target> 3885 <target state="new">Trending videos</target>
4079 3886
4080 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 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">267</context></context-group></trans-unit>
4081 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 3888 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4082 <source>Most liked videos</source> 3889 <source>Most liked videos</source>
4083 <target state="new">Most liked videos</target> 3890 <target state="new">Most liked videos</target>
4084 3891
4085 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit> 3892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit>
4086 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 3893 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4087 <source>Recently added videos</source> 3894 <source>Recently added videos</source>
4088 <target state="new">Recently added videos</target> 3895 <target state="new">Recently added videos</target>
4089 3896
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">268</context></context-group></trans-unit> 3897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit>
4091 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html"> 3898 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
4092 <source>Local videos</source> 3899 <source>Local videos</source>
4093 <target state="new">Local videos</target> 3900 <target state="new">Local videos</target>
4094 3901
4095 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4096 <source>NEW USERS</source><target state="new">NEW USERS</target> 3903 <source>NEW USERS</source><target state="new">NEW USERS</target>
4097 3904
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">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 3905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4099 <source> 3906 <source>
4100 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3907 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4101 </source><target state="new"> 3908 </source><target state="new">
4102 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3909 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4103 </target> 3910 </target>
4104 3911
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">281</context></context-group></trans-unit> 3912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit>
4106 3913
4107 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 3914 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
4108 <source>Signup enabled</source> 3915 <source>Signup enabled</source>
4109 <target state="new">Signup enabled</target> 3916 <target state="new">Signup enabled</target>
4110 3917
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">292</context></context-group></trans-unit> 3918 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group></trans-unit>
4112 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 3919 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
4113 <source>Signup requires email verification</source> 3920 <source>Signup requires email verification</source>
4114 <target state="new">Signup requires email verification</target> 3921 <target state="new">Signup requires email verification</target>
4115 3922
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">300</context></context-group></trans-unit> 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">301</context></context-group></trans-unit>
4117 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 3924 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
4118 <source>Signup limit</source> 3925 <source>Signup limit</source>
4119 <target state="new">Signup limit</target> 3926 <target state="new">Signup limit</target>
4120 3927
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">304</context></context-group></trans-unit> 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">305</context></context-group></trans-unit>
4122 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 3929 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
4123 <source>Users</source> 3930 <source>Users</source>
4124 <target state="new">Users</target> 3931 <target state="new">Users</target>
@@ -4204,71 +4011,84 @@
4204 <source>Default video quota per user</source> 4011 <source>Default video quota per user</source>
4205 <target state="new">Default video quota per user</target> 4012 <target state="new">Default video quota per user</target>
4206 4013
4207 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">319</context></context-group></trans-unit> 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">320</context></context-group></trans-unit>
4208 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4015 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4209 <source>Default daily upload limit per user</source> 4016 <source>Default daily upload limit per user</source>
4210 <target state="new">Default daily upload limit per user</target> 4017 <target state="new">Default daily upload limit per user</target>
4211 4018
4212 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" 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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4213 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4020 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4214 4021
4215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4216 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4023 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4217 4024
4218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">359</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4219 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target> 4026 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target>
4220 4027
4221 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">366</context></context-group></trans-unit> 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">367</context></context-group></trans-unit>
4222 4029
4223 4030
4224 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4031 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4225 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4032 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4226 4033
4227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">383</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 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">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4228 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 4035 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
4229 4036
4230 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4231 <source>FEDERATION</source><target state="new">FEDERATION</target> 4038 <source>FEDERATION</source><target state="new">FEDERATION</target>
4232 4039
4233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4040 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4234 <source> 4041 <source>
4235 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4042 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4236 </source><target state="new"> 4043 </source><target state="new">
4237 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4044 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4238 </target> 4045 </target>
4239 4046
4240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4241 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4048 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4242 4049
4243 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">411</context></context-group></trans-unit> 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">412</context></context-group></trans-unit>
4244 4051
4245 4052
4246 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4053 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4247 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 4054 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
4248 4055
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">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4250 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4057 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4251 4058
4252 <context-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></trans-unit> 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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4060 <source>
4061 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4062 </source><target state="new">
4063 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4064 </target>
4065 <context-group purpose="location">
4066 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4067 <context context-type="linenumber">450</context>
4068 </context-group>
4069 </trans-unit>
4253 4070
4254 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4071 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4255 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4072 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4256 4073
4257 4074
4258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</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">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4259 4076
4260 4077
4261 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4078 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4262 <source>Index URL</source> 4079 <source>Index URL</source>
4263 <target state="new">Index URL</target> 4080 <target state="new">Index URL</target>
4264 4081
4265 <context-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="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4266 <source>Automatically follow instances of the public index</source><target state="new">Automatically follow instances of the public index</target> 4083 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4267 4084 <context-group purpose="location">
4268 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4085 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4086 <context context-type="linenumber">445</context>
4087 </context-group>
4088 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4269 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4089 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4270 4090
4271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">472</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">477</context></context-group></trans-unit>
4272 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 4092 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
4273 <source>Administrator</source> 4093 <source>Administrator</source>
4274 <target state="new">Administrator</target> 4094 <target state="new">Administrator</target>
@@ -4278,39 +4098,39 @@
4278 <source>Admin email</source> 4098 <source>Admin email</source>
4279 <target state="new">Admin email</target> 4099 <target state="new">Admin email</target>
4280 4100
4281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group></trans-unit> 4101 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit>
4282 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4102 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4283 <source>Enable contact form</source> 4103 <source>Enable contact form</source>
4284 <target state="new">Enable contact form</target> 4104 <target state="new">Enable contact form</target>
4285 4105
4286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</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">494</context></context-group></trans-unit>
4287 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 4107 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
4288 <source>Basic configuration</source> 4108 <source>Basic configuration</source>
4289 <target state="new">Basic configuration</target> 4109 <target state="new">Basic configuration</target>
4290 4110
4291 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4292 <source>TWITTER</source><target state="new">TWITTER</target> 4112 <source>TWITTER</source><target state="new">TWITTER</target>
4293 4113
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">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4295 <source> 4115 <source>
4296 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4116 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4297 </source><target state="new"> 4117 </source><target state="new">
4298 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4118 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4299 </target> 4119 </target>
4300 4120
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">507</context></context-group></trans-unit> 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">512</context></context-group></trans-unit>
4302 4122
4303 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 4123 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
4304 <source>Your Twitter username</source> 4124 <source>Your Twitter username</source>
4305 <target state="new">Your Twitter username</target> 4125 <target state="new">Your Twitter username</target>
4306 4126
4307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</context></context-group></trans-unit> 4127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit>
4308 4128
4309 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 4129 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
4310 <source>Instance whitelisted by Twitter</source> 4130 <source>Instance whitelisted by Twitter</source>
4311 <target state="new">Instance whitelisted by Twitter</target> 4131 <target state="new">Instance whitelisted by Twitter</target>
4312 4132
4313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4314 <source> 4134 <source>
4315 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/>"/> 4135 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/>"/>
4316 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/>"/> 4136 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/>"/>
@@ -4325,16 +4145,16 @@
4325 to see if you instance is whitelisted. 4145 to see if you instance is whitelisted.
4326 </target> 4146 </target>
4327 4147
4328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</context></context-group></trans-unit> 4148 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit>
4329 4149
4330 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 4150 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
4331 <source>Services</source> 4151 <source>Services</source>
4332 <target state="new">Services</target> 4152 <target state="new">Services</target>
4333 4153
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">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" 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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4335 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4155 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4336 4156
4337 <context-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="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4338 <source> 4158 <source>
4339 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4159 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4340 resources, this is a critical part of PeerTube, so tread carefully. 4160 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4343,42 +4163,36 @@
4343 resources, this is a critical part of PeerTube, so tread carefully. 4163 resources, this is a critical part of PeerTube, so tread carefully.
4344 </target> 4164 </target>
4345 4165
4346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group></trans-unit> 4166 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit>
4347 4167
4348 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 4168 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
4349 <source>Transcoding enabled</source> 4169 <source>Transcoding enabled</source>
4350 <target state="new">Transcoding enabled</target> 4170 <target state="new">Transcoding enabled</target>
4351 4171
4352 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></trans-unit> 4172 <context-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>
4353 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 4173 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
4354 <source>If you disable transcoding, many videos from your users will not work!</source> 4174 <source>If you disable transcoding, many videos from your users will not work!</source>
4355 <target state="new">If you disable transcoding, many videos from your users will not work!</target> 4175 <target state="new">If you disable transcoding, many videos from your users will not work!</target>
4356 4176
4357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4177 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4358 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4178 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4359 <context-group purpose="location"> 4179
4360 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4180 <context-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>
4361 <context context-type="linenumber">589</context>
4362 </context-group>
4363 </trans-unit>
4364 4181
4365 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4182 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4366 <source>Allow additional extensions</source> 4183 <source>Allow additional extensions</source>
4367 <target state="new">Allow additional extensions</target> 4184 <target state="new">Allow additional extensions</target>
4368 4185
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">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4370 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4187 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4371 <context-group purpose="location"> 4188
4372 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">605</context></context-group></trans-unit>
4373 <context context-type="linenumber">600</context>
4374 </context-group>
4375 </trans-unit>
4376 4190
4377 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4191 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4378 <source>Allow audio files upload</source> 4192 <source>Allow audio files upload</source>
4379 <target state="new">Allow audio files upload</target> 4193 <target state="new">Allow audio files upload</target>
4380 4194
4381 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" 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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4382 <source> 4196 <source>
4383 <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>"/> 4197 <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>"/>
4384 4198
@@ -4396,17 +4210,14 @@
4396 4210
4397 <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>"/> 4211 <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>"/>
4398 </target> 4212 </target>
4399 <context-group purpose="location"> 4213
4400 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4214 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit>
4401 <context context-type="linenumber">612</context>
4402 </context-group>
4403 </trans-unit>
4404 4215
4405 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4216 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4406 <source>WebTorrent support enabled</source> 4217 <source>WebTorrent support enabled</source>
4407 <target state="new">WebTorrent support enabled</target> 4218 <target state="new">WebTorrent support enabled</target>
4408 4219
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">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4220 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4410 <source> 4221 <source>
4411 <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>"/> 4222 <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>"/>
4412 4223
@@ -4430,69 +4241,66 @@
4430 4241
4431 <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>"/> 4242 <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>"/>
4432 </target> 4243 </target>
4433 <context-group purpose="location"> 4244
4434 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4245 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit>
4435 <context context-type="linenumber">633</context>
4436 </context-group>
4437 </trans-unit>
4438 4246
4439 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4247 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4440 <source>HLS support enabled</source> 4248 <source>HLS support enabled</source>
4441 <target state="new">HLS support enabled</target> 4249 <target state="new">HLS support enabled</target>
4442 4250
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">630</context></context-group></trans-unit> 4251 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
4444 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4252 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4445 <source>Transcoding threads</source> 4253 <source>Transcoding threads</source>
4446 <target state="new">Transcoding threads</target> 4254 <target state="new">Transcoding threads</target>
4447 4255
4448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4449 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4257 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4450 4258
4451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group></trans-unit> 4259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
4452 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4260 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4453 <source>CACHE</source><target state="new">CACHE</target> 4261 <source>CACHE</source><target state="new">CACHE</target>
4454 4262
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">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4456 <source> 4264 <source>
4457 Some files are not federated, and fetched when necessary. Define their caching policies. 4265 Some files are not federated, and fetched when necessary. Define their caching policies.
4458 </source><target state="new"> 4266 </source><target state="new">
4459 Some files are not federated, and fetched when necessary. Define their caching policies. 4267 Some files are not federated, and fetched when necessary. Define their caching policies.
4460 </target> 4268 </target>
4461 4269
4462 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4463 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4271 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4464 4272
4465 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4273 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4466 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4274 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4467 4275
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">717</context></context-group></trans-unit> 4276 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit>
4469 4277
4470 4278
4471 4279
4472 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4280 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4473 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4281 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4474 4282
4475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4476 <source> 4284 <source>
4477 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4285 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4478 </source><target state="new"> 4286 </source><target state="new">
4479 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4287 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4480 </target> 4288 </target>
4481 4289
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">733</context></context-group></trans-unit> 4290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
4483 4291
4484 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 4292 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4485 <source>JavaScript</source> 4293 <source>JavaScript</source>
4486 <target state="new">JavaScript</target> 4294 <target state="new">JavaScript</target>
4487 4295
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">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4489 <source> 4297 <source>
4490 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>"/> 4298 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>"/>
4491 </source><target state="new"> 4299 </source><target state="new">
4492 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>"/> 4300 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>"/>
4493 </target> 4301 </target>
4494 4302
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">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4496 <source> 4304 <source>
4497 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/>"/> 4305 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/>"/>
4498 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4306 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4517,24 +4325,24 @@
4517 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4325 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4518 </target> 4326 </target>
4519 4327
4520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group></trans-unit> 4328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
4521 4329
4522 4330
4523 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4331 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4524 <source>Advanced configuration</source> 4332 <source>Advanced configuration</source>
4525 <target state="new">Advanced configuration</target> 4333 <target state="new">Advanced configuration</target>
4526 4334
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">554</context></context-group></trans-unit> 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">559</context></context-group></trans-unit>
4528 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4336 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4529 <source>Update configuration</source> 4337 <source>Update configuration</source>
4530 <target state="new">Update configuration</target> 4338 <target state="new">Update configuration</target>
4531 4339
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">803</context></context-group></trans-unit> 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">804</context></context-group></trans-unit>
4533 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4341 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4534 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4342 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4535 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4343 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4536 4344
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">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4538 <source>PROFILE</source><target state="new">PROFILE</target> 4346 <source>PROFILE</source><target state="new">PROFILE</target>
4539 <context-group purpose="location"> 4347 <context-group purpose="location">
4540 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4348 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4681,23 +4489,27 @@
4681 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4489 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4682 <context context-type="linenumber">6</context> 4490 <context context-type="linenumber">6</context>
4683 </context-group> 4491 </context-group>
4684 </trans-unit> 4492 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
4685 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 4493 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
4686 <source>Only display videos in the following languages/subtitles</source>
4687 <target state="new">Only display videos in the following languages/subtitles</target>
4688 <context-group purpose="location"> 4494 <context-group purpose="location">
4689 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4495 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4690 <context context-type="linenumber">22</context> 4496 <context context-type="linenumber">14</context>
4497 </context-group>
4498 <context-group purpose="location">
4499 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4500 <context context-type="linenumber">111</context>
4691 </context-group> 4501 </context-group>
4692 </trans-unit> 4502 </trans-unit>
4503 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
4504 <source>Only display videos in the following languages/subtitles</source>
4505 <target state="new">Only display videos in the following languages/subtitles</target>
4506
4507 <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">23</context></context-group></trans-unit>
4693 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 4508 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
4694 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 4509 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
4695 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target> 4510 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
4696 <context-group purpose="location"> 4511
4697 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4512 <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">26</context></context-group></trans-unit>
4698 <context context-type="linenumber">25</context>
4699 </context-group>
4700 </trans-unit>
4701 4513
4702 4514
4703 4515
@@ -4758,23 +4570,17 @@
4758 <source>Theme</source> 4570 <source>Theme</source>
4759 <target state="new">Theme</target> 4571 <target state="new">Theme</target>
4760 4572
4761 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 4573 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
4762 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 4574 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
4763 <source>instance default</source> 4575 <source>instance default</source>
4764 <target state="new">instance default</target> 4576 <target state="new">instance default</target>
4765 <context-group purpose="location"> 4577
4766 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4578 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
4767 <context context-type="linenumber">7</context>
4768 </context-group>
4769 </trans-unit>
4770 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 4579 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
4771 <source>peertube default</source> 4580 <source>peertube default</source>
4772 <target state="new">peertube default</target> 4581 <target state="new">peertube default</target>
4773 <context-group purpose="location"> 4582
4774 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4583 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
4775 <context context-type="linenumber">8</context>
4776 </context-group>
4777 </trans-unit>
4778 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html"> 4584 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
4779 <source>Change ownership</source> 4585 <source>Change ownership</source>
4780 <target state="new">Change ownership</target> 4586 <target state="new">Change ownership</target>
@@ -4927,6 +4733,18 @@
4927 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4733 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4928 <context context-type="linenumber">8</context> 4734 <context context-type="linenumber">8</context>
4929 </context-group> 4735 </context-group>
4736 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4737 <source>See the error</source><target state="new">See the error</target>
4738 <context-group purpose="location">
4739 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4740 <context context-type="linenumber">19</context>
4741 </context-group>
4742 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4743 <source>This video was deleted</source><target state="new">This video was deleted</target>
4744 <context-group purpose="location">
4745 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4746 <context context-type="linenumber">36</context>
4747 </context-group>
4930 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 4748 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4931 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 4749 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
4932 <context-group purpose="location"> 4750 <context-group purpose="location">
@@ -5287,35 +5105,11 @@
5287 <target state="new">Stats</target> 5105 <target state="new">Stats</target>
5288 5106
5289 5107
5290 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5108 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5291 <source>Creators</source><target state="new">Creators</target>
5292 <context-group purpose="location">
5293 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5294 <context context-type="linenumber">162</context>
5295 </context-group>
5296 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5297 <source>Creator guide</source><target state="new">Creator guide</target>
5298 <context-group purpose="location">
5299 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5300 <context context-type="linenumber">162</context>
5301 </context-group>
5302 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5303 <source>Contributors</source><target state="new">Contributors</target>
5304 <context-group purpose="location">
5305 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5306 <context context-type="linenumber">163</context>
5307 </context-group>
5308 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5309 <source>PeerTube license</source><target state="new">PeerTube license</target> 5109 <source>PeerTube license</source><target state="new">PeerTube license</target>
5310 <context-group purpose="location"> 5110
5311 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5111
5312 <context context-type="linenumber">163</context> 5112 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5313 </context-group>
5314 <context-group purpose="location">
5315 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5316 <context context-type="linenumber">175</context>
5317 </context-group>
5318 </trans-unit>
5319 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html"> 5113 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
5320 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5114 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5321 <target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5115 <target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -6270,6 +6064,30 @@
6270 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6064 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6271 <context context-type="linenumber">1</context> 6065 <context context-type="linenumber">1</context>
6272 </context-group> 6066 </context-group>
6067 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6068 <source>Process domains</source><target state="new">Process domains</target>
6069 <context-group purpose="location">
6070 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6071 <context context-type="linenumber">1</context>
6072 </context-group>
6073 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6074 <source>Domain is required.</source><target state="new">Domain is required.</target>
6075 <context-group purpose="location">
6076 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6077 <context context-type="linenumber">1</context>
6078 </context-group>
6079 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6080 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6081 <context-group purpose="location">
6082 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6083 <context context-type="linenumber">1</context>
6084 </context-group>
6085 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6086 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6087 <context-group purpose="location">
6088 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6089 <context context-type="linenumber">1</context>
6090 </context-group>
6273 </trans-unit> 6091 </trans-unit>
6274 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html"> 6092 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
6275 <source>Unlimited</source> 6093 <source>Unlimited</source>
@@ -6290,6 +6108,16 @@
6290 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context> 6108 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
6291 <context context-type="linenumber">1</context> 6109 <context context-type="linenumber">1</context>
6292 </context-group> 6110 </context-group>
6111 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6112 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6113 <context-group purpose="location">
6114 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6115 <context context-type="linenumber">1</context>
6116 </context-group>
6117 <context-group purpose="location">
6118 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6119 <context context-type="linenumber">1</context>
6120 </context-group>
6293 </trans-unit> 6121 </trans-unit>
6294 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html"> 6122 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
6295 <source>100MB</source> 6123 <source>100MB</source>
@@ -6426,51 +6254,17 @@
6426 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html"> 6254 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
6427 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source> 6255 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
6428 <target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target> 6256 <target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target>
6429 <context-group purpose="location"> 6257
6430 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6431 <context context-type="linenumber">1</context> 6259
6432 </context-group> 6260
6433 </trans-unit> 6261
6434 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html"> 6262
6435 <source>You need to specify hosts to follow.</source>
6436 <target state="new">You need to specify hosts to follow.</target>
6437 <context-group purpose="location">
6438 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6439 <context context-type="linenumber">1</context>
6440 </context-group>
6441 </trans-unit>
6442 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
6443 <source>Hosts need to be unique.</source>
6444 <target state="new">Hosts need to be unique.</target>
6445 <context-group purpose="location">
6446 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6447 <context context-type="linenumber">1</context>
6448 </context-group>
6449 </trans-unit>
6450 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
6451 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6452 <target state="new">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6453 <context-group purpose="location">
6454 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6455 <context context-type="linenumber">1</context>
6456 </context-group>
6457 </trans-unit>
6458 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409" datatype="html">
6459 <source>Follow new server(s)</source>
6460 <target state="new">Follow new server(s)</target>
6461 <context-group purpose="location">
6462 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6463 <context context-type="linenumber">1</context>
6464 </context-group>
6465 </trans-unit>
6466 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html"> 6263 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
6467 <source>Follow request(s) sent!</source> 6264 <source>Follow request(s) sent!</source>
6468 <target state="new">Follow request(s) sent!</target> 6265 <target state="new">Follow request(s) sent!</target>
6469 <context-group purpose="location"> 6266
6470 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6471 <context context-type="linenumber">1</context>
6472 </context-group>
6473 </trans-unit>
6474 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html"> 6268 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
6475 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 6269 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6476 <target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 6270 <target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -6564,6 +6358,12 @@
6564 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 6358 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6565 <context context-type="linenumber">1</context> 6359 <context context-type="linenumber">1</context>
6566 </context-group> 6360 </context-group>
6361 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6362 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6363 <context-group purpose="location">
6364 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6365 <context context-type="linenumber">1</context>
6366 </context-group>
6567 </trans-unit> 6367 </trans-unit>
6568 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html"> 6368 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
6569 <source>Comment updated.</source> 6369 <source>Comment updated.</source>
@@ -6572,23 +6372,33 @@
6572 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context> 6372 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
6573 <context context-type="linenumber">1</context> 6373 <context context-type="linenumber">1</context>
6574 </context-group> 6374 </context-group>
6575 </trans-unit> 6375 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
6576 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html"> 6376 <source>Internal actions</source><target state="new">Internal actions</target>
6577 <source>Delete this report</source>
6578 <target state="new">Delete this report</target>
6579 <context-group purpose="location"> 6377 <context-group purpose="location">
6580 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6378 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6581 <context context-type="linenumber">1</context> 6379 <context context-type="linenumber">1</context>
6582 </context-group> 6380 </context-group>
6583 </trans-unit> 6381 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
6584 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 6382 <source>Delete report</source><target state="new">Delete report</target>
6585 <source>Update moderation comment</source> 6383 <context-group purpose="location">
6586 <target state="new">Update moderation comment</target> 6384 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6385 <context context-type="linenumber">1</context>
6386 </context-group>
6387 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6388 <source>Add note</source><target state="new">Add note</target>
6389 <context-group purpose="location">
6390 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6391 <context context-type="linenumber">1</context>
6392 </context-group>
6393 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6394 <source>Update note</source><target state="new">Update note</target>
6587 <context-group purpose="location"> 6395 <context-group purpose="location">
6588 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6396 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6589 <context context-type="linenumber">1</context> 6397 <context context-type="linenumber">1</context>
6590 </context-group> 6398 </context-group>
6591 </trans-unit> 6399 </trans-unit>
6400
6401
6592 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html"> 6402 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html">
6593 <source>Mark as accepted</source> 6403 <source>Mark as accepted</source>
6594 <target state="new">Mark as accepted</target> 6404 <target state="new">Mark as accepted</target>
@@ -6604,6 +6414,12 @@
6604 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6414 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6605 <context context-type="linenumber">1</context> 6415 <context context-type="linenumber">1</context>
6606 </context-group> 6416 </context-group>
6417 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
6418 <source>Actions for the video</source><target state="new">Actions for the video</target>
6419 <context-group purpose="location">
6420 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6421 <context context-type="linenumber">1</context>
6422 </context-group>
6607 </trans-unit> 6423 </trans-unit>
6608 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 6424 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
6609 <source>Do you really want to delete this abuse report?</source> 6425 <source>Do you really want to delete this abuse report?</source>
@@ -7548,11 +7364,8 @@
7548 </context-group> 7364 </context-group>
7549 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 7365 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7550 <source>max size</source><target state="new">max size</target> 7366 <source>max size</source><target state="new">max size</target>
7551 <context-group purpose="location"> 7367
7552 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7368 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7553 <context context-type="linenumber">1</context>
7554 </context-group>
7555 </trans-unit>
7556 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7369 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
7557 <source>Now please check your emails to verify your account and complete signup.</source> 7370 <source>Now please check your emails to verify your account and complete signup.</source>
7558 <target state="new">Now please check your emails to verify your account and complete signup.</target> 7371 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -7909,6 +7722,12 @@
7909 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7722 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7910 <context context-type="linenumber">1</context> 7723 <context context-type="linenumber">1</context>
7911 </context-group> 7724 </context-group>
7725 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
7726 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
7727 <context-group purpose="location">
7728 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7729 <context context-type="linenumber">1</context>
7730 </context-group>
7912 </trans-unit> 7731 </trans-unit>
7913 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html"> 7732 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
7914 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 7733 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -7981,15 +7800,14 @@
7981 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7800 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7982 <context context-type="linenumber">1</context> 7801 <context context-type="linenumber">1</context>
7983 </context-group> 7802 </context-group>
7984 </trans-unit> 7803 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
7985 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html"> 7804 <source>just now</source><target state="new">just now</target>
7986 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
7987 <target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target>
7988 <context-group purpose="location"> 7805 <context-group purpose="location">
7989 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7806 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7990 <context context-type="linenumber">1</context> 7807 <context context-type="linenumber">1</context>
7991 </context-group> 7808 </context-group>
7992 </trans-unit><trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 7809 </trans-unit>
7810 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
7993 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 7811 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
7994 <context-group purpose="location"> 7812 <context-group purpose="location">
7995 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 7813 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
@@ -9710,11 +9528,8 @@
9710 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 9528 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
9711 <source>Video blacklisted.</source> 9529 <source>Video blacklisted.</source>
9712 <target state="new">Video blacklisted.</target> 9530 <target state="new">Video blacklisted.</target>
9713 <context-group purpose="location"> 9531
9714 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context> 9532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9715 <context context-type="linenumber">1</context>
9716 </context-group>
9717 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9718 <source>Encoder</source><target state="new">Encoder</target> 9533 <source>Encoder</source><target state="new">Encoder</target>
9719 <context-group purpose="location"> 9534 <context-group purpose="location">
9720 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 9535 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -9984,15 +9799,14 @@
9984 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context> 9799 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
9985 <context context-type="linenumber">1</context> 9800 <context context-type="linenumber">1</context>
9986 </context-group> 9801 </context-group>
9987 </trans-unit> 9802 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
9988 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 9803 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
9989 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
9990 <target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target>
9991 <context-group purpose="location"> 9804 <context-group purpose="location">
9992 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 9805 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
9993 <context context-type="linenumber">1</context> 9806 <context context-type="linenumber">1</context>
9994 </context-group> 9807 </context-group>
9995 </trans-unit> 9808 </trans-unit>
9809
9996 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 9810 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
9997 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 9811 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
9998 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target> 9812 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target>
diff --git a/client/src/locale/angular.vi-VN.xlf b/client/src/locale/angular.vi-VN.xlf
index 1022648b4..eab0f64ca 100644
--- a/client/src/locale/angular.vi-VN.xlf
+++ b/client/src/locale/angular.vi-VN.xlf
@@ -526,17 +526,17 @@
526 <context-group name="null"> 526 <context-group name="null">
527 <context context-type="linenumber">6</context> 527 <context context-type="linenumber">6</context>
528 </context-group> 528 </context-group>
529 <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><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> 529 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
530 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 530 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
531 <source>Private</source> 531 <source>Private</source>
532 <target>Riêng tư</target> 532 <target>Riêng tư</target>
533 <context-group name="null"> 533 <context-group name="null">
534 <context context-type="linenumber">7</context> 534 <context context-type="linenumber">7</context>
535 </context-group> 535 </context-group>
536 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 536 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
537 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 537 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
538 538
539 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 539 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
540 540
541 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 541 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
542 <source>Blacklisted</source> 542 <source>Blacklisted</source>
@@ -544,7 +544,7 @@
544 <context-group name="null"> 544 <context-group name="null">
545 <context context-type="linenumber">42</context> 545 <context context-type="linenumber">42</context>
546 </context-group> 546 </context-group>
547 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</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">41</context></context-group></trans-unit>
548 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 548 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
549 <source> 549 <source>
550 Sensitive 550 Sensitive
@@ -555,7 +555,7 @@
555 <context-group name="null"> 555 <context-group name="null">
556 <context context-type="linenumber">46</context> 556 <context context-type="linenumber">46</context>
557 </context-group> 557 </context-group>
558 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 558 <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="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> 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>
560 <context-group purpose="location"> 560 <context-group purpose="location">
561 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context> 561 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
@@ -601,7 +601,7 @@
601 <context-group name="null"> 601 <context-group name="null">
602 <context context-type="linenumber">15</context> 602 <context context-type="linenumber">15</context>
603 </context-group> 603 </context-group>
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">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</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">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
605 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 605 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
606 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 606 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
607 <target>Xoá khỏi <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 607 <target>Xoá khỏi <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
@@ -629,7 +629,7 @@
629 <context-group name="null"> 629 <context-group name="null">
630 <context context-type="linenumber">63</context> 630 <context context-type="linenumber">63</context>
631 </context-group> 631 </context-group>
632 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 632 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
633 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 633 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
634 <source>Truncated preview</source> 634 <source>Truncated preview</source>
635 <target>Xem trước rút gọn</target> 635 <target>Xem trước rút gọn</target>
@@ -793,7 +793,7 @@
793 <context-group name="null"> 793 <context-group name="null">
794 <context context-type="linenumber">286</context> 794 <context context-type="linenumber">286</context>
795 </context-group> 795 </context-group>
796 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit><trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 796 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit><trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
797 <source>HTTP import (YouTube, Vimeo, direct URL...)</source><target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target> 797 <source>HTTP import (YouTube, Vimeo, direct URL...)</source><target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target>
798 798
799 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit> 799 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
@@ -907,7 +907,7 @@
907 <context-group name="null"> 907 <context-group name="null">
908 <context context-type="linenumber">23</context> 908 <context context-type="linenumber">23</context>
909 </context-group> 909 </context-group>
910 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 910 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
911 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 911 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
912 <source>Ban this user</source> 912 <source>Ban this user</source>
913 <target>Chặn người dùng này</target> 913 <target>Chặn người dùng này</target>
@@ -922,13 +922,7 @@
922 <context context-type="linenumber">11</context> 922 <context context-type="linenumber">11</context>
923 </context-group> 923 </context-group>
924 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 924 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
925 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798"> 925
926 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
927 <target>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, cỡ tối đa: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
928 <context-group name="null">
929 <context context-type="linenumber">12</context>
930 </context-group>
931 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
932 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 926 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
933 <source> 927 <source>
934 Login 928 Login
@@ -1045,7 +1039,7 @@
1045 <context-group name="null"> 1039 <context-group name="null">
1046 <context context-type="linenumber">43</context> 1040 <context context-type="linenumber">43</context>
1047 </context-group> 1041 </context-group>
1048 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1042 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1049 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1043 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1050 <source>Email address</source> 1044 <source>Email address</source>
1051 <target>Địa chỉ thư điện tử</target> 1045 <target>Địa chỉ thư điện tử</target>
@@ -1378,15 +1372,9 @@
1378 </context-group> 1372 </context-group>
1379 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1373 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1380 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1374 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1381 <context-group purpose="location"> 1375
1382 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1376
1383 <context context-type="linenumber">36</context> 1377 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1384 </context-group>
1385 <context-group purpose="location">
1386 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1387 <context context-type="linenumber">158</context>
1388 </context-group>
1389 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1390 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1378 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1391 <context-group purpose="location"> 1379 <context-group purpose="location">
1392 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1380 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1419,41 +1407,26 @@
1419 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1407 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1420 <source>Help</source><target state="new">Help</target> 1408 <source>Help</source><target state="new">Help</target>
1421 1409
1422 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1410 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1423 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1411 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1424 <context-group purpose="location"> 1412
1425 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1413 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1426 <context context-type="linenumber">167</context>
1427 </context-group>
1428 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1429 <source>Shortcuts</source><target state="new">Shortcuts</target> 1414 <source>Shortcuts</source><target state="new">Shortcuts</target>
1430 <context-group purpose="location"> 1415
1431 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1416 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1432 <context context-type="linenumber">168</context>
1433 </context-group>
1434 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1435 <source> 1417 <source>
1436 powered by PeerTube 1418 powered by PeerTube
1437 </source><target state="new"> 1419 </source><target state="new">
1438 powered by PeerTube 1420 powered by PeerTube
1439 </target> 1421 </target>
1440 <context-group purpose="location"> 1422
1441 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1423 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1442 <context context-type="linenumber">172</context>
1443 </context-group>
1444 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1445 <source>PeerTube website</source><target state="new">PeerTube website</target> 1424 <source>PeerTube website</source><target state="new">PeerTube website</target>
1446 <context-group purpose="location"> 1425
1447 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1426 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1448 <context context-type="linenumber">172</context>
1449 </context-group>
1450 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1451 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1427 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1452 <context-group purpose="location"> 1428
1453 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1429 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1454 <context context-type="linenumber">171</context>
1455 </context-group>
1456 </trans-unit>
1457 1430
1458 1431
1459 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1432 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
@@ -1557,17 +1530,8 @@
1557 </context-group> 1530 </context-group>
1558 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1531 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1559 <source>Contact</source><target state="new">Contact</target> 1532 <source>Contact</source><target state="new">Contact</target>
1560 <context-group purpose="location"> 1533
1561 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1534 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1562 <context context-type="linenumber">154</context>
1563 </context-group>
1564 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1565 <source>Terms of Service</source><target state="new">Terms of Service</target>
1566 <context-group purpose="location">
1567 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1568 <context context-type="linenumber">155</context>
1569 </context-group>
1570 </trans-unit>
1571 1535
1572 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1536 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1573 <source>View your notifications</source> 1537 <source>View your notifications</source>
@@ -1945,44 +1909,26 @@
1945 <context-group name="null"> 1909 <context-group name="null">
1946 <context context-type="linenumber">23</context> 1910 <context context-type="linenumber">23</context>
1947 </context-group> 1911 </context-group>
1948 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 1912 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1949 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 1913 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
1950 <source>Privacy</source> 1914 <source>Privacy</source>
1951 <target>Riêng tư</target> 1915 <target>Riêng tư</target>
1952 <context-group name="null"> 1916 <context-group name="null">
1953 <context context-type="linenumber">33</context> 1917 <context context-type="linenumber">33</context>
1954 </context-group> 1918 </context-group>
1955 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 1919 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
1956 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
1957 <context-group purpose="location">
1958 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1959 <context context-type="linenumber">164</context>
1960 </context-group>
1961 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
1962 <source>FAQ</source><target state="new">FAQ</target> 1920 <source>FAQ</source><target state="new">FAQ</target>
1963 <context-group purpose="location"> 1921
1964 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1922 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
1965 <context context-type="linenumber">165</context>
1966 </context-group>
1967 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
1968 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 1923 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
1969 <context-group purpose="location"> 1924
1970 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1925 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
1971 <context context-type="linenumber">165</context>
1972 </context-group>
1973 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
1974 <source>API</source><target state="new">API</target> 1926 <source>API</source><target state="new">API</target>
1975 <context-group purpose="location"> 1927
1976 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1928 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
1977 <context context-type="linenumber">166</context>
1978 </context-group>
1979 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
1980 <source>API documentation</source><target state="new">API documentation</target> 1929 <source>API documentation</source><target state="new">API documentation</target>
1981 <context-group purpose="location"> 1930
1982 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1931 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
1983 <context context-type="linenumber">166</context>
1984 </context-group>
1985 </trans-unit>
1986 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 1932 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
1987 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 1933 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
1988 <target>Lên lịch xuất bản (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 1934 <target>Lên lịch xuất bản (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2151,7 +2097,7 @@
2151 <context-group name="null"> 2097 <context-group name="null">
2152 <context context-type="linenumber">53</context> 2098 <context context-type="linenumber">53</context>
2153 </context-group> 2099 </context-group>
2154 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit><trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 2100 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit><trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
2155 <source> 2101 <source>
2156 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. 2102 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
2157</source><target state="new"> 2103</source><target state="new">
@@ -2168,7 +2114,7 @@
2168 <context-group name="null"> 2114 <context-group name="null">
2169 <context context-type="linenumber">17</context> 2115 <context context-type="linenumber">17</context>
2170 </context-group> 2116 </context-group>
2171 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 2117 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2172 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2118 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2173 <source>Select the file to upload</source> 2119 <source>Select the file to upload</source>
2174 <target>Chọn tập tin để tải lên</target> 2120 <target>Chọn tập tin để tải lên</target>
@@ -2182,13 +2128,10 @@
2182 <context-group name="null"> 2128 <context-group name="null">
2183 <context context-type="linenumber">25</context> 2129 <context context-type="linenumber">25</context>
2184 </context-group> 2130 </context-group>
2185 <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">25</context></context-group></trans-unit><trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2131 <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">24</context></context-group></trans-unit><trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2186 <source>Video background image</source><target state="new">Video background image</target> 2132 <source>Video background image</source><target state="new">Video background image</target>
2187 <context-group purpose="location"> 2133
2188 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2134 <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">31</context></context-group></trans-unit><trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2189 <context context-type="linenumber">32</context>
2190 </context-group>
2191 </trans-unit><trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2192 <source> 2135 <source>
2193 Image that will be merged with your audio file. 2136 Image that will be merged with your audio file.
2194 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2137 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -2198,27 +2141,15 @@
2198 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2141 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2199 The chosen image will be definitive and cannot be modified. 2142 The chosen image will be definitive and cannot be modified.
2200 </target> 2143 </target>
2201 <context-group purpose="location"> 2144
2202 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2145 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2203 <context context-type="linenumber">34</context>
2204 </context-group>
2205 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2206 <source>Processing…</source><target state="new">Processing…</target> 2146 <source>Processing…</source><target state="new">Processing…</target>
2207 <context-group purpose="location"> 2147
2208 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2148 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2209 <context context-type="linenumber">56</context>
2210 </context-group>
2211 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2212 <source>Total video quota</source><target state="new">Total video quota</target> 2149 <source>Total video quota</source><target state="new">Total video quota</target>
2213 <context-group purpose="location"> 2150
2214 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2151
2215 <context context-type="linenumber">54</context> 2152 <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">53</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">11</context></context-group></trans-unit>
2216 </context-group>
2217 <context-group purpose="location">
2218 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2219 <context context-type="linenumber">11</context>
2220 </context-group>
2221 </trans-unit>
2222 <trans-unit id="6357683911e256c566259880de43ea9403de00d3"> 2153 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2223 <source> 2154 <source>
2224 Congratulations! Your video is now available in your private library. 2155 Congratulations! Your video is now available in your private library.
@@ -2229,42 +2160,42 @@
2229 <context-group name="null"> 2160 <context-group name="null">
2230 <context context-type="linenumber">66</context> 2161 <context context-type="linenumber">66</context>
2231 </context-group> 2162 </context-group>
2232 <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">68</context></context-group></trans-unit> 2163 <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">67</context></context-group></trans-unit>
2233 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2164 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2234 <source>Publish will be available when upload is finished</source> 2165 <source>Publish will be available when upload is finished</source>
2235 <target>Bạn chỉ có thể xuất bản khi video đã được tải lên hoàn toàn</target> 2166 <target>Bạn chỉ có thể xuất bản khi video đã được tải lên hoàn toàn</target>
2236 <context-group name="null"> 2167 <context-group name="null">
2237 <context context-type="linenumber">79</context> 2168 <context context-type="linenumber">79</context>
2238 </context-group> 2169 </context-group>
2239 <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">81</context></context-group></trans-unit> 2170 <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">80</context></context-group></trans-unit>
2240 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2171 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2241 <source>Publish</source> 2172 <source>Publish</source>
2242 <target>Xuất bản</target> 2173 <target>Xuất bản</target>
2243 <context-group name="null"> 2174 <context-group name="null">
2244 <context context-type="linenumber">86</context> 2175 <context context-type="linenumber">86</context>
2245 </context-group> 2176 </context-group>
2246 <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">88</context></context-group></trans-unit> 2177 <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">87</context></context-group></trans-unit>
2247 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2178 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2248 <source>Select the torrent to import</source> 2179 <source>Select the torrent to import</source>
2249 <target>Chọn torrent để nhập</target> 2180 <target>Chọn torrent để nhập</target>
2250 <context-group name="null"> 2181 <context-group name="null">
2251 <context context-type="linenumber">6</context> 2182 <context context-type="linenumber">6</context>
2252 </context-group> 2183 </context-group>
2253 <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">6</context></context-group></trans-unit> 2184 <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">6</context></context-group></trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2254 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2185 <source>OR</source><target state="new">OR</target>
2255 <source>Or</source> 2186 <context-group purpose="location">
2256 <target>Hay</target> 2187 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2257 <context-group name="null"> 2188 <context context-type="linenumber">10</context>
2258 <context context-type="linenumber">11</context>
2259 </context-group> 2189 </context-group>
2260 <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">11</context></context-group></trans-unit> 2190 </trans-unit>
2191
2261 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2192 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2262 <source>Paste magnet URI</source> 2193 <source>Paste magnet URI</source>
2263 <target>Dán URI magnet</target> 2194 <target>Dán URI magnet</target>
2264 <context-group name="null"> 2195 <context-group name="null">
2265 <context context-type="linenumber">14</context> 2196 <context context-type="linenumber">14</context>
2266 </context-group> 2197 </context-group>
2267 <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></trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2198 <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">13</context></context-group></trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2268 <source> 2199 <source>
2269 You can import any torrent file that points to a mp4 file. 2200 You can import any torrent file that points to a mp4 file.
2270 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. 2201 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.
@@ -2272,21 +2203,15 @@
2272 You can import any torrent file that points to a mp4 file. 2203 You can import any torrent file that points to a mp4 file.
2273 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. 2204 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.
2274 </target> 2205 </target>
2275 <context-group purpose="location"> 2206
2276 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2207 <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">16</context></context-group></trans-unit><trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2277 <context context-type="linenumber">17</context>
2278 </context-group>
2279 </trans-unit><trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2280 <source> 2208 <source>
2281 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 2209 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2282</source><target state="new"> 2210</source><target state="new">
2283 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 2211 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2284</target> 2212</target>
2285 <context-group purpose="location"> 2213
2286 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2214 <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">56</context></context-group></trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2287 <context context-type="linenumber">57</context>
2288 </context-group>
2289 </trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2290 <source> 2215 <source>
2291 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. 2216 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.
2292 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2217 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -2594,7 +2519,7 @@
2594 <context-group name="null"> 2519 <context-group name="null">
2595 <context context-type="linenumber">63</context> 2520 <context context-type="linenumber">63</context>
2596 </context-group> 2521 </context-group>
2597 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</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">63</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2522 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2598 <source>Subscribe</source><target state="new">Subscribe</target> 2523 <source>Subscribe</source><target state="new">Subscribe</target>
2599 <context-group purpose="location"> 2524 <context-group purpose="location">
2600 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2525 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
@@ -2657,7 +2582,7 @@
2657 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2582 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2658 <source>More information</source><target state="new">More information</target> 2583 <source>More information</source><target state="new">More information</target>
2659 2584
2660 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2585 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2661 <source>Get more information</source><target state="new">Get more information</target> 2586 <source>Get more information</source><target state="new">Get more information</target>
2662 2587
2663 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2588 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
@@ -2725,27 +2650,18 @@
2725 </source><target state="new"> 2650 </source><target state="new">
2726 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 2651 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
2727 </target> 2652 </target>
2728 <context-group purpose="location"> 2653
2729 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2654 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2730 <context context-type="linenumber">77</context>
2731 </context-group>
2732 </trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2733 <source> 2655 <source>
2734 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2656 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2735 </source><target state="new"> 2657 </source><target state="new">
2736 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 2658 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2737 </target> 2659 </target>
2738 <context-group purpose="location"> 2660
2739 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2661 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2740 <context context-type="linenumber">80</context>
2741 </context-group>
2742 </trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2743 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 2662 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
2744 <context-group purpose="location"> 2663
2745 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2664 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
2746 <context context-type="linenumber">84</context>
2747 </context-group>
2748 </trans-unit>
2749 2665
2750 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 2666 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
2751 <source> 2667 <source>
@@ -2757,7 +2673,7 @@
2757 <context-group name="null"> 2673 <context-group name="null">
2758 <context context-type="linenumber">64</context> 2674 <context context-type="linenumber">64</context>
2759 </context-group> 2675 </context-group>
2760 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group></trans-unit> 2676 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
2761 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 2677 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
2762 <source>Add comment...</source> 2678 <source>Add comment...</source>
2763 <target>Thêm bình luận...</target> 2679 <target>Thêm bình luận...</target>
@@ -2830,46 +2746,24 @@
2830 <context context-type="linenumber">5</context> 2746 <context context-type="linenumber">5</context>
2831 </context-group> 2747 </context-group>
2832 </trans-unit> 2748 </trans-unit>
2833 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 2749
2834 <source>Follow</source>
2835 <target>Theo dõi</target>
2836 <context-group name="null">
2837 <context context-type="linenumber">7</context>
2838 </context-group>
2839 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
2840 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 2750 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
2841 <source>Followers</source> 2751 <source>Followers</source>
2842 <target>Người theo dõi</target> 2752 <target>Người theo dõi</target>
2843 <context-group name="null"> 2753 <context-group name="null">
2844 <context context-type="linenumber">3</context> 2754 <context context-type="linenumber">3</context>
2845 </context-group> 2755 </context-group>
2846 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 2756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
2847 <source>Video redundancies</source><target state="new">Video redundancies</target> 2757 <source>Video redundancies</source><target state="new">Video redundancies</target>
2848 <context-group purpose="location"> 2758
2849 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
2850 <context context-type="linenumber">11</context>
2851 </context-group>
2852 </trans-unit><trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
2853 <source>1 host (without "http://") per line</source><target state="new">1 host (without "http://") per line</target> 2760 <source>1 host (without "http://") per line</source><target state="new">1 host (without "http://") per line</target>
2761
2762 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
2763 <source>Follow domain</source><target state="new">Follow domain</target>
2854 <context-group purpose="location"> 2764 <context-group purpose="location">
2855 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context> 2765 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2856 <context context-type="linenumber">5</context> 2766 <context context-type="linenumber">15</context>
2857 </context-group>
2858 </trans-unit><trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507" datatype="html">
2859 <source>
2860 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2861 </source><target state="new">
2862 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2863 </target>
2864 <context-group purpose="location">
2865 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
2866 <context context-type="linenumber">17</context>
2867 </context-group>
2868 </trans-unit><trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437" datatype="html">
2869 <source>Add following</source><target state="new">Add following</target>
2870 <context-group purpose="location">
2871 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
2872 <context context-type="linenumber">21</context>
2873 </context-group> 2767 </context-group>
2874 </trans-unit> 2768 </trans-unit>
2875 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 2769 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
@@ -2878,14 +2772,14 @@
2878 <context-group name="null"> 2772 <context-group name="null">
2879 <context context-type="linenumber">27</context> 2773 <context context-type="linenumber">27</context>
2880 </context-group> 2774 </context-group>
2881 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">27</context></context-group></trans-unit> 2775 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
2882 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 2776 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
2883 <source>ID</source> 2777 <source>ID</source>
2884 <target>Mã</target> 2778 <target>Mã</target>
2885 <context-group name="null"> 2779 <context-group name="null">
2886 <context context-type="linenumber">18</context> 2780 <context context-type="linenumber">18</context>
2887 </context-group> 2781 </context-group>
2888 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2889 <source>Follower handle</source><target state="new">Follower handle</target> 2783 <source>Follower handle</source><target state="new">Follower handle</target>
2890 2784
2891 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 2785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
@@ -2895,37 +2789,22 @@
2895 <context-group name="null"> 2789 <context-group name="null">
2896 <context context-type="linenumber">10</context> 2790 <context context-type="linenumber">10</context>
2897 </context-group> 2791 </context-group>
2898 <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"> 2792 <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="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2899 <source>Delayed.</source><target state="new">Delayed.</target> 2793 <source>Delayed.</source><target state="new">Delayed.</target>
2900 <context-group purpose="location"> 2794
2901 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2795 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2902 <context context-type="linenumber">42</context>
2903 </context-group>
2904 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2905 <source>Will start soon...</source><target state="new">Will start soon...</target> 2796 <source>Will start soon...</source><target state="new">Will start soon...</target>
2906 <context-group purpose="location"> 2797
2907 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2798 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2908 <context context-type="linenumber">43</context>
2909 </context-group>
2910 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2911 <source>Running...</source><target state="new">Running...</target> 2799 <source>Running...</source><target state="new">Running...</target>
2912 <context-group purpose="location"> 2800
2913 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2801 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2914 <context context-type="linenumber">44</context>
2915 </context-group>
2916 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2917 <source>Finished</source><target state="new">Finished</target> 2802 <source>Finished</source><target state="new">Finished</target>
2918 <context-group purpose="location"> 2803
2919 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2920 <context context-type="linenumber">45</context>
2921 </context-group>
2922 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2923 <source>Failed</source><target state="new">Failed</target> 2805 <source>Failed</source><target state="new">Failed</target>
2924 <context-group purpose="location"> 2806
2925 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 2807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2926 <context context-type="linenumber">46</context>
2927 </context-group>
2928 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2929 <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> 2808 <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>
2930 2809
2931 2810
@@ -2933,21 +2812,21 @@
2933 2812
2934 2813
2935 2814
2936 <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> 2815 <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">24</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">46</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">11</context></context-group><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><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>
2937 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 2816 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2938 <source>Accepted</source> 2817 <source>Accepted</source>
2939 <target>Đã chấp nhận</target> 2818 <target>Đã chấp nhận</target>
2940 <context-group name="null"> 2819 <context-group name="null">
2941 <context context-type="linenumber">32</context> 2820 <context context-type="linenumber">32</context>
2942 </context-group> 2821 </context-group>
2943 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">30</context></context-group></trans-unit> 2822 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
2944 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 2823 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
2945 <source>Pending</source> 2824 <source>Pending</source>
2946 <target>Đang chờ</target> 2825 <target>Đang chờ</target>
2947 <context-group name="null"> 2826 <context-group name="null">
2948 <context context-type="linenumber">33</context> 2827 <context context-type="linenumber">33</context>
2949 </context-group> 2828 </context-group>
2950 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">31</context></context-group></trans-unit> 2829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
2951 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 2830 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
2952 <source>Accept</source> 2831 <source>Accept</source>
2953 <target>Chấp nhận</target> 2832 <target>Chấp nhận</target>
@@ -2961,20 +2840,35 @@
2961 <context-group name="null"> 2840 <context-group name="null">
2962 <context context-type="linenumber">42</context> 2841 <context context-type="linenumber">42</context>
2963 </context-group> 2842 </context-group>
2964 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 2843 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group><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">42</context></context-group></trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
2844 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
2845 <context-group purpose="location">
2846 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
2847 <context context-type="linenumber">3</context>
2848 </context-group>
2849 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
2965 <source>Host</source><target state="new">Host</target> 2850 <source>Host</source><target state="new">Host</target>
2966 2851
2967 <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></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 2852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
2968 <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><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> 2853 <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><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>
2854
2855 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
2856 <source>Follow domains</source><target state="new">Follow domains</target>
2969 <context-group purpose="location"> 2857 <context-group purpose="location">
2970 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 2858 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2971 <context context-type="linenumber">21</context> 2859 <context context-type="linenumber">50</context>
2972 </context-group> 2860 </context-group>
2973 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 2861 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
2974 <source>Video redundancies list</source><target state="new">Video redundancies list</target> 2862 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
2975 <context-group purpose="location"> 2863 <context-group purpose="location">
2976 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2864 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2977 <context context-type="linenumber">2</context> 2865 <context context-type="linenumber">7</context>
2866 </context-group>
2867 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
2868 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
2869 <context-group purpose="location">
2870 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
2871 <context context-type="linenumber">8</context>
2978 </context-group> 2872 </context-group>
2979 </trans-unit> 2873 </trans-unit>
2980 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 2874 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
@@ -3025,7 +2919,7 @@
3025 <context-group name="null"> 2919 <context-group name="null">
3026 <context context-type="linenumber">43</context> 2920 <context context-type="linenumber">43</context>
3027 </context-group> 2921 </context-group>
3028 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 2922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3029 <source> 2923 <source>
3030 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2924 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3031 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2925 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3103,51 +2997,58 @@
3103 </context-group> 2997 </context-group>
3104 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 2998 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3105 <source>Batch actions</source><target state="new">Batch actions</target> 2999 <source>Batch actions</source><target state="new">Batch actions</target>
3106 <context-group purpose="location"> 3000
3107 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3001 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3108 <context context-type="linenumber">19</context>
3109 </context-group>
3110 </trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3111 <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><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> 3002 <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><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>
3112 <context-group purpose="location"> 3003
3113 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3004 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3114 <context context-type="linenumber">40</context>
3115 </context-group>
3116 </trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3117 <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><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> 3005 <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><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>
3118 <context-group purpose="location"> 3006
3119 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3007 <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></trans-unit>
3120 <context context-type="linenumber">42</context>
3121 </context-group>
3122 </trans-unit>
3123 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3008 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3124 <source>(banned)</source> 3009 <source>(banned)</source>
3125 <target>(đã bị chặn)</target> 3010 <target>(đã bị chặn)</target>
3126 <context-group name="null"> 3011 <context-group name="null">
3127 <context context-type="linenumber">65</context> 3012 <context context-type="linenumber">65</context>
3128 </context-group> 3013 </context-group>
3129 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 3014 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3015 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3016 <context-group purpose="location">
3017 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3018 <context context-type="linenumber">65</context>
3019 </context-group>
3020 <context-group purpose="location">
3021 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3022 <context context-type="linenumber">27</context>
3023 </context-group>
3024 </trans-unit>
3130 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3025 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3131 <source>User's email must be verified to login</source> 3026 <source>User's email must be verified to login</source>
3132 <target>Cần xác nhận địa chỉ thư của người dùng trước khi đăng nhập</target> 3027 <target>Cần xác nhận địa chỉ thư của người dùng trước khi đăng nhập</target>
3133 <context-group name="null"> 3028 <context-group name="null">
3134 <context context-type="linenumber">72</context> 3029 <context context-type="linenumber">72</context>
3135 </context-group> 3030 </context-group>
3136 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit> 3031 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3137 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3032 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3138 <source>User's email is verified / User can login without email verification</source> 3033 <source>User's email is verified / User can login without email verification</source>
3139 <target>Địa chỉ thư của người dùng đã được xác nhận / Người dùng có thể đăng nhập mà không cần xác nhận qua thư</target> 3034 <target>Địa chỉ thư của người dùng đã được xác nhận / Người dùng có thể đăng nhập mà không cần xác nhận qua thư</target>
3140 <context-group name="null"> 3035 <context-group name="null">
3141 <context context-type="linenumber">76</context> 3036 <context context-type="linenumber">76</context>
3142 </context-group> 3037 </context-group>
3143 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 3038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3144 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3039 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3145 <source>Ban reason:</source> 3040 <source>Ban reason:</source>
3146 <target>Lí do chặn:</target> 3041 <target>Lí do chặn:</target>
3147 <context-group name="null"> 3042 <context-group name="null">
3148 <context context-type="linenumber">95</context> 3043 <context context-type="linenumber">95</context>
3149 </context-group> 3044 </context-group>
3150 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html"> 3045 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3046 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3047 <context-group purpose="location">
3048 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3049 <context context-type="linenumber">15</context>
3050 </context-group>
3051 </trans-unit><trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
3151 <source>Moderation</source><target state="new">Moderation</target> 3052 <source>Moderation</source><target state="new">Moderation</target>
3152 <context-group purpose="location"> 3053 <context-group purpose="location">
3153 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 3054 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
@@ -3186,80 +3087,86 @@
3186 <context-group name="null"> 3087 <context-group name="null">
3187 <context context-type="linenumber">13</context> 3088 <context context-type="linenumber">13</context>
3188 </context-group> 3089 </context-group>
3189 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3090 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3091 <source>Video <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">Video <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>
3092 <context-group purpose="location">
3093 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3094 <context context-type="linenumber">10</context>
3095 </context-group>
3096 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3190 <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><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> 3097 <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><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>
3191 3098
3192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><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">8</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3099 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3193 <source>Video URL</source><target state="new">Video URL</target> 3100 <source>Video URL</source><target state="new">Video URL</target>
3194 <context-group purpose="location"> 3101
3195 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3102 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3196 <context context-type="linenumber">24</context>
3197 </context-group>
3198 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3199 <source>Total size</source><target state="new">Total size</target> 3103 <source>Total size</source><target state="new">Total size</target>
3104
3105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3106 <source>List redundancies</source><target state="new">List redundancies</target>
3200 <context-group purpose="location"> 3107 <context-group purpose="location">
3201 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3108 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3202 <context context-type="linenumber">25</context> 3109 <context context-type="linenumber">33</context>
3203 </context-group> 3110 </context-group>
3204 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3111 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3205 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3112 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3206 <context-group purpose="location"> 3113
3207 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3208 <context context-type="linenumber">69</context>
3209 </context-group>
3210 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3211 <source> 3115 <source>
3212 No redundancy strategy is enabled on your instance. 3116 No redundancy strategy is enabled on your instance.
3213 </source><target state="new"> 3117 </source><target state="new">
3214 No redundancy strategy is enabled on your instance. 3118 No redundancy strategy is enabled on your instance.
3215 </target> 3119 </target>
3216 <context-group purpose="location"> 3120
3217 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3218 <context context-type="linenumber">73</context>
3219 </context-group>
3220 </trans-unit>
3221 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3122 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3222 <source>Sensitive</source> 3123 <source>Sensitive</source>
3223 <target>Nhạy cảm</target> 3124 <target>Nhạy cảm</target>
3224 <context-group name="null"> 3125 <context-group name="null">
3225 <context context-type="linenumber">9</context> 3126 <context context-type="linenumber">9</context>
3226 </context-group> 3127 </context-group>
3227 <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">9</context></context-group></trans-unit> 3128 <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">11</context></context-group></trans-unit>
3228 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3129 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3229 <source>Unfederated</source> 3130 <source>Unfederated</source>
3230 <target>Không được liên kết</target> 3131 <target>Không được liên kết</target>
3231 <context-group name="null"> 3132 <context-group name="null">
3232 <context context-type="linenumber">10</context> 3133 <context context-type="linenumber">10</context>
3233 </context-group> 3134 </context-group>
3234 <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></trans-unit> 3135 <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">12</context></context-group></trans-unit>
3235 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3136 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3236 <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> 3137 <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>
3237 <target>Ngày <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> 3138 <target>Ngày <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>
3238 <context-group name="null"> 3139 <context-group name="null">
3239 <context context-type="linenumber">11</context> 3140 <context context-type="linenumber">11</context>
3240 </context-group> 3141 </context-group>
3241 <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">11</context></context-group></trans-unit> 3142 <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">13</context></context-group></trans-unit>
3242 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3143 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3243 <source>Go to the video</source> 3144 <source>Go to the video</source>
3244 <target>Tới video</target> 3145 <target>Tới video</target>
3245 <context-group name="null"> 3146 <context-group name="null">
3246 <context context-type="linenumber">33</context> 3147 <context context-type="linenumber">33</context>
3247 </context-group> 3148 </context-group>
3248 <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">25</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">33</context></context-group><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">33</context></context-group></trans-unit> 3149 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3249 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3150 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3250 <source>Actions</source> 3151 <source>Actions</source>
3251 <target>Hành động</target> 3152 <target>Hành động</target>
3252 <context-group name="null"> 3153 <context-group name="null">
3253 <context context-type="linenumber">44</context> 3154 <context context-type="linenumber">44</context>
3254 </context-group> 3155 </context-group>
3255 <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">35</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">44</context></context-group></trans-unit> 3156 <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">38</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">57</context></context-group></trans-unit>
3256 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3157 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3257 <source>Blacklist reason:</source> 3158 <source>Blacklist reason:</source>
3258 <target>Lí do bị thêm vào danh sách đen:</target> 3159 <target>Lí do bị thêm vào danh sách đen:</target>
3259 <context-group name="null"> 3160 <context-group name="null">
3260 <context context-type="linenumber">43</context> 3161 <context context-type="linenumber">43</context>
3261 </context-group> 3162 </context-group>
3262 <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">43</context></context-group></trans-unit><trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html"> 3163 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3164 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3165 <context-group purpose="location">
3166 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3167 <context context-type="linenumber">5</context>
3168 </context-group>
3169 </trans-unit><trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
3263 <source>Moderation comment</source><target state="new">Moderation comment</target> 3170 <source>Moderation comment</source><target state="new">Moderation comment</target>
3264 <context-group purpose="location"> 3171 <context-group purpose="location">
3265 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 3172 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context>
@@ -3276,26 +3183,29 @@
3276 <context-group name="null"> 3183 <context-group name="null">
3277 <context context-type="linenumber">18</context> 3184 <context context-type="linenumber">18</context>
3278 </context-group> 3185 </context-group>
3279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html"> 3186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
3280 <source>Update this comment</source><target state="new">Update this comment</target> 3187 <source>Update this comment</source><target state="new">Update this comment</target>
3281 3188
3282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 3189 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3283 <source>Reporter</source><target state="new">Reporter</target> 3190 <source>Reporter</source><target state="new">Reporter</target>
3284 <context-group purpose="location"> 3191
3285 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3192 <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">10</context></context-group></trans-unit>
3286 <context context-type="linenumber">8</context>
3287 </context-group>
3288 </trans-unit>
3289 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3193 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3290 <source>Video</source> 3194 <source>Video</source>
3291 <target>Video</target> 3195 <target>Video</target>
3292 <context-group name="null"> 3196 <context-group name="null">
3293 <context context-type="linenumber">9</context> 3197 <context context-type="linenumber">9</context>
3294 </context-group> 3198 </context-group>
3295 <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">10</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3199 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3200 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3201 <context-group purpose="location">
3202 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3203 <context context-type="linenumber">46</context>
3204 </context-group>
3205 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3296 <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><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> 3206 <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><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>
3297 3207
3298 <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><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><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></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3208 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3299 <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><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> 3209 <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><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>
3300 <context-group purpose="location"> 3210 <context-group purpose="location">
3301 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3211 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3303,25 +3213,22 @@
3303 </context-group> 3213 </context-group>
3304 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 3214 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3305 <source>Go to the account</source><target state="new">Go to the account</target> 3215 <source>Go to the account</source><target state="new">Go to the account</target>
3306 <context-group purpose="location"> 3216
3307 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3217
3308 <context context-type="linenumber">25</context> 3218 <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">27</context></context-group></trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
3309 </context-group>
3310 <context-group purpose="location">
3311 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3312 <context context-type="linenumber">27</context>
3313 </context-group>
3314 </trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
3315 <source>Reason:</source><target state="new">Reason:</target> 3219 <source>Reason:</source><target state="new">Reason:</target>
3220
3221 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3222 <source>Note:</source><target state="new">Note:</target>
3316 <context-group purpose="location"> 3223 <context-group purpose="location">
3317 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3224 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3318 <context context-type="linenumber">53</context> 3225 <context context-type="linenumber">72</context>
3319 </context-group> 3226 </context-group>
3320 </trans-unit><trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638" datatype="html"> 3227 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3321 <source>Moderation comment:</source><target state="new">Moderation comment:</target> 3228 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3322 <context-group purpose="location"> 3229 <context-group purpose="location">
3323 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3230 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3324 <context context-type="linenumber">57</context> 3231 <context context-type="linenumber">5</context>
3325 </context-group> 3232 </context-group>
3326 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 3233 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
3327 <source>Unblacklist</source><target state="new">Unblacklist</target> 3234 <source>Unblacklist</source><target state="new">Unblacklist</target>
@@ -3333,57 +3240,61 @@
3333 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context> 3240 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
3334 <context context-type="linenumber">17</context> 3241 <context context-type="linenumber">17</context>
3335 </context-group> 3242 </context-group>
3243 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3244 <source>Mute domain</source><target state="new">Mute domain</target>
3245 <context-group purpose="location">
3246 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3247 <context context-type="linenumber">11</context>
3248 </context-group>
3336 </trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 3249 </trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
3337 <source>Instance</source><target state="new">Instance</target> 3250 <source>Instance</source><target state="new">Instance</target>
3338 3251
3339 3252
3340 3253
3341 3254
3342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3255 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3343 <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><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> 3256 <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><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>
3344 <context-group purpose="location"> 3257
3345 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3258
3346 <context context-type="linenumber">9</context> 3259
3347 </context-group> 3260
3348 <context-group purpose="location"> 3261 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3349 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3350 <context context-type="linenumber">9</context>
3351 </context-group>
3352 <context-group purpose="location">
3353 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3354 <context context-type="linenumber">13</context>
3355 </context-group>
3356 <context-group purpose="location">
3357 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
3358 <context context-type="linenumber">13</context>
3359 </context-group>
3360 </trans-unit><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3361 <source>Unmute</source><target state="new">Unmute</target> 3262 <source>Unmute</source><target state="new">Unmute</target>
3263
3264
3265
3266
3267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
3268 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3362 <context-group purpose="location"> 3269 <context-group purpose="location">
3363 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3270 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3364 <context context-type="linenumber">19</context> 3271 <context context-type="linenumber">5</context>
3365 </context-group>
3366 <context-group purpose="location">
3367 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3368 <context context-type="linenumber">18</context>
3369 </context-group> 3272 </context-group>
3273 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3274 <source>
3275 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3276 </source><target state="new">
3277 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3278 </target>
3370 <context-group purpose="location"> 3279 <context-group purpose="location">
3371 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 3280 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3372 <context context-type="linenumber">22</context> 3281 <context context-type="linenumber">37</context>
3373 </context-group> 3282 </context-group>
3283 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3284 <source>Mute domains</source><target state="new">Mute domains</target>
3374 <context-group purpose="location"> 3285 <context-group purpose="location">
3375 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 3286 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3376 <context context-type="linenumber">23</context> 3287 <context context-type="linenumber">35</context>
3377 </context-group> 3288 </context-group>
3378 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 3289 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3379 <source>Account</source><target state="new">Account</target> 3290 <source>Account</source><target state="new">Account</target>
3291
3292
3293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
3294 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3380 <context-group purpose="location"> 3295 <context-group purpose="location">
3381 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 3296 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3382 <context context-type="linenumber">8</context> 3297 <context context-type="linenumber">5</context>
3383 </context-group>
3384 <context-group purpose="location">
3385 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3386 <context context-type="linenumber">12</context>
3387 </context-group> 3298 </context-group>
3388 </trans-unit><trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3299 </trans-unit><trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
3389 <source>Plugins/Themes</source><target state="new">Plugins/Themes</target> 3300 <source>Plugins/Themes</source><target state="new">Plugins/Themes</target>
@@ -3499,28 +3410,16 @@
3499 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context> 3410 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
3500 <context context-type="linenumber">9</context> 3411 <context context-type="linenumber">9</context>
3501 </context-group> 3412 </context-group>
3502 </trans-unit><trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f" datatype="html">
3503 <source>Jobs list</source><target state="new">Jobs list</target>
3504 <context-group purpose="location">
3505 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3506 <context context-type="linenumber">2</context>
3507 </context-group>
3508 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 3413 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3509 <source>Job type</source><target state="new">Job type</target> 3414 <source>Job type</source><target state="new">Job type</target>
3510 <context-group purpose="location"> 3415
3511 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3512 <context context-type="linenumber">5</context>
3513 </context-group>
3514 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3515 <source>Job state</source><target state="new">Job state</target> 3417 <source>Job state</source><target state="new">Job state</target>
3516 <context-group purpose="location"> 3418
3517 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3518 <context context-type="linenumber">14</context>
3519 </context-group>
3520 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3521 <source>Type</source><target state="new">Type</target> 3420 <source>Type</source><target state="new">Type</target>
3522 3421
3523 <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"> 3422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3524 <source>Refresh</source><target state="new">Refresh</target> 3423 <source>Refresh</source><target state="new">Refresh</target>
3525 3424
3526 <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="94516fa213706c67ce5a5b5765681d7fb032033a" datatype="html"> 3425 <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="94516fa213706c67ce5a5b5765681d7fb032033a" datatype="html">
@@ -3554,43 +3453,25 @@
3554 3453
3555 3454
3556 3455
3557 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 3456 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
3558 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 3457 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
3559 <context-group purpose="location"> 3458
3560 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3459 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3561 <context context-type="linenumber">46</context>
3562 </context-group>
3563 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
3564 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 3460 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
3565 <context-group purpose="location"> 3461
3566 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3462 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3567 <context context-type="linenumber">43</context>
3568 </context-group>
3569 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
3570 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 3463 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
3571 <context-group purpose="location"> 3464
3572 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3465 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3573 <context context-type="linenumber">57</context>
3574 </context-group>
3575 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
3576 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 3466 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
3577 <context-group purpose="location"> 3467
3578 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3468 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3579 <context context-type="linenumber">54</context>
3580 </context-group>
3581 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
3582 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 3469 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
3583 <context-group purpose="location"> 3470
3584 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3471 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3585 <context context-type="linenumber">68</context>
3586 </context-group>
3587 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
3588 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 3472 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
3589 <context-group purpose="location"> 3473
3590 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3474 <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">66</context></context-group></trans-unit><trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3591 <context context-type="linenumber">65</context>
3592 </context-group>
3593 </trans-unit><trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3594 <source>Main languages you/your moderators speak</source><target state="new">Main languages you/your moderators speak</target> 3475 <source>Main languages you/your moderators speak</source><target state="new">Main languages you/your moderators speak</target>
3595 3476
3596 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html"> 3477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html">
@@ -3629,128 +3510,125 @@
3629 <source>Do not list</source><target state="new">Do not list</target> 3510 <source>Do not list</source><target state="new">Do not list</target>
3630 3511
3631 3512
3632 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html"> 3513 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit><trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html">
3633 <source>Blur thumbnails</source><target state="new">Blur thumbnails</target> 3514 <source>Blur thumbnails</source><target state="new">Blur thumbnails</target>
3634 3515
3635 3516
3636 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit><trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html"> 3517 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html">
3637 <source>Display</source><target state="new">Display</target> 3518 <source>Display</source><target state="new">Display</target>
3638 3519
3639 3520
3640 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3521 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3641 <source>Strategy</source><target state="new">Strategy</target> 3522 <source>Strategy</source><target state="new">Strategy</target>
3642 <context-group purpose="location"> 3523
3643 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3644 <context context-type="linenumber">22</context>
3645 </context-group>
3646 </trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3647 <source>Terms</source><target state="new">Terms</target> 3525 <source>Terms</source><target state="new">Terms</target>
3648 3526
3649 3527
3650 3528
3651 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 3529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
3652 <source>Code of conduct</source><target state="new">Code of conduct</target> 3530 <source>Code of conduct</source><target state="new">Code of conduct</target>
3653 3531
3654 3532
3655 3533
3656 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 3534 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
3657 <source>Moderation information</source><target state="new">Moderation information</target> 3535 <source>Moderation information</source><target state="new">Moderation information</target>
3658 3536
3659 3537
3660 3538
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">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 3539 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
3662 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 3540 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
3663 3541
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">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 3542 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
3665 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 3543 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
3666 3544
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">153</context></context-group></trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 3545 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
3668 <source>Who is behind the instance?</source><target state="new">Who is behind the instance?</target> 3546 <source>Who is behind the instance?</source><target state="new">Who is behind the instance?</target>
3669 3547
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">159</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 3548 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
3671 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 3549 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target>
3672 3550
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">160</context></context-group></trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 3551 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
3674 <source>Why did you create this instance?</source><target state="new">Why did you create this instance?</target> 3552 <source>Why did you create this instance?</source><target state="new">Why did you create this instance?</target>
3675 3553
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">171</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 3554 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
3677 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 3555 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
3678 3556
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">172</context></context-group></trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 3557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
3680 <source>How long do you plan to maintain this instance?</source><target state="new">How long do you plan to maintain this instance?</target> 3558 <source>How long do you plan to maintain this instance?</source><target state="new">How long do you plan to maintain this instance?</target>
3681 3559
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">182</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 3560 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
3683 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 3561 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target>
3684 3562
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">183</context></context-group></trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 3563 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
3686 <source>How will you finance the PeerTube server?</source><target state="new">How will you finance the PeerTube server?</target> 3564 <source>How will you finance the PeerTube server?</source><target state="new">How will you finance the PeerTube server?</target>
3687 3565
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">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 3566 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
3689 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 3567 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
3690 3568
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">194</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 3569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
3692 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 3570 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
3693 3571
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">208</context></context-group></trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 3572 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
3695 <source>What server/hardware does the instance run on?</source><target state="new">What server/hardware does the instance run on?</target> 3573 <source>What server/hardware does the instance run on?</source><target state="new">What server/hardware does the instance run on?</target>
3696 3574
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">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 3575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
3698 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 3576 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
3699 3577
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">215</context></context-group></trans-unit><trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 3578 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit><trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
3701 <source>Instance information</source><target state="new">Instance information</target> 3579 <source>Instance information</source><target state="new">Instance information</target>
3702 3580
3703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 3581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
3704 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 3582 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
3705 3583
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">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 3584 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
3707 <source> 3585 <source>
3708 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3586 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3709 </source><target state="new"> 3587 </source><target state="new">
3710 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 3588 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3711 </target> 3589 </target>
3712 3590
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">240</context></context-group></trans-unit><trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 3591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit><trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
3714 <source>default</source><target state="new">default</target> 3592 <source>default</source><target state="new">default</target>
3715 3593
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">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 3594 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
3717 <source>Landing page</source><target state="new">Landing page</target> 3595 <source>Landing page</source><target state="new">Landing page</target>
3718 3596
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">262</context></context-group></trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 3597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
3720 <source>Discover videos</source><target state="new">Discover videos</target> 3598 <source>Discover videos</source><target state="new">Discover videos</target>
3721 3599
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">265</context></context-group></trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 3600 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
3723 <source>Trending videos</source><target state="new">Trending videos</target> 3601 <source>Trending videos</source><target state="new">Trending videos</target>
3724 3602
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">266</context></context-group></trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 3603 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
3726 <source>Most liked videos</source><target state="new">Most liked videos</target> 3604 <source>Most liked videos</source><target state="new">Most liked videos</target>
3727 3605
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">267</context></context-group></trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 3606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
3729 <source>Recently added videos</source><target state="new">Recently added videos</target> 3607 <source>Recently added videos</source><target state="new">Recently added videos</target>
3730 3608
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">268</context></context-group></trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html"> 3609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
3732 <source>Local videos</source><target state="new">Local videos</target> 3610 <source>Local videos</source><target state="new">Local videos</target>
3733 3611
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">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 3612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
3735 <source>NEW USERS</source><target state="new">NEW USERS</target> 3613 <source>NEW USERS</source><target state="new">NEW USERS</target>
3736 3614
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">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 3615 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
3738 <source> 3616 <source>
3739 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3617 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
3740 </source><target state="new"> 3618 </source><target state="new">
3741 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 3619 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
3742 </target> 3620 </target>
3743 3621
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">281</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 3622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
3745 <source>Signup enabled</source><target state="new">Signup enabled</target> 3623 <source>Signup enabled</source><target state="new">Signup enabled</target>
3746 3624
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">292</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 3625 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
3748 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target> 3626 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target>
3749 3627
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">300</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 3628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
3751 <source>Signup limit</source><target state="new">Signup limit</target> 3629 <source>Signup limit</source><target state="new">Signup limit</target>
3752 3630
3753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">304</context></context-group></trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 3631 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
3754 <source>Users</source><target state="new">Users</target> 3632 <source>Users</source><target state="new">Users</target>
3755 3633
3756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="9a298b5ee14cc04a1cbef88cd1cc54fbb8176bc2" datatype="html"> 3634 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="9a298b5ee14cc04a1cbef88cd1cc54fbb8176bc2" datatype="html">
@@ -3832,85 +3710,98 @@
3832 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 3710 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
3833 <source>Default video quota per user</source><target state="new">Default video quota per user</target> 3711 <source>Default video quota per user</source><target state="new">Default video quota per user</target>
3834 3712
3835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">319</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" 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">320</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
3836 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target> 3714 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target>
3837 3715
3838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
3839 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 3717 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
3840 3718
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">348</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" 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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
3842 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 3720 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
3843 3721
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">359</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" 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">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
3845 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target> 3723 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target>
3846 3724
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">366</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" 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">367</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
3848 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 3726 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
3849 3727
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">383</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" 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">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
3851 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 3729 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
3852 3730
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">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" 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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
3854 <source>FEDERATION</source><target state="new">FEDERATION</target> 3732 <source>FEDERATION</source><target state="new">FEDERATION</target>
3855 3733
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">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" 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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
3857 <source> 3735 <source>
3858 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 3736 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
3859 </source><target state="new"> 3737 </source><target state="new">
3860 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 3738 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
3861 </target> 3739 </target>
3862 3740
3863 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 3741 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
3864 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 3742 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
3865 3743
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">411</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" 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">412</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
3867 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 3745 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
3868 3746
3869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" 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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
3870 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 3748 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
3871 3749
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">431</context></context-group></trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" 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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
3751 <source>
3752 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3753 </source><target state="new">
3754 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
3755 </target>
3756 <context-group purpose="location">
3757 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3758 <context context-type="linenumber">450</context>
3759 </context-group>
3760 </trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
3873 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 3761 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
3874 3762
3875 3763
3876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 3764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
3877 <source>Index URL</source><target state="new">Index URL</target> 3765 <source>Index URL</source><target state="new">Index URL</target>
3878 3766
3879 <context-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="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 3767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
3880 <source>Automatically follow instances of the public index</source><target state="new">Automatically follow instances of the public index</target> 3768 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
3881 3769 <context-group purpose="location">
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">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 3770 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3771 <context context-type="linenumber">445</context>
3772 </context-group>
3773 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
3883 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 3774 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
3884 3775
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">472</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 3776 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
3886 <source>Administrator</source><target state="new">Administrator</target> 3777 <source>Administrator</source><target state="new">Administrator</target>
3887 3778
3888 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html"> 3779 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html">
3889 <source>Admin email</source><target state="new">Admin email</target> 3780 <source>Admin email</source><target state="new">Admin email</target>
3890 3781
3891 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 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">483</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
3892 <source>Enable contact form</source><target state="new">Enable contact form</target> 3783 <source>Enable contact form</source><target state="new">Enable contact form</target>
3893 3784
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">489</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" 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">494</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
3895 <source>Basic configuration</source><target state="new">Basic configuration</target> 3786 <source>Basic configuration</source><target state="new">Basic configuration</target>
3896 3787
3897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
3898 <source>TWITTER</source><target state="new">TWITTER</target> 3789 <source>TWITTER</source><target state="new">TWITTER</target>
3899 3790
3900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" 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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
3901 <source> 3792 <source>
3902 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3793 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3903 </source><target state="new"> 3794 </source><target state="new">
3904 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3795 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3905 </target> 3796 </target>
3906 3797
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">507</context></context-group></trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 3798 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
3908 <source>Your Twitter username</source><target state="new">Your Twitter username</target> 3799 <source>Your Twitter username</source><target state="new">Your Twitter username</target>
3909 3800
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">518</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 3801 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
3911 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target> 3802 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target>
3912 3803
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">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
3914 <source> 3805 <source>
3915 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/>"/> 3806 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/>"/>
3916 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/>"/> 3807 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/>"/>
@@ -3925,13 +3816,13 @@
3925 to see if you instance is whitelisted. 3816 to see if you instance is whitelisted.
3926 </target> 3817 </target>
3927 3818
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">534</context></context-group></trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 3819 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
3929 <source>Services</source><target state="new">Services</target> 3820 <source>Services</source><target state="new">Services</target>
3930 3821
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">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 3822 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
3932 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 3823 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
3933 3824
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">560</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 3825 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
3935 <source> 3826 <source>
3936 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 3827 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
3937 resources, this is a critical part of PeerTube, so tread carefully. 3828 resources, this is a critical part of PeerTube, so tread carefully.
@@ -3940,31 +3831,25 @@
3940 resources, this is a critical part of PeerTube, so tread carefully. 3831 resources, this is a critical part of PeerTube, so tread carefully.
3941 </target> 3832 </target>
3942 3833
3943 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 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">566</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
3944 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target> 3835 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target>
3945 3836
3946 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 3837 <context-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="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
3947 <source>If you disable transcoding, many videos from your users will not work!</source><target state="new">If you disable transcoding, many videos from your users will not work!</target> 3838 <source>If you disable transcoding, many videos from your users will not work!</source><target state="new">If you disable transcoding, many videos from your users will not work!</target>
3948 3839
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">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 3840 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
3950 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 3841 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
3951 <context-group purpose="location"> 3842
3952 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">594</context></context-group></trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
3953 <context context-type="linenumber">589</context>
3954 </context-group>
3955 </trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
3956 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target> 3844 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target>
3957 3845
3958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
3959 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 3847 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
3960 <context-group purpose="location"> 3848
3961 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">605</context></context-group></trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
3962 <context context-type="linenumber">600</context>
3963 </context-group>
3964 </trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
3965 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target> 3850 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target>
3966 3851
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">597</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" 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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
3968 <source> 3853 <source>
3969 <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>"/> 3854 <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>"/>
3970 3855
@@ -3982,14 +3867,11 @@
3982 3867
3983 <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>"/> 3868 <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>"/>
3984 </target> 3869 </target>
3985 <context-group purpose="location"> 3870
3986 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
3987 <context context-type="linenumber">612</context>
3988 </context-group>
3989 </trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
3990 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 3872 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
3991 3873
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">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
3993 <source> 3875 <source>
3994 <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>"/> 3876 <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>"/>
3995 3877
@@ -4013,56 +3895,53 @@
4013 3895
4014 <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>"/> 3896 <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>"/>
4015 </target> 3897 </target>
4016 <context-group purpose="location"> 3898
4017 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">638</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4018 <context context-type="linenumber">633</context>
4019 </context-group>
4020 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4021 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3900 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
4022 3901
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">630</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 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">635</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4024 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3903 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
4025 3904
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">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 3905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4027 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 3906 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4028 3907
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">672</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 3908 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4030 <source>CACHE</source><target state="new">CACHE</target> 3909 <source>CACHE</source><target state="new">CACHE</target>
4031 3910
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">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 3911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4033 <source> 3912 <source>
4034 Some files are not federated, and fetched when necessary. Define their caching policies. 3913 Some files are not federated, and fetched when necessary. Define their caching policies.
4035 </source><target state="new"> 3914 </source><target state="new">
4036 Some files are not federated, and fetched when necessary. Define their caching policies. 3915 Some files are not federated, and fetched when necessary. Define their caching policies.
4037 </target> 3916 </target>
4038 3917
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">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 3918 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4040 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 3919 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4041 3920
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">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4043 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 3922 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4044 3923
4045 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 3924 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4046 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 3925 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4047 3926
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">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" 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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4049 <source> 3928 <source>
4050 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3929 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4051 </source><target state="new"> 3930 </source><target state="new">
4052 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3931 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4053 </target> 3932 </target>
4054 3933
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">733</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 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">734</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4056 <source>JavaScript</source><target state="new">JavaScript</target> 3935 <source>JavaScript</source><target state="new">JavaScript</target>
4057 3936
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">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4059 <source> 3938 <source>
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>"/> 3939 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 </source><target state="new"> 3940 </source><target state="new">
4062 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>"/> 3941 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>"/>
4063 </target> 3942 </target>
4064 3943
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">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4066 <source> 3945 <source>
4067 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/>"/> 3946 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/>"/>
4068 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3947 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4087,16 +3966,16 @@
4087 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3966 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4088 </target> 3967 </target>
4089 3968
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">765</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 3969 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4091 <source>Advanced configuration</source><target state="new">Advanced configuration</target> 3970 <source>Advanced configuration</source><target state="new">Advanced configuration</target>
4092 3971
4093 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" 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">559</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4094 <source>Update configuration</source><target state="new">Update configuration</target> 3973 <source>Update configuration</source><target state="new">Update configuration</target>
4095 3974
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">803</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" 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">804</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4097 <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 <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>
4098 3977
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">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4100 <source>PROFILE</source><target state="new">PROFILE</target> 3979 <source>PROFILE</source><target state="new">PROFILE</target>
4101 <context-group purpose="location"> 3980 <context-group purpose="location">
4102 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3981 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4229,19 +4108,23 @@
4229 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4108 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4230 <context context-type="linenumber">6</context> 4109 <context context-type="linenumber">6</context>
4231 </context-group> 4110 </context-group>
4232 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 4111 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
4233 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target> 4112 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
4234 <context-group purpose="location"> 4113 <context-group purpose="location">
4235 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4114 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4236 <context context-type="linenumber">22</context> 4115 <context context-type="linenumber">14</context>
4237 </context-group> 4116 </context-group>
4238 </trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
4239 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
4240 <context-group purpose="location"> 4117 <context-group purpose="location">
4241 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4118 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4242 <context context-type="linenumber">25</context> 4119 <context context-type="linenumber">111</context>
4243 </context-group> 4120 </context-group>
4244 </trans-unit><trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 4121 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
4122 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target>
4123
4124 <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">23</context></context-group></trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
4125 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
4126
4127 <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">26</context></context-group></trans-unit><trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
4245 <source> 4128 <source>
4246 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>"/> 4129 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>"/>
4247</source><target state="new"> 4130</source><target state="new">
@@ -4288,19 +4171,13 @@
4288 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 4171 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
4289 <source>Theme</source><target state="new">Theme</target> 4172 <source>Theme</source><target state="new">Theme</target>
4290 4173
4291 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit><trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 4174 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit><trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
4292 <source>instance default</source><target state="new">instance default</target> 4175 <source>instance default</source><target state="new">instance default</target>
4293 <context-group purpose="location"> 4176
4294 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4177 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit><trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
4295 <context context-type="linenumber">7</context>
4296 </context-group>
4297 </trans-unit><trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
4298 <source>peertube default</source><target state="new">peertube default</target> 4178 <source>peertube default</source><target state="new">peertube default</target>
4299 <context-group purpose="location"> 4179
4300 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 4180 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
4301 <context context-type="linenumber">8</context>
4302 </context-group>
4303 </trans-unit><trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
4304 <source>Change ownership</source><target state="new">Change ownership</target> 4181 <source>Change ownership</source><target state="new">Change ownership</target>
4305 4182
4306 4183
@@ -4416,6 +4293,18 @@
4416 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4293 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4417 <context context-type="linenumber">8</context> 4294 <context context-type="linenumber">8</context>
4418 </context-group> 4295 </context-group>
4296 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
4297 <source>See the error</source><target state="new">See the error</target>
4298 <context-group purpose="location">
4299 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4300 <context context-type="linenumber">19</context>
4301 </context-group>
4302 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
4303 <source>This video was deleted</source><target state="new">This video was deleted</target>
4304 <context-group purpose="location">
4305 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4306 <context context-type="linenumber">36</context>
4307 </context-group>
4419 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 4308 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
4420 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 4309 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
4421 <context-group purpose="location"> 4310 <context-group purpose="location">
@@ -4724,35 +4613,11 @@
4724 <source>Stats</source><target state="new">Stats</target> 4613 <source>Stats</source><target state="new">Stats</target>
4725 4614
4726 4615
4727 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 4616 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
4728 <source>Creators</source><target state="new">Creators</target>
4729 <context-group purpose="location">
4730 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4731 <context context-type="linenumber">162</context>
4732 </context-group>
4733 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
4734 <source>Creator guide</source><target state="new">Creator guide</target>
4735 <context-group purpose="location">
4736 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4737 <context context-type="linenumber">162</context>
4738 </context-group>
4739 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
4740 <source>Contributors</source><target state="new">Contributors</target>
4741 <context-group purpose="location">
4742 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4743 <context context-type="linenumber">163</context>
4744 </context-group>
4745 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
4746 <source>PeerTube license</source><target state="new">PeerTube license</target> 4617 <source>PeerTube license</source><target state="new">PeerTube license</target>
4747 <context-group purpose="location"> 4618
4748 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 4619
4749 <context context-type="linenumber">163</context> 4620 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit><trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
4750 </context-group>
4751 <context-group purpose="location">
4752 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
4753 <context context-type="linenumber">175</context>
4754 </context-group>
4755 </trans-unit><trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
4756 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source><target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 4621 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source><target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
4757 <context-group purpose="location"> 4622 <context-group purpose="location">
4758 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context> 4623 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context>
@@ -5546,6 +5411,30 @@
5546 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5411 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5547 <context context-type="linenumber">1</context> 5412 <context context-type="linenumber">1</context>
5548 </context-group> 5413 </context-group>
5414 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
5415 <source>Process domains</source><target state="new">Process domains</target>
5416 <context-group purpose="location">
5417 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
5418 <context context-type="linenumber">1</context>
5419 </context-group>
5420 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
5421 <source>Domain is required.</source><target state="new">Domain is required.</target>
5422 <context-group purpose="location">
5423 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5424 <context context-type="linenumber">1</context>
5425 </context-group>
5426 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
5427 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
5428 <context-group purpose="location">
5429 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5430 <context context-type="linenumber">1</context>
5431 </context-group>
5432 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
5433 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
5434 <context-group purpose="location">
5435 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
5436 <context context-type="linenumber">1</context>
5437 </context-group>
5549 </trans-unit><trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html"> 5438 </trans-unit><trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
5550 <source>Unlimited</source><target state="new">Unlimited</target> 5439 <source>Unlimited</source><target state="new">Unlimited</target>
5551 <context-group purpose="location"> 5440 <context-group purpose="location">
@@ -5564,6 +5453,16 @@
5564 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context> 5453 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
5565 <context context-type="linenumber">1</context> 5454 <context context-type="linenumber">1</context>
5566 </context-group> 5455 </context-group>
5456 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
5457 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
5458 <context-group purpose="location">
5459 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5460 <context context-type="linenumber">1</context>
5461 </context-group>
5462 <context-group purpose="location">
5463 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5464 <context context-type="linenumber">1</context>
5465 </context-group>
5567 </trans-unit><trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html"> 5466 </trans-unit><trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
5568 <source>100MB</source><target state="new">100MB</target> 5467 <source>100MB</source><target state="new">100MB</target>
5569 <context-group purpose="location"> 5468 <context-group purpose="location">
@@ -5668,41 +5567,11 @@
5668 </context-group> 5567 </context-group>
5669 </trans-unit><trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html"> 5568 </trans-unit><trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
5670 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source><target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target> 5569 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source><target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target>
5671 <context-group purpose="location"> 5570
5672 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 5571 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
5673 <context context-type="linenumber">1</context>
5674 </context-group>
5675 </trans-unit><trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html">
5676 <source>You need to specify hosts to follow.</source><target state="new">You need to specify hosts to follow.</target>
5677 <context-group purpose="location">
5678 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5679 <context context-type="linenumber">1</context>
5680 </context-group>
5681 </trans-unit><trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
5682 <source>Hosts need to be unique.</source><target state="new">Hosts need to be unique.</target>
5683 <context-group purpose="location">
5684 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5685 <context context-type="linenumber">1</context>
5686 </context-group>
5687 </trans-unit><trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
5688 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source><target state="new">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
5689 <context-group purpose="location">
5690 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5691 <context context-type="linenumber">1</context>
5692 </context-group>
5693 </trans-unit><trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409" datatype="html">
5694 <source>Follow new server(s)</source><target state="new">Follow new server(s)</target>
5695 <context-group purpose="location">
5696 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5697 <context context-type="linenumber">1</context>
5698 </context-group>
5699 </trans-unit><trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
5700 <source>Follow request(s) sent!</source><target state="new">Follow request(s) sent!</target> 5572 <source>Follow request(s) sent!</source><target state="new">Follow request(s) sent!</target>
5701 <context-group purpose="location"> 5573
5702 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 5574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
5703 <context context-type="linenumber">1</context>
5704 </context-group>
5705 </trans-unit><trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
5706 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source><target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 5575 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source><target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
5707 <context-group purpose="location"> 5576 <context-group purpose="location">
5708 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context> 5577 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
@@ -5780,20 +5649,38 @@
5780 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 5649 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
5781 <context context-type="linenumber">1</context> 5650 <context context-type="linenumber">1</context>
5782 </context-group> 5651 </context-group>
5652 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
5653 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
5654 <context-group purpose="location">
5655 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
5656 <context context-type="linenumber">1</context>
5657 </context-group>
5783 </trans-unit><trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html"> 5658 </trans-unit><trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
5784 <source>Comment updated.</source><target state="new">Comment updated.</target> 5659 <source>Comment updated.</source><target state="new">Comment updated.</target>
5785 <context-group purpose="location"> 5660 <context-group purpose="location">
5786 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context> 5661 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
5787 <context context-type="linenumber">1</context> 5662 <context context-type="linenumber">1</context>
5788 </context-group> 5663 </context-group>
5789 </trans-unit><trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html"> 5664 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
5790 <source>Delete this report</source><target state="new">Delete this report</target> 5665 <source>Internal actions</source><target state="new">Internal actions</target>
5666 <context-group purpose="location">
5667 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5668 <context context-type="linenumber">1</context>
5669 </context-group>
5670 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
5671 <source>Delete report</source><target state="new">Delete report</target>
5791 <context-group purpose="location"> 5672 <context-group purpose="location">
5792 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5673 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5793 <context context-type="linenumber">1</context> 5674 <context context-type="linenumber">1</context>
5794 </context-group> 5675 </context-group>
5795 </trans-unit><trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 5676 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
5796 <source>Update moderation comment</source><target state="new">Update moderation comment</target> 5677 <source>Add note</source><target state="new">Add note</target>
5678 <context-group purpose="location">
5679 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5680 <context context-type="linenumber">1</context>
5681 </context-group>
5682 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
5683 <source>Update note</source><target state="new">Update note</target>
5797 <context-group purpose="location"> 5684 <context-group purpose="location">
5798 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5685 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5799 <context context-type="linenumber">1</context> 5686 <context context-type="linenumber">1</context>
@@ -5810,6 +5697,12 @@
5810 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5697 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5811 <context context-type="linenumber">1</context> 5698 <context context-type="linenumber">1</context>
5812 </context-group> 5699 </context-group>
5700 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
5701 <source>Actions for the video</source><target state="new">Actions for the video</target>
5702 <context-group purpose="location">
5703 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5704 <context context-type="linenumber">1</context>
5705 </context-group>
5813 </trans-unit><trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 5706 </trans-unit><trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
5814 <source>Do you really want to delete this abuse report?</source><target state="new">Do you really want to delete this abuse report?</target> 5707 <source>Do you really want to delete this abuse report?</source><target state="new">Do you really want to delete this abuse report?</target>
5815 <context-group purpose="location"> 5708 <context-group purpose="location">
@@ -6534,11 +6427,8 @@
6534 </context-group> 6427 </context-group>
6535 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 6428 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
6536 <source>max size</source><target state="new">max size</target> 6429 <source>max size</source><target state="new">max size</target>
6537 <context-group purpose="location"> 6430
6538 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 6431 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
6539 <context context-type="linenumber">1</context>
6540 </context-group>
6541 </trans-unit><trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
6542 <source>Now please check your emails to verify your account and complete signup.</source><target state="new">Now please check your emails to verify your account and complete signup.</target> 6432 <source>Now please check your emails to verify your account and complete signup.</source><target state="new">Now please check your emails to verify your account and complete signup.</target>
6543 <context-group purpose="location"> 6433 <context-group purpose="location">
6544 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context> 6434 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context>
@@ -6821,6 +6711,12 @@
6821 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6711 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6822 <context context-type="linenumber">1</context> 6712 <context context-type="linenumber">1</context>
6823 </context-group> 6713 </context-group>
6714 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
6715 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
6716 <context-group purpose="location">
6717 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6718 <context context-type="linenumber">1</context>
6719 </context-group>
6824 </trans-unit><trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html"> 6720 </trans-unit><trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
6825 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</target> 6721 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</target>
6826 <context-group purpose="location"> 6722 <context-group purpose="location">
@@ -6875,8 +6771,8 @@
6875 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6771 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6876 <context context-type="linenumber">1</context> 6772 <context context-type="linenumber">1</context>
6877 </context-group> 6773 </context-group>
6878 </trans-unit><trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html"> 6774 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
6879 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target> 6775 <source>just now</source><target state="new">just now</target>
6880 <context-group purpose="location"> 6776 <context-group purpose="location">
6881 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6777 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6882 <context context-type="linenumber">1</context> 6778 <context context-type="linenumber">1</context>
@@ -8263,11 +8159,8 @@
8263 </context-group> 8159 </context-group>
8264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 8160 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
8265 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target> 8161 <source>Video blacklisted.</source><target state="new">Video blacklisted.</target>
8266 <context-group purpose="location"> 8162
8267 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context> 8163 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
8268 <context context-type="linenumber">1</context>
8269 </context-group>
8270 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
8271 <source>Encoder</source><target state="new">Encoder</target> 8164 <source>Encoder</source><target state="new">Encoder</target>
8272 <context-group purpose="location"> 8165 <context-group purpose="location">
8273 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 8166 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -8506,14 +8399,14 @@
8506 <context-group name="null"> 8399 <context-group name="null">
8507 <context context-type="linenumber">1</context> 8400 <context context-type="linenumber">1</context>
8508 </context-group> 8401 </context-group>
8509 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8402 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
8510 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 8403 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
8511 <source> The deletion will be sent to remote instances, so they remove the comment too.</source><target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target>
8512 <context-group purpose="location"> 8404 <context-group purpose="location">
8513 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 8405 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
8514 <context context-type="linenumber">1</context> 8406 <context context-type="linenumber">1</context>
8515 </context-group> 8407 </context-group>
8516 </trans-unit><trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 8408 </trans-unit>
8409 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
8517 <source> It is a remote comment, so the deletion will only be effective on your instance.</source><target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target> 8410 <source> It is a remote comment, so the deletion will only be effective on your instance.</source><target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target>
8518 <context-group purpose="location"> 8411 <context-group purpose="location">
8519 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 8412 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
diff --git a/client/src/locale/angular.xlf b/client/src/locale/angular.xlf
index 081d1a68f..674f711cc 100644
--- a/client/src/locale/angular.xlf
+++ b/client/src/locale/angular.xlf
@@ -577,8 +577,12 @@
577 <context context-type="linenumber">47</context> 577 <context context-type="linenumber">47</context>
578 </context-group> 578 </context-group>
579 <context-group purpose="location"> 579 <context-group purpose="location">
580 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
581 <context context-type="linenumber">31</context>
582 </context-group>
583 <context-group purpose="location">
580 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 584 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context>
581 <context context-type="linenumber">24</context> 585 <context context-type="linenumber">26</context>
582 </context-group> 586 </context-group>
583 <context-group purpose="location"> 587 <context-group purpose="location">
584 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context> 588 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
@@ -660,17 +664,11 @@
660 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context> 664 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context>
661 <context context-type="linenumber">23</context> 665 <context context-type="linenumber">23</context>
662 </context-group> 666 </context-group>
663 </trans-unit><trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
664 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
665 <context-group purpose="location">
666 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
667 <context context-type="linenumber">20</context>
668 </context-group>
669 </trans-unit><trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html"> 667 </trans-unit><trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html">
670 <source>Unlisted</source> 668 <source>Unlisted</source>
671 <context-group purpose="location"> 669 <context-group purpose="location">
672 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 670 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
673 <context context-type="linenumber">24</context> 671 <context context-type="linenumber">6</context>
674 </context-group> 672 </context-group>
675 <context-group purpose="location"> 673 <context-group purpose="location">
676 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context> 674 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
@@ -680,7 +678,7 @@
680 <source>Private</source> 678 <source>Private</source>
681 <context-group purpose="location"> 679 <context-group purpose="location">
682 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 680 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
683 <context context-type="linenumber">25</context> 681 <context context-type="linenumber">7</context>
684 </context-group> 682 </context-group>
685 <context-group purpose="location"> 683 <context-group purpose="location">
686 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 684 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -690,11 +688,17 @@
690 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context> 688 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
691 <context context-type="linenumber">7</context> 689 <context context-type="linenumber">7</context>
692 </context-group> 690 </context-group>
691 </trans-unit><trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
692 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
693 <context-group purpose="location">
694 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
695 <context context-type="linenumber">23</context>
696 </context-group>
693 </trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 697 </trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
694 <source>Blacklisted</source> 698 <source>Blacklisted</source>
695 <context-group purpose="location"> 699 <context-group purpose="location">
696 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 700 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
697 <context context-type="linenumber">43</context> 701 <context context-type="linenumber">41</context>
698 </context-group> 702 </context-group>
699 </trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 703 </trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
700 <source> 704 <source>
@@ -702,7 +706,7 @@
702 </source> 706 </source>
703 <context-group purpose="location"> 707 <context-group purpose="location">
704 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 708 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
705 <context context-type="linenumber">47</context> 709 <context context-type="linenumber">45</context>
706 </context-group> 710 </context-group>
707 </trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 711 </trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
708 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 712 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
@@ -754,11 +758,11 @@
754 </context-group> 758 </context-group>
755 <context-group purpose="location"> 759 <context-group purpose="location">
756 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 760 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
757 <context context-type="linenumber">73</context> 761 <context context-type="linenumber">74</context>
758 </context-group> 762 </context-group>
759 <context-group purpose="location"> 763 <context-group purpose="location">
760 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 764 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context>
761 <context context-type="linenumber">15</context> 765 <context context-type="linenumber">16</context>
762 </context-group> 766 </context-group>
763 <context-group purpose="location"> 767 <context-group purpose="location">
764 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context> 768 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context>
@@ -850,7 +854,7 @@
850 </context-group> 854 </context-group>
851 <context-group purpose="location"> 855 <context-group purpose="location">
852 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 856 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
853 <context context-type="linenumber">41</context> 857 <context context-type="linenumber">40</context>
854 </context-group> 858 </context-group>
855 <context-group purpose="location"> 859 <context-group purpose="location">
856 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 860 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
@@ -928,10 +932,6 @@
928 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 932 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
929 <context context-type="linenumber">153</context> 933 <context context-type="linenumber">153</context>
930 </context-group> 934 </context-group>
931 <context-group purpose="location">
932 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
933 <context context-type="linenumber">63</context>
934 </context-group>
935 </trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 935 </trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
936 <source>Subscribe</source> 936 <source>Subscribe</source>
937 <context-group purpose="location"> 937 <context-group purpose="location">
@@ -1102,7 +1102,7 @@
1102 </context-group> 1102 </context-group>
1103 <context-group purpose="location"> 1103 <context-group purpose="location">
1104 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 1104 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
1105 <context context-type="linenumber">46</context> 1105 <context context-type="linenumber">45</context>
1106 </context-group> 1106 </context-group>
1107 </trans-unit><trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 1107 </trans-unit><trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
1108 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 1108 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
@@ -1242,12 +1242,6 @@
1242 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 1242 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context>
1243 <context context-type="linenumber">11</context> 1243 <context context-type="linenumber">11</context>
1244 </context-group> 1244 </context-group>
1245 </trans-unit><trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html">
1246 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1247 <context-group purpose="location">
1248 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
1249 <context context-type="linenumber">12</context>
1250 </context-group>
1251 </trans-unit><trans-unit id="20f62f24170d57b1efeb2387a0949f482cd4d129" datatype="html"> 1245 </trans-unit><trans-unit id="20f62f24170d57b1efeb2387a0949f482cd4d129" datatype="html">
1252 <source>Default policy on videos containing sensitive content</source> 1246 <source>Default policy on videos containing sensitive content</source>
1253 <context-group purpose="location"> 1247 <context-group purpose="location">
@@ -1262,8 +1256,8 @@
1262 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 1256 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1263 <context context-type="linenumber">6</context> 1257 <context context-type="linenumber">6</context>
1264 </context-group> 1258 </context-group>
1265 </trans-unit><trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe" datatype="html"> 1259 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
1266 <source>Do not list</source> 1260 <source>Policy for sensitive videos</source>
1267 <context-group purpose="location"> 1261 <context-group purpose="location">
1268 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 1262 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1269 <context context-type="linenumber">14</context> 1263 <context context-type="linenumber">14</context>
@@ -1272,8 +1266,8 @@
1272 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1266 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1273 <context context-type="linenumber">111</context> 1267 <context context-type="linenumber">111</context>
1274 </context-group> 1268 </context-group>
1275 </trans-unit><trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html"> 1269 </trans-unit><trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe" datatype="html">
1276 <source>Blur thumbnails</source> 1270 <source>Do not list</source>
1277 <context-group purpose="location"> 1271 <context-group purpose="location">
1278 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 1272 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1279 <context context-type="linenumber">15</context> 1273 <context context-type="linenumber">15</context>
@@ -1282,37 +1276,47 @@
1282 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1276 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1283 <context context-type="linenumber">112</context> 1277 <context context-type="linenumber">112</context>
1284 </context-group> 1278 </context-group>
1279 </trans-unit><trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html">
1280 <source>Blur thumbnails</source>
1281 <context-group purpose="location">
1282 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1283 <context context-type="linenumber">16</context>
1284 </context-group>
1285 <context-group purpose="location">
1286 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1287 <context context-type="linenumber">113</context>
1288 </context-group>
1285 </trans-unit><trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html"> 1289 </trans-unit><trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html">
1286 <source>Display</source> 1290 <source>Display</source>
1287 <context-group purpose="location"> 1291 <context-group purpose="location">
1288 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 1292 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1289 <context context-type="linenumber">16</context> 1293 <context context-type="linenumber">17</context>
1290 </context-group> 1294 </context-group>
1291 <context-group purpose="location"> 1295 <context-group purpose="location">
1292 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 1296 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
1293 <context context-type="linenumber">5</context> 1297 <context context-type="linenumber">3</context>
1294 </context-group> 1298 </context-group>
1295 <context-group purpose="location"> 1299 <context-group purpose="location">
1296 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1300 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1297 <context context-type="linenumber">113</context> 1301 <context context-type="linenumber">114</context>
1298 </context-group> 1302 </context-group>
1299 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 1303 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
1300 <source>Only display videos in the following languages/subtitles</source> 1304 <source>Only display videos in the following languages/subtitles</source>
1301 <context-group purpose="location"> 1305 <context-group purpose="location">
1302 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 1306 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1303 <context context-type="linenumber">22</context> 1307 <context context-type="linenumber">23</context>
1304 </context-group> 1308 </context-group>
1305 </trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 1309 </trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
1306 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 1310 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
1307 <context-group purpose="location"> 1311 <context-group purpose="location">
1308 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 1312 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1309 <context context-type="linenumber">25</context> 1313 <context context-type="linenumber">26</context>
1310 </context-group> 1314 </context-group>
1311 </trans-unit><trans-unit id="f871b41bfbdb193507cce2cd848c2d02bde77a03" datatype="html"> 1315 </trans-unit><trans-unit id="f871b41bfbdb193507cce2cd848c2d02bde77a03" datatype="html">
1312 <source>No results found</source> 1316 <source>No results found</source>
1313 <context-group purpose="location"> 1317 <context-group purpose="location">
1314 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 1318 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1315 <context context-type="linenumber">33</context> 1319 <context context-type="linenumber">34</context>
1316 </context-group> 1320 </context-group>
1317 <context-group purpose="location"> 1321 <context-group purpose="location">
1318 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1322 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -1326,59 +1330,59 @@
1326 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 1330 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
1327 <context-group purpose="location"> 1331 <context-group purpose="location">
1328 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 1332 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1329 <context context-type="linenumber">46</context> 1333 <context context-type="linenumber">47</context>
1330 </context-group> 1334 </context-group>
1331 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 1335 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
1332 <source>Help share videos being played</source> 1336 <source>Help share videos being played</source>
1333 <context-group purpose="location"> 1337 <context-group purpose="location">
1334 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 1338 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1335 <context context-type="linenumber">43</context> 1339 <context context-type="linenumber">44</context>
1336 </context-group> 1340 </context-group>
1337 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html"> 1341 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
1338 <source>When on a video page, directly start playing the video.</source> 1342 <source>When on a video page, directly start playing the video.</source>
1339 <context-group purpose="location"> 1343 <context-group purpose="location">
1340 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 1344 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1341 <context context-type="linenumber">57</context> 1345 <context context-type="linenumber">58</context>
1342 </context-group> 1346 </context-group>
1343 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html"> 1347 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
1344 <source>Automatically play videos</source> 1348 <source>Automatically play videos</source>
1345 <context-group purpose="location"> 1349 <context-group purpose="location">
1346 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 1350 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1347 <context context-type="linenumber">54</context> 1351 <context context-type="linenumber">55</context>
1348 </context-group> 1352 </context-group>
1349 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html"> 1353 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
1350 <source>When a video ends, follow up with the next suggested video.</source> 1354 <source>When a video ends, follow up with the next suggested video.</source>
1351 <context-group purpose="location"> 1355 <context-group purpose="location">
1352 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 1356 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1353 <context context-type="linenumber">68</context> 1357 <context context-type="linenumber">69</context>
1354 </context-group> 1358 </context-group>
1355 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html"> 1359 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
1356 <source>Automatically start playing the next video</source> 1360 <source>Automatically start playing the next video</source>
1357 <context-group purpose="location"> 1361 <context-group purpose="location">
1358 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 1362 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1359 <context context-type="linenumber">65</context> 1363 <context context-type="linenumber">66</context>
1360 </context-group> 1364 </context-group>
1361 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 1365 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
1362 <source>Theme</source> 1366 <source>Theme</source>
1363 <context-group purpose="location"> 1367 <context-group purpose="location">
1364 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 1368 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context>
1365 <context context-type="linenumber">3</context> 1369 <context context-type="linenumber">4</context>
1366 </context-group> 1370 </context-group>
1367 <context-group purpose="location"> 1371 <context-group purpose="location">
1368 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1372 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1369 <context context-type="linenumber">249</context> 1373 <context context-type="linenumber">250</context>
1370 </context-group> 1374 </context-group>
1371 </trans-unit><trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 1375 </trans-unit><trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
1372 <source>instance default</source> 1376 <source>instance default</source>
1373 <context-group purpose="location"> 1377 <context-group purpose="location">
1374 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 1378 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context>
1375 <context context-type="linenumber">7</context> 1379 <context context-type="linenumber">8</context>
1376 </context-group> 1380 </context-group>
1377 </trans-unit><trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 1381 </trans-unit><trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
1378 <source>peertube default</source> 1382 <source>peertube default</source>
1379 <context-group purpose="location"> 1383 <context-group purpose="location">
1380 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context> 1384 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context>
1381 <context context-type="linenumber">8</context> 1385 <context context-type="linenumber">9</context>
1382 </context-group> 1386 </context-group>
1383 </trans-unit><trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503" datatype="html"> 1387 </trans-unit><trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503" datatype="html">
1384 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source> 1388 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source>
@@ -1529,7 +1533,7 @@
1529 </context-group> 1533 </context-group>
1530 <context-group purpose="location"> 1534 <context-group purpose="location">
1531 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 1535 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
1532 <context context-type="linenumber">41</context> 1536 <context context-type="linenumber">43</context>
1533 </context-group> 1537 </context-group>
1534 <context-group purpose="location"> 1538 <context-group purpose="location">
1535 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context> 1539 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
@@ -1901,7 +1905,7 @@
1901 </context-group> 1905 </context-group>
1902 <context-group purpose="location"> 1906 <context-group purpose="location">
1903 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1907 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1904 <context context-type="linenumber">158</context> 1908 <context context-type="linenumber">156</context>
1905 </context-group> 1909 </context-group>
1906 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html"> 1910 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1907 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(&apos;, &apos;) }}"/></source> 1911 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(&apos;, &apos;) }}"/></source>
@@ -2021,129 +2025,55 @@
2021 <source>Contact</source> 2025 <source>Contact</source>
2022 <context-group purpose="location"> 2026 <context-group purpose="location">
2023 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2027 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2024 <context context-type="linenumber">154</context> 2028 <context context-type="linenumber">160</context>
2025 </context-group> 2029 </context-group>
2026 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html"> 2030 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
2027 <source>Terms of Service</source> 2031 <source>Help</source>
2028 <context-group purpose="location"> 2032 <context-group purpose="location">
2029 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2033 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2030 <context context-type="linenumber">155</context> 2034 <context context-type="linenumber">161</context>
2031 </context-group> 2035 </context-group>
2032 </trans-unit><trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a" datatype="html"> 2036 </trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
2033 <source>Stats</source> 2037 <source>Get help using PeerTube</source>
2034 <context-group purpose="location"> 2038 <context-group purpose="location">
2035 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2039 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2036 <context context-type="linenumber">156</context> 2040 <context context-type="linenumber">161</context>
2037 </context-group> 2041 </context-group>
2038 </trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 2042 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2039 <source>Creators</source> 2043 <source>FAQ</source>
2040 <context-group purpose="location"> 2044 <context-group purpose="location">
2041 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2045 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2042 <context context-type="linenumber">162</context> 2046 <context context-type="linenumber">162</context>
2043 </context-group> 2047 </context-group>
2044 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html"> 2048 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2045 <source>Creator guide</source> 2049 <source>Frequently asked questions about PeerTube</source>
2046 <context-group purpose="location"> 2050 <context-group purpose="location">
2047 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2051 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2048 <context context-type="linenumber">162</context> 2052 <context context-type="linenumber">162</context>
2049 </context-group> 2053 </context-group>
2050 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html"> 2054 </trans-unit><trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a" datatype="html">
2051 <source>Contributors</source> 2055 <source>Stats</source>
2052 <context-group purpose="location">
2053 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2054 <context context-type="linenumber">163</context>
2055 </context-group>
2056 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
2057 <source>PeerTube license</source>
2058 <context-group purpose="location"> 2056 <context-group purpose="location">
2059 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2057 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2060 <context context-type="linenumber">163</context> 2058 <context context-type="linenumber">163</context>
2061 </context-group> 2059 </context-group>
2062 <context-group purpose="location">
2063 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2064 <context context-type="linenumber">175</context>
2065 </context-group>
2066 </trans-unit><trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html">
2067 <source>Privacy</source>
2068 <context-group purpose="location">
2069 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2070 <context context-type="linenumber">164</context>
2071 </context-group>
2072 <context-group purpose="location">
2073 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2074 <context context-type="linenumber">110</context>
2075 </context-group>
2076 <context-group purpose="location">
2077 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2078 <context context-type="linenumber">31</context>
2079 </context-group>
2080 <context-group purpose="location">
2081 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2082 <context context-type="linenumber">21</context>
2083 </context-group>
2084 <context-group purpose="location">
2085 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2086 <context context-type="linenumber">37</context>
2087 </context-group>
2088 <context-group purpose="location">
2089 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2090 <context context-type="linenumber">187</context>
2091 </context-group>
2092 <context-group purpose="location">
2093 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
2094 <context context-type="linenumber">57</context>
2095 </context-group>
2096 <context-group purpose="location">
2097 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
2098 <context context-type="linenumber">57</context>
2099 </context-group>
2100 </trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html">
2101 <source>More information about privacy within PeerTube</source>
2102 <context-group purpose="location">
2103 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2104 <context context-type="linenumber">164</context>
2105 </context-group>
2106 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2107 <source>FAQ</source>
2108 <context-group purpose="location">
2109 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2110 <context context-type="linenumber">165</context>
2111 </context-group>
2112 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2113 <source>Frequently asked questions about PeerTube</source>
2114 <context-group purpose="location">
2115 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2116 <context context-type="linenumber">165</context>
2117 </context-group>
2118 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html"> 2060 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2119 <source>API</source> 2061 <source>API</source>
2120 <context-group purpose="location"> 2062 <context-group purpose="location">
2121 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2063 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2122 <context context-type="linenumber">166</context> 2064 <context context-type="linenumber">164</context>
2123 </context-group> 2065 </context-group>
2124 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html"> 2066 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2125 <source>API documentation</source> 2067 <source>API documentation</source>
2126 <context-group purpose="location"> 2068 <context-group purpose="location">
2127 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2069 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2128 <context context-type="linenumber">166</context> 2070 <context context-type="linenumber">164</context>
2129 </context-group>
2130 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
2131 <source>Help</source>
2132 <context-group purpose="location">
2133 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2134 <context context-type="linenumber">167</context>
2135 </context-group>
2136 </trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
2137 <source>Get help using PeerTube</source>
2138 <context-group purpose="location">
2139 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2140 <context context-type="linenumber">167</context>
2141 </context-group> 2071 </context-group>
2142 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html"> 2072 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
2143 <source>Shortcuts</source> 2073 <source>Shortcuts</source>
2144 <context-group purpose="location"> 2074 <context-group purpose="location">
2145 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2075 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2146 <context context-type="linenumber">168</context> 2076 <context context-type="linenumber">165</context>
2147 </context-group> 2077 </context-group>
2148 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html"> 2078 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
2149 <source> 2079 <source>
@@ -2151,19 +2081,25 @@
2151 </source> 2081 </source>
2152 <context-group purpose="location"> 2082 <context-group purpose="location">
2153 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2083 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2154 <context context-type="linenumber">172</context> 2084 <context context-type="linenumber">171</context>
2155 </context-group> 2085 </context-group>
2156 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html"> 2086 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
2157 <source>PeerTube website</source> 2087 <source>PeerTube website</source>
2158 <context-group purpose="location"> 2088 <context-group purpose="location">
2159 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2089 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2160 <context context-type="linenumber">172</context> 2090 <context context-type="linenumber">171</context>
2091 </context-group>
2092 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
2093 <source>PeerTube license</source>
2094 <context-group purpose="location">
2095 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2096 <context context-type="linenumber">175</context>
2161 </context-group> 2097 </context-group>
2162 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html"> 2098 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
2163 <source>powered by PeerTube - CopyLeft 2015-2020</source> 2099 <source>powered by PeerTube - CopyLeft 2015-2020</source>
2164 <context-group purpose="location"> 2100 <context-group purpose="location">
2165 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2101 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2166 <context context-type="linenumber">171</context> 2102 <context context-type="linenumber">170</context>
2167 </context-group> 2103 </context-group>
2168 </trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 2104 </trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
2169 <source>View your notifications</source> 2105 <source>View your notifications</source>
@@ -2664,11 +2600,11 @@
2664 </context-group> 2600 </context-group>
2665 <context-group purpose="location"> 2601 <context-group purpose="location">
2666 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2602 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2667 <context context-type="linenumber">12</context> 2603 <context context-type="linenumber">11</context>
2668 </context-group> 2604 </context-group>
2669 <context-group purpose="location"> 2605 <context-group purpose="location">
2670 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2606 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2671 <context context-type="linenumber">28</context> 2607 <context context-type="linenumber">27</context>
2672 </context-group> 2608 </context-group>
2673 <context-group purpose="location"> 2609 <context-group purpose="location">
2674 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context> 2610 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
@@ -2682,6 +2618,36 @@
2682 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context> 2618 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
2683 <context context-type="linenumber">23</context> 2619 <context context-type="linenumber">23</context>
2684 </context-group> 2620 </context-group>
2621 </trans-unit><trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html">
2622 <source>Privacy</source>
2623 <context-group purpose="location">
2624 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2625 <context context-type="linenumber">110</context>
2626 </context-group>
2627 <context-group purpose="location">
2628 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2629 <context context-type="linenumber">31</context>
2630 </context-group>
2631 <context-group purpose="location">
2632 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2633 <context context-type="linenumber">20</context>
2634 </context-group>
2635 <context-group purpose="location">
2636 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2637 <context context-type="linenumber">36</context>
2638 </context-group>
2639 <context-group purpose="location">
2640 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2641 <context context-type="linenumber">187</context>
2642 </context-group>
2643 <context-group purpose="location">
2644 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
2645 <context context-type="linenumber">57</context>
2646 </context-group>
2647 <context-group purpose="location">
2648 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
2649 <context context-type="linenumber">57</context>
2650 </context-group>
2685 </trans-unit><trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html"> 2651 </trans-unit><trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
2686 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2652 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2687 <context-group purpose="location"> 2653 <context-group purpose="location">
@@ -2844,11 +2810,11 @@
2844 </context-group> 2810 </context-group>
2845 <context-group purpose="location"> 2811 <context-group purpose="location">
2846 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2812 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2847 <context context-type="linenumber">64</context> 2813 <context context-type="linenumber">63</context>
2848 </context-group> 2814 </context-group>
2849 <context-group purpose="location"> 2815 <context-group purpose="location">
2850 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2816 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2851 <context context-type="linenumber">53</context> 2817 <context context-type="linenumber">52</context>
2852 </context-group> 2818 </context-group>
2853 </trans-unit><trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 2819 </trans-unit><trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
2854 <source> 2820 <source>
@@ -2866,7 +2832,7 @@
2866 </context-group> 2832 </context-group>
2867 <context-group purpose="location"> 2833 <context-group purpose="location">
2868 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2834 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2869 <context context-type="linenumber">74</context> 2835 <context context-type="linenumber">73</context>
2870 </context-group> 2836 </context-group>
2871 <context-group purpose="location"> 2837 <context-group purpose="location">
2872 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context> 2838 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context>
@@ -2886,13 +2852,13 @@
2886 <source>Scheduled</source> 2852 <source>Scheduled</source>
2887 <context-group purpose="location"> 2853 <context-group purpose="location">
2888 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2854 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2889 <context context-type="linenumber">25</context> 2855 <context context-type="linenumber">24</context>
2890 </context-group> 2856 </context-group>
2891 </trans-unit><trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2857 </trans-unit><trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2892 <source>Video background image</source> 2858 <source>Video background image</source>
2893 <context-group purpose="location"> 2859 <context-group purpose="location">
2894 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2860 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2895 <context context-type="linenumber">32</context> 2861 <context context-type="linenumber">31</context>
2896 </context-group> 2862 </context-group>
2897 </trans-unit><trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2863 </trans-unit><trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2898 <source> 2864 <source>
@@ -2902,19 +2868,19 @@
2902 </source> 2868 </source>
2903 <context-group purpose="location"> 2869 <context-group purpose="location">
2904 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2870 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2905 <context context-type="linenumber">34</context> 2871 <context context-type="linenumber">33</context>
2906 </context-group> 2872 </context-group>
2907 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2873 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2908 <source>Processing…</source> 2874 <source>Processing…</source>
2909 <context-group purpose="location"> 2875 <context-group purpose="location">
2910 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2876 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2911 <context context-type="linenumber">56</context> 2877 <context context-type="linenumber">55</context>
2912 </context-group> 2878 </context-group>
2913 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html"> 2879 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2914 <source>Total video quota</source> 2880 <source>Total video quota</source>
2915 <context-group purpose="location"> 2881 <context-group purpose="location">
2916 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2882 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2917 <context context-type="linenumber">54</context> 2883 <context context-type="linenumber">53</context>
2918 </context-group> 2884 </context-group>
2919 <context-group purpose="location"> 2885 <context-group purpose="location">
2920 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 2886 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -2926,19 +2892,19 @@
2926</source> 2892</source>
2927 <context-group purpose="location"> 2893 <context-group purpose="location">
2928 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2894 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2929 <context context-type="linenumber">68</context> 2895 <context context-type="linenumber">67</context>
2930 </context-group> 2896 </context-group>
2931 </trans-unit><trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html"> 2897 </trans-unit><trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
2932 <source>Publish will be available when upload is finished</source> 2898 <source>Publish will be available when upload is finished</source>
2933 <context-group purpose="location"> 2899 <context-group purpose="location">
2934 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2900 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2935 <context context-type="linenumber">81</context> 2901 <context context-type="linenumber">80</context>
2936 </context-group> 2902 </context-group>
2937 </trans-unit><trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html"> 2903 </trans-unit><trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html">
2938 <source>Publish</source> 2904 <source>Publish</source>
2939 <context-group purpose="location"> 2905 <context-group purpose="location">
2940 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2906 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2941 <context context-type="linenumber">88</context> 2907 <context context-type="linenumber">87</context>
2942 </context-group> 2908 </context-group>
2943 </trans-unit><trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html"> 2909 </trans-unit><trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
2944 <source>Select the torrent to import</source> 2910 <source>Select the torrent to import</source>
@@ -2946,17 +2912,17 @@
2946 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2912 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2947 <context context-type="linenumber">6</context> 2913 <context context-type="linenumber">6</context>
2948 </context-group> 2914 </context-group>
2949 </trans-unit><trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc" datatype="html"> 2915 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2950 <source>Or</source> 2916 <source>OR</source>
2951 <context-group purpose="location"> 2917 <context-group purpose="location">
2952 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2918 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2953 <context context-type="linenumber">11</context> 2919 <context context-type="linenumber">10</context>
2954 </context-group> 2920 </context-group>
2955 </trans-unit><trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html"> 2921 </trans-unit><trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
2956 <source>Paste magnet URI</source> 2922 <source>Paste magnet URI</source>
2957 <context-group purpose="location"> 2923 <context-group purpose="location">
2958 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2924 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2959 <context context-type="linenumber">14</context> 2925 <context context-type="linenumber">13</context>
2960 </context-group> 2926 </context-group>
2961 </trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2927 </trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2962 <source> 2928 <source>
@@ -2965,7 +2931,7 @@
2965 </source> 2931 </source>
2966 <context-group purpose="location"> 2932 <context-group purpose="location">
2967 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2933 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2968 <context context-type="linenumber">17</context> 2934 <context context-type="linenumber">16</context>
2969 </context-group> 2935 </context-group>
2970 </trans-unit><trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html"> 2936 </trans-unit><trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2971 <source> 2937 <source>
@@ -2973,7 +2939,7 @@
2973</source> 2939</source>
2974 <context-group purpose="location"> 2940 <context-group purpose="location">
2975 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2941 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2976 <context context-type="linenumber">57</context> 2942 <context context-type="linenumber">56</context>
2977 </context-group> 2943 </context-group>
2978 </trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2944 </trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2979 <source> 2945 <source>
@@ -3267,6 +3233,18 @@
3267 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3233 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3268 <context context-type="linenumber">266</context> 3234 <context context-type="linenumber">266</context>
3269 </context-group> 3235 </context-group>
3236 <context-group purpose="location">
3237 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3238 <context context-type="linenumber">21</context>
3239 </context-group>
3240 <context-group purpose="location">
3241 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3242 <context context-type="linenumber">20</context>
3243 </context-group>
3244 <context-group purpose="location">
3245 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3246 <context context-type="linenumber">39</context>
3247 </context-group>
3270 </trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 3248 </trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
3271 <source>Get more information</source> 3249 <source>Get more information</source>
3272 <context-group purpose="location"> 3250 <context-group purpose="location">
@@ -3331,7 +3309,7 @@
3331 </source> 3309 </source>
3332 <context-group purpose="location"> 3310 <context-group purpose="location">
3333 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3311 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
3334 <context context-type="linenumber">77</context> 3312 <context context-type="linenumber">78</context>
3335 </context-group> 3313 </context-group>
3336 </trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3314 </trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3337 <source> 3315 <source>
@@ -3339,13 +3317,13 @@
3339 </source> 3317 </source>
3340 <context-group purpose="location"> 3318 <context-group purpose="location">
3341 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3319 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
3342 <context context-type="linenumber">80</context> 3320 <context context-type="linenumber">81</context>
3343 </context-group> 3321 </context-group>
3344 </trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3322 </trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3345 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3323 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3346 <context-group purpose="location"> 3324 <context-group purpose="location">
3347 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3325 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
3348 <context context-type="linenumber">84</context> 3326 <context context-type="linenumber">85</context>
3349 </context-group> 3327 </context-group>
3350 </trans-unit><trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html"> 3328 </trans-unit><trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
3351 <source> 3329 <source>
@@ -3353,7 +3331,7 @@
3353 </source> 3331 </source>
3354 <context-group purpose="location"> 3332 <context-group purpose="location">
3355 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3333 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
3356 <context context-type="linenumber">94</context> 3334 <context context-type="linenumber">95</context>
3357 </context-group> 3335 </context-group>
3358 </trans-unit><trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html"> 3336 </trans-unit><trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html">
3359 <source>Add comment...</source> 3337 <source>Add comment...</source>
@@ -3437,43 +3415,17 @@
3437 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3415 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
3438 <context context-type="linenumber">5</context> 3416 <context context-type="linenumber">5</context>
3439 </context-group> 3417 </context-group>
3440 </trans-unit><trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246" datatype="html">
3441 <source>Follow</source>
3442 <context-group purpose="location">
3443 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
3444 <context context-type="linenumber">7</context>
3445 </context-group>
3446 </trans-unit><trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html"> 3418 </trans-unit><trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html">
3447 <source>Followers</source> 3419 <source>Followers</source>
3448 <context-group purpose="location"> 3420 <context-group purpose="location">
3449 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3421 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
3450 <context context-type="linenumber">9</context> 3422 <context context-type="linenumber">7</context>
3451 </context-group> 3423 </context-group>
3452 </trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3424 </trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3453 <source>Video redundancies</source> 3425 <source>Video redundancies</source>
3454 <context-group purpose="location"> 3426 <context-group purpose="location">
3455 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3427 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
3456 <context context-type="linenumber">11</context> 3428 <context context-type="linenumber">9</context>
3457 </context-group>
3458 </trans-unit><trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
3459 <source>1 host (without &quot;http://&quot;) per line</source>
3460 <context-group purpose="location">
3461 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
3462 <context context-type="linenumber">5</context>
3463 </context-group>
3464 </trans-unit><trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507" datatype="html">
3465 <source>
3466 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3467 </source>
3468 <context-group purpose="location">
3469 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
3470 <context context-type="linenumber">17</context>
3471 </context-group>
3472 </trans-unit><trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437" datatype="html">
3473 <source>Add following</source>
3474 <context-group purpose="location">
3475 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
3476 <context context-type="linenumber">21</context>
3477 </context-group> 3429 </context-group>
3478 </trans-unit><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 3430 </trans-unit><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
3479 <source>Filter...</source> 3431 <source>Filter...</source>
@@ -3487,7 +3439,7 @@
3487 </context-group> 3439 </context-group>
3488 <context-group purpose="location"> 3440 <context-group purpose="location">
3489 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3441 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3490 <context context-type="linenumber">27</context> 3442 <context context-type="linenumber">29</context>
3491 </context-group> 3443 </context-group>
3492 </trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3444 </trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3493 <source>Follower handle</source> 3445 <source>Follower handle</source>
@@ -3503,11 +3455,11 @@
3503 </context-group> 3455 </context-group>
3504 <context-group purpose="location"> 3456 <context-group purpose="location">
3505 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3457 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3506 <context context-type="linenumber">19</context> 3458 <context context-type="linenumber">23</context>
3507 </context-group> 3459 </context-group>
3508 <context-group purpose="location"> 3460 <context-group purpose="location">
3509 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3461 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3510 <context context-type="linenumber">11</context> 3462 <context context-type="linenumber">13</context>
3511 </context-group> 3463 </context-group>
3512 </trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3464 </trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3513 <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> 3465 <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>
@@ -3523,19 +3475,19 @@
3523 </context-group> 3475 </context-group>
3524 <context-group purpose="location"> 3476 <context-group purpose="location">
3525 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3477 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3526 <context context-type="linenumber">20</context> 3478 <context context-type="linenumber">24</context>
3527 </context-group> 3479 </context-group>
3528 <context-group purpose="location"> 3480 <context-group purpose="location">
3529 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3481 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3530 <context context-type="linenumber">44</context> 3482 <context context-type="linenumber">46</context>
3531 </context-group> 3483 </context-group>
3532 <context-group purpose="location"> 3484 <context-group purpose="location">
3533 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3485 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3534 <context context-type="linenumber">9</context> 3486 <context context-type="linenumber">11</context>
3535 </context-group> 3487 </context-group>
3536 <context-group purpose="location"> 3488 <context-group purpose="location">
3537 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3489 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3538 <context context-type="linenumber">32</context> 3490 <context context-type="linenumber">31</context>
3539 </context-group> 3491 </context-group>
3540 <context-group purpose="location"> 3492 <context-group purpose="location">
3541 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 3493 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
@@ -3549,7 +3501,7 @@
3549 </context-group> 3501 </context-group>
3550 <context-group purpose="location"> 3502 <context-group purpose="location">
3551 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3503 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3552 <context context-type="linenumber">30</context> 3504 <context context-type="linenumber">34</context>
3553 </context-group> 3505 </context-group>
3554 </trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3506 </trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3555 <source>Pending</source> 3507 <source>Pending</source>
@@ -3559,7 +3511,7 @@
3559 </context-group> 3511 </context-group>
3560 <context-group purpose="location"> 3512 <context-group purpose="location">
3561 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3513 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3562 <context context-type="linenumber">31</context> 3514 <context context-type="linenumber">35</context>
3563 </context-group> 3515 </context-group>
3564 </trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3516 </trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3565 <source>Accept</source> 3517 <source>Accept</source>
@@ -3581,57 +3533,89 @@
3581 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 3533 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3582 <context context-type="linenumber">42</context> 3534 <context context-type="linenumber">42</context>
3583 </context-group> 3535 </context-group>
3536 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3537 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source>
3538 <context-group purpose="location">
3539 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3540 <context context-type="linenumber">3</context>
3541 </context-group>
3542 </trans-unit><trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
3543 <source>1 host (without &quot;http://&quot;) per line</source>
3544 <context-group purpose="location">
3545 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3546 <context context-type="linenumber">11</context>
3547 </context-group>
3548 </trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3549 <source>Follow domain</source>
3550 <context-group purpose="location">
3551 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3552 <context context-type="linenumber">15</context>
3553 </context-group>
3584 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 3554 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
3585 <source>Host</source> 3555 <source>Host</source>
3586 <context-group purpose="location"> 3556 <context-group purpose="location">
3587 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3557 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3588 <context context-type="linenumber">18</context> 3558 <context context-type="linenumber">22</context>
3589 </context-group> 3559 </context-group>
3590 </trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3560 </trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3591 <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> 3561 <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>
3592 <context-group purpose="location"> 3562 <context-group purpose="location">
3593 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3563 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3594 <context context-type="linenumber">21</context> 3564 <context context-type="linenumber">25</context>
3565 </context-group>
3566 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3567 <source>Follow domains</source>
3568 <context-group purpose="location">
3569 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3570 <context context-type="linenumber">50</context>
3595 </context-group> 3571 </context-group>
3596 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3572 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3597 <source>Video redundancies list</source> 3573 <source>My videos duplicated by remote instances</source>
3598 <context-group purpose="location"> 3574 <context-group purpose="location">
3599 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3575 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3600 <context context-type="linenumber">2</context> 3576 <context context-type="linenumber">7</context>
3577 </context-group>
3578 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3579 <source>Remote videos duplicated by my instance</source>
3580 <context-group purpose="location">
3581 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3582 <context context-type="linenumber">8</context>
3601 </context-group> 3583 </context-group>
3602 </trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 3584 </trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
3603 <source>Strategy</source> 3585 <source>Strategy</source>
3604 <context-group purpose="location"> 3586 <context-group purpose="location">
3605 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3587 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3606 <context context-type="linenumber">22</context> 3588 <context context-type="linenumber">21</context>
3607 </context-group> 3589 </context-group>
3608 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3590 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3609 <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> 3591 <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>
3610 <context-group purpose="location"> 3592 <context-group purpose="location">
3611 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3593 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3612 <context context-type="linenumber">23</context> 3594 <context context-type="linenumber">22</context>
3613 </context-group>
3614 <context-group purpose="location">
3615 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3616 <context context-type="linenumber">8</context>
3617 </context-group> 3595 </context-group>
3618 </trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3596 </trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3619 <source>Video URL</source> 3597 <source>Video URL</source>
3620 <context-group purpose="location"> 3598 <context-group purpose="location">
3621 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3599 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3622 <context context-type="linenumber">24</context> 3600 <context context-type="linenumber">23</context>
3623 </context-group> 3601 </context-group>
3624 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3602 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3625 <source>Total size</source> 3603 <source>Total size</source>
3626 <context-group purpose="location"> 3604 <context-group purpose="location">
3627 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3605 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3628 <context context-type="linenumber">25</context> 3606 <context context-type="linenumber">24</context>
3607 </context-group>
3608 </trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3609 <source>List redundancies</source>
3610 <context-group purpose="location">
3611 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3612 <context context-type="linenumber">33</context>
3629 </context-group> 3613 </context-group>
3630 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3614 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3631 <source>Enabled strategies stats</source> 3615 <source>Enabled strategies stats</source>
3632 <context-group purpose="location"> 3616 <context-group purpose="location">
3633 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3617 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3634 <context context-type="linenumber">69</context> 3618 <context context-type="linenumber">75</context>
3635 </context-group> 3619 </context-group>
3636 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3620 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3637 <source> 3621 <source>
@@ -3639,7 +3623,7 @@
3639 </source> 3623 </source>
3640 <context-group purpose="location"> 3624 <context-group purpose="location">
3641 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3625 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3642 <context context-type="linenumber">73</context> 3626 <context context-type="linenumber">79</context>
3643 </context-group> 3627 </context-group>
3644 </trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 3628 </trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
3645 <source>Users</source> 3629 <source>Users</source>
@@ -3779,7 +3763,7 @@
3779 </context-group> 3763 </context-group>
3780 <context-group purpose="location"> 3764 <context-group purpose="location">
3781 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3765 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3782 <context context-type="linenumber">43</context> 3766 <context context-type="linenumber">45</context>
3783 </context-group> 3767 </context-group>
3784 </trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3768 </trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3785 <source> 3769 <source>
@@ -3890,43 +3874,59 @@
3890 <source>Batch actions</source> 3874 <source>Batch actions</source>
3891 <context-group purpose="location"> 3875 <context-group purpose="location">
3892 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3876 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3893 <context context-type="linenumber">19</context> 3877 <context context-type="linenumber">21</context>
3894 </context-group> 3878 </context-group>
3895 </trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3879 </trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3896 <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> 3880 <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>
3897 <context-group purpose="location"> 3881 <context-group purpose="location">
3898 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3882 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3899 <context context-type="linenumber">40</context> 3883 <context context-type="linenumber">42</context>
3900 </context-group> 3884 </context-group>
3901 </trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3885 </trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3902 <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> 3886 <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>
3903 <context-group purpose="location"> 3887 <context-group purpose="location">
3904 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3888 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3905 <context context-type="linenumber">42</context> 3889 <context context-type="linenumber">44</context>
3906 </context-group> 3890 </context-group>
3907 </trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3891 </trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3908 <source>(banned)</source> 3892 <source>(banned)</source>
3909 <context-group purpose="location"> 3893 <context-group purpose="location">
3910 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3894 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3895 <context context-type="linenumber">78</context>
3896 </context-group>
3897 </trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3898 <source>Open account in a new tab</source>
3899 <context-group purpose="location">
3900 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3911 <context context-type="linenumber">65</context> 3901 <context context-type="linenumber">65</context>
3912 </context-group> 3902 </context-group>
3903 <context-group purpose="location">
3904 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3905 <context context-type="linenumber">27</context>
3906 </context-group>
3913 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3907 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3914 <source>User&apos;s email must be verified to login</source> 3908 <source>User&apos;s email must be verified to login</source>
3915 <context-group purpose="location"> 3909 <context-group purpose="location">
3916 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3910 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3917 <context context-type="linenumber">72</context> 3911 <context context-type="linenumber">85</context>
3918 </context-group> 3912 </context-group>
3919 </trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3913 </trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3920 <source>User&apos;s email is verified / User can login without email verification</source> 3914 <source>User&apos;s email is verified / User can login without email verification</source>
3921 <context-group purpose="location"> 3915 <context-group purpose="location">
3922 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3916 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3923 <context context-type="linenumber">76</context> 3917 <context context-type="linenumber">89</context>
3924 </context-group> 3918 </context-group>
3925 </trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3919 </trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3926 <source>Ban reason:</source> 3920 <source>Ban reason:</source>
3927 <context-group purpose="location"> 3921 <context-group purpose="location">
3928 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3922 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3929 <context context-type="linenumber">95</context> 3923 <context context-type="linenumber">108</context>
3924 </context-group>
3925 </trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3926 <source>Showing <x id="INTERPOLATION" equiv-text="{{&apos;{first}&apos;}}"/> to <x id="INTERPOLATION_1" equiv-text="{{&apos;{last}&apos;}}"/> of <x id="INTERPOLATION_2" equiv-text="{{&apos;{totalRecords}&apos;}}"/> users</source>
3927 <context-group purpose="location">
3928 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3929 <context context-type="linenumber">15</context>
3930 </context-group> 3930 </context-group>
3931 </trans-unit><trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html"> 3931 </trans-unit><trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
3932 <source>Moderation</source> 3932 <source>Moderation</source>
@@ -3968,33 +3968,35 @@
3968 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 3968 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
3969 <context context-type="linenumber">13</context> 3969 <context context-type="linenumber">13</context>
3970 </context-group> 3970 </context-group>
3971 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3972 <source>Video <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>
3973 <context-group purpose="location">
3974 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3975 <context context-type="linenumber">10</context>
3976 </context-group>
3971 </trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3977 </trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3972 <source>Sensitive</source> 3978 <source>Sensitive</source>
3973 <context-group purpose="location"> 3979 <context-group purpose="location">
3974 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3980 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3975 <context context-type="linenumber">9</context> 3981 <context context-type="linenumber">11</context>
3976 </context-group> 3982 </context-group>
3977 </trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3983 </trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3978 <source>Unfederated</source> 3984 <source>Unfederated</source>
3979 <context-group purpose="location"> 3985 <context-group purpose="location">
3980 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3986 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3981 <context context-type="linenumber">10</context> 3987 <context context-type="linenumber">12</context>
3982 </context-group> 3988 </context-group>
3983 </trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3989 </trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3984 <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> 3990 <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>
3985 <context-group purpose="location"> 3991 <context-group purpose="location">
3986 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3992 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3987 <context context-type="linenumber">11</context> 3993 <context context-type="linenumber">13</context>
3988 </context-group> 3994 </context-group>
3989 </trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 3995 </trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
3990 <source>Go to the video</source> 3996 <source>Go to the video</source>
3991 <context-group purpose="location"> 3997 <context-group purpose="location">
3992 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3998 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3993 <context context-type="linenumber">25</context> 3999 <context context-type="linenumber">28</context>
3994 </context-group>
3995 <context-group purpose="location">
3996 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3997 <context context-type="linenumber">33</context>
3998 </context-group> 4000 </context-group>
3999 <context-group purpose="location"> 4001 <context-group purpose="location">
4000 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 4002 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
@@ -4004,17 +4006,23 @@
4004 <source>Actions</source> 4006 <source>Actions</source>
4005 <context-group purpose="location"> 4007 <context-group purpose="location">
4006 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 4008 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4007 <context context-type="linenumber">35</context> 4009 <context context-type="linenumber">38</context>
4008 </context-group> 4010 </context-group>
4009 <context-group purpose="location"> 4011 <context-group purpose="location">
4010 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4012 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4011 <context context-type="linenumber">44</context> 4013 <context context-type="linenumber">57</context>
4012 </context-group> 4014 </context-group>
4013 </trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 4015 </trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
4014 <source>Blacklist reason:</source> 4016 <source>Blacklist reason:</source>
4015 <context-group purpose="location"> 4017 <context-group purpose="location">
4016 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 4018 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4017 <context context-type="linenumber">43</context> 4019 <context context-type="linenumber">46</context>
4020 </context-group>
4021 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
4022 <source>Showing <x id="INTERPOLATION" equiv-text="{{&apos;{first}&apos;}}"/> to <x id="INTERPOLATION_1" equiv-text="{{&apos;{last}&apos;}}"/> of <x id="INTERPOLATION_2" equiv-text="{{&apos;{totalRecords}&apos;}}"/> blacklisted videos</source>
4023 <context-group purpose="location">
4024 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4025 <context context-type="linenumber">5</context>
4018 </context-group> 4026 </context-group>
4019 </trans-unit><trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html"> 4027 </trans-unit><trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
4020 <source>Moderation comment</source> 4028 <source>Moderation comment</source>
@@ -4028,25 +4036,25 @@
4028 </source> 4036 </source>
4029 <context-group purpose="location"> 4037 <context-group purpose="location">
4030 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 4038 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context>
4031 <context context-type="linenumber">18</context> 4039 <context context-type="linenumber">20</context>
4032 </context-group> 4040 </context-group>
4033 </trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html"> 4041 </trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
4034 <source>Update this comment</source> 4042 <source>Update this comment</source>
4035 <context-group purpose="location"> 4043 <context-group purpose="location">
4036 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 4044 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context>
4037 <context context-type="linenumber">29</context> 4045 <context context-type="linenumber">31</context>
4038 </context-group> 4046 </context-group>
4039 </trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 4047 </trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
4040 <source>Reporter</source> 4048 <source>Reporter</source>
4041 <context-group purpose="location"> 4049 <context-group purpose="location">
4042 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4050 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4043 <context context-type="linenumber">8</context> 4051 <context context-type="linenumber">10</context>
4044 </context-group> 4052 </context-group>
4045 </trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 4053 </trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
4046 <source>Video</source> 4054 <source>Video</source>
4047 <context-group purpose="location"> 4055 <context-group purpose="location">
4048 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4056 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4049 <context context-type="linenumber">10</context> 4057 <context context-type="linenumber">12</context>
4050 </context-group> 4058 </context-group>
4051 <context-group purpose="location"> 4059 <context-group purpose="location">
4052 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 4060 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
@@ -4056,27 +4064,29 @@
4056 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4064 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4057 <context context-type="linenumber">9</context> 4065 <context context-type="linenumber">9</context>
4058 </context-group> 4066 </context-group>
4059 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 4067 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4060 <source>Go to the account</source> 4068 <source>Open video in a new tab</source>
4061 <context-group purpose="location"> 4069 <context-group purpose="location">
4062 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4070 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4063 <context context-type="linenumber">25</context> 4071 <context context-type="linenumber">46</context>
4064 </context-group>
4065 <context-group purpose="location">
4066 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
4067 <context context-type="linenumber">27</context>
4068 </context-group> 4072 </context-group>
4069 </trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html"> 4073 </trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
4070 <source>Reason:</source> 4074 <source>Reason:</source>
4071 <context-group purpose="location"> 4075 <context-group purpose="location">
4072 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4076 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4073 <context context-type="linenumber">53</context> 4077 <context context-type="linenumber">68</context>
4074 </context-group> 4078 </context-group>
4075 </trans-unit><trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638" datatype="html"> 4079 </trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
4076 <source>Moderation comment:</source> 4080 <source>Note:</source>
4077 <context-group purpose="location"> 4081 <context-group purpose="location">
4078 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4082 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4079 <context context-type="linenumber">57</context> 4083 <context context-type="linenumber">72</context>
4084 </context-group>
4085 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
4086 <source>Showing <x id="INTERPOLATION" equiv-text="{{&apos;{first}&apos;}}"/> to <x id="INTERPOLATION_1" equiv-text="{{&apos;{last}&apos;}}"/> of <x id="INTERPOLATION_2" equiv-text="{{&apos;{totalRecords}&apos;}}"/> reports</source>
4087 <context-group purpose="location">
4088 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4089 <context context-type="linenumber">5</context>
4080 </context-group> 4090 </context-group>
4081 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html"> 4091 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
4082 <source>Unblacklist</source> 4092 <source>Unblacklist</source>
@@ -4088,11 +4098,17 @@
4088 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context> 4098 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
4089 <context context-type="linenumber">17</context> 4099 <context context-type="linenumber">17</context>
4090 </context-group> 4100 </context-group>
4101 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
4102 <source>Mute domain</source>
4103 <context-group purpose="location">
4104 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4105 <context context-type="linenumber">11</context>
4106 </context-group>
4091 </trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html"> 4107 </trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
4092 <source>Instance</source> 4108 <source>Instance</source>
4093 <context-group purpose="location"> 4109 <context-group purpose="location">
4094 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4110 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4095 <context context-type="linenumber">8</context> 4111 <context context-type="linenumber">18</context>
4096 </context-group> 4112 </context-group>
4097 <context-group purpose="location"> 4113 <context-group purpose="location">
4098 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 4114 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
@@ -4106,11 +4122,11 @@
4106 <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> 4122 <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>
4107 <context-group purpose="location"> 4123 <context-group purpose="location">
4108 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4124 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4109 <context context-type="linenumber">9</context> 4125 <context context-type="linenumber">19</context>
4110 </context-group> 4126 </context-group>
4111 <context-group purpose="location"> 4127 <context-group purpose="location">
4112 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4128 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4113 <context context-type="linenumber">9</context> 4129 <context context-type="linenumber">11</context>
4114 </context-group> 4130 </context-group>
4115 <context-group purpose="location"> 4131 <context-group purpose="location">
4116 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 4132 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
@@ -4124,30 +4140,56 @@
4124 <source>Unmute</source> 4140 <source>Unmute</source>
4125 <context-group purpose="location"> 4141 <context-group purpose="location">
4126 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4142 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4127 <context context-type="linenumber">19</context> 4143 <context context-type="linenumber">29</context>
4128 </context-group> 4144 </context-group>
4129 <context-group purpose="location"> 4145 <context-group purpose="location">
4130 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4146 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4131 <context context-type="linenumber">18</context> 4147 <context context-type="linenumber">21</context>
4132 </context-group> 4148 </context-group>
4133 <context-group purpose="location"> 4149 <context-group purpose="location">
4134 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 4150 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
4135 <context context-type="linenumber">22</context> 4151 <context context-type="linenumber">23</context>
4136 </context-group> 4152 </context-group>
4137 <context-group purpose="location"> 4153 <context-group purpose="location">
4138 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 4154 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
4139 <context context-type="linenumber">23</context> 4155 <context context-type="linenumber">23</context>
4140 </context-group> 4156 </context-group>
4157 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
4158 <source>Showing <x id="INTERPOLATION" equiv-text="{{&apos;{first}&apos;}}"/> to <x id="INTERPOLATION_1" equiv-text="{{&apos;{last}&apos;}}"/> of <x id="INTERPOLATION_2" equiv-text="{{&apos;{totalRecords}&apos;}}"/> muted instances</source>
4159 <context-group purpose="location">
4160 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4161 <context context-type="linenumber">5</context>
4162 </context-group>
4163 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
4164 <source>
4165 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4166 </source>
4167 <context-group purpose="location">
4168 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4169 <context context-type="linenumber">37</context>
4170 </context-group>
4171 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4172 <source>Mute domains</source>
4173 <context-group purpose="location">
4174 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4175 <context context-type="linenumber">35</context>
4176 </context-group>
4141 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 4177 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
4142 <source>Account</source> 4178 <source>Account</source>
4143 <context-group purpose="location"> 4179 <context-group purpose="location">
4144 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4180 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4145 <context context-type="linenumber">8</context> 4181 <context context-type="linenumber">10</context>
4146 </context-group> 4182 </context-group>
4147 <context-group purpose="location"> 4183 <context-group purpose="location">
4148 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 4184 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
4149 <context context-type="linenumber">12</context> 4185 <context context-type="linenumber">12</context>
4150 </context-group> 4186 </context-group>
4187 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4188 <source>Showing <x id="INTERPOLATION" equiv-text="{{&apos;{first}&apos;}}"/> to <x id="INTERPOLATION_1" equiv-text="{{&apos;{last}&apos;}}"/> of <x id="INTERPOLATION_2" equiv-text="{{&apos;{totalRecords}&apos;}}"/> muted accounts</source>
4189 <context-group purpose="location">
4190 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4191 <context context-type="linenumber">5</context>
4192 </context-group>
4151 </trans-unit><trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 4193 </trans-unit><trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
4152 <source>Plugins/Themes</source> 4194 <source>Plugins/Themes</source>
4153 <context-group purpose="location"> 4195 <context-group purpose="location">
@@ -4254,41 +4296,35 @@
4254 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context> 4296 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
4255 <context context-type="linenumber">9</context> 4297 <context context-type="linenumber">9</context>
4256 </context-group> 4298 </context-group>
4257 </trans-unit><trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f" datatype="html">
4258 <source>Jobs list</source>
4259 <context-group purpose="location">
4260 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4261 <context context-type="linenumber">2</context>
4262 </context-group>
4263 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 4299 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4264 <source>Job type</source> 4300 <source>Job type</source>
4265 <context-group purpose="location"> 4301 <context-group purpose="location">
4266 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4302 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4267 <context context-type="linenumber">5</context> 4303 <context context-type="linenumber">3</context>
4268 </context-group> 4304 </context-group>
4269 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 4305 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4270 <source>Job state</source> 4306 <source>Job state</source>
4271 <context-group purpose="location"> 4307 <context-group purpose="location">
4272 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4308 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4273 <context context-type="linenumber">14</context> 4309 <context context-type="linenumber">12</context>
4274 </context-group> 4310 </context-group>
4275 </trans-unit><trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 4311 </trans-unit><trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
4276 <source>ID</source> 4312 <source>ID</source>
4277 <context-group purpose="location"> 4313 <context-group purpose="location">
4278 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4314 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4279 <context context-type="linenumber">30</context> 4315 <context context-type="linenumber">29</context>
4280 </context-group> 4316 </context-group>
4281 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 4317 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
4282 <source>Type</source> 4318 <source>Type</source>
4283 <context-group purpose="location"> 4319 <context-group purpose="location">
4284 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4320 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4285 <context context-type="linenumber">31</context> 4321 <context context-type="linenumber">30</context>
4286 </context-group> 4322 </context-group>
4287 </trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 4323 </trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
4288 <source>State</source> 4324 <source>State</source>
4289 <context-group purpose="location"> 4325 <context-group purpose="location">
4290 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4326 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4291 <context context-type="linenumber">33</context> 4327 <context context-type="linenumber">32</context>
4292 </context-group> 4328 </context-group>
4293 <context-group purpose="location"> 4329 <context-group purpose="location">
4294 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 4330 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
@@ -4298,31 +4334,31 @@
4298 <source>Delayed.</source> 4334 <source>Delayed.</source>
4299 <context-group purpose="location"> 4335 <context-group purpose="location">
4300 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4336 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4301 <context context-type="linenumber">42</context> 4337 <context context-type="linenumber">47</context>
4302 </context-group> 4338 </context-group>
4303 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 4339 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
4304 <source>Will start soon...</source> 4340 <source>Will start soon...</source>
4305 <context-group purpose="location"> 4341 <context-group purpose="location">
4306 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4342 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4307 <context context-type="linenumber">43</context> 4343 <context context-type="linenumber">48</context>
4308 </context-group> 4344 </context-group>
4309 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 4345 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
4310 <source>Running...</source> 4346 <source>Running...</source>
4311 <context-group purpose="location"> 4347 <context-group purpose="location">
4312 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4348 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4313 <context context-type="linenumber">44</context> 4349 <context context-type="linenumber">49</context>
4314 </context-group> 4350 </context-group>
4315 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 4351 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
4316 <source>Finished</source> 4352 <source>Finished</source>
4317 <context-group purpose="location"> 4353 <context-group purpose="location">
4318 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4354 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4319 <context context-type="linenumber">45</context> 4355 <context context-type="linenumber">50</context>
4320 </context-group> 4356 </context-group>
4321 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 4357 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
4322 <source>Failed</source> 4358 <source>Failed</source>
4323 <context-group purpose="location"> 4359 <context-group purpose="location">
4324 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4360 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4325 <context context-type="linenumber">46</context> 4361 <context context-type="linenumber">51</context>
4326 </context-group> 4362 </context-group>
4327 </trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 4363 </trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
4328 <source>Refresh</source> 4364 <source>Refresh</source>
@@ -4433,7 +4469,7 @@
4433 <source>Terms</source> 4469 <source>Terms</source>
4434 <context-group purpose="location"> 4470 <context-group purpose="location">
4435 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4471 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4436 <context context-type="linenumber">120</context> 4472 <context context-type="linenumber">121</context>
4437 </context-group> 4473 </context-group>
4438 <context-group purpose="location"> 4474 <context-group purpose="location">
4439 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 4475 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
@@ -4447,7 +4483,7 @@
4447 <source>Code of conduct</source> 4483 <source>Code of conduct</source>
4448 <context-group purpose="location"> 4484 <context-group purpose="location">
4449 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4485 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4450 <context context-type="linenumber">129</context> 4486 <context context-type="linenumber">130</context>
4451 </context-group> 4487 </context-group>
4452 <context-group purpose="location"> 4488 <context-group purpose="location">
4453 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 4489 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
@@ -4461,7 +4497,7 @@
4461 <source>Moderation information</source> 4497 <source>Moderation information</source>
4462 <context-group purpose="location"> 4498 <context-group purpose="location">
4463 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4499 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4464 <context context-type="linenumber">138</context> 4500 <context context-type="linenumber">139</context>
4465 </context-group> 4501 </context-group>
4466 <context-group purpose="location"> 4502 <context-group purpose="location">
4467 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 4503 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
@@ -4475,91 +4511,91 @@
4475 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4511 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4476 <context-group purpose="location"> 4512 <context-group purpose="location">
4477 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4513 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4478 <context context-type="linenumber">139</context> 4514 <context context-type="linenumber">140</context>
4479 </context-group> 4515 </context-group>
4480 </trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4516 </trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4481 <source>YOU AND YOUR INSTANCE</source> 4517 <source>YOU AND YOUR INSTANCE</source>
4482 <context-group purpose="location"> 4518 <context-group purpose="location">
4483 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4519 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4484 <context context-type="linenumber">153</context> 4520 <context context-type="linenumber">154</context>
4485 </context-group> 4521 </context-group>
4486 </trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4522 </trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4487 <source>Who is behind the instance?</source> 4523 <source>Who is behind the instance?</source>
4488 <context-group purpose="location"> 4524 <context-group purpose="location">
4489 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4525 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4490 <context context-type="linenumber">159</context> 4526 <context context-type="linenumber">160</context>
4491 </context-group> 4527 </context-group>
4492 </trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4528 </trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4493 <source>A single person? A non-profit? A company?</source> 4529 <source>A single person? A non-profit? A company?</source>
4494 <context-group purpose="location"> 4530 <context-group purpose="location">
4495 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4531 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4496 <context context-type="linenumber">160</context> 4532 <context context-type="linenumber">161</context>
4497 </context-group> 4533 </context-group>
4498 </trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 4534 </trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4499 <source>Why did you create this instance?</source> 4535 <source>Why did you create this instance?</source>
4500 <context-group purpose="location"> 4536 <context-group purpose="location">
4501 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4537 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4502 <context context-type="linenumber">171</context> 4538 <context context-type="linenumber">172</context>
4503 </context-group> 4539 </context-group>
4504 </trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4540 </trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4505 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4541 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4506 <context-group purpose="location"> 4542 <context-group purpose="location">
4507 <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>
4508 <context context-type="linenumber">172</context> 4544 <context context-type="linenumber">173</context>
4509 </context-group> 4545 </context-group>
4510 </trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 4546 </trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4511 <source>How long do you plan to maintain this instance?</source> 4547 <source>How long do you plan to maintain this instance?</source>
4512 <context-group purpose="location"> 4548 <context-group purpose="location">
4513 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4549 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4514 <context context-type="linenumber">182</context> 4550 <context context-type="linenumber">183</context>
4515 </context-group> 4551 </context-group>
4516 </trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4552 </trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4517 <source>It&apos;s important to know for users who want to register on your instance</source> 4553 <source>It&apos;s important to know for users who want to register on your instance</source>
4518 <context-group purpose="location"> 4554 <context-group purpose="location">
4519 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4555 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4520 <context context-type="linenumber">183</context> 4556 <context context-type="linenumber">184</context>
4521 </context-group> 4557 </context-group>
4522 </trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4558 </trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4523 <source>How will you finance the PeerTube server?</source> 4559 <source>How will you finance the PeerTube server?</source>
4524 <context-group purpose="location"> 4560 <context-group purpose="location">
4525 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4561 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4526 <context context-type="linenumber">193</context> 4562 <context context-type="linenumber">194</context>
4527 </context-group> 4563 </context-group>
4528 </trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4564 </trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4529 <source>With your own funds? With user donations? Advertising?</source> 4565 <source>With your own funds? With user donations? Advertising?</source>
4530 <context-group purpose="location"> 4566 <context-group purpose="location">
4531 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4567 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4532 <context context-type="linenumber">194</context> 4568 <context context-type="linenumber">195</context>
4533 </context-group> 4569 </context-group>
4534 </trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4570 </trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4535 <source>OTHER INFORMATION</source> 4571 <source>OTHER INFORMATION</source>
4536 <context-group purpose="location"> 4572 <context-group purpose="location">
4537 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4573 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4538 <context context-type="linenumber">208</context> 4574 <context context-type="linenumber">209</context>
4539 </context-group> 4575 </context-group>
4540 </trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4576 </trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4541 <source>What server/hardware does the instance run on?</source> 4577 <source>What server/hardware does the instance run on?</source>
4542 <context-group purpose="location"> 4578 <context-group purpose="location">
4543 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4579 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4544 <context context-type="linenumber">214</context> 4580 <context context-type="linenumber">215</context>
4545 </context-group> 4581 </context-group>
4546 </trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 4582 </trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4547 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source> 4583 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source>
4548 <context-group purpose="location"> 4584 <context-group purpose="location">
4549 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4585 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4550 <context context-type="linenumber">215</context> 4586 <context context-type="linenumber">216</context>
4551 </context-group> 4587 </context-group>
4552 </trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 4588 </trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
4553 <source>Basic configuration</source> 4589 <source>Basic configuration</source>
4554 <context-group purpose="location"> 4590 <context-group purpose="location">
4555 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4591 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4556 <context context-type="linenumber">233</context> 4592 <context context-type="linenumber">234</context>
4557 </context-group> 4593 </context-group>
4558 </trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 4594 </trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4559 <source>APPEARANCE</source> 4595 <source>APPEARANCE</source>
4560 <context-group purpose="location"> 4596 <context-group purpose="location">
4561 <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>
4562 <context context-type="linenumber">239</context> 4598 <context context-type="linenumber">240</context>
4563 </context-group> 4599 </context-group>
4564 </trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4600 </trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4565 <source> 4601 <source>
@@ -4567,55 +4603,55 @@
4567 </source> 4603 </source>
4568 <context-group purpose="location"> 4604 <context-group purpose="location">
4569 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4605 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4570 <context context-type="linenumber">240</context> 4606 <context context-type="linenumber">241</context>
4571 </context-group> 4607 </context-group>
4572 </trans-unit><trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4608 </trans-unit><trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4573 <source>default</source> 4609 <source>default</source>
4574 <context-group purpose="location"> 4610 <context-group purpose="location">
4575 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4611 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4576 <context context-type="linenumber">253</context> 4612 <context context-type="linenumber">254</context>
4577 </context-group> 4613 </context-group>
4578 </trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4614 </trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4579 <source>Landing page</source> 4615 <source>Landing page</source>
4580 <context-group purpose="location"> 4616 <context-group purpose="location">
4581 <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>
4582 <context context-type="linenumber">262</context> 4618 <context context-type="linenumber">263</context>
4583 </context-group> 4619 </context-group>
4584 </trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4620 </trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4585 <source>Discover videos</source> 4621 <source>Discover videos</source>
4586 <context-group purpose="location"> 4622 <context-group purpose="location">
4587 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4623 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4588 <context context-type="linenumber">265</context> 4624 <context context-type="linenumber">266</context>
4589 </context-group> 4625 </context-group>
4590 </trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4626 </trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4591 <source>Trending videos</source> 4627 <source>Trending videos</source>
4592 <context-group purpose="location"> 4628 <context-group purpose="location">
4593 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4629 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4594 <context context-type="linenumber">266</context> 4630 <context context-type="linenumber">267</context>
4595 </context-group> 4631 </context-group>
4596 </trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4632 </trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4597 <source>Most liked videos</source> 4633 <source>Most liked videos</source>
4598 <context-group purpose="location"> 4634 <context-group purpose="location">
4599 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4635 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4600 <context context-type="linenumber">267</context> 4636 <context context-type="linenumber">268</context>
4601 </context-group> 4637 </context-group>
4602 </trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4638 </trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4603 <source>Recently added videos</source> 4639 <source>Recently added videos</source>
4604 <context-group purpose="location"> 4640 <context-group purpose="location">
4605 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4641 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4606 <context context-type="linenumber">268</context> 4642 <context context-type="linenumber">269</context>
4607 </context-group> 4643 </context-group>
4608 </trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html"> 4644 </trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
4609 <source>Local videos</source> 4645 <source>Local videos</source>
4610 <context-group purpose="location"> 4646 <context-group purpose="location">
4611 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4647 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4612 <context context-type="linenumber">269</context> 4648 <context context-type="linenumber">270</context>
4613 </context-group> 4649 </context-group>
4614 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4650 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4615 <source>NEW USERS</source> 4651 <source>NEW USERS</source>
4616 <context-group purpose="location"> 4652 <context-group purpose="location">
4617 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4653 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4618 <context context-type="linenumber">280</context> 4654 <context context-type="linenumber">281</context>
4619 </context-group> 4655 </context-group>
4620 </trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4656 </trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4621 <source> 4657 <source>
@@ -4623,87 +4659,87 @@
4623 </source> 4659 </source>
4624 <context-group purpose="location"> 4660 <context-group purpose="location">
4625 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4661 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4626 <context context-type="linenumber">281</context> 4662 <context context-type="linenumber">282</context>
4627 </context-group> 4663 </context-group>
4628 </trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4664 </trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4629 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4665 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4630 <context-group purpose="location"> 4666 <context-group purpose="location">
4631 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4667 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4632 <context context-type="linenumber">295</context> 4668 <context context-type="linenumber">296</context>
4633 </context-group> 4669 </context-group>
4634 <context-group purpose="location"> 4670 <context-group purpose="location">
4635 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4671 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4636 <context context-type="linenumber">434</context> 4672 <context context-type="linenumber">435</context>
4637 </context-group> 4673 </context-group>
4638 <context-group purpose="location"> 4674 <context-group purpose="location">
4639 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4675 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4640 <context context-type="linenumber">447</context> 4676 <context context-type="linenumber">448</context>
4641 </context-group> 4677 </context-group>
4642 </trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 4678 </trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
4643 <source>Signup requires email verification</source> 4679 <source>Signup requires email verification</source>
4644 <context-group purpose="location"> 4680 <context-group purpose="location">
4645 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4681 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4646 <context context-type="linenumber">300</context> 4682 <context context-type="linenumber">301</context>
4647 </context-group> 4683 </context-group>
4648 </trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 4684 </trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
4649 <source>Signup limit</source> 4685 <source>Signup limit</source>
4650 <context-group purpose="location"> 4686 <context-group purpose="location">
4651 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4687 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4652 <context context-type="linenumber">304</context> 4688 <context context-type="linenumber">305</context>
4653 </context-group> 4689 </context-group>
4654 </trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 4690 </trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
4655 <source>Signup enabled</source> 4691 <source>Signup enabled</source>
4656 <context-group purpose="location"> 4692 <context-group purpose="location">
4657 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4693 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4658 <context context-type="linenumber">292</context> 4694 <context context-type="linenumber">293</context>
4659 </context-group> 4695 </context-group>
4660 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 4696 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4661 <source>Default video quota per user</source> 4697 <source>Default video quota per user</source>
4662 <context-group purpose="location"> 4698 <context-group purpose="location">
4663 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4699 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4664 <context context-type="linenumber">319</context> 4700 <context context-type="linenumber">320</context>
4665 </context-group> 4701 </context-group>
4666 </trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4702 </trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4667 <source>Default daily upload limit per user</source> 4703 <source>Default daily upload limit per user</source>
4668 <context-group purpose="location"> 4704 <context-group purpose="location">
4669 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4705 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4670 <context context-type="linenumber">331</context> 4706 <context context-type="linenumber">332</context>
4671 </context-group> 4707 </context-group>
4672 </trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4708 </trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4673 <source>NEW VIDEOS</source> 4709 <source>NEW VIDEOS</source>
4674 <context-group purpose="location"> 4710 <context-group purpose="location">
4675 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4711 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4676 <context context-type="linenumber">348</context> 4712 <context context-type="linenumber">349</context>
4677 </context-group> 4713 </context-group>
4678 </trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4714 </trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4679 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4715 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4680 <context-group purpose="location"> 4716 <context-group purpose="location">
4681 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4717 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4682 <context context-type="linenumber">359</context> 4718 <context context-type="linenumber">360</context>
4683 </context-group> 4719 </context-group>
4684 </trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4720 </trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4685 <source>Allow import with a torrent file or a magnet URI</source> 4721 <source>Allow import with a torrent file or a magnet URI</source>
4686 <context-group purpose="location"> 4722 <context-group purpose="location">
4687 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4723 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4688 <context context-type="linenumber">366</context> 4724 <context context-type="linenumber">367</context>
4689 </context-group> 4725 </context-group>
4690 </trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4726 </trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4691 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4727 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4692 <context-group purpose="location"> 4728 <context-group purpose="location">
4693 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4729 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4694 <context context-type="linenumber">383</context> 4730 <context context-type="linenumber">384</context>
4695 </context-group> 4731 </context-group>
4696 </trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4732 </trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4697 <source>Blacklist new videos automatically</source> 4733 <source>Blacklist new videos automatically</source>
4698 <context-group purpose="location"> 4734 <context-group purpose="location">
4699 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4735 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4700 <context context-type="linenumber">380</context> 4736 <context context-type="linenumber">381</context>
4701 </context-group> 4737 </context-group>
4702 </trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4738 </trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4703 <source>FEDERATION</source> 4739 <source>FEDERATION</source>
4704 <context-group purpose="location"> 4740 <context-group purpose="location">
4705 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4741 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4706 <context context-type="linenumber">397</context> 4742 <context context-type="linenumber">398</context>
4707 </context-group> 4743 </context-group>
4708 </trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4744 </trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4709 <source> 4745 <source>
@@ -4711,67 +4747,75 @@
4711 </source> 4747 </source>
4712 <context-group purpose="location"> 4748 <context-group purpose="location">
4713 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4749 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4714 <context context-type="linenumber">398</context> 4750 <context context-type="linenumber">399</context>
4715 </context-group> 4751 </context-group>
4716 </trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4752 </trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4717 <source>Other instances can follow yours</source> 4753 <source>Other instances can follow yours</source>
4718 <context-group purpose="location"> 4754 <context-group purpose="location">
4719 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4755 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4720 <context context-type="linenumber">411</context> 4756 <context context-type="linenumber">412</context>
4721 </context-group> 4757 </context-group>
4722 </trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4758 </trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4723 <source>Manually approve new instance followers</source> 4759 <source>Manually approve new instance followers</source>
4724 <context-group purpose="location"> 4760 <context-group purpose="location">
4725 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4761 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4726 <context context-type="linenumber">418</context> 4762 <context context-type="linenumber">419</context>
4727 </context-group> 4763 </context-group>
4728 </trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4764 </trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4729 <source>Automatically follow back instances</source> 4765 <source>Automatically follow back instances</source>
4730 <context-group purpose="location"> 4766 <context-group purpose="location">
4731 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4767 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4732 <context context-type="linenumber">431</context> 4768 <context context-type="linenumber">432</context>
4769 </context-group>
4770 </trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4771 <source>
4772 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
4773 </source>
4774 <context-group purpose="location">
4775 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4776 <context context-type="linenumber">450</context>
4733 </context-group> 4777 </context-group>
4734 </trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4778 </trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4735 <source>Index URL</source> 4779 <source>Index URL</source>
4736 <context-group purpose="location"> 4780 <context-group purpose="location">
4737 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4781 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4738 <context context-type="linenumber">452</context> 4782 <context context-type="linenumber">457</context>
4739 </context-group> 4783 </context-group>
4740 </trans-unit><trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4784 </trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4741 <source>Automatically follow instances of the public index</source> 4785 <source>Automatically follow instances of a public index</source>
4742 <context-group purpose="location"> 4786 <context-group purpose="location">
4743 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4787 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4744 <context context-type="linenumber">444</context> 4788 <context context-type="linenumber">445</context>
4745 </context-group> 4789 </context-group>
4746 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4790 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4747 <source>ADMINISTRATORS</source> 4791 <source>ADMINISTRATORS</source>
4748 <context-group purpose="location"> 4792 <context-group purpose="location">
4749 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4793 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4750 <context context-type="linenumber">472</context> 4794 <context context-type="linenumber">477</context>
4751 </context-group> 4795 </context-group>
4752 </trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html"> 4796 </trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html">
4753 <source>Admin email</source> 4797 <source>Admin email</source>
4754 <context-group purpose="location"> 4798 <context-group purpose="location">
4755 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4799 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4756 <context context-type="linenumber">478</context> 4800 <context context-type="linenumber">483</context>
4757 </context-group> 4801 </context-group>
4758 </trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4802 </trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4759 <source>Enable contact form</source> 4803 <source>Enable contact form</source>
4760 <context-group purpose="location"> 4804 <context-group purpose="location">
4761 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4805 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4762 <context context-type="linenumber">489</context> 4806 <context context-type="linenumber">494</context>
4763 </context-group> 4807 </context-group>
4764 </trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 4808 </trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
4765 <source>Services</source> 4809 <source>Services</source>
4766 <context-group purpose="location"> 4810 <context-group purpose="location">
4767 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4811 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4768 <context context-type="linenumber">500</context> 4812 <context context-type="linenumber">505</context>
4769 </context-group> 4813 </context-group>
4770 </trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4814 </trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4771 <source>TWITTER</source> 4815 <source>TWITTER</source>
4772 <context-group purpose="location"> 4816 <context-group purpose="location">
4773 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4817 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4774 <context context-type="linenumber">506</context> 4818 <context context-type="linenumber">511</context>
4775 </context-group> 4819 </context-group>
4776 </trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4820 </trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4777 <source> 4821 <source>
@@ -4779,19 +4823,19 @@
4779 </source> 4823 </source>
4780 <context-group purpose="location"> 4824 <context-group purpose="location">
4781 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4825 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4782 <context context-type="linenumber">507</context> 4826 <context context-type="linenumber">512</context>
4783 </context-group> 4827 </context-group>
4784 </trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 4828 </trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
4785 <source>Your Twitter username</source> 4829 <source>Your Twitter username</source>
4786 <context-group purpose="location"> 4830 <context-group purpose="location">
4787 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4831 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4788 <context context-type="linenumber">518</context> 4832 <context context-type="linenumber">523</context>
4789 </context-group> 4833 </context-group>
4790 </trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 4834 </trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
4791 <source>Instance whitelisted by Twitter</source> 4835 <source>Instance whitelisted by Twitter</source>
4792 <context-group purpose="location"> 4836 <context-group purpose="location">
4793 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4837 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4794 <context context-type="linenumber">530</context> 4838 <context context-type="linenumber">535</context>
4795 </context-group> 4839 </context-group>
4796 </trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4840 </trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4797 <source> 4841 <source>
@@ -4803,19 +4847,19 @@
4803 </source> 4847 </source>
4804 <context-group purpose="location"> 4848 <context-group purpose="location">
4805 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4849 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4806 <context context-type="linenumber">534</context> 4850 <context context-type="linenumber">539</context>
4807 </context-group> 4851 </context-group>
4808 </trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4852 </trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4809 <source>Advanced configuration</source> 4853 <source>Advanced configuration</source>
4810 <context-group purpose="location"> 4854 <context-group purpose="location">
4811 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4855 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4812 <context context-type="linenumber">554</context> 4856 <context context-type="linenumber">559</context>
4813 </context-group> 4857 </context-group>
4814 </trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4858 </trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4815 <source>TRANSCODING</source> 4859 <source>TRANSCODING</source>
4816 <context-group purpose="location"> 4860 <context-group purpose="location">
4817 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4861 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4818 <context context-type="linenumber">560</context> 4862 <context context-type="linenumber">565</context>
4819 </context-group> 4863 </context-group>
4820 </trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4864 </trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4821 <source> 4865 <source>
@@ -4824,43 +4868,43 @@
4824 </source> 4868 </source>
4825 <context-group purpose="location"> 4869 <context-group purpose="location">
4826 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4870 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4827 <context context-type="linenumber">561</context> 4871 <context context-type="linenumber">566</context>
4828 </context-group> 4872 </context-group>
4829 </trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 4873 </trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
4830 <source>Transcoding enabled</source> 4874 <source>Transcoding enabled</source>
4831 <context-group purpose="location"> 4875 <context-group purpose="location">
4832 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4876 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4833 <context context-type="linenumber">574</context> 4877 <context context-type="linenumber">579</context>
4834 </context-group> 4878 </context-group>
4835 </trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 4879 </trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
4836 <source>If you disable transcoding, many videos from your users will not work!</source> 4880 <source>If you disable transcoding, many videos from your users will not work!</source>
4837 <context-group purpose="location"> 4881 <context-group purpose="location">
4838 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4882 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4839 <context context-type="linenumber">578</context> 4883 <context context-type="linenumber">583</context>
4840 </context-group> 4884 </context-group>
4841 </trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4885 </trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4842 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 4886 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
4843 <context-group purpose="location"> 4887 <context-group purpose="location">
4844 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4888 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4845 <context context-type="linenumber">589</context> 4889 <context context-type="linenumber">594</context>
4846 </context-group> 4890 </context-group>
4847 </trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4891 </trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4848 <source>Allow additional extensions</source> 4892 <source>Allow additional extensions</source>
4849 <context-group purpose="location"> 4893 <context-group purpose="location">
4850 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4894 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4851 <context context-type="linenumber">586</context> 4895 <context context-type="linenumber">591</context>
4852 </context-group> 4896 </context-group>
4853 </trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4897 </trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4854 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 4898 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
4855 <context-group purpose="location"> 4899 <context-group purpose="location">
4856 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4900 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4857 <context context-type="linenumber">600</context> 4901 <context context-type="linenumber">605</context>
4858 </context-group> 4902 </context-group>
4859 </trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4903 </trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4860 <source>Allow audio files upload</source> 4904 <source>Allow audio files upload</source>
4861 <context-group purpose="location"> 4905 <context-group purpose="location">
4862 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4906 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4863 <context context-type="linenumber">597</context> 4907 <context context-type="linenumber">602</context>
4864 </context-group> 4908 </context-group>
4865 </trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4909 </trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4866 <source> 4910 <source>
@@ -4874,13 +4918,13 @@
4874 </source> 4918 </source>
4875 <context-group purpose="location"> 4919 <context-group purpose="location">
4876 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4920 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4877 <context context-type="linenumber">612</context> 4921 <context context-type="linenumber">617</context>
4878 </context-group> 4922 </context-group>
4879 </trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4923 </trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4880 <source>WebTorrent support enabled</source> 4924 <source>WebTorrent support enabled</source>
4881 <context-group purpose="location"> 4925 <context-group purpose="location">
4882 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4926 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4883 <context context-type="linenumber">609</context> 4927 <context context-type="linenumber">614</context>
4884 </context-group> 4928 </context-group>
4885 </trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4929 </trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4886 <source> 4930 <source>
@@ -4897,31 +4941,31 @@
4897 </source> 4941 </source>
4898 <context-group purpose="location"> 4942 <context-group purpose="location">
4899 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4943 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4900 <context context-type="linenumber">633</context> 4944 <context context-type="linenumber">638</context>
4901 </context-group> 4945 </context-group>
4902 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4946 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4903 <source>HLS support enabled</source> 4947 <source>HLS support enabled</source>
4904 <context-group purpose="location"> 4948 <context-group purpose="location">
4905 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4949 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4906 <context context-type="linenumber">630</context> 4950 <context context-type="linenumber">635</context>
4907 </context-group> 4951 </context-group>
4908 </trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4952 </trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4909 <source>Transcoding threads</source> 4953 <source>Transcoding threads</source>
4910 <context-group purpose="location"> 4954 <context-group purpose="location">
4911 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4955 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4912 <context context-type="linenumber">657</context> 4956 <context context-type="linenumber">660</context>
4913 </context-group> 4957 </context-group>
4914 </trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4958 </trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4915 <source>Resolutions to generate</source> 4959 <source>Resolutions to generate</source>
4916 <context-group purpose="location"> 4960 <context-group purpose="location">
4917 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4961 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4918 <context context-type="linenumber">672</context> 4962 <context context-type="linenumber">673</context>
4919 </context-group> 4963 </context-group>
4920 </trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4964 </trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4921 <source>CACHE</source> 4965 <source>CACHE</source>
4922 <context-group purpose="location"> 4966 <context-group purpose="location">
4923 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4967 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4924 <context context-type="linenumber">698</context> 4968 <context context-type="linenumber">699</context>
4925 </context-group> 4969 </context-group>
4926 </trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4970 </trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4927 <source> 4971 <source>
@@ -4929,25 +4973,25 @@
4929 </source> 4973 </source>
4930 <context-group purpose="location"> 4974 <context-group purpose="location">
4931 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4975 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4932 <context context-type="linenumber">699</context> 4976 <context context-type="linenumber">700</context>
4933 </context-group> 4977 </context-group>
4934 </trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4978 </trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4935 <source>Number of previews to keep in cache</source> 4979 <source>Number of previews to keep in cache</source>
4936 <context-group purpose="location"> 4980 <context-group purpose="location">
4937 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4981 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4938 <context context-type="linenumber">708</context> 4982 <context context-type="linenumber">709</context>
4939 </context-group> 4983 </context-group>
4940 </trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4984 </trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4941 <source>Number of video captions to keep in cache</source> 4985 <source>Number of video captions to keep in cache</source>
4942 <context-group purpose="location"> 4986 <context-group purpose="location">
4943 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4987 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4944 <context context-type="linenumber">717</context> 4988 <context context-type="linenumber">718</context>
4945 </context-group> 4989 </context-group>
4946 </trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4990 </trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4947 <source>CUSTOMIZATIONS</source> 4991 <source>CUSTOMIZATIONS</source>
4948 <context-group purpose="location"> 4992 <context-group purpose="location">
4949 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4993 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4950 <context context-type="linenumber">732</context> 4994 <context context-type="linenumber">733</context>
4951 </context-group> 4995 </context-group>
4952 </trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4996 </trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4953 <source> 4997 <source>
@@ -4955,13 +4999,13 @@
4955 </source> 4999 </source>
4956 <context-group purpose="location"> 5000 <context-group purpose="location">
4957 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5001 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4958 <context context-type="linenumber">733</context> 5002 <context context-type="linenumber">734</context>
4959 </context-group> 5003 </context-group>
4960 </trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 5004 </trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4961 <source>JavaScript</source> 5005 <source>JavaScript</source>
4962 <context-group purpose="location"> 5006 <context-group purpose="location">
4963 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5007 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4964 <context context-type="linenumber">743</context> 5008 <context context-type="linenumber">744</context>
4965 </context-group> 5009 </context-group>
4966 </trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5010 </trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4967 <source> 5011 <source>
@@ -4969,7 +5013,7 @@
4969 </source> 5013 </source>
4970 <context-group purpose="location"> 5014 <context-group purpose="location">
4971 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5015 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4972 <context context-type="linenumber">746</context> 5016 <context context-type="linenumber">747</context>
4973 </context-group> 5017 </context-group>
4974 </trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5018 </trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4975 <source> 5019 <source>
@@ -4986,19 +5030,19 @@
4986 </source> 5030 </source>
4987 <context-group purpose="location"> 5031 <context-group purpose="location">
4988 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5032 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4989 <context context-type="linenumber">765</context> 5033 <context context-type="linenumber">766</context>
4990 </context-group> 5034 </context-group>
4991 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 5035 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4992 <source>Update configuration</source> 5036 <source>Update configuration</source>
4993 <context-group purpose="location"> 5037 <context-group purpose="location">
4994 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5038 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4995 <context context-type="linenumber">803</context> 5039 <context context-type="linenumber">804</context>
4996 </context-group> 5040 </context-group>
4997 </trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5041 </trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4998 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5042 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4999 <context-group purpose="location"> 5043 <context-group purpose="location">
5000 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5044 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5001 <context context-type="linenumber">804</context> 5045 <context context-type="linenumber">805</context>
5002 </context-group> 5046 </context-group>
5003 </trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5047 </trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5004 <source>PROFILE</source> 5048 <source>PROFILE</source>
@@ -5171,6 +5215,12 @@
5171 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 5215 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
5172 <context context-type="linenumber">20</context> 5216 <context context-type="linenumber">20</context>
5173 </context-group> 5217 </context-group>
5218 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
5219 <source>Go to the account</source>
5220 <context-group purpose="location">
5221 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
5222 <context context-type="linenumber">27</context>
5223 </context-group>
5174 </trans-unit><trans-unit id="f4212e793d36e1aaa6ee1b09881677f783b5feff" datatype="html"> 5224 </trans-unit><trans-unit id="f4212e793d36e1aaa6ee1b09881677f783b5feff" datatype="html">
5175 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source> 5225 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
5176 <context-group purpose="location"> 5226 <context-group purpose="location">
@@ -5183,6 +5233,18 @@
5183 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 5233 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5184 <context context-type="linenumber">8</context> 5234 <context context-type="linenumber">8</context>
5185 </context-group> 5235 </context-group>
5236 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5237 <source>See the error</source>
5238 <context-group purpose="location">
5239 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5240 <context context-type="linenumber">19</context>
5241 </context-group>
5242 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5243 <source>This video was deleted</source>
5244 <context-group purpose="location">
5245 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5246 <context context-type="linenumber">36</context>
5247 </context-group>
5186 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5248 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5187 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5249 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
5188 <context-group purpose="location"> 5250 <context-group purpose="location">
@@ -6371,6 +6433,41 @@
6371 <context context-type="linenumber">1</context> 6433 <context context-type="linenumber">1</context>
6372 </context-group> 6434 </context-group>
6373 </trans-unit> 6435 </trans-unit>
6436 <trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6437 <source>Process domains</source>
6438 <context-group purpose="location">
6439 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6440 <context context-type="linenumber">1</context>
6441 </context-group>
6442 </trans-unit>
6443 <trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6444 <source>Domain is required.</source>
6445 <context-group purpose="location">
6446 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6447 <context context-type="linenumber">1</context>
6448 </context-group>
6449 </trans-unit>
6450 <trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6451 <source>Domains entered are invalid.</source>
6452 <context-group purpose="location">
6453 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6454 <context context-type="linenumber">1</context>
6455 </context-group>
6456 </trans-unit>
6457 <trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6458 <source>Domains entered contain duplicates.</source>
6459 <context-group purpose="location">
6460 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6461 <context context-type="linenumber">1</context>
6462 </context-group>
6463 </trans-unit>
6464 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
6465 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
6466 <context-group purpose="location">
6467 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6468 <context context-type="linenumber">1</context>
6469 </context-group>
6470 </trans-unit>
6374 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html"> 6471 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
6375 <source>Unlimited</source> 6472 <source>Unlimited</source>
6376 <context-group purpose="location"> 6473 <context-group purpose="location">
@@ -6394,6 +6491,17 @@
6394 <context context-type="linenumber">1</context> 6491 <context context-type="linenumber">1</context>
6395 </context-group> 6492 </context-group>
6396 </trans-unit> 6493 </trans-unit>
6494 <trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6495 <source>None - no upload possible</source>
6496 <context-group purpose="location">
6497 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6498 <context context-type="linenumber">1</context>
6499 </context-group>
6500 <context-group purpose="location">
6501 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6502 <context context-type="linenumber">1</context>
6503 </context-group>
6504 </trans-unit>
6397 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html"> 6505 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
6398 <source>100MB</source> 6506 <source>100MB</source>
6399 <context-group purpose="location"> 6507 <context-group purpose="location">
@@ -6511,45 +6619,10 @@
6511 <context context-type="linenumber">1</context> 6619 <context context-type="linenumber">1</context>
6512 </context-group> 6620 </context-group>
6513 </trans-unit> 6621 </trans-unit>
6514 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
6515 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
6516 <context-group purpose="location">
6517 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6518 <context context-type="linenumber">1</context>
6519 </context-group>
6520 </trans-unit>
6521 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html">
6522 <source>You need to specify hosts to follow.</source>
6523 <context-group purpose="location">
6524 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6525 <context context-type="linenumber">1</context>
6526 </context-group>
6527 </trans-unit>
6528 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
6529 <source>Hosts need to be unique.</source>
6530 <context-group purpose="location">
6531 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6532 <context context-type="linenumber">1</context>
6533 </context-group>
6534 </trans-unit>
6535 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
6536 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source>
6537 <context-group purpose="location">
6538 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6539 <context context-type="linenumber">1</context>
6540 </context-group>
6541 </trans-unit>
6542 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409" datatype="html">
6543 <source>Follow new server(s)</source>
6544 <context-group purpose="location">
6545 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6546 <context context-type="linenumber">1</context>
6547 </context-group>
6548 </trans-unit>
6549 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html"> 6622 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
6550 <source>Follow request(s) sent!</source> 6623 <source>Follow request(s) sent!</source>
6551 <context-group purpose="location"> 6624 <context-group purpose="location">
6552 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6625 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
6553 <context context-type="linenumber">1</context> 6626 <context context-type="linenumber">1</context>
6554 </context-group> 6627 </context-group>
6555 </trans-unit> 6628 </trans-unit>
@@ -6644,6 +6717,13 @@
6644 <context context-type="linenumber">1</context> 6717 <context context-type="linenumber">1</context>
6645 </context-group> 6718 </context-group>
6646 </trans-unit> 6719 </trans-unit>
6720 <trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
6721 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source>
6722 <context-group purpose="location">
6723 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6724 <context context-type="linenumber">1</context>
6725 </context-group>
6726 </trans-unit>
6647 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html"> 6727 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
6648 <source>Comment updated.</source> 6728 <source>Comment updated.</source>
6649 <context-group purpose="location"> 6729 <context-group purpose="location">
@@ -6651,15 +6731,29 @@
6651 <context context-type="linenumber">1</context> 6731 <context context-type="linenumber">1</context>
6652 </context-group> 6732 </context-group>
6653 </trans-unit> 6733 </trans-unit>
6654 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html"> 6734 <trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
6655 <source>Delete this report</source> 6735 <source>Internal actions</source>
6656 <context-group purpose="location"> 6736 <context-group purpose="location">
6657 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6737 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6658 <context context-type="linenumber">1</context> 6738 <context context-type="linenumber">1</context>
6659 </context-group> 6739 </context-group>
6660 </trans-unit> 6740 </trans-unit>
6661 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html"> 6741 <trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
6662 <source>Update moderation comment</source> 6742 <source>Delete report</source>
6743 <context-group purpose="location">
6744 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6745 <context context-type="linenumber">1</context>
6746 </context-group>
6747 </trans-unit>
6748 <trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
6749 <source>Add note</source>
6750 <context-group purpose="location">
6751 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6752 <context context-type="linenumber">1</context>
6753 </context-group>
6754 </trans-unit>
6755 <trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
6756 <source>Update note</source>
6663 <context-group purpose="location"> 6757 <context-group purpose="location">
6664 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 6758 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6665 <context context-type="linenumber">1</context> 6759 <context context-type="linenumber">1</context>
@@ -6679,6 +6773,24 @@
6679 <context context-type="linenumber">1</context> 6773 <context context-type="linenumber">1</context>
6680 </context-group> 6774 </context-group>
6681 </trans-unit> 6775 </trans-unit>
6776 <trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
6777 <source>Actions for the video</source>
6778 <context-group purpose="location">
6779 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6780 <context context-type="linenumber">1</context>
6781 </context-group>
6782 </trans-unit>
6783 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
6784 <source>Video blacklisted.</source>
6785 <context-group purpose="location">
6786 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6787 <context context-type="linenumber">1</context>
6788 </context-group>
6789 <context-group purpose="location">
6790 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context>
6791 <context context-type="linenumber">1</context>
6792 </context-group>
6793 </trans-unit>
6682 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html"> 6794 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
6683 <source>Do you really want to delete this abuse report?</source> 6795 <source>Do you really want to delete this abuse report?</source>
6684 <context-group purpose="location"> 6796 <context-group purpose="location">
@@ -7535,6 +7647,10 @@
7535 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 7647 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context>
7536 <context context-type="linenumber">1</context> 7648 <context context-type="linenumber">1</context>
7537 </context-group> 7649 </context-group>
7650 <context-group purpose="location">
7651 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context>
7652 <context context-type="linenumber">1</context>
7653 </context-group>
7538 </trans-unit> 7654 </trans-unit>
7539 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 7655 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
7540 <source>Now please check your emails to verify your account and complete signup.</source> 7656 <source>Now please check your emails to verify your account and complete signup.</source>
@@ -7861,6 +7977,13 @@
7861 <context context-type="linenumber">1</context> 7977 <context context-type="linenumber">1</context>
7862 </context-group> 7978 </context-group>
7863 </trans-unit> 7979 </trans-unit>
7980 <trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
7981 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source>
7982 <context-group purpose="location">
7983 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7984 <context context-type="linenumber">1</context>
7985 </context-group>
7986 </trans-unit>
7864 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html"> 7987 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
7865 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 7988 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
7866 <context-group purpose="location"> 7989 <context-group purpose="location">
@@ -7924,8 +8047,8 @@
7924 <context context-type="linenumber">1</context> 8047 <context context-type="linenumber">1</context>
7925 </context-group> 8048 </context-group>
7926 </trans-unit> 8049 </trans-unit>
7927 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html"> 8050 <trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
7928 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 8051 <source>just now</source>
7929 <context-group purpose="location"> 8052 <context-group purpose="location">
7930 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8053 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7931 <context context-type="linenumber">1</context> 8054 <context context-type="linenumber">1</context>
@@ -9496,13 +9619,6 @@
9496 <context context-type="linenumber">1</context> 9619 <context context-type="linenumber">1</context>
9497 </context-group> 9620 </context-group>
9498 </trans-unit> 9621 </trans-unit>
9499 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
9500 <source>Video blacklisted.</source>
9501 <context-group purpose="location">
9502 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context>
9503 <context context-type="linenumber">1</context>
9504 </context-group>
9505 </trans-unit>
9506 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 9622 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
9507 <source>Encoder</source> 9623 <source>Encoder</source>
9508 <context-group purpose="location"> 9624 <context-group purpose="location">
@@ -9802,8 +9918,8 @@
9802 <context context-type="linenumber">1</context> 9918 <context context-type="linenumber">1</context>
9803 </context-group> 9919 </context-group>
9804 </trans-unit> 9920 </trans-unit>
9805 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 9921 <trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
9806 <source> The deletion will be sent to remote instances, so they remove the comment too.</source> 9922 <source> The deletion will be sent to remote instances so they can reflect the change.</source>
9807 <context-group purpose="location"> 9923 <context-group purpose="location">
9808 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 9924 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
9809 <context context-type="linenumber">1</context> 9925 <context context-type="linenumber">1</context>
diff --git a/client/src/locale/angular.zh-Hans-CN.xlf b/client/src/locale/angular.zh-Hans-CN.xlf
index f1487b673..d23270b85 100644
--- a/client/src/locale/angular.zh-Hans-CN.xlf
+++ b/client/src/locale/angular.zh-Hans-CN.xlf
@@ -624,7 +624,7 @@
624 </context-group> 624 </context-group>
625 625
626 626
627 <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><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> 627 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
628 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 628 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
629 <source>Private</source> 629 <source>Private</source>
630 <target>私享</target> 630 <target>私享</target>
@@ -634,12 +634,12 @@
634 634
635 635
636 636
637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</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> 637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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>
638 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 638 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
639 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 639 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
640 <target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 640 <target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
641 641
642 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 642 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
643 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 643 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
644 <source>Blacklisted</source> 644 <source>Blacklisted</source>
645 <target>已进入黑名单</target> 645 <target>已进入黑名单</target>
@@ -647,7 +647,7 @@
647 <context context-type="linenumber">42</context> 647 <context context-type="linenumber">42</context>
648 </context-group> 648 </context-group>
649 649
650 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 650 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
651 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 651 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
652 <source>Sensitive</source> 652 <source>Sensitive</source>
653 <target> 653 <target>
@@ -657,7 +657,7 @@
657 <context context-type="linenumber">46</context> 657 <context context-type="linenumber">46</context>
658 </context-group> 658 </context-group>
659 659
660 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 660 <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>
661 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 661 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
662 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 662 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
663 <target>{VAR_PLURAL, plural, =0 {没有视频} =1 {1 条视频} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> 条视频} }</target> 663 <target>{VAR_PLURAL, plural, =0 {没有视频} =1 {1 条视频} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> 条视频} }</target>
@@ -716,7 +716,7 @@
716 716
717 717
718 718
719 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</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">27</context></context-group></trans-unit> 719 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
720 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 720 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
721 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 721 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
722 <target>从 <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/> 中删除</target> 722 <target>从 <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/> 中删除</target>
@@ -764,7 +764,7 @@
764 764
765 765
766 766
767 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit> 767 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
768 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 768 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
769 <source>Truncated preview</source> 769 <source>Truncated preview</source>
770 <target>部分预览</target> 770 <target>部分预览</target>
@@ -965,7 +965,7 @@
965 965
966 966
967 967
968 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group></trans-unit> 968 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
969 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 969 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
970 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 970 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
971 <target>HTTP 导入(YouTube、Vimeo、直链…)</target> 971 <target>HTTP 导入(YouTube、Vimeo、直链…)</target>
@@ -1112,7 +1112,7 @@
1112 1112
1113 1113
1114 1114
1115 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1115 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1116 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1116 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1117 <source>Ban this user</source> 1117 <source>Ban this user</source>
1118 <target>封禁此用户</target> 1118 <target>封禁此用户</target>
@@ -1129,14 +1129,7 @@
1129 </context-group> 1129 </context-group>
1130 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group> 1130 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group>
1131 </trans-unit> 1131 </trans-unit>
1132 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798"> 1132
1133 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1134 <target>(文件类型:<x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>,大小限制 <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1135 <context-group name="null">
1136 <context context-type="linenumber">12</context>
1137 </context-group>
1138 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context><context context-type="linenumber">12</context></context-group>
1139 </trans-unit>
1140 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1133 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1141 <source>Login</source> 1134 <source>Login</source>
1142 <target> 1135 <target>
@@ -1277,7 +1270,7 @@
1277 1270
1278 1271
1279 1272
1280 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit> 1273 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1281 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1274 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1282 <source>Email address</source> 1275 <source>Email address</source>
1283 <target>电子邮件地址</target> 1276 <target>电子邮件地址</target>
@@ -1675,15 +1668,9 @@
1675 </context-group> 1668 </context-group>
1676 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1669 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1677 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1670 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1678 <context-group purpose="location"> 1671
1679 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1672
1680 <context context-type="linenumber">36</context> 1673 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1681 </context-group>
1682 <context-group purpose="location">
1683 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1684 <context context-type="linenumber">158</context>
1685 </context-group>
1686 </trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1687 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1674 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1688 <context-group purpose="location"> 1675 <context-group purpose="location">
1689 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1676 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -1718,41 +1705,26 @@
1718 <source>Help</source> 1705 <source>Help</source>
1719 <target state="new">Help</target> 1706 <target state="new">Help</target>
1720 1707
1721 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1708 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1722 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1709 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target>
1723 <context-group purpose="location"> 1710
1724 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1711 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1725 <context context-type="linenumber">167</context>
1726 </context-group>
1727 </trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1728 <source>Shortcuts</source><target state="new">Shortcuts</target> 1712 <source>Shortcuts</source><target state="new">Shortcuts</target>
1729 <context-group purpose="location"> 1713
1730 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1714 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1731 <context context-type="linenumber">168</context>
1732 </context-group>
1733 </trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1734 <source> 1715 <source>
1735 powered by PeerTube 1716 powered by PeerTube
1736 </source><target state="new"> 1717 </source><target state="new">
1737 powered by PeerTube 1718 powered by PeerTube
1738 </target> 1719 </target>
1739 <context-group purpose="location"> 1720
1740 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1721 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1741 <context context-type="linenumber">172</context>
1742 </context-group>
1743 </trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1744 <source>PeerTube website</source><target state="new">PeerTube website</target> 1722 <source>PeerTube website</source><target state="new">PeerTube website</target>
1745 <context-group purpose="location"> 1723
1746 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1724 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1747 <context context-type="linenumber">172</context>
1748 </context-group>
1749 </trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1750 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1725 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1751 <context-group purpose="location"> 1726
1752 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1727 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1753 <context context-type="linenumber">171</context>
1754 </context-group>
1755 </trans-unit>
1756 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1728 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1757 <source>Log out</source> 1729 <source>Log out</source>
1758 <target>注销</target> 1730 <target>注销</target>
@@ -1873,17 +1845,8 @@
1873 1845
1874 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1846 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1875 <source>Contact</source><target state="new">Contact</target> 1847 <source>Contact</source><target state="new">Contact</target>
1876 <context-group purpose="location"> 1848
1877 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1849 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1878 <context context-type="linenumber">154</context>
1879 </context-group>
1880 </trans-unit><trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1881 <source>Terms of Service</source><target state="new">Terms of Service</target>
1882 <context-group purpose="location">
1883 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1884 <context context-type="linenumber">155</context>
1885 </context-group>
1886 </trans-unit>
1887 1850
1888 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1851 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1889 <source>View your notifications</source> 1852 <source>View your notifications</source>
@@ -2342,7 +2305,7 @@
2342 2305
2343 2306
2344 2307
2345 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">12</context></context-group><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">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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2308 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2346 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2309 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2347 <source>Privacy</source> 2310 <source>Privacy</source>
2348 <target>隐私</target> 2311 <target>隐私</target>
@@ -2356,37 +2319,19 @@
2356 2319
2357 2320
2358 2321
2359 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2322 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2360 <source>More information about privacy within PeerTube</source><target state="new">More information about privacy within PeerTube</target>
2361 <context-group purpose="location">
2362 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2363 <context context-type="linenumber">164</context>
2364 </context-group>
2365 </trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2366 <source>FAQ</source><target state="new">FAQ</target> 2323 <source>FAQ</source><target state="new">FAQ</target>
2367 <context-group purpose="location"> 2324
2368 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2325 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2369 <context context-type="linenumber">165</context>
2370 </context-group>
2371 </trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2372 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 2326 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target>
2373 <context-group purpose="location"> 2327
2374 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2328 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2375 <context context-type="linenumber">165</context>
2376 </context-group>
2377 </trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2378 <source>API</source><target state="new">API</target> 2329 <source>API</source><target state="new">API</target>
2379 <context-group purpose="location"> 2330
2380 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2331 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2381 <context context-type="linenumber">166</context>
2382 </context-group>
2383 </trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2384 <source>API documentation</source><target state="new">API documentation</target> 2332 <source>API documentation</source><target state="new">API documentation</target>
2385 <context-group purpose="location"> 2333
2386 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2334 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2387 <context context-type="linenumber">166</context>
2388 </context-group>
2389 </trans-unit>
2390 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2335 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2391 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2336 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2392 <target>定时发布(<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2337 <target>定时发布(<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2608,7 +2553,7 @@
2608 2553
2609 2554
2610 2555
2611 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">64</context></context-group><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">53</context></context-group></trans-unit> 2556 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2612 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2557 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2613 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2558 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2614 <target> 2559 <target>
@@ -2625,11 +2570,11 @@
2625 <context-group name="null"> 2570 <context-group name="null">
2626 <context context-type="linenumber">17</context> 2571 <context context-type="linenumber">17</context>
2627 </context-group> 2572 </context-group>
2628 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group> 2573
2629 <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">74</context></context-group> 2574
2630 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group> 2575
2631 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group> 2576
2632 </trans-unit> 2577 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2633 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2578 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2634 <source>Select the file to upload</source> 2579 <source>Select the file to upload</source>
2635 <target>选择要上传的文件</target> 2580 <target>选择要上传的文件</target>
@@ -2644,16 +2589,16 @@
2644 <context-group name="null"> 2589 <context-group name="null">
2645 <context context-type="linenumber">25</context> 2590 <context context-type="linenumber">25</context>
2646 </context-group> 2591 </context-group>
2647 <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">25</context></context-group> 2592
2648 </trans-unit> 2593 <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">24</context></context-group></trans-unit>
2649 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d"> 2594 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d">
2650 <source>Video background image</source> 2595 <source>Video background image</source>
2651 <target>视频背景图片</target> 2596 <target>视频背景图片</target>
2652 <context-group name="null"> 2597 <context-group name="null">
2653 <context context-type="linenumber">32</context> 2598 <context context-type="linenumber">32</context>
2654 </context-group> 2599 </context-group>
2655 <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> 2600
2656 </trans-unit> 2601 <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">31</context></context-group></trans-unit>
2657 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2602 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2658 <source> 2603 <source>
2659 Image that will be merged with your audio file. 2604 Image that will be merged with your audio file.
@@ -2668,24 +2613,15 @@
2668 <context-group name="null"> 2613 <context-group name="null">
2669 <context context-type="linenumber">34</context> 2614 <context context-type="linenumber">34</context>
2670 </context-group> 2615 </context-group>
2671 <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">34</context></context-group> 2616
2672 </trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2617 <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">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2673 <source>Processing…</source><target state="new">Processing…</target> 2618 <source>Processing…</source><target state="new">Processing…</target>
2674 <context-group purpose="location"> 2619
2675 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2620 <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">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2676 <context context-type="linenumber">56</context>
2677 </context-group>
2678 </trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2679 <source>Total video quota</source><target state="new">Total video quota</target> 2621 <source>Total video quota</source><target state="new">Total video quota</target>
2680 <context-group purpose="location"> 2622
2681 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2623
2682 <context context-type="linenumber">54</context> 2624 <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">53</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">11</context></context-group></trans-unit>
2683 </context-group>
2684 <context-group purpose="location">
2685 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2686 <context context-type="linenumber">11</context>
2687 </context-group>
2688 </trans-unit>
2689 <trans-unit id="6357683911e256c566259880de43ea9403de00d3"> 2625 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2690 <source>Congratulations! Your video is now available in your private library.</source> 2626 <source>Congratulations! Your video is now available in your private library.</source>
2691 <target> 2627 <target>
@@ -2695,7 +2631,7 @@
2695 <context context-type="linenumber">66</context> 2631 <context context-type="linenumber">66</context>
2696 </context-group> 2632 </context-group>
2697 2633
2698 <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">68</context></context-group></trans-unit> 2634 <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">67</context></context-group></trans-unit>
2699 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2635 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2700 <source>Publish will be available when upload is finished</source> 2636 <source>Publish will be available when upload is finished</source>
2701 <target>上传完毕后即可发布</target> 2637 <target>上传完毕后即可发布</target>
@@ -2703,7 +2639,7 @@
2703 <context context-type="linenumber">79</context> 2639 <context context-type="linenumber">79</context>
2704 </context-group> 2640 </context-group>
2705 2641
2706 <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">81</context></context-group></trans-unit> 2642 <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">80</context></context-group></trans-unit>
2707 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2643 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2708 <source>Publish</source> 2644 <source>Publish</source>
2709 <target>发布</target> 2645 <target>发布</target>
@@ -2711,7 +2647,7 @@
2711 <context context-type="linenumber">86</context> 2647 <context context-type="linenumber">86</context>
2712 </context-group> 2648 </context-group>
2713 2649
2714 <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">88</context></context-group></trans-unit> 2650 <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">87</context></context-group></trans-unit>
2715 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2651 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2716 <source>Select the torrent to import</source> 2652 <source>Select the torrent to import</source>
2717 <target>选择要导入的种子文件</target> 2653 <target>选择要导入的种子文件</target>
@@ -2719,23 +2655,22 @@
2719 <context context-type="linenumber">6</context> 2655 <context context-type="linenumber">6</context>
2720 </context-group> 2656 </context-group>
2721 <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">6</context></context-group> 2657 <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">6</context></context-group>
2722 </trans-unit> 2658 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2723 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2659 <source>OR</source><target state="new">OR</target>
2724 <source>Or</source> 2660 <context-group purpose="location">
2725 <target>或者</target> 2661 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2726 <context-group name="null"> 2662 <context context-type="linenumber">10</context>
2727 <context context-type="linenumber">11</context>
2728 </context-group> 2663 </context-group>
2729 <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">11</context></context-group>
2730 </trans-unit> 2664 </trans-unit>
2665
2731 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2666 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2732 <source>Paste magnet URI</source> 2667 <source>Paste magnet URI</source>
2733 <target>粘贴磁力链</target> 2668 <target>粘贴磁力链</target>
2734 <context-group name="null"> 2669 <context-group name="null">
2735 <context context-type="linenumber">14</context> 2670 <context context-type="linenumber">14</context>
2736 </context-group> 2671 </context-group>
2737 <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> 2672
2738 </trans-unit> 2673 <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">13</context></context-group></trans-unit>
2739 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2674 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2740 <source> 2675 <source>
2741 You can import any torrent file that points to a mp4 file. 2676 You can import any torrent file that points to a mp4 file.
@@ -2745,11 +2680,8 @@
2745 You can import any torrent file that points to a mp4 file. 2680 You can import any torrent file that points to a mp4 file.
2746 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. 2681 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.
2747 </target> 2682 </target>
2748 <context-group purpose="location"> 2683
2749 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2684 <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">16</context></context-group></trans-unit>
2750 <context context-type="linenumber">17</context>
2751 </context-group>
2752 </trans-unit>
2753 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2685 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2754 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2686 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2755 <target> 2687 <target>
@@ -2758,8 +2690,8 @@
2758 <context-group name="null"> 2690 <context-group name="null">
2759 <context context-type="linenumber">57</context> 2691 <context context-type="linenumber">57</context>
2760 </context-group> 2692 </context-group>
2761 <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> 2693
2762 </trans-unit> 2694 <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">56</context></context-group></trans-unit>
2763 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2695 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2764 <source> 2696 <source>
2765 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. 2697 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.
@@ -3104,10 +3036,10 @@
3104 <context-group name="null"> 3036 <context-group name="null">
3105 <context context-type="linenumber">63</context> 3037 <context context-type="linenumber">63</context>
3106 </context-group> 3038 </context-group>
3107 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group> 3039
3108 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group> 3040
3109 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">63</context></context-group> 3041
3110 </trans-unit> 3042 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit>
3111 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 3043 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
3112 <source>Subscribe</source> 3044 <source>Subscribe</source>
3113 <target state="new">Subscribe</target> 3045 <target state="new">Subscribe</target>
@@ -3195,7 +3127,7 @@
3195 <context context-type="linenumber">215</context> 3127 <context context-type="linenumber">215</context>
3196 </context-group> 3128 </context-group>
3197 3129
3198 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 3130 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3199 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3131 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3200 <source>Get more information</source> 3132 <source>Get more information</source>
3201 <target>了解详情</target> 3133 <target>了解详情</target>
@@ -3279,29 +3211,20 @@
3279 <target state="new"> 3211 <target state="new">
3280 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 3212 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
3281 </target> 3213 </target>
3282 <context-group purpose="location"> 3214
3283 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3215 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3284 <context context-type="linenumber">77</context>
3285 </context-group>
3286 </trans-unit>
3287 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3216 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3288 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3217 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3289 <target state="new"> 3218 <target state="new">
3290 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 3219 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
3291 </target> 3220 </target>
3292 <context-group purpose="location"> 3221
3293 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3222 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3294 <context context-type="linenumber">80</context>
3295 </context-group>
3296 </trans-unit>
3297 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3223 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3298 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3224 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3299 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 3225 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
3300 <context-group purpose="location"> 3226
3301 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3227 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3302 <context context-type="linenumber">84</context>
3303 </context-group>
3304 </trans-unit>
3305 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3228 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3306 <source>Comments are disabled.</source> 3229 <source>Comments are disabled.</source>
3307 <target> 3230 <target>
@@ -3310,8 +3233,8 @@
3310 <context-group name="null"> 3233 <context-group name="null">
3311 <context context-type="linenumber">64</context> 3234 <context context-type="linenumber">64</context>
3312 </context-group> 3235 </context-group>
3313 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 3236
3314 </trans-unit> 3237 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3315 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3238 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3316 <source>Add comment...</source> 3239 <source>Add comment...</source>
3317 <target>添加评论…</target> 3240 <target>添加评论…</target>
@@ -3410,72 +3333,52 @@
3410 </context-group> 3333 </context-group>
3411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3334 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3412 </trans-unit> 3335 </trans-unit>
3413 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 3336
3414 <source>Follow</source>
3415 <target>添加关注</target>
3416 <context-group name="null">
3417 <context context-type="linenumber">7</context>
3418 </context-group>
3419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3420 </trans-unit>
3421 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3337 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3422 <source>Followers</source> 3338 <source>Followers</source>
3423 <target>关注者</target> 3339 <target>关注者</target>
3424 <context-group name="null"> 3340 <context-group name="null">
3425 <context context-type="linenumber">3</context> 3341 <context context-type="linenumber">3</context>
3426 </context-group> 3342 </context-group>
3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 3343
3428 </trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3429 <source>Video redundancies</source><target state="new">Video redundancies</target> 3345 <source>Video redundancies</source><target state="new">Video redundancies</target>
3430 <context-group purpose="location"> 3346
3431 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3432 <context context-type="linenumber">11</context>
3433 </context-group>
3434 </trans-unit>
3435 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 3348 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
3436 <source>1 host (without "http://") per line</source> 3349 <source>1 host (without "http://") per line</source>
3437 <target>每行一个主机名(不带“http://”)</target> 3350 <target>每行一个主机名(不带“http://”)</target>
3438 <context-group name="null"> 3351 <context-group name="null">
3439 <context context-type="linenumber">5</context> 3352 <context context-type="linenumber">5</context>
3440 </context-group> 3353 </context-group>
3441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">5</context></context-group> 3354
3442 </trans-unit> 3355 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3443 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507"> 3356 <source>Follow domain</source><target state="new">Follow domain</target>
3444 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3357 <context-group purpose="location">
3445 <target> 3358 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3446 您的实例似乎没有启用 HTTPS。关注实例要求启用网页服务器上的 TLS。 3359 <context context-type="linenumber">15</context>
3447 </target>
3448 <context-group name="null">
3449 <context context-type="linenumber">17</context>
3450 </context-group>
3451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">17</context></context-group>
3452 </trans-unit>
3453 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
3454 <source>Add following</source>
3455 <target>添加关注</target>
3456 <context-group name="null">
3457 <context context-type="linenumber">21</context>
3458 </context-group> 3360 </context-group>
3459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group>
3460 </trans-unit> 3361 </trans-unit>
3362
3363
3461 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3364 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3462 <source>Filter...</source> 3365 <source>Filter...</source>
3463 <target>过滤器…</target> 3366 <target>过滤器…</target>
3464 <context-group name="null"> 3367 <context-group name="null">
3465 <context context-type="linenumber">27</context> 3368 <context context-type="linenumber">27</context>
3466 </context-group> 3369 </context-group>
3467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</context></context-group> 3370
3468 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">9</context></context-group> 3371
3469 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">27</context></context-group> 3372
3470 </trans-unit> 3373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3471 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3374 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3472 <source>ID</source> 3375 <source>ID</source>
3473 <target>ID</target> 3376 <target>ID</target>
3474 <context-group name="null"> 3377 <context-group name="null">
3475 <context context-type="linenumber">18</context> 3378 <context context-type="linenumber">18</context>
3476 </context-group> 3379 </context-group>
3477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 3380
3478 </trans-unit> 3381 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3479 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb"> 3382 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb">
3480 <source>Follower handle</source> 3383 <source>Follower handle</source>
3481 <target>管理关注</target> 3384 <target>管理关注</target>
@@ -3490,80 +3393,65 @@
3490 <context-group name="null"> 3393 <context-group name="null">
3491 <context context-type="linenumber">10</context> 3394 <context context-type="linenumber">10</context>
3492 </context-group> 3395 </context-group>
3493 <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> 3396
3494 <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> 3397
3495 </trans-unit> 3398 <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>
3496 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3399 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3497 <source>Delayed.</source> 3400 <source>Delayed.</source>
3498 <target state="new">Delayed.</target> 3401 <target state="new">Delayed.</target>
3499 <context-group purpose="location"> 3402
3500 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3501 <context context-type="linenumber">42</context>
3502 </context-group>
3503 </trans-unit>
3504 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3404 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3505 <source>Will start soon...</source> 3405 <source>Will start soon...</source>
3506 <target state="new">Will start soon...</target> 3406 <target state="new">Will start soon...</target>
3507 <context-group purpose="location"> 3407
3508 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3509 <context context-type="linenumber">43</context>
3510 </context-group>
3511 </trans-unit>
3512 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3409 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3513 <source>Running...</source> 3410 <source>Running...</source>
3514 <target state="new">Running...</target> 3411 <target state="new">Running...</target>
3515 <context-group purpose="location"> 3412
3516 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3517 <context context-type="linenumber">44</context>
3518 </context-group>
3519 </trans-unit>
3520 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3414 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3521 <source>Finished</source> 3415 <source>Finished</source>
3522 <target state="new">Finished</target> 3416 <target state="new">Finished</target>
3523 <context-group purpose="location"> 3417
3524 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3525 <context context-type="linenumber">45</context>
3526 </context-group>
3527 </trans-unit>
3528 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3419 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3529 <source>Failed</source> 3420 <source>Failed</source>
3530 <target state="new">Failed</target> 3421 <target state="new">Failed</target>
3531 <context-group purpose="location"> 3422
3532 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3423 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3533 <context context-type="linenumber">46</context>
3534 </context-group>
3535 </trans-unit>
3536 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3424 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3537 <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> 3425 <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>
3538 <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> 3426 <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>
3539 <context-group name="null"> 3427 <context-group name="null">
3540 <context context-type="linenumber">11</context> 3428 <context context-type="linenumber">11</context>
3541 </context-group> 3429 </context-group>
3542 <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> 3430
3543 <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> 3431
3544 <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> 3432
3545 <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> 3433
3546 <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> 3434
3547 <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> 3435
3548 </trans-unit> 3436 <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">24</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">46</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">11</context></context-group><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><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>
3549 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3437 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3550 <source>Accepted</source> 3438 <source>Accepted</source>
3551 <target>已接受</target> 3439 <target>已接受</target>
3552 <context-group name="null"> 3440 <context-group name="null">
3553 <context context-type="linenumber">32</context> 3441 <context context-type="linenumber">32</context>
3554 </context-group> 3442 </context-group>
3555 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3443
3556 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3444
3557 </trans-unit> 3445 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3558 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3446 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3559 <source>Pending</source> 3447 <source>Pending</source>
3560 <target>等待中</target> 3448 <target>等待中</target>
3561 <context-group name="null"> 3449 <context-group name="null">
3562 <context context-type="linenumber">33</context> 3450 <context context-type="linenumber">33</context>
3563 </context-group> 3451 </context-group>
3564 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3452
3565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3453
3566 </trans-unit> 3454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3567 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3455 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3568 <source>Accept</source> 3456 <source>Accept</source>
3569 <target>接受</target> 3457 <target>接受</target>
@@ -3581,6 +3469,12 @@
3581 </context-group> 3469 </context-group>
3582 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3583 <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">42</context></context-group> 3471 <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">42</context></context-group>
3472 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3473 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3474 <context-group purpose="location">
3475 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3476 <context context-type="linenumber">3</context>
3477 </context-group>
3584 </trans-unit> 3478 </trans-unit>
3585 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 3479 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3586 <source>Host</source> 3480 <source>Host</source>
@@ -3588,20 +3482,29 @@
3588 <context-group name="null"> 3482 <context-group name="null">
3589 <context context-type="linenumber">19</context> 3483 <context context-type="linenumber">19</context>
3590 </context-group> 3484 </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">18</context></context-group> 3485
3592 </trans-unit> 3486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3593 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3487 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3594 <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> 3488 <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>
3595 <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> 3489 <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>
3490
3491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3492 <source>Follow domains</source><target state="new">Follow domains</target>
3596 <context-group purpose="location"> 3493 <context-group purpose="location">
3597 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3494 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3598 <context context-type="linenumber">21</context> 3495 <context context-type="linenumber">50</context>
3599 </context-group> 3496 </context-group>
3600 </trans-unit><trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3497 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3601 <source>Video redundancies list</source><target state="new">Video redundancies list</target> 3498 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3602 <context-group purpose="location"> 3499 <context-group purpose="location">
3603 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3500 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3604 <context context-type="linenumber">2</context> 3501 <context context-type="linenumber">7</context>
3502 </context-group>
3503 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3504 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3505 <context-group purpose="location">
3506 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3507 <context context-type="linenumber">8</context>
3605 </context-group> 3508 </context-group>
3606 </trans-unit> 3509 </trans-unit>
3607 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 3510 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
@@ -3666,7 +3569,7 @@
3666 3569
3667 3570
3668 3571
3669 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">43</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3572 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3670 <source> 3573 <source>
3671 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3574 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3672 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3575 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
@@ -3762,31 +3665,41 @@
3762 <context-group name="null"> 3665 <context-group name="null">
3763 <context context-type="linenumber">19</context> 3666 <context context-type="linenumber">19</context>
3764 </context-group> 3667 </context-group>
3765 <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> 3668
3766 </trans-unit> 3669 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3767 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3670 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3768 <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> 3671 <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>
3769 <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> 3672 <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>
3770 <context-group name="null"> 3673 <context-group name="null">
3771 <context context-type="linenumber">40</context> 3674 <context context-type="linenumber">40</context>
3772 </context-group> 3675 </context-group>
3773 <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> 3676
3774 </trans-unit> 3677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3775 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3678 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3776 <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> 3679 <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>
3777 <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> 3680 <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>
3778 <context-group name="null"> 3681 <context-group name="null">
3779 <context context-type="linenumber">42</context> 3682 <context context-type="linenumber">42</context>
3780 </context-group> 3683 </context-group>
3781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group> 3684
3782 </trans-unit> 3685 <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></trans-unit>
3783 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3686 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3784 <source>(banned)</source> 3687 <source>(banned)</source>
3785 <target>(已封禁)</target> 3688 <target>(已封禁)</target>
3786 <context-group name="null"> 3689 <context-group name="null">
3787 <context context-type="linenumber">65</context> 3690 <context context-type="linenumber">65</context>
3788 </context-group> 3691 </context-group>
3789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group> 3692
3693 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3694 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3695 <context-group purpose="location">
3696 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3697 <context context-type="linenumber">65</context>
3698 </context-group>
3699 <context-group purpose="location">
3700 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3701 <context context-type="linenumber">27</context>
3702 </context-group>
3790 </trans-unit> 3703 </trans-unit>
3791 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3704 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3792 <source>User's email must be verified to login</source> 3705 <source>User's email must be verified to login</source>
@@ -3794,23 +3707,29 @@
3794 <context-group name="null"> 3707 <context-group name="null">
3795 <context context-type="linenumber">72</context> 3708 <context context-type="linenumber">72</context>
3796 </context-group> 3709 </context-group>
3797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group> 3710
3798 </trans-unit> 3711 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3799 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3712 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3800 <source>User's email is verified / User can login without email verification</source> 3713 <source>User's email is verified / User can login without email verification</source>
3801 <target>用户的邮件已通过验证/用户毋需验证邮件即可登录</target> 3714 <target>用户的邮件已通过验证/用户毋需验证邮件即可登录</target>
3802 <context-group name="null"> 3715 <context-group name="null">
3803 <context context-type="linenumber">76</context> 3716 <context context-type="linenumber">76</context>
3804 </context-group> 3717 </context-group>
3805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group> 3718
3806 </trans-unit> 3719 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3807 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3720 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3808 <source>Ban reason:</source> 3721 <source>Ban reason:</source>
3809 <target>封禁理由:</target> 3722 <target>封禁理由:</target>
3810 <context-group name="null"> 3723 <context-group name="null">
3811 <context context-type="linenumber">95</context> 3724 <context context-type="linenumber">95</context>
3812 </context-group> 3725 </context-group>
3813 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group> 3726
3727 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3728 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3729 <context-group purpose="location">
3730 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3731 <context context-type="linenumber">15</context>
3732 </context-group>
3814 </trans-unit> 3733 </trans-unit>
3815 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3734 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
3816 <source>Moderation</source> 3735 <source>Moderation</source>
@@ -3860,6 +3779,12 @@
3860 <context context-type="linenumber">13</context> 3779 <context context-type="linenumber">13</context>
3861 </context-group> 3780 </context-group>
3862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3782 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3783 <source>Video <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">Video <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>
3784 <context-group purpose="location">
3785 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3786 <context context-type="linenumber">10</context>
3787 </context-group>
3863 </trans-unit> 3788 </trans-unit>
3864 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3789 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3865 <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> 3790 <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>
@@ -3868,85 +3793,85 @@
3868 <context context-type="linenumber">8</context> 3793 <context context-type="linenumber">8</context>
3869 </context-group> 3794 </context-group>
3870 3795
3871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><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">8</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3872 <source>Video URL</source><target state="new">Video URL</target> 3797 <source>Video URL</source><target state="new">Video URL</target>
3873 <context-group purpose="location"> 3798
3874 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3799 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3875 <context context-type="linenumber">24</context>
3876 </context-group>
3877 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3878 <source>Total size</source><target state="new">Total size</target> 3800 <source>Total size</source><target state="new">Total size</target>
3801
3802 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3803 <source>List redundancies</source><target state="new">List redundancies</target>
3879 <context-group purpose="location"> 3804 <context-group purpose="location">
3880 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3805 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3881 <context context-type="linenumber">25</context> 3806 <context context-type="linenumber">33</context>
3882 </context-group> 3807 </context-group>
3883 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3808 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3884 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3809 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target>
3885 <context-group purpose="location"> 3810
3886 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3811 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3887 <context context-type="linenumber">69</context>
3888 </context-group>
3889 </trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3890 <source> 3812 <source>
3891 No redundancy strategy is enabled on your instance. 3813 No redundancy strategy is enabled on your instance.
3892 </source><target state="new"> 3814 </source><target state="new">
3893 No redundancy strategy is enabled on your instance. 3815 No redundancy strategy is enabled on your instance.
3894 </target> 3816 </target>
3895 <context-group purpose="location"> 3817
3896 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3818 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3897 <context context-type="linenumber">73</context>
3898 </context-group>
3899 </trans-unit>
3900 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3819 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3901 <source>Sensitive</source> 3820 <source>Sensitive</source>
3902 <target>敏感</target> 3821 <target>敏感</target>
3903 <context-group name="null"> 3822 <context-group name="null">
3904 <context context-type="linenumber">9</context> 3823 <context context-type="linenumber">9</context>
3905 </context-group> 3824 </context-group>
3906 <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">9</context></context-group> 3825
3907 </trans-unit> 3826 <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">11</context></context-group></trans-unit>
3908 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3827 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3909 <source>Unfederated</source> 3828 <source>Unfederated</source>
3910 <target>去联邦化</target> 3829 <target>去联邦化</target>
3911 <context-group name="null"> 3830 <context-group name="null">
3912 <context context-type="linenumber">10</context> 3831 <context context-type="linenumber">10</context>
3913 </context-group> 3832 </context-group>
3914 <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> 3833
3915 </trans-unit> 3834 <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">12</context></context-group></trans-unit>
3916 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3835 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3917 <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> 3836 <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>
3918 <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> 3837 <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>
3919 <context-group name="null"> 3838 <context-group name="null">
3920 <context context-type="linenumber">11</context> 3839 <context context-type="linenumber">11</context>
3921 </context-group> 3840 </context-group>
3922 <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">11</context></context-group> 3841
3923 </trans-unit> 3842 <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">13</context></context-group></trans-unit>
3924 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3843 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3925 <source>Go to the video</source> 3844 <source>Go to the video</source>
3926 <target>转到视频</target> 3845 <target>转到视频</target>
3927 <context-group name="null"> 3846 <context-group name="null">
3928 <context context-type="linenumber">33</context> 3847 <context context-type="linenumber">33</context>
3929 </context-group> 3848 </context-group>
3930 <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">25</context></context-group> 3849
3931 <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">33</context></context-group> 3850
3932 <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">33</context></context-group> 3851
3933 </trans-unit> 3852 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3934 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3853 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3935 <source>Actions</source> 3854 <source>Actions</source>
3936 <target>操作</target> 3855 <target>操作</target>
3937 <context-group name="null"> 3856 <context-group name="null">
3938 <context context-type="linenumber">44</context> 3857 <context context-type="linenumber">44</context>
3939 </context-group> 3858 </context-group>
3940 <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">35</context></context-group> 3859
3941 <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">44</context></context-group> 3860
3942 </trans-unit> 3861 <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">38</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">57</context></context-group></trans-unit>
3943 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3862 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3944 <source>Blacklist reason:</source> 3863 <source>Blacklist reason:</source>
3945 <target>黑名单理由:</target> 3864 <target>黑名单理由:</target>
3946 <context-group name="null"> 3865 <context-group name="null">
3947 <context context-type="linenumber">43</context> 3866 <context context-type="linenumber">43</context>
3948 </context-group> 3867 </context-group>
3949 <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">43</context></context-group> 3868
3869 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3870 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3871 <context-group purpose="location">
3872 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3873 <context context-type="linenumber">5</context>
3874 </context-group>
3950 </trans-unit> 3875 </trans-unit>
3951 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 3876 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
3952 <source>Moderation comment</source> 3877 <source>Moderation comment</source>
@@ -3964,8 +3889,8 @@
3964 <context-group name="null"> 3889 <context-group name="null">
3965 <context context-type="linenumber">18</context> 3890 <context context-type="linenumber">18</context>
3966 </context-group> 3891 </context-group>
3967 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">18</context></context-group> 3892
3968 </trans-unit> 3893 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3969 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3894 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3970 <source>Update this comment</source> 3895 <source>Update this comment</source>
3971 <target>更新备注</target> 3896 <target>更新备注</target>
@@ -3973,24 +3898,30 @@
3973 <context context-type="linenumber">26</context> 3898 <context context-type="linenumber">26</context>
3974 </context-group> 3899 </context-group>
3975 3900
3976 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3901 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3977 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3902 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3978 <source>Reporter</source> 3903 <source>Reporter</source>
3979 <target>举报者</target> 3904 <target>举报者</target>
3980 <context-group name="null"> 3905 <context-group name="null">
3981 <context context-type="linenumber">8</context> 3906 <context context-type="linenumber">8</context>
3982 </context-group> 3907 </context-group>
3983 <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">8</context></context-group> 3908
3984 </trans-unit> 3909 <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">10</context></context-group></trans-unit>
3985 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3910 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3986 <source>Video</source> 3911 <source>Video</source>
3987 <target>视频</target> 3912 <target>视频</target>
3988 <context-group name="null"> 3913 <context-group name="null">
3989 <context context-type="linenumber">9</context> 3914 <context context-type="linenumber">9</context>
3990 </context-group> 3915 </context-group>
3991 <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">10</context></context-group> 3916
3992 <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">14</context></context-group> 3917
3993 <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> 3918
3919 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3920 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3921 <context-group purpose="location">
3922 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3923 <context context-type="linenumber">46</context>
3924 </context-group>
3994 </trans-unit> 3925 </trans-unit>
3995 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3926 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3996 <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> 3927 <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>
@@ -3998,10 +3929,10 @@
3998 <context-group name="null"> 3929 <context-group name="null">
3999 <context context-type="linenumber">11</context> 3930 <context context-type="linenumber">11</context>
4000 </context-group> 3931 </context-group>
4001 <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> 3932
4002 <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> 3933
4003 <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> 3934
4004 </trans-unit> 3935 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
4005 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3936 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
4006 <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> 3937 <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>
4007 <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> 3938 <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>
@@ -4016,25 +3947,30 @@
4016 <context-group name="null"> 3947 <context-group name="null">
4017 <context context-type="linenumber">27</context> 3948 <context context-type="linenumber">27</context>
4018 </context-group> 3949 </context-group>
4019 <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">25</context></context-group> 3950
4020 <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">27</context></context-group> 3951
4021 </trans-unit> 3952 <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">27</context></context-group></trans-unit>
4022 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3953 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
4023 <source>Reason:</source> 3954 <source>Reason:</source>
4024 <target>理由:</target> 3955 <target>理由:</target>
4025 <context-group name="null"> 3956 <context-group name="null">
4026 <context context-type="linenumber">53</context> 3957 <context context-type="linenumber">53</context>
4027 </context-group> 3958 </context-group>
4028 <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">53</context></context-group> 3959
4029 </trans-unit> 3960 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
4030 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 3961 <source>Note:</source><target state="new">Note:</target>
4031 <source>Moderation comment:</source> 3962 <context-group purpose="location">
4032 <target>运营备注:</target> 3963 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4033 <context-group name="null"> 3964 <context context-type="linenumber">72</context>
4034 <context context-type="linenumber">57</context> 3965 </context-group>
3966 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3967 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3968 <context-group purpose="location">
3969 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3970 <context context-type="linenumber">5</context>
4035 </context-group> 3971 </context-group>
4036 <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">57</context></context-group>
4037 </trans-unit> 3972 </trans-unit>
3973
4038 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3974 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
4039 <source>Unblacklist</source> 3975 <source>Unblacklist</source>
4040 <target>移除黑名单</target> 3976 <target>移除黑名单</target>
@@ -4043,6 +3979,12 @@
4043 </context-group> 3979 </context-group>
4044 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 3980 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
4045 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 3981 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3982 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3983 <source>Mute domain</source><target state="new">Mute domain</target>
3984 <context-group purpose="location">
3985 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3986 <context context-type="linenumber">11</context>
3987 </context-group>
4046 </trans-unit> 3988 </trans-unit>
4047 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 3989 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
4048 <source>Instance</source> 3990 <source>Instance</source>
@@ -4054,28 +3996,50 @@
4054 3996
4055 3997
4056 3998
4057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
4058 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4000 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4059 <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> 4001 <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>
4060 <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> 4002 <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>
4061 <context-group name="null"> 4003 <context-group name="null">
4062 <context context-type="linenumber">13</context> 4004 <context context-type="linenumber">13</context>
4063 </context-group> 4005 </context-group>
4064 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 4006
4065 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 4007
4066 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 4008
4067 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 4009
4068 </trans-unit> 4010 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
4069 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4011 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
4070 <source>Unmute</source> 4012 <source>Unmute</source>
4071 <target>取消屏蔽</target> 4013 <target>取消屏蔽</target>
4072 <context-group name="null"> 4014 <context-group name="null">
4073 <context context-type="linenumber">23</context> 4015 <context context-type="linenumber">23</context>
4074 </context-group> 4016 </context-group>
4075 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group> 4017
4076 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 4018
4077 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group> 4019
4078 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group> 4020
4021 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
4022 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
4023 <context-group purpose="location">
4024 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4025 <context context-type="linenumber">5</context>
4026 </context-group>
4027 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
4028 <source>
4029 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4030 </source><target state="new">
4031 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4032 </target>
4033 <context-group purpose="location">
4034 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4035 <context context-type="linenumber">37</context>
4036 </context-group>
4037 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4038 <source>Mute domains</source><target state="new">Mute domains</target>
4039 <context-group purpose="location">
4040 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4041 <context context-type="linenumber">35</context>
4042 </context-group>
4079 </trans-unit> 4043 </trans-unit>
4080 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4044 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
4081 <source>Account</source> 4045 <source>Account</source>
@@ -4083,8 +4047,14 @@
4083 <context-group name="null"> 4047 <context-group name="null">
4084 <context context-type="linenumber">12</context> 4048 <context context-type="linenumber">12</context>
4085 </context-group> 4049 </context-group>
4086 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 4050
4087 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 4051
4052 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4053 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
4054 <context-group purpose="location">
4055 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4056 <context context-type="linenumber">5</context>
4057 </context-group>
4088 </trans-unit> 4058 </trans-unit>
4089 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5"> 4059 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5">
4090 <source>Plugins/Themes</source> 4060 <source>Plugins/Themes</source>
@@ -4248,38 +4218,25 @@
4248 </context-group> 4218 </context-group>
4249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group> 4219 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group>
4250 </trans-unit> 4220 </trans-unit>
4251 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 4221
4252 <source>Jobs list</source>
4253 <target>任务列表</target>
4254 <context-group name="null">
4255 <context context-type="linenumber">2</context>
4256 </context-group>
4257 <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>
4258 </trans-unit>
4259 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 4222 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4260 <source>Job type</source> 4223 <source>Job type</source>
4261 <target state="new">Job type</target> 4224 <target state="new">Job type</target>
4262 <context-group purpose="location"> 4225
4263 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4226 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
4264 <context context-type="linenumber">5</context>
4265 </context-group>
4266 </trans-unit>
4267 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 4227 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4268 <source>Job state</source> 4228 <source>Job state</source>
4269 <target state="new">Job state</target> 4229 <target state="new">Job state</target>
4270 <context-group purpose="location"> 4230
4271 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4272 <context context-type="linenumber">14</context>
4273 </context-group>
4274 </trans-unit>
4275 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4232 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
4276 <source>Type</source> 4233 <source>Type</source>
4277 <target>类型</target> 4234 <target>类型</target>
4278 <context-group name="null"> 4235 <context-group name="null">
4279 <context context-type="linenumber">19</context> 4236 <context context-type="linenumber">19</context>
4280 </context-group> 4237 </context-group>
4281 <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> 4238
4282 </trans-unit> 4239 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4283 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 4240 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
4284 <source>Refresh</source> 4241 <source>Refresh</source>
4285 <target>刷新</target> 4242 <target>刷新</target>
@@ -4337,43 +4294,25 @@
4337 4294
4338 4295
4339 4296
4340 <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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4297 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4341 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4298 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4342 <context-group purpose="location"> 4299
4343 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4300 <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">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4344 <context context-type="linenumber">46</context>
4345 </context-group>
4346 </trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4347 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 4301 <source>Help share videos being played</source><target state="new">Help share videos being played</target>
4348 <context-group purpose="location"> 4302
4349 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4303 <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">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4350 <context context-type="linenumber">43</context>
4351 </context-group>
4352 </trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4353 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 4304 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target>
4354 <context-group purpose="location"> 4305
4355 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4306 <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">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4356 <context context-type="linenumber">57</context>
4357 </context-group>
4358 </trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4359 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 4307 <source>Automatically play videos</source><target state="new">Automatically play videos</target>
4360 <context-group purpose="location"> 4308
4361 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4309 <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">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4362 <context context-type="linenumber">54</context>
4363 </context-group>
4364 </trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4365 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 4310 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target>
4366 <context-group purpose="location"> 4311
4367 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4312 <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">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4368 <context context-type="linenumber">68</context>
4369 </context-group>
4370 </trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4371 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 4313 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target>
4372 <context-group purpose="location"> 4314
4373 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4315 <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">66</context></context-group></trans-unit>
4374 <context context-type="linenumber">65</context>
4375 </context-group>
4376 </trans-unit>
4377 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 4316 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
4378 <source>Main languages you/your moderators speak</source> 4317 <source>Main languages you/your moderators speak</source>
4379 <target state="new">Main languages you/your moderators speak</target> 4318 <target state="new">Main languages you/your moderators speak</target>
@@ -4429,7 +4368,7 @@
4429 </context-group> 4368 </context-group>
4430 4369
4431 4370
4432 <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">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 4371 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4433 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4372 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4434 <source>Blur thumbnails</source> 4373 <source>Blur thumbnails</source>
4435 <target>对缩略图进行模糊处理</target> 4374 <target>对缩略图进行模糊处理</target>
@@ -4438,7 +4377,7 @@
4438 </context-group> 4377 </context-group>
4439 4378
4440 4379
4441 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 4380 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4442 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4381 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4443 <source>Display</source> 4382 <source>Display</source>
4444 <target>正常显示</target> 4383 <target>正常显示</target>
@@ -4447,13 +4386,10 @@
4447 </context-group> 4386 </context-group>
4448 4387
4449 4388
4450 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4389 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4451 <source>Strategy</source><target state="new">Strategy</target> 4390 <source>Strategy</source><target state="new">Strategy</target>
4452 <context-group purpose="location"> 4391
4453 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4454 <context context-type="linenumber">22</context>
4455 </context-group>
4456 </trans-unit>
4457 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4393 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4458 <source>Terms</source> 4394 <source>Terms</source>
4459 <target>条款</target> 4395 <target>条款</target>
@@ -4463,72 +4399,72 @@
4463 4399
4464 4400
4465 4401
4466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 4402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4467 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 4403 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4468 <source>Code of conduct</source> 4404 <source>Code of conduct</source>
4469 <target state="new">Code of conduct</target> 4405 <target state="new">Code of conduct</target>
4470 4406
4471 4407
4472 4408
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">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></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">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4474 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 4410 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4475 <source>Moderation information</source> 4411 <source>Moderation information</source>
4476 <target state="new">Moderation information</target> 4412 <target state="new">Moderation information</target>
4477 4413
4478 4414
4479 4415
4480 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">138</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 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">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4481 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 4417 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4482 4418
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">139</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4484 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 4420 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target>
4485 4421
4486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit> 4422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit>
4487 4423
4488 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4424 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4489 <source>Who is behind the instance?</source> 4425 <source>Who is behind the instance?</source>
4490 <target state="new">Who is behind the instance?</target> 4426 <target state="new">Who is behind the instance?</target>
4491 4427
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">159</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4493 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 4429 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target>
4494 4430
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">160</context></context-group></trans-unit> 4431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
4496 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 4432 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4497 <source>Why did you create this instance?</source> 4433 <source>Why did you create this instance?</source>
4498 <target state="new">Why did you create this instance?</target> 4434 <target state="new">Why did you create this instance?</target>
4499 4435
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">171</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 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">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4501 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 4437 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4502 4438
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">172</context></context-group></trans-unit> 4439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit>
4504 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 4440 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4505 <source>How long do you plan to maintain this instance?</source> 4441 <source>How long do you plan to maintain this instance?</source>
4506 <target state="new">How long do you plan to maintain this instance?</target> 4442 <target state="new">How long do you plan to maintain this instance?</target>
4507 4443
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">182</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4509 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 4445 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target>
4510 4446
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">183</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">184</context></context-group></trans-unit>
4512 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4448 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4513 <source>How will you finance the PeerTube server?</source> 4449 <source>How will you finance the PeerTube server?</source>
4514 <target state="new">How will you finance the PeerTube server?</target> 4450 <target state="new">How will you finance the PeerTube server?</target>
4515 4451
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">193</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4517 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 4453 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target>
4518 4454
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">194</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 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">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4520 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 4456 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target>
4521 4457
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">208</context></context-group></trans-unit> 4458 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit>
4523 4459
4524 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4460 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4525 <source>What server/hardware does the instance run on?</source> 4461 <source>What server/hardware does the instance run on?</source>
4526 <target state="new">What server/hardware does the instance run on?</target> 4462 <target state="new">What server/hardware does the instance run on?</target>
4527 4463
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">214</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 4464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4529 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4465 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4530 4466
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">215</context></context-group></trans-unit> 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">216</context></context-group></trans-unit>
4532 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 4468 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4533 <source>Instance information</source> 4469 <source>Instance information</source>
4534 <target state="new">Instance information</target> 4470 <target state="new">Instance information</target>
@@ -4536,14 +4472,14 @@
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">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 4472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4537 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 4473 <source>APPEARANCE</source><target state="new">APPEARANCE</target>
4538 4474
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">239</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4540 <source> 4476 <source>
4541 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4477 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4542 </source><target state="new"> 4478 </source><target state="new">
4543 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4479 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4544 </target> 4480 </target>
4545 4481
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">240</context></context-group></trans-unit> 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">241</context></context-group></trans-unit>
4547 4483
4548 4484
4549 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb"> 4485 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb">
@@ -4553,31 +4489,31 @@
4553 <context context-type="linenumber">206</context> 4489 <context context-type="linenumber">206</context>
4554 </context-group> 4490 </context-group>
4555 4491
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">253</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 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">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4557 <source>Landing page</source><target state="new">Landing page</target> 4493 <source>Landing page</source><target state="new">Landing page</target>
4558 4494
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">262</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">263</context></context-group></trans-unit>
4560 4496
4561 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4497 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4562 <source>Discover videos</source> 4498 <source>Discover videos</source>
4563 <target state="new">Discover videos</target> 4499 <target state="new">Discover videos</target>
4564 4500
4565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">265</context></context-group></trans-unit> 4501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit>
4566 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4502 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4567 <source>Trending videos</source> 4503 <source>Trending videos</source>
4568 <target state="new">Trending videos</target> 4504 <target state="new">Trending videos</target>
4569 4505
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">266</context></context-group></trans-unit> 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">267</context></context-group></trans-unit>
4571 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4507 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4572 <source>Most liked videos</source> 4508 <source>Most liked videos</source>
4573 <target state="new">Most liked videos</target> 4509 <target state="new">Most liked videos</target>
4574 4510
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">267</context></context-group></trans-unit> 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">268</context></context-group></trans-unit>
4576 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4512 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4577 <source>Recently added videos</source> 4513 <source>Recently added videos</source>
4578 <target state="new">Recently added videos</target> 4514 <target state="new">Recently added videos</target>
4579 4515
4580 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</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">269</context></context-group></trans-unit>
4581 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4517 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4582 <source>Local videos</source> 4518 <source>Local videos</source>
4583 <target>本地视频</target> 4519 <target>本地视频</target>
@@ -4585,17 +4521,17 @@
4585 <context context-type="linenumber">223</context> 4521 <context context-type="linenumber">223</context>
4586 </context-group> 4522 </context-group>
4587 4523
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">269</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4589 <source>NEW USERS</source><target state="new">NEW USERS</target> 4525 <source>NEW USERS</source><target state="new">NEW USERS</target>
4590 4526
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">280</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4592 <source> 4528 <source>
4593 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4529 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4594 </source><target state="new"> 4530 </source><target state="new">
4595 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4531 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4596 </target> 4532 </target>
4597 4533
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">281</context></context-group></trans-unit> 4534 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit>
4599 4535
4600 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4536 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4601 <source>Signup enabled</source> 4537 <source>Signup enabled</source>
@@ -4604,7 +4540,7 @@
4604 <context context-type="linenumber">235</context> 4540 <context context-type="linenumber">235</context>
4605 </context-group> 4541 </context-group>
4606 4542
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">292</context></context-group></trans-unit> 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">293</context></context-group></trans-unit>
4608 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4544 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4609 <source>Signup requires email verification</source> 4545 <source>Signup requires email verification</source>
4610 <target>注册需要验证电子邮件地址</target> 4546 <target>注册需要验证电子邮件地址</target>
@@ -4612,7 +4548,7 @@
4612 <context context-type="linenumber">242</context> 4548 <context context-type="linenumber">242</context>
4613 </context-group> 4549 </context-group>
4614 4550
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">300</context></context-group></trans-unit> 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">301</context></context-group></trans-unit>
4616 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4552 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4617 <source>Signup limit</source> 4553 <source>Signup limit</source>
4618 <target>注册限制</target> 4554 <target>注册限制</target>
@@ -4620,7 +4556,7 @@
4620 <context context-type="linenumber">247</context> 4556 <context context-type="linenumber">247</context>
4621 </context-group> 4557 </context-group>
4622 4558
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">304</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">305</context></context-group></trans-unit>
4624 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4560 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4625 <source>Users</source> 4561 <source>Users</source>
4626 <target>用户</target> 4562 <target>用户</target>
@@ -4709,79 +4645,91 @@
4709 <source>Default video quota per user</source> 4645 <source>Default video quota per user</source>
4710 <target state="new">Default video quota per user</target> 4646 <target state="new">Default video quota per user</target>
4711 4647
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">319</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">320</context></context-group></trans-unit>
4713 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4649 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4714 <source>Default daily upload limit per user</source> 4650 <source>Default daily upload limit per user</source>
4715 <target state="new">Default daily upload limit per user</target> 4651 <target state="new">Default daily upload limit per user</target>
4716 4652
4717 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">331</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4718 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4654 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4719 4655
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">348</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">349</context></context-group></trans-unit>
4721 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4657 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4722 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4658 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4723 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4659 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4724 4660
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">359</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">360</context></context-group></trans-unit>
4726 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4662 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4727 <source>Allow import with a torrent file or a magnet URI</source> 4663 <source>Allow import with a torrent file or a magnet URI</source>
4728 <target state="new">Allow import with a torrent file or a magnet URI</target> 4664 <target state="new">Allow import with a torrent file or a magnet URI</target>
4729 4665
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">366</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">367</context></context-group></trans-unit>
4731 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4667 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4732 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4668 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4733 4669
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">383</context></context-group></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">384</context></context-group></trans-unit>
4735 4671
4736 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4672 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4737 <source>Blacklist new videos automatically</source> 4673 <source>Blacklist new videos automatically</source>
4738 <target state="new">Blacklist new videos automatically</target> 4674 <target state="new">Blacklist new videos automatically</target>
4739 4675
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">380</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4741 <source>FEDERATION</source><target state="new">FEDERATION</target> 4677 <source>FEDERATION</source><target state="new">FEDERATION</target>
4742 4678
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">397</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4744 <source> 4680 <source>
4745 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4681 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4746 </source><target state="new"> 4682 </source><target state="new">
4747 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4683 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4748 </target> 4684 </target>
4749 4685
4750 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4751 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4687 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4752 4688
4753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">411</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">412</context></context-group></trans-unit>
4754 4690
4755 4691
4756 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4692 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4757 <source>Manually approve new instance followers</source> 4693 <source>Manually approve new instance followers</source>
4758 <target state="new">Manually approve new instance followers</target> 4694 <target state="new">Manually approve new instance followers</target>
4759 4695
4760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">418</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4761 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4697 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4762 4698
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">431</context></context-group></trans-unit> 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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4700 <source>
4701 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4702 </source><target state="new">
4703 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4704 </target>
4705 <context-group purpose="location">
4706 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4707 <context context-type="linenumber">450</context>
4708 </context-group>
4709 </trans-unit>
4764 4710
4765 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4711 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4766 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4712 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4767 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4713 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4768 4714
4769 4715
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">295</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">434</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group></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">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4771 4717
4772 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4718 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4773 <source>Index URL</source> 4719 <source>Index URL</source>
4774 <target state="new">Index URL</target> 4720 <target state="new">Index URL</target>
4775 4721
4776 <context-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> 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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4777 <trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4723 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4778 <source>Automatically follow instances of the public index</source> 4724 <context-group purpose="location">
4779 <target state="new">Automatically follow instances of the public index</target> 4725 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4780 4726 <context context-type="linenumber">445</context>
4781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4727 </context-group>
4728 </trans-unit>
4729 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4782 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4730 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4783 4731
4784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">472</context></context-group></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">477</context></context-group></trans-unit>
4785 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4733 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4786 <source>Administrator</source> 4734 <source>Administrator</source>
4787 <target>管理员</target> 4735 <target>管理员</target>
@@ -4797,7 +4745,7 @@
4797 <context context-type="linenumber">387</context> 4745 <context context-type="linenumber">387</context>
4798 </context-group> 4746 </context-group>
4799 4747
4800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group></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">483</context></context-group></trans-unit>
4801 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4749 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4802 <source>Enable contact form</source> 4750 <source>Enable contact form</source>
4803 <target>开启联系表格</target> 4751 <target>开启联系表格</target>
@@ -4805,7 +4753,7 @@
4805 <context context-type="linenumber">398</context> 4753 <context context-type="linenumber">398</context>
4806 </context-group> 4754 </context-group>
4807 4755
4808 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</context></context-group></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">494</context></context-group></trans-unit>
4809 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4757 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4810 <source>Basic configuration</source> 4758 <source>Basic configuration</source>
4811 <target>基本配置</target> 4759 <target>基本配置</target>
@@ -4813,17 +4761,17 @@
4813 <context context-type="linenumber">195</context> 4761 <context context-type="linenumber">195</context>
4814 </context-group> 4762 </context-group>
4815 4763
4816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4817 <source>TWITTER</source><target state="new">TWITTER</target> 4765 <source>TWITTER</source><target state="new">TWITTER</target>
4818 4766
4819 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">506</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4820 <source> 4768 <source>
4821 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4769 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4822 </source><target state="new"> 4770 </source><target state="new">
4823 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4771 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4824 </target> 4772 </target>
4825 4773
4826 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">507</context></context-group></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">512</context></context-group></trans-unit>
4827 4775
4828 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4776 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4829 <source>Your Twitter username</source> 4777 <source>Your Twitter username</source>
@@ -4832,7 +4780,7 @@
4832 <context context-type="linenumber">413</context> 4780 <context context-type="linenumber">413</context>
4833 </context-group> 4781 </context-group>
4834 4782
4835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</context></context-group></trans-unit> 4783 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit>
4836 4784
4837 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4785 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4838 <source>Instance whitelisted by Twitter</source> 4786 <source>Instance whitelisted by Twitter</source>
@@ -4841,7 +4789,7 @@
4841 <context context-type="linenumber">431</context> 4789 <context context-type="linenumber">431</context>
4842 </context-group> 4790 </context-group>
4843 4791
4844 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4845 <source> 4793 <source>
4846 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/>"/> 4794 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/>"/>
4847 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/>"/> 4795 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/>"/>
@@ -4856,7 +4804,7 @@
4856 to see if you instance is whitelisted. 4804 to see if you instance is whitelisted.
4857 </target> 4805 </target>
4858 4806
4859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</context></context-group></trans-unit> 4807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit>
4860 4808
4861 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4809 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4862 <source>Services</source> 4810 <source>Services</source>
@@ -4865,10 +4813,10 @@
4865 <context context-type="linenumber">405</context> 4813 <context context-type="linenumber">405</context>
4866 </context-group> 4814 </context-group>
4867 4815
4868 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">500</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4869 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4817 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4870 4818
4871 <context-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="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4819 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4872 <source> 4820 <source>
4873 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4821 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4874 resources, this is a critical part of PeerTube, so tread carefully. 4822 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4877,7 +4825,7 @@
4877 resources, this is a critical part of PeerTube, so tread carefully. 4825 resources, this is a critical part of PeerTube, so tread carefully.
4878 </target> 4826 </target>
4879 4827
4880 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group></trans-unit> 4828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit>
4881 4829
4882 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4830 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4883 <source>Transcoding enabled</source> 4831 <source>Transcoding enabled</source>
@@ -4886,7 +4834,7 @@
4886 <context context-type="linenumber">461</context> 4834 <context context-type="linenumber">461</context>
4887 </context-group> 4835 </context-group>
4888 4836
4889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group></trans-unit> 4837 <context-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>
4890 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4838 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4891 <source>If you disable transcoding, many videos from your users will not work!</source> 4839 <source>If you disable transcoding, many videos from your users will not work!</source>
4892 <target>如果禁用转码,用户上传的视频很有可能无法正常播放!</target> 4840 <target>如果禁用转码,用户上传的视频很有可能无法正常播放!</target>
@@ -4894,13 +4842,10 @@
4894 <context context-type="linenumber">465</context> 4842 <context context-type="linenumber">465</context>
4895 </context-group> 4843 </context-group>
4896 4844
4897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4898 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4846 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4899 <context-group purpose="location"> 4847
4900 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4848 <context-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>
4901 <context context-type="linenumber">589</context>
4902 </context-group>
4903 </trans-unit>
4904 4849
4905 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4850 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4906 <source>Allow additional extensions</source> 4851 <source>Allow additional extensions</source>
@@ -4909,13 +4854,10 @@
4909 <context context-type="linenumber">475</context> 4854 <context context-type="linenumber">475</context>
4910 </context-group> 4855 </context-group>
4911 4856
4912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4913 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4858 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4914 <context-group purpose="location"> 4859
4915 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4860 <context-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>
4916 <context context-type="linenumber">600</context>
4917 </context-group>
4918 </trans-unit>
4919 4861
4920 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 4862 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
4921 <source>Allow audio files upload</source> 4863 <source>Allow audio files upload</source>
@@ -4924,7 +4866,7 @@
4924 <context context-type="linenumber">486</context> 4866 <context context-type="linenumber">486</context>
4925 </context-group> 4867 </context-group>
4926 4868
4927 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4869 <context-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="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4928 <source> 4870 <source>
4929 <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>"/> 4871 <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>"/>
4930 4872
@@ -4942,17 +4884,14 @@
4942 4884
4943 <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>"/> 4885 <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>"/>
4944 </target> 4886 </target>
4945 <context-group purpose="location"> 4887
4946 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4888 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit>
4947 <context context-type="linenumber">612</context>
4948 </context-group>
4949 </trans-unit>
4950 4889
4951 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4890 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4952 <source>WebTorrent support enabled</source> 4891 <source>WebTorrent support enabled</source>
4953 <target state="new">WebTorrent support enabled</target> 4892 <target state="new">WebTorrent support enabled</target>
4954 4893
4955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4894 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4956 <source> 4895 <source>
4957 <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>"/> 4896 <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>"/>
4958 4897
@@ -4976,17 +4915,14 @@
4976 4915
4977 <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>"/> 4916 <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>"/>
4978 </target> 4917 </target>
4979 <context-group purpose="location"> 4918
4980 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit>
4981 <context context-type="linenumber">633</context>
4982 </context-group>
4983 </trans-unit>
4984 4920
4985 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4921 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4986 <source>HLS support enabled</source> 4922 <source>HLS support enabled</source>
4987 <target state="new">HLS support enabled</target> 4923 <target state="new">HLS support enabled</target>
4988 4924
4989 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group></trans-unit> 4925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
4990 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4926 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4991 <source>Transcoding threads</source> 4927 <source>Transcoding threads</source>
4992 <target>转码线程数</target> 4928 <target>转码线程数</target>
@@ -4994,41 +4930,41 @@
4994 <context context-type="linenumber">517</context> 4930 <context context-type="linenumber">517</context>
4995 </context-group> 4931 </context-group>
4996 4932
4997 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4933 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4998 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4934 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4999 4935
5000 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group></trans-unit> 4936 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
5001 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4937 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5002 <source>CACHE</source><target state="new">CACHE</target> 4938 <source>CACHE</source><target state="new">CACHE</target>
5003 4939
5004 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4940 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5005 <source> 4941 <source>
5006 Some files are not federated, and fetched when necessary. Define their caching policies. 4942 Some files are not federated, and fetched when necessary. Define their caching policies.
5007 </source><target state="new"> 4943 </source><target state="new">
5008 Some files are not federated, and fetched when necessary. Define their caching policies. 4944 Some files are not federated, and fetched when necessary. Define their caching policies.
5009 </target> 4945 </target>
5010 4946
5011 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5012 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4948 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
5013 4949
5014 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4950 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5015 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4951 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
5016 4952
5017 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group></trans-unit> 4953 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit>
5018 4954
5019 4955
5020 4956
5021 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4957 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5022 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4958 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
5023 4959
5024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5025 <source> 4961 <source>
5026 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4962 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5027 </source><target state="new"> 4963 </source><target state="new">
5028 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4964 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5029 </target> 4965 </target>
5030 4966
5031 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit> 4967 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
5032 4968
5033 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4969 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5034 <source>JavaScript</source> 4970 <source>JavaScript</source>
@@ -5037,14 +4973,14 @@
5037 <context context-type="linenumber">575</context> 4973 <context context-type="linenumber">575</context>
5038 </context-group> 4974 </context-group>
5039 4975
5040 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4976 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5041 <source> 4977 <source>
5042 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>"/> 4978 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>"/>
5043 </source><target state="new"> 4979 </source><target state="new">
5044 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>"/> 4980 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>"/>
5045 </target> 4981 </target>
5046 4982
5047 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4983 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5048 <source> 4984 <source>
5049 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/>"/> 4985 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/>"/>
5050 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4986 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -5069,7 +5005,7 @@
5069 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5005 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5070 </target> 5006 </target>
5071 5007
5072 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group></trans-unit> 5008 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
5073 5009
5074 5010
5075 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5011 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -5079,7 +5015,7 @@
5079 <context context-type="linenumber">452</context> 5015 <context context-type="linenumber">452</context>
5080 </context-group> 5016 </context-group>
5081 5017
5082 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group></trans-unit> 5018 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit>
5083 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5019 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5084 <source>Update configuration</source> 5020 <source>Update configuration</source>
5085 <target>更新设置</target> 5021 <target>更新设置</target>
@@ -5087,12 +5023,12 @@
5087 <context context-type="linenumber">628</context> 5023 <context context-type="linenumber">628</context>
5088 </context-group> 5024 </context-group>
5089 5025
5090 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group></trans-unit> 5026 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
5091 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5027 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5092 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5028 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5093 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 5029 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
5094 5030
5095 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5031 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5096 <source>PROFILE</source><target state="new">PROFILE</target> 5032 <source>PROFILE</source><target state="new">PROFILE</target>
5097 <context-group purpose="location"> 5033 <context-group purpose="location">
5098 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5034 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5242,23 +5178,27 @@
5242 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5178 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5243 <context context-type="linenumber">6</context> 5179 <context context-type="linenumber">6</context>
5244 </context-group> 5180 </context-group>
5245 </trans-unit> 5181 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5246 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 5182 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
5247 <source>Only display videos in the following languages/subtitles</source>
5248 <target state="new">Only display videos in the following languages/subtitles</target>
5249 <context-group purpose="location"> 5183 <context-group purpose="location">
5250 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5184 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5251 <context context-type="linenumber">22</context> 5185 <context context-type="linenumber">14</context>
5186 </context-group>
5187 <context-group purpose="location">
5188 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5189 <context context-type="linenumber">111</context>
5252 </context-group> 5190 </context-group>
5253 </trans-unit> 5191 </trans-unit>
5192 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
5193 <source>Only display videos in the following languages/subtitles</source>
5194 <target state="new">Only display videos in the following languages/subtitles</target>
5195
5196 <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">23</context></context-group></trans-unit>
5254 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 5197 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5255 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 5198 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
5256 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target> 5199 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
5257 <context-group purpose="location"> 5200
5258 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5201 <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">26</context></context-group></trans-unit>
5259 <context context-type="linenumber">25</context>
5260 </context-group>
5261 </trans-unit>
5262 5202
5263 5203
5264 5204
@@ -5322,23 +5262,23 @@
5322 <context context-type="linenumber">3</context> 5262 <context context-type="linenumber">3</context>
5323 </context-group> 5263 </context-group>
5324 5264
5325 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 5265 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
5326 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808"> 5266 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808">
5327 <source>instance default</source> 5267 <source>instance default</source>
5328 <target>实例默认</target> 5268 <target>实例默认</target>
5329 <context-group name="null"> 5269 <context-group name="null">
5330 <context context-type="linenumber">7</context> 5270 <context context-type="linenumber">7</context>
5331 </context-group> 5271 </context-group>
5332 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">7</context></context-group> 5272
5333 </trans-unit> 5273 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
5334 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d"> 5274 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d">
5335 <source>peertube default</source> 5275 <source>peertube default</source>
5336 <target>PeerTube 默认</target> 5276 <target>PeerTube 默认</target>
5337 <context-group name="null"> 5277 <context-group name="null">
5338 <context context-type="linenumber">8</context> 5278 <context context-type="linenumber">8</context>
5339 </context-group> 5279 </context-group>
5340 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group> 5280
5341 </trans-unit> 5281 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5342 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 5282 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
5343 <source>Change ownership</source> 5283 <source>Change ownership</source>
5344 <target>转移视频</target> 5284 <target>转移视频</target>
@@ -5503,6 +5443,18 @@
5503 <context context-type="linenumber">8</context> 5443 <context context-type="linenumber">8</context>
5504 </context-group> 5444 </context-group>
5505 <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">8</context></context-group> 5445 <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">8</context></context-group>
5446 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5447 <source>See the error</source><target state="new">See the error</target>
5448 <context-group purpose="location">
5449 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5450 <context context-type="linenumber">19</context>
5451 </context-group>
5452 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5453 <source>This video was deleted</source><target state="new">This video was deleted</target>
5454 <context-group purpose="location">
5455 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5456 <context context-type="linenumber">36</context>
5457 </context-group>
5506 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5458 </trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5507 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5459 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5508 <context-group purpose="location"> 5460 <context-group purpose="location">
@@ -5892,35 +5844,11 @@
5892 </context-group> 5844 </context-group>
5893 5845
5894 5846
5895 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5847 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5896 <source>Creators</source><target state="new">Creators</target>
5897 <context-group purpose="location">
5898 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5899 <context context-type="linenumber">162</context>
5900 </context-group>
5901 </trans-unit><trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5902 <source>Creator guide</source><target state="new">Creator guide</target>
5903 <context-group purpose="location">
5904 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5905 <context context-type="linenumber">162</context>
5906 </context-group>
5907 </trans-unit><trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5908 <source>Contributors</source><target state="new">Contributors</target>
5909 <context-group purpose="location">
5910 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5911 <context context-type="linenumber">163</context>
5912 </context-group>
5913 </trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5914 <source>PeerTube license</source><target state="new">PeerTube license</target> 5848 <source>PeerTube license</source><target state="new">PeerTube license</target>
5915 <context-group purpose="location"> 5849
5916 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5850
5917 <context context-type="linenumber">163</context> 5851 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5918 </context-group>
5919 <context-group purpose="location">
5920 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5921 <context context-type="linenumber">175</context>
5922 </context-group>
5923 </trans-unit>
5924 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 5852 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5925 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5853 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5926 <target><x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/>加入</target> 5854 <target><x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/>加入</target>
@@ -6890,6 +6818,30 @@
6890 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6818 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6891 <context context-type="linenumber">1</context> 6819 <context context-type="linenumber">1</context>
6892 </context-group> 6820 </context-group>
6821 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6822 <source>Process domains</source><target state="new">Process domains</target>
6823 <context-group purpose="location">
6824 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6825 <context context-type="linenumber">1</context>
6826 </context-group>
6827 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6828 <source>Domain is required.</source><target state="new">Domain is required.</target>
6829 <context-group purpose="location">
6830 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6831 <context context-type="linenumber">1</context>
6832 </context-group>
6833 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6834 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6835 <context-group purpose="location">
6836 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6837 <context context-type="linenumber">1</context>
6838 </context-group>
6839 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6840 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6841 <context-group purpose="location">
6842 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6843 <context context-type="linenumber">1</context>
6844 </context-group>
6893 </trans-unit> 6845 </trans-unit>
6894 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 6846 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6895 <source>Unlimited</source> 6847 <source>Unlimited</source>
@@ -6902,6 +6854,16 @@
6902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 6854 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6903 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 6855 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6904 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 6856 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
6857 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6858 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6859 <context-group purpose="location">
6860 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6861 <context context-type="linenumber">1</context>
6862 </context-group>
6863 <context-group purpose="location">
6864 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6865 <context context-type="linenumber">1</context>
6866 </context-group>
6905 </trans-unit> 6867 </trans-unit>
6906 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a"> 6868 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
6907 <source>100MB</source> 6869 <source>100MB</source>
@@ -7032,48 +6994,20 @@
7032 <context-group name="null"> 6994 <context-group name="null">
7033 <context context-type="linenumber">1</context> 6995 <context context-type="linenumber">1</context>
7034 </context-group> 6996 </context-group>
7035 <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> 6997
7036 </trans-unit> 6998 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7037 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df"> 6999
7038 <source>You need to specify hosts to follow.</source> 7000
7039 <target>请指定要关注的主机名。</target> 7001
7040 <context-group name="null"> 7002
7041 <context context-type="linenumber">1</context>
7042 </context-group>
7043 <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>
7044 </trans-unit>
7045 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
7046 <source>Hosts need to be unique.</source>
7047 <target>主机名不能重复。</target>
7048 <context-group name="null">
7049 <context context-type="linenumber">1</context>
7050 </context-group>
7051 <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>
7052 </trans-unit>
7053 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
7054 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
7055 <target>请确认您要向以下实例发送关注请求:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
7056 <context-group name="null">
7057 <context context-type="linenumber">1</context>
7058 </context-group>
7059 <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>
7060 </trans-unit>
7061 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
7062 <source>Follow new server(s)</source>
7063 <target>关注新实例</target>
7064 <context-group name="null">
7065 <context context-type="linenumber">1</context>
7066 </context-group>
7067 <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>
7068 </trans-unit>
7069 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 7003 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
7070 <source>Follow request(s) sent!</source> 7004 <source>Follow request(s) sent!</source>
7071 <target>关注请求已发送!</target> 7005 <target>关注请求已发送!</target>
7072 <context-group name="null"> 7006 <context-group name="null">
7073 <context context-type="linenumber">1</context> 7007 <context context-type="linenumber">1</context>
7074 </context-group> 7008 </context-group>
7075 <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> 7009
7076 </trans-unit> 7010 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7077 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 7011 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
7078 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 7012 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
7079 <target>您确定要取消关注 <x id="INTERPOLATION" equiv-text="{{host}}"/> 吗?</target> 7013 <target>您确定要取消关注 <x id="INTERPOLATION" equiv-text="{{host}}"/> 吗?</target>
@@ -7167,6 +7101,12 @@
7167 <context context-type="linenumber">1</context> 7101 <context context-type="linenumber">1</context>
7168 </context-group> 7102 </context-group>
7169 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group> 7103 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group>
7104 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
7105 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
7106 <context-group purpose="location">
7107 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
7108 <context context-type="linenumber">1</context>
7109 </context-group>
7170 </trans-unit> 7110 </trans-unit>
7171 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 7111 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
7172 <source>Comment updated.</source> 7112 <source>Comment updated.</source>
@@ -7175,23 +7115,33 @@
7175 <context context-type="linenumber">1</context> 7115 <context context-type="linenumber">1</context>
7176 </context-group> 7116 </context-group>
7177 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group> 7117 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group>
7178 </trans-unit> 7118 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
7179 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978"> 7119 <source>Internal actions</source><target state="new">Internal actions</target>
7180 <source>Delete this report</source> 7120 <context-group purpose="location">
7181 <target>删除这条举报</target> 7121 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7182 <context-group name="null">
7183 <context context-type="linenumber">1</context> 7122 <context context-type="linenumber">1</context>
7184 </context-group> 7123 </context-group>
7185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7124 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
7186 </trans-unit> 7125 <source>Delete report</source><target state="new">Delete report</target>
7187 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321"> 7126 <context-group purpose="location">
7188 <source>Update moderation comment</source> 7127 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7189 <target>更新运营备注信息</target> 7128 <context context-type="linenumber">1</context>
7190 <context-group name="null"> 7129 </context-group>
7130 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
7131 <source>Add note</source><target state="new">Add note</target>
7132 <context-group purpose="location">
7133 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7134 <context context-type="linenumber">1</context>
7135 </context-group>
7136 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
7137 <source>Update note</source><target state="new">Update note</target>
7138 <context-group purpose="location">
7139 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7191 <context context-type="linenumber">1</context> 7140 <context context-type="linenumber">1</context>
7192 </context-group> 7141 </context-group>
7193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7194 </trans-unit> 7142 </trans-unit>
7143
7144
7195 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3"> 7145 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
7196 <source>Mark as accepted</source> 7146 <source>Mark as accepted</source>
7197 <target>标记为已接受</target> 7147 <target>标记为已接受</target>
@@ -7207,6 +7157,12 @@
7207 <context context-type="linenumber">1</context> 7157 <context context-type="linenumber">1</context>
7208 </context-group> 7158 </context-group>
7209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7159 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7160 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
7161 <source>Actions for the video</source><target state="new">Actions for the video</target>
7162 <context-group purpose="location">
7163 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7164 <context context-type="linenumber">1</context>
7165 </context-group>
7210 </trans-unit> 7166 </trans-unit>
7211 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599"> 7167 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
7212 <source>Do you really want to delete this abuse report?</source> 7168 <source>Do you really want to delete this abuse report?</source>
@@ -8097,11 +8053,8 @@
8097 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group> 8053 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group>
8098 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 8054 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
8099 <source>max size</source><target state="new">max size</target> 8055 <source>max size</source><target state="new">max size</target>
8100 <context-group purpose="location"> 8056
8101 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 8057 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8102 <context context-type="linenumber">1</context>
8103 </context-group>
8104 </trans-unit>
8105 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa"> 8058 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa">
8106 <source>Now please check your emails to verify your account and complete signup.</source> 8059 <source>Now please check your emails to verify your account and complete signup.</source>
8107 <target>要验证您的帐户并完成注册,请检查您的电子邮件。</target> 8060 <target>要验证您的帐户并完成注册,请检查您的电子邮件。</target>
@@ -8450,6 +8403,12 @@
8450 <context context-type="linenumber">1</context> 8403 <context context-type="linenumber">1</context>
8451 </context-group> 8404 </context-group>
8452 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8405 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8406 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8407 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8408 <context-group purpose="location">
8409 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8410 <context context-type="linenumber">1</context>
8411 </context-group>
8453 </trans-unit> 8412 </trans-unit>
8454 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 8413 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
8455 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 8414 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8522,15 +8481,14 @@
8522 <context context-type="linenumber">1</context> 8481 <context context-type="linenumber">1</context>
8523 </context-group> 8482 </context-group>
8524 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8483 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8525 </trans-unit> 8484 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8526 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 8485 <source>just now</source><target state="new">just now</target>
8527 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 8486 <context-group purpose="location">
8528 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 秒前</target> 8487 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8529 <context-group name="null">
8530 <context context-type="linenumber">1</context> 8488 <context context-type="linenumber">1</context>
8531 </context-group> 8489 </context-group>
8532 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8490 </trans-unit>
8533 </trans-unit><trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8491 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8534 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 8492 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
8535 <context-group purpose="location"> 8493 <context-group purpose="location">
8536 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8494 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
@@ -10210,8 +10168,8 @@
10210 <context-group name="null"> 10168 <context-group name="null">
10211 <context context-type="linenumber">1</context> 10169 <context context-type="linenumber">1</context>
10212 </context-group> 10170 </context-group>
10213 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group> 10171
10214 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10215 <source>Encoder</source><target state="new">Encoder</target> 10173 <source>Encoder</source><target state="new">Encoder</target>
10216 <context-group purpose="location"> 10174 <context-group purpose="location">
10217 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10175 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -10484,15 +10442,14 @@
10484 <context context-type="linenumber">1</context> 10442 <context context-type="linenumber">1</context>
10485 </context-group> 10443 </context-group>
10486 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 10444 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10487 </trans-unit> 10445 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10488 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 10446 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10489 <source>The deletion will be sent to remote instances, so they remove the comment too.</source>
10490 <target state="new"> The deletion will be sent to remote instances, so they remove the comment too.</target>
10491 <context-group purpose="location"> 10447 <context-group purpose="location">
10492 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10448 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10493 <context context-type="linenumber">1</context> 10449 <context context-type="linenumber">1</context>
10494 </context-group> 10450 </context-group>
10495 </trans-unit> 10451 </trans-unit>
10452
10496 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d"> 10453 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d">
10497 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10454 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10498 <target>这是一条远程评论,所以它只能在本实例被删除。</target> 10455 <target>这是一条远程评论,所以它只能在本实例被删除。</target>
diff --git a/client/src/locale/angular.zh-Hant-TW.xlf b/client/src/locale/angular.zh-Hant-TW.xlf
index c3bf30a6a..9b9983908 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">
@@ -535,8 +543,8 @@
535 <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> 543 <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>
536 </trans-unit> 544 </trans-unit>
537 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 545 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
538 <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;"/> and will be forwarded to the video origin (<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> 546 <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>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
539 <target state="translated">您的回報將會傳送給 <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><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;"/>. </target> 547 <target state="translated">您的回報將會傳送給 <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><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>"/>. </target>
540 <context-group purpose="location"> 548 <context-group purpose="location">
541 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 549 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
542 <context context-type="linenumber">9</context> 550 <context context-type="linenumber">9</context>
@@ -598,32 +606,32 @@
598 <context-group name="null"> 606 <context-group name="null">
599 <context context-type="linenumber">6</context> 607 <context context-type="linenumber">6</context>
600 </context-group> 608 </context-group>
601 <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> 609
602 <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
603 </trans-unit> 611 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</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>
604 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 612 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
605 <source>Private</source> 613 <source>Private</source>
606 <target>私密</target> 614 <target>私密</target>
607 <context-group name="null"> 615 <context-group name="null">
608 <context context-type="linenumber">7</context> 616 <context context-type="linenumber">7</context>
609 </context-group> 617 </context-group>
610 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">25</context></context-group> 618
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">33</context></context-group> 619
612 <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
613 </trans-unit> 621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</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>
614 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 622 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
615 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 623 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
616 <target state="translated">{VAR_PLURAL, plural, =1 {1 次檢視} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 次檢視} }</target> 624 <target state="translated">{VAR_PLURAL, plural, =1 {1 次檢視} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 次檢視} }</target>
617 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">20</context></context-group> 625
618 </trans-unit> 626 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
619 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 627 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
620 <source>Blacklisted</source> 628 <source>Blacklisted</source>
621 <target>已加入黑名單</target> 629 <target>已加入黑名單</target>
622 <context-group name="null"> 630 <context-group name="null">
623 <context context-type="linenumber">42</context> 631 <context context-type="linenumber">42</context>
624 </context-group> 632 </context-group>
625 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">43</context></context-group> 633
626 </trans-unit> 634 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
627 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 635 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
628 <source>Sensitive</source> 636 <source>Sensitive</source>
629 <target> 637 <target>
@@ -632,8 +640,8 @@
632 <context-group name="null"> 640 <context-group name="null">
633 <context context-type="linenumber">46</context> 641 <context context-type="linenumber">46</context>
634 </context-group> 642 </context-group>
635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">47</context></context-group> 643
636 </trans-unit> 644 <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>
637 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 645 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
638 <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>
639 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 647 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -691,11 +699,11 @@
691 <context-group name="null"> 699 <context-group name="null">
692 <context context-type="linenumber">15</context> 700 <context context-type="linenumber">15</context>
693 </context-group> 701 </context-group>
694 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group> 702
695 <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">73</context></context-group> 703
696 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</context></context-group> 704
697 <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> 705
698 </trans-unit> 706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</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">27</context></context-group></trans-unit>
699 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 707 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
700 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 708 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
701 <target>從 <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/> 刪除</target> 709 <target>從 <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/> 刪除</target>
@@ -737,19 +745,19 @@
737 <context-group name="null"> 745 <context-group name="null">
738 <context context-type="linenumber">63</context> 746 <context context-type="linenumber">63</context>
739 </context-group> 747 </context-group>
740 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group> 748
741 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group> 749
742 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group> 750
743 <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">41</context></context-group> 751
744 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group> 752
745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group> 753
746 <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">11</context></context-group> 754
747 <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">87</context></context-group> 755
748 <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">11</context></context-group> 756
749 <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">87</context></context-group> 757
750 <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">11</context></context-group> 758
751 <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">11</context></context-group> 759
752 </trans-unit> 760 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><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">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</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">11</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">87</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">11</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">87</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">11</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">11</context></context-group></trans-unit>
753 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 761 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
754 <source>Truncated preview</source> 762 <source>Truncated preview</source>
755 <target>截取預覽</target> 763 <target>截取預覽</target>
@@ -831,10 +839,13 @@
831 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 839 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
832 </trans-unit> 840 </trans-unit>
833 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 841 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
834 <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> 842 <source>
843 <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>"/>
844 <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>"/>
845 </source>
835 <target> 846 <target>
836 <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;"/> 847 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>遠端訂閱<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&gt;"/>遠端實體<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 848 <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>"/>
838 </target> 849 </target>
839 <context-group name="null"> 850 <context-group name="null">
840 <context context-type="linenumber">10</context> 851 <context context-type="linenumber">10</context>
@@ -842,9 +853,12 @@
842 <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> 853 <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>
843 </trans-unit> 854 </trans-unit>
844 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963"> 855 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963">
845 <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> 856 <source>
857 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/>"/>
858 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
859 </source>
846 <target> 860 <target>
847 您可以透過任何支援 ActivityPub 協定的聯盟實體訂閱此頻道。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 861 您可以透過任何支援 ActivityPub 協定的聯盟實體訂閱此頻道。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
848 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。 862 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。
849 </target> 863 </target>
850 <context-group name="null"> 864 <context-group name="null">
@@ -853,9 +867,12 @@
853 <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> 867 <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>
854 </trans-unit> 868 </trans-unit>
855 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d"> 869 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d">
856 <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> 870 <source>
871 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/>"/>
872 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
873 </source>
857 <target> 874 <target>
858 您可以透過任何支援 ActivityPub 協定的聯盟實體與此互動。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 875 您可以透過任何支援 ActivityPub 協定的聯盟實體與此互動。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
859 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。 876 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。
860 </target> 877 </target>
861 <context-group name="null"> 878 <context-group name="null">
@@ -872,10 +889,13 @@
872 </context-group> 889 </context-group>
873 </trans-unit> 890 </trans-unit>
874 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f"> 891 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f">
875 <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> 892 <source>
893 <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>"/>
894 <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>"/>
895 </source>
876 <target> 896 <target>
877 <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;"/> 897 <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>"/>
878 <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;"/> 898 <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>"/>
879 </target> 899 </target>
880 <context-group name="null"> 900 <context-group name="null">
881 <context context-type="linenumber">5</context> 901 <context context-type="linenumber">5</context>
@@ -934,9 +954,9 @@
934 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
935 </trans-unit> 955 </trans-unit>
936 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 956 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
937 <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> 957 <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>
938 <target> 958 <target>
939 無限 <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;"/> 959 無限 <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>"/>
940 </target> 960 </target>
941 <context-group name="null"> 961 <context-group name="null">
942 <context context-type="linenumber">53</context> 962 <context context-type="linenumber">53</context>
@@ -949,10 +969,10 @@
949 <context-group name="null"> 969 <context-group name="null">
950 <context context-type="linenumber">286</context> 970 <context context-type="linenumber">286</context>
951 </context-group> 971 </context-group>
952 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group> 972
953 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group> 973
954 <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">46</context></context-group> 974
955 </trans-unit> 975 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">45</context></context-group></trans-unit>
956 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 976 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
957 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 977 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
958 <target>HTTP 匯入(YouTube、Vimeo、直接 URL 等)</target> 978 <target>HTTP 匯入(YouTube、Vimeo、直接 URL 等)</target>
@@ -1092,19 +1112,19 @@
1092 <context-group name="null"> 1112 <context-group name="null">
1093 <context context-type="linenumber">23</context> 1113 <context context-type="linenumber">23</context>
1094 </context-group> 1114 </context-group>
1095 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group> 1115
1096 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group> 1116
1097 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group> 1117
1098 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group> 1118
1099 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 1119
1100 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group> 1120
1101 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</context></context-group> 1121
1102 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">47</context></context-group> 1122
1103 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">24</context></context-group> 1123
1104 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group> 1124
1105 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group> 1125
1106 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group> 1126
1107 </trans-unit> 1127 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">36</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">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
1108 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1128 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1109 <source>Ban this user</source> 1129 <source>Ban this user</source>
1110 <target>阻擋此使用者</target> 1130 <target>阻擋此使用者</target>
@@ -1121,14 +1141,7 @@
1121 </context-group> 1141 </context-group>
1122 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group> 1142 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group>
1123 </trans-unit> 1143 </trans-unit>
1124 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798"> 1144
1125 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1126 <target>(副檔名:<x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>,最大大小:<x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1127 <context-group name="null">
1128 <context context-type="linenumber">12</context>
1129 </context-group>
1130 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context><context context-type="linenumber">12</context></context-group>
1131 </trans-unit>
1132 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1145 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1133 <source>Login</source> 1146 <source>Login</source>
1134 <target> 1147 <target>
@@ -1148,8 +1161,15 @@
1148 </context-group> 1161 </context-group>
1149 </trans-unit> 1162 </trans-unit>
1150 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html"> 1163 <trans-unit id="79dacac459775e2cf163bce6c3f05ed814f82ba2" datatype="html">
1151 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1164 <source>
1152 <target state="translated">此站臺目前不允許使用者註冊,但您可以尋找另一個讓您可以註冊帳號並上傳影片的站臺。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 在許多站臺中找到適合您的:<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>。 </target> 1165 Currently this instance doesn't allow for user registration, but you can find an instance
1166 that gives you the possibility to sign up for an account and upload your videos there.
1167
1168 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1169
1170 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1171 </source>
1172 <target state="translated">此站臺目前不允許使用者註冊,但您可以尋找另一個讓您可以註冊帳號並上傳影片的站臺。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 在許多站臺中找到適合您的:<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。 </target>
1153 <context-group purpose="location"> 1173 <context-group purpose="location">
1154 <context context-type="sourcefile">src/app/login/login.component.html</context> 1174 <context context-type="sourcefile">src/app/login/login.component.html</context>
1155 <context context-type="linenumber">11</context> 1175 <context context-type="linenumber">11</context>
@@ -1247,15 +1267,15 @@
1247 <context-group name="null"> 1267 <context-group name="null">
1248 <context context-type="linenumber">43</context> 1268 <context context-type="linenumber">43</context>
1249 </context-group> 1269 </context-group>
1250 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group> 1270
1251 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1271
1252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1272
1253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">41</context></context-group> 1273
1254 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group> 1274
1255 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</context></context-group> 1275
1256 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group> 1276
1257 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group> 1277
1258 </trans-unit> 1278 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</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">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</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">41</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">43</context></context-group></trans-unit>
1259 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1279 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1260 <source>Email address</source> 1280 <source>Email address</source>
1261 <target>電子郵件地址</target> 1281 <target>電子郵件地址</target>
@@ -1314,9 +1334,9 @@
1314 </context-group> 1334 </context-group>
1315 </trans-unit> 1335 </trans-unit>
1316 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1336 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1317 <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> 1337 <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>
1318 <target> 1338 <target>
1319 為 <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;"/> 1339 為 <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>"/>
1320 </target> 1340 </target>
1321 <context-group name="null"> 1341 <context-group name="null">
1322 <context context-type="linenumber">6</context> 1342 <context context-type="linenumber">6</context>
@@ -1324,10 +1344,13 @@
1324 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1344 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1325 </trans-unit> 1345 </trans-unit>
1326 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1346 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1327 <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> 1347 <source>
1348 Filters
1349 <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>"/>
1350 </source>
1328 <target> 1351 <target>
1329 過濾器 1352 過濾器
1330 <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;"/> 1353 <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>"/>
1331 </target> 1354 </target>
1332 <context-group name="null"> 1355 <context-group name="null">
1333 <context context-type="linenumber">16</context> 1356 <context context-type="linenumber">16</context>
@@ -1359,7 +1382,8 @@
1359 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group> 1382 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group>
1360 </trans-unit> 1383 </trans-unit>
1361 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c"> 1384 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1362 <source>CLI documentation</source> 1385 <source>CLI
1386 documentation</source>
1363 <target>CLI 1387 <target>CLI
1364 文件</target> 1388 文件</target>
1365 <context-group name="null"> 1389 <context-group name="null">
@@ -1376,7 +1400,8 @@
1376 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group> 1400 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group>
1377 </trans-unit> 1401 </trans-unit>
1378 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9"> 1402 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1379 <source>Administer documentation</source> 1403 <source>Administer
1404 documentation</source>
1380 <target>管理員 1405 <target>管理員
1381 文件</target> 1406 文件</target>
1382 <context-group name="null"> 1407 <context-group name="null">
@@ -1393,7 +1418,8 @@
1393 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group> 1418 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group>
1394 </trans-unit> 1419 </trans-unit>
1395 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417"> 1420 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1396 <source>Use documentation</source> 1421 <source>Use
1422 documentation</source>
1397 <target>使用 1423 <target>使用
1398 文件</target> 1424 文件</target>
1399 <context-group name="null"> 1425 <context-group name="null">
@@ -1418,16 +1444,16 @@
1418 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group> 1444 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group>
1419 </trans-unit> 1445 </trans-unit>
1420 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60"> 1446 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60">
1421 <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> 1447 <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>
1422 <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> 1448 <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>
1423 <context-group name="null"> 1449 <context-group name="null">
1424 <context context-type="linenumber">44</context> 1450 <context context-type="linenumber">44</context>
1425 </context-group> 1451 </context-group>
1426 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group> 1452 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group>
1427 </trans-unit> 1453 </trans-unit>
1428 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6"> 1454 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1429 <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> 1455 <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>
1430 <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;"/> 1456 <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>"/>
1431 </target> 1457 </target>
1432 <context-group name="null"> 1458 <context-group name="null">
1433 <context context-type="linenumber">47</context> 1459 <context context-type="linenumber">47</context>
@@ -1443,10 +1469,14 @@
1443 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group> 1469 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group>
1444 </trans-unit> 1470 </trans-unit>
1445 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6"> 1471 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6">
1446 <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> 1472 <source>
1473 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>"/>,
1474 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>"/>
1475 is very important for visitors to understand on what type of instance they are.
1476 </source>
1447 <target> 1477 <target>
1448 選擇您的<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;"/>、 1478 選擇您的<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>"/>、
1449 為什麼<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;"/> 1479 為什麼<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>"/>
1450 都對訪客了解他們正在哪種站臺上非常重要。 1480 都對訪客了解他們正在哪種站臺上非常重要。
1451 </target> 1481 </target>
1452 <context-group name="null"> 1482 <context-group name="null">
@@ -1455,12 +1485,18 @@
1455 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group> 1485 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group>
1456 </trans-unit> 1486 </trans-unit>
1457 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c"> 1487 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c">
1458 <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> 1488 <source>
1489 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
1490 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1491 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
1492 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1493 PeerTube instance.
1494 </source>
1459 <target> 1495 <target>
1460 如果您想要開放註冊,請決定好<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;"/>站臺 1496 如果您想要開放註冊,請決定好<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>"/>站臺
1461 條款<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1497 條款<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1462 並指定分類與您說的語言。這樣,您就可以協助使用者在<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the 1498 並指定分類與您說的語言。這樣,您就可以協助使用者在<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1463 適合的<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1499 適合的<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1464 PeerTube 站臺上註冊。 1500 PeerTube 站臺上註冊。
1465 </target> 1501 </target>
1466 <context-group name="null"> 1502 <context-group name="null">
@@ -1559,8 +1595,11 @@
1559 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">21</context></context-group> 1595 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">21</context></context-group>
1560 </trans-unit> 1596 </trans-unit>
1561 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1597 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1562 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1598 <source>
1563 <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_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube 網站<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>上顯示。 </target> 1599 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1600 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1601 </source>
1602 <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_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube 網站<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>上顯示。 </target>
1564 <context-group purpose="location"> 1603 <context-group purpose="location">
1565 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1604 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1566 <context context-type="linenumber">24</context> 1605 <context context-type="linenumber">24</context>
@@ -1635,15 +1674,9 @@
1635 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1674 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1636 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source> 1675 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source>
1637 <target state="translated">站臺:<x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1676 <target state="translated">站臺:<x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1638 <context-group purpose="location"> 1677
1639 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1678
1640 <context context-type="linenumber">36</context> 1679 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit>
1641 </context-group>
1642 <context-group purpose="location">
1643 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1644 <context context-type="linenumber">158</context>
1645 </context-group>
1646 </trans-unit>
1647 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html"> 1680 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1648 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source> 1681 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source>
1649 <target state="translated">影片:<x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1682 <target state="translated">影片:<x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
@@ -1687,48 +1720,33 @@
1687 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1720 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1688 <source>Help</source> 1721 <source>Help</source>
1689 <target state="translated">說明</target> 1722 <target state="translated">說明</target>
1690 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">167</context></context-group> 1723
1691 </trans-unit> 1724 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1692 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1725 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1693 <source>Get help using PeerTube</source> 1726 <source>Get help using PeerTube</source>
1694 <target state="translated">取得 PeerTube 的使用說明</target> 1727 <target state="translated">取得 PeerTube 的使用說明</target>
1695 <context-group purpose="location"> 1728
1696 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1729 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit>
1697 <context context-type="linenumber">167</context>
1698 </context-group>
1699 </trans-unit>
1700 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html"> 1730 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1701 <source>Shortcuts</source> 1731 <source>Shortcuts</source>
1702 <target state="translated">快捷鍵</target> 1732 <target state="translated">快捷鍵</target>
1703 <context-group purpose="location"> 1733
1704 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1734 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit>
1705 <context context-type="linenumber">168</context>
1706 </context-group>
1707 </trans-unit>
1708 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html"> 1735 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1709 <source>powered by PeerTube</source> 1736 <source>powered by PeerTube</source>
1710 <target state="translated">威力本源 PeerTube</target> 1737 <target state="translated">威力本源 PeerTube</target>
1711 <context-group purpose="location"> 1738
1712 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1739 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1713 <context context-type="linenumber">172</context>
1714 </context-group>
1715 </trans-unit>
1716 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html"> 1740 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1717 <source>PeerTube website</source> 1741 <source>PeerTube website</source>
1718 <target state="translated">PeerTube 網站</target> 1742 <target state="translated">PeerTube 網站</target>
1719 <context-group purpose="location"> 1743
1720 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1744 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit>
1721 <context context-type="linenumber">172</context>
1722 </context-group>
1723 </trans-unit>
1724 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html"> 1745 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1725 <source>powered by PeerTube - CopyLeft 2015-2020</source> 1746 <source>powered by PeerTube - CopyLeft 2015-2020</source>
1726 <target state="translated">威力本源 PeerTube - CopyLeft 2015-2020</target> 1747 <target state="translated">威力本源 PeerTube - CopyLeft 2015-2020</target>
1727 <context-group purpose="location"> 1748
1728 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1749 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit>
1729 <context context-type="linenumber">171</context>
1730 </context-group>
1731 </trans-unit>
1732 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1750 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1733 <source>Log out</source> 1751 <source>Log out</source>
1734 <target>登出</target> 1752 <target>登出</target>
@@ -1852,19 +1870,9 @@
1852 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1870 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1853 <source>Contact</source> 1871 <source>Contact</source>
1854 <target state="translated">聯絡人</target> 1872 <target state="translated">聯絡人</target>
1855 <context-group purpose="location"> 1873
1856 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1874 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit>
1857 <context context-type="linenumber">154</context> 1875
1858 </context-group>
1859 </trans-unit>
1860 <trans-unit id="aa4f4b7c81ae9cabfcebc2173f31e3f4bf08d833" datatype="html">
1861 <source>Terms of Service</source>
1862 <target state="translated">服務條款</target>
1863 <context-group purpose="location">
1864 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1865 <context context-type="linenumber">155</context>
1866 </context-group>
1867 </trans-unit>
1868 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1876 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1869 <source>View your notifications</source> 1877 <source>View your notifications</source>
1870 <target>檢視您的通知</target> 1878 <target>檢視您的通知</target>
@@ -2025,8 +2033,11 @@
2025 </context-group> 2033 </context-group>
2026 </trans-unit> 2034 </trans-unit>
2027 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 2035 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
2028 <source>Jump to channel <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;"/> </source> 2036 <source>
2029 <target state="translated">跳到頻道 <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;"/> </target> 2037 Jump to channel
2038 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2039 </source>
2040 <target state="translated">跳到頻道 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2030 <context-group purpose="location"> 2041 <context-group purpose="location">
2031 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2042 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
2032 <context context-type="linenumber">18</context> 2043 <context context-type="linenumber">18</context>
@@ -2264,8 +2275,12 @@
2264 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2275 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2265 </trans-unit> 2276 </trans-unit>
2266 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2277 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2267 <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> 2278 <source>
2268 <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> 2279 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2280 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2281 Press Enter to add a new tag.
2282 </source>
2283 <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>
2269 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2284 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2270 </trans-unit> 2285 </trans-unit>
2271 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2286 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2323,69 +2338,50 @@
2323 <context-group name="null"> 2338 <context-group name="null">
2324 <context context-type="linenumber">23</context> 2339 <context context-type="linenumber">23</context>
2325 </context-group> 2340 </context-group>
2326 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group> 2341
2327 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group> 2342
2328 <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">12</context></context-group> 2343
2329 <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">28</context></context-group> 2344
2330 <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">70</context></context-group> 2345
2331 <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">70</context></context-group> 2346
2332 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group> 2347
2333 </trans-unit> 2348 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><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">11</context></context-group><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">27</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">70</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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2334 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2349 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2335 <source>Privacy</source> 2350 <source>Privacy</source>
2336 <target>隱私</target> 2351 <target>隱私</target>
2337 <context-group name="null"> 2352 <context-group name="null">
2338 <context context-type="linenumber">33</context> 2353 <context context-type="linenumber">33</context>
2339 </context-group> 2354 </context-group>
2340 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group> 2355
2341 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group> 2356
2342 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group> 2357
2343 <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">21</context></context-group> 2358
2344 <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">37</context></context-group> 2359
2345 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">187</context></context-group> 2360
2346 <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">57</context></context-group> 2361
2347 <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">57</context></context-group> 2362
2348 </trans-unit> 2363 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">20</context></context-group><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">36</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">187</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">57</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">57</context></context-group></trans-unit>
2349 <trans-unit id="2799dff9e24f531a0b23e198ad3dde8e06e16267" datatype="html"> 2364
2350 <source>More information about privacy within PeerTube</source>
2351 <target state="translated">有關 PeerTube 中隱私的更多資訊</target>
2352 <context-group purpose="location">
2353 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2354 <context context-type="linenumber">164</context>
2355 </context-group>
2356 </trans-unit>
2357 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html"> 2365 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2358 <source>FAQ</source> 2366 <source>FAQ</source>
2359 <target state="translated">FAQ</target> 2367 <target state="translated">FAQ</target>
2360 <context-group purpose="location"> 2368
2361 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2369 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2362 <context context-type="linenumber">165</context>
2363 </context-group>
2364 </trans-unit>
2365 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html"> 2370 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2366 <source>Frequently asked questions about PeerTube</source> 2371 <source>Frequently asked questions about PeerTube</source>
2367 <target state="translated">關於 PeerTube 的常見問題</target> 2372 <target state="translated">關於 PeerTube 的常見問題</target>
2368 <context-group purpose="location"> 2373
2369 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2374 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit>
2370 <context context-type="linenumber">165</context>
2371 </context-group>
2372 </trans-unit>
2373 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html"> 2375 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2374 <source>API</source> 2376 <source>API</source>
2375 <target state="translated">API</target> 2377 <target state="translated">API</target>
2376 <context-group purpose="location"> 2378
2377 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2379 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2378 <context context-type="linenumber">166</context>
2379 </context-group>
2380 </trans-unit>
2381 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html"> 2380 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2382 <source>API documentation</source> 2381 <source>API documentation</source>
2383 <target state="translated">API 文件</target> 2382 <target state="translated">API 文件</target>
2384 <context-group purpose="location"> 2383
2385 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2384 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit>
2386 <context context-type="linenumber">166</context>
2387 </context-group>
2388 </trans-unit>
2389 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2385 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2390 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2386 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2391 <target>計劃發佈於 (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2387 <target>計劃發佈於 (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
@@ -2451,7 +2447,7 @@
2451 <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> 2447 <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>
2452 </trans-unit> 2448 </trans-unit>
2453 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2449 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2454 <source>Already uploaded ✔</source> 2450 <source>Already uploaded ✔</source>
2455 <target>已上傳 ✔</target> 2451 <target>已上傳 ✔</target>
2456 <context-group name="null"> 2452 <context-group name="null">
2457 <context context-type="linenumber">179</context> 2453 <context context-type="linenumber">179</context>
@@ -2582,9 +2578,13 @@
2582 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2578 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2583 </trans-unit> 2579 </trans-unit>
2584 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7"> 2580 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7">
2585 <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> 2581 <source>
2582 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>"/>
2583 or URL that points to a raw MP4 file.
2584 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.
2585 </source>
2586 <target> 2586 <target>
2587 您可以匯入任何 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;"/> 2587 您可以匯入任何 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>"/>
2588 或指向原始 MP4 檔案的 URL。 2588 或指向原始 MP4 檔案的 URL。
2589 您應該確保您對您所指向的內容有傳播權,否則可能會為您與您的站臺惹上法律問題。 2589 您應該確保您對您所指向的內容有傳播權,否則可能會為您與您的站臺惹上法律問題。
2590 </target> 2590 </target>
@@ -2599,10 +2599,10 @@
2599 <context-group name="null"> 2599 <context-group name="null">
2600 <context context-type="linenumber">53</context> 2600 <context context-type="linenumber">53</context>
2601 </context-group> 2601 </context-group>
2602 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group> 2602
2603 <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">64</context></context-group> 2603
2604 <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">53</context></context-group> 2604
2605 </trans-unit> 2605 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">63</context></context-group><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">52</context></context-group></trans-unit>
2606 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2606 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2607 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2607 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2608 <target>恭喜,在 <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> 後的影片將會匯入!您已經可以加入關於此影片的資訊了。 </target> 2608 <target>恭喜,在 <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> 後的影片將會匯入!您已經可以加入關於此影片的資訊了。 </target>
@@ -2617,11 +2617,11 @@
2617 <context-group name="null"> 2617 <context-group name="null">
2618 <context context-type="linenumber">17</context> 2618 <context context-type="linenumber">17</context>
2619 </context-group> 2619 </context-group>
2620 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group> 2620
2621 <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">74</context></context-group> 2621
2622 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group> 2622
2623 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group> 2623
2624 </trans-unit> 2624 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2625 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2625 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2626 <source>Select the file to upload</source> 2626 <source>Select the file to upload</source>
2627 <target>選取要上傳的檔案</target> 2627 <target>選取要上傳的檔案</target>
@@ -2636,48 +2636,43 @@
2636 <context-group name="null"> 2636 <context-group name="null">
2637 <context context-type="linenumber">25</context> 2637 <context context-type="linenumber">25</context>
2638 </context-group> 2638 </context-group>
2639 <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">25</context></context-group> 2639
2640 </trans-unit> 2640 <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">24</context></context-group></trans-unit>
2641 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d"> 2641 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d">
2642 <source>Video background image</source> 2642 <source>Video background image</source>
2643 <target>影片背景圖片</target> 2643 <target>影片背景圖片</target>
2644 <context-group name="null"> 2644 <context-group name="null">
2645 <context context-type="linenumber">32</context> 2645 <context context-type="linenumber">32</context>
2646 </context-group> 2646 </context-group>
2647 <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> 2647
2648 </trans-unit> 2648 <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">31</context></context-group></trans-unit>
2649 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2649 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2650 <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> 2650 <source>
2651 Image that will be merged with your audio file.
2652 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2653 The chosen image will be definitive and cannot be modified.
2654 </source>
2651 <target> 2655 <target>
2652 圖片將會被合併到您的音訊檔中。 2656 圖片將會被合併到您的音訊檔中。
2653 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2657 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2654 選定的圖片將無法修改。 2658 選定的圖片將無法修改。
2655 </target> 2659 </target>
2656 <context-group name="null"> 2660 <context-group name="null">
2657 <context context-type="linenumber">34</context> 2661 <context context-type="linenumber">34</context>
2658 </context-group> 2662 </context-group>
2659 <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">34</context></context-group> 2663
2660 </trans-unit> 2664 <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">33</context></context-group></trans-unit>
2661 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2665 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2662 <source>Processing…</source> 2666 <source>Processing…</source>
2663 <target state="translated">正在處理……</target> 2667 <target state="translated">正在處理……</target>
2664 <context-group purpose="location"> 2668
2665 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2669 <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">55</context></context-group></trans-unit>
2666 <context context-type="linenumber">56</context>
2667 </context-group>
2668 </trans-unit>
2669 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html"> 2670 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2670 <source>Total video quota</source> 2671 <source>Total video quota</source>
2671 <target state="translated">總影片配額</target> 2672 <target state="translated">總影片配額</target>
2672 <context-group purpose="location"> 2673
2673 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2674
2674 <context context-type="linenumber">54</context> 2675 <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">53</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">11</context></context-group></trans-unit>
2675 </context-group>
2676 <context-group purpose="location">
2677 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
2678 <context context-type="linenumber">11</context>
2679 </context-group>
2680 </trans-unit>
2681 <trans-unit id="6357683911e256c566259880de43ea9403de00d3"> 2676 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2682 <source>Congratulations! Your video is now available in your private library.</source> 2677 <source>Congratulations! Your video is now available in your private library.</source>
2683 <target> 2678 <target>
@@ -2686,24 +2681,24 @@
2686 <context-group name="null"> 2681 <context-group name="null">
2687 <context context-type="linenumber">66</context> 2682 <context context-type="linenumber">66</context>
2688 </context-group> 2683 </context-group>
2689 <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">68</context></context-group> 2684
2690 </trans-unit> 2685 <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">67</context></context-group></trans-unit>
2691 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2686 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2692 <source>Publish will be available when upload is finished</source> 2687 <source>Publish will be available when upload is finished</source>
2693 <target>上傳完成時將可發佈</target> 2688 <target>上傳完成時將可發佈</target>
2694 <context-group name="null"> 2689 <context-group name="null">
2695 <context context-type="linenumber">79</context> 2690 <context context-type="linenumber">79</context>
2696 </context-group> 2691 </context-group>
2697 <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">81</context></context-group> 2692
2698 </trans-unit> 2693 <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">80</context></context-group></trans-unit>
2699 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2694 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2700 <source>Publish</source> 2695 <source>Publish</source>
2701 <target>發佈</target> 2696 <target>發佈</target>
2702 <context-group name="null"> 2697 <context-group name="null">
2703 <context context-type="linenumber">86</context> 2698 <context context-type="linenumber">86</context>
2704 </context-group> 2699 </context-group>
2705 <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">88</context></context-group> 2700
2706 </trans-unit> 2701 <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">87</context></context-group></trans-unit>
2707 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2702 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2708 <source>Select the torrent to import</source> 2703 <source>Select the torrent to import</source>
2709 <target>選取要匯入的種子</target> 2704 <target>選取要匯入的種子</target>
@@ -2711,25 +2706,27 @@
2711 <context context-type="linenumber">6</context> 2706 <context context-type="linenumber">6</context>
2712 </context-group> 2707 </context-group>
2713 <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">6</context></context-group> 2708 <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">6</context></context-group>
2714 </trans-unit> 2709 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2715 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2710 <source>OR</source><target state="new">OR</target>
2716 <source>Or</source> 2711 <context-group purpose="location">
2717 <target>或</target> 2712 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2718 <context-group name="null"> 2713 <context context-type="linenumber">10</context>
2719 <context context-type="linenumber">11</context>
2720 </context-group> 2714 </context-group>
2721 <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">11</context></context-group>
2722 </trans-unit> 2715 </trans-unit>
2716
2723 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2717 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2724 <source>Paste magnet URI</source> 2718 <source>Paste magnet URI</source>
2725 <target>貼上磁力連結</target> 2719 <target>貼上磁力連結</target>
2726 <context-group name="null"> 2720 <context-group name="null">
2727 <context context-type="linenumber">14</context> 2721 <context context-type="linenumber">14</context>
2728 </context-group> 2722 </context-group>
2729 <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> 2723
2730 </trans-unit> 2724 <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">13</context></context-group></trans-unit>
2731 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52"> 2725 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52">
2732 <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> 2726 <source>
2727 You can import any torrent file that points to a mp4 file.
2728 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.
2729 </source>
2733 <target> 2730 <target>
2734 您可以匯入任何指向 mp4 檔案的 torrent 檔案。 2731 您可以匯入任何指向 mp4 檔案的 torrent 檔案。
2735 您應該確保您對您所指向的內容有傳播權,否則可能會讓您與您的站臺惹上法慮問題。 2732 您應該確保您對您所指向的內容有傳播權,否則可能會讓您與您的站臺惹上法慮問題。
@@ -2737,19 +2734,23 @@
2737 <context-group name="null"> 2734 <context-group name="null">
2738 <context context-type="linenumber">17</context> 2735 <context context-type="linenumber">17</context>
2739 </context-group> 2736 </context-group>
2740 <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">17</context></context-group> 2737
2741 </trans-unit> 2738 <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">16</context></context-group></trans-unit>
2742 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2739 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2743 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2740 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2744 <target>恭喜,影片將會使用 BitTorrent 匯入!您已經可以加入關於此影片的資訊了。</target> 2741 <target>恭喜,影片將會使用 BitTorrent 匯入!您已經可以加入關於此影片的資訊了。</target>
2745 <context-group name="null"> 2742 <context-group name="null">
2746 <context context-type="linenumber">57</context> 2743 <context context-type="linenumber">57</context>
2747 </context-group> 2744 </context-group>
2748 <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> 2745
2749 </trans-unit> 2746 <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">56</context></context-group></trans-unit>
2750 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2747 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2751 <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> 2748 <source>
2752 <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> 2749 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.
2750 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2751 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.
2752 </source>
2753 <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>
2753 <context-group purpose="location"> 2754 <context-group purpose="location">
2754 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2755 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2755 <context context-type="linenumber">2</context> 2756 <context context-type="linenumber">2</context>
@@ -2991,16 +2992,16 @@
2991 <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> 2992 <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>
2992 </trans-unit> 2993 </trans-unit>
2993 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2994 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2994 <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> 2995 <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>
2995 <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> 2996 <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>
2996 <context-group purpose="location"> 2997 <context-group purpose="location">
2997 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2998 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2998 <context context-type="linenumber">45</context> 2999 <context context-type="linenumber">45</context>
2999 </context-group> 3000 </context-group>
3000 </trans-unit> 3001 </trans-unit>
3001 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 3002 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
3002 <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> 3003 <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>
3003 <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> 3004 <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>
3004 <context-group purpose="location"> 3005 <context-group purpose="location">
3005 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3006 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3006 <context context-type="linenumber">56</context> 3007 <context context-type="linenumber">56</context>
@@ -3077,10 +3078,10 @@
3077 <context-group name="null"> 3078 <context-group name="null">
3078 <context context-type="linenumber">63</context> 3079 <context context-type="linenumber">63</context>
3079 </context-group> 3080 </context-group>
3080 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group> 3081
3081 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group> 3082
3082 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">63</context></context-group> 3083
3083 </trans-unit> 3084 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</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">153</context></context-group></trans-unit>
3084 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 3085 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
3085 <source>Subscribe</source> 3086 <source>Subscribe</source>
3086 <target state="translated">訂閱</target> 3087 <target state="translated">訂閱</target>
@@ -3167,8 +3168,8 @@
3167 <context-group name="null"> 3168 <context-group name="null">
3168 <context context-type="linenumber">215</context> 3169 <context context-type="linenumber">215</context>
3169 </context-group> 3170 </context-group>
3170 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group> 3171
3171 </trans-unit> 3172 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><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">21</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
3172 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3173 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3173 <source>Get more information</source> 3174 <source>Get more information</source>
3174 <target>取得更多資訊</target> 3175 <target>取得更多資訊</target>
@@ -3244,27 +3245,18 @@
3244 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html"> 3245 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html">
3245 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source> 3246 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source>
3246 <target state="translated">檢視 <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> 回覆從 <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 與其他 </target> 3247 <target state="translated">檢視 <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> 回覆從 <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 與其他 </target>
3247 <context-group purpose="location"> 3248
3248 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3249 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3249 <context context-type="linenumber">77</context>
3250 </context-group>
3251 </trans-unit>
3252 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3250 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3253 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3251 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3254 <target state="translated">檢視 <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> 回覆從 <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target> 3252 <target state="translated">檢視 <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> 回覆從 <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target>
3255 <context-group purpose="location"> 3253
3256 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3254 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3257 <context context-type="linenumber">80</context>
3258 </context-group>
3259 </trans-unit>
3260 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3255 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3261 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3256 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3262 <target state="translated">檢視 <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> 回覆</target> 3257 <target state="translated">檢視 <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> 回覆</target>
3263 <context-group purpose="location"> 3258
3264 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3259 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3265 <context context-type="linenumber">84</context>
3266 </context-group>
3267 </trans-unit>
3268 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3260 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3269 <source>Comments are disabled.</source> 3261 <source>Comments are disabled.</source>
3270 <target> 3262 <target>
@@ -3273,8 +3265,8 @@
3273 <context-group name="null"> 3265 <context-group name="null">
3274 <context context-type="linenumber">64</context> 3266 <context context-type="linenumber">64</context>
3275 </context-group> 3267 </context-group>
3276 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">94</context></context-group> 3268
3277 </trans-unit> 3269 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
3278 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3270 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3279 <source>Add comment...</source> 3271 <source>Add comment...</source>
3280 <target>新增評論……</target> 3272 <target>新增評論……</target>
@@ -3300,7 +3292,11 @@
3300 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3292 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3301 </trans-unit> 3293 </trans-unit>
3302 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3294 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3303 <source>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> 3295 <source>
3296 You can comment using an account on any ActivityPub-compatible instance.
3297 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3298 from within the software's interface.
3299 </source>
3304 <target state="translated">您可以使用任何相容於 ActivityPub 的站臺上的帳號留言。在大多數的平臺上,您可以透過在搜尋列中輸入其 URL 來尋找影片,並從軟體界面中留言。</target> 3300 <target state="translated">您可以使用任何相容於 ActivityPub 的站臺上的帳號留言。在大多數的平臺上,您可以透過在搜尋列中輸入其 URL 來尋找影片,並從軟體界面中留言。</target>
3305 <context-group purpose="location"> 3301 <context-group purpose="location">
3306 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3302 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3359,72 +3355,54 @@
3359 </context-group> 3355 </context-group>
3360 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3361 </trans-unit> 3357 </trans-unit>
3362 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 3358
3363 <source>Follow</source>
3364 <target>追蹤</target>
3365 <context-group name="null">
3366 <context context-type="linenumber">7</context>
3367 </context-group>
3368 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3369 </trans-unit>
3370 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3359 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3371 <source>Followers</source> 3360 <source>Followers</source>
3372 <target>追蹤者</target> 3361 <target>追蹤者</target>
3373 <context-group name="null"> 3362 <context-group name="null">
3374 <context context-type="linenumber">3</context> 3363 <context context-type="linenumber">3</context>
3375 </context-group> 3364 </context-group>
3376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 3365
3377 </trans-unit> 3366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3378 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3367 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3379 <source>Video redundancies</source> 3368 <source>Video redundancies</source>
3380 <target state="translated">影片冗餘</target> 3369 <target state="translated">影片冗餘</target>
3381 <context-group purpose="location"> 3370
3382 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3383 <context context-type="linenumber">11</context>
3384 </context-group>
3385 </trans-unit>
3386 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 3372 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
3387 <source>1 host (without "http://") per line</source> 3373 <source>1 host (without "http://") per line</source>
3388 <target>每行一個主機(不需要 "http://")</target> 3374 <target>每行一個主機(不需要 "http://")</target>
3389 <context-group name="null"> 3375 <context-group name="null">
3390 <context context-type="linenumber">5</context> 3376 <context context-type="linenumber">5</context>
3391 </context-group> 3377 </context-group>
3392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">5</context></context-group> 3378
3393 </trans-unit> 3379 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3394 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507"> 3380 <source>Follow domain</source><target state="new">Follow domain</target>
3395 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3381 <context-group purpose="location">
3396 <target>您似乎不在 HTTPS 伺服器上。您的網路伺服器需要啟用 TLS 才能追蹤伺服器。</target> 3382 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3397 <context-group name="null"> 3383 <context context-type="linenumber">15</context>
3398 <context context-type="linenumber">17</context>
3399 </context-group>
3400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">17</context></context-group>
3401 </trans-unit>
3402 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
3403 <source>Add following</source>
3404 <target>新增追蹤</target>
3405 <context-group name="null">
3406 <context context-type="linenumber">21</context>
3407 </context-group> 3384 </context-group>
3408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group>
3409 </trans-unit> 3385 </trans-unit>
3386
3387
3410 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3388 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3411 <source>Filter...</source> 3389 <source>Filter...</source>
3412 <target>過濾器……</target> 3390 <target>過濾器……</target>
3413 <context-group name="null"> 3391 <context-group name="null">
3414 <context context-type="linenumber">27</context> 3392 <context context-type="linenumber">27</context>
3415 </context-group> 3393 </context-group>
3416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</context></context-group> 3394
3417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">9</context></context-group> 3395
3418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">27</context></context-group> 3396
3419 </trans-unit> 3397 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">29</context></context-group></trans-unit>
3420 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 3398 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
3421 <source>ID</source> 3399 <source>ID</source>
3422 <target>ID</target> 3400 <target>ID</target>
3423 <context-group name="null"> 3401 <context-group name="null">
3424 <context context-type="linenumber">18</context> 3402 <context context-type="linenumber">18</context>
3425 </context-group> 3403 </context-group>
3426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group> 3404
3427 </trans-unit> 3405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3428 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb"> 3406 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb">
3429 <source>Follower handle</source> 3407 <source>Follower handle</source>
3430 <target>追蹤者處理</target> 3408 <target>追蹤者處理</target>
@@ -3439,80 +3417,65 @@
3439 <context-group name="null"> 3417 <context-group name="null">
3440 <context context-type="linenumber">10</context> 3418 <context context-type="linenumber">10</context>
3441 </context-group> 3419 </context-group>
3442 <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> 3420
3443 <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> 3421
3444 </trans-unit> 3422 <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>
3445 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3423 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3446 <source>Delayed.</source> 3424 <source>Delayed.</source>
3447 <target state="translated">已延遲。</target> 3425 <target state="translated">已延遲。</target>
3448 <context-group purpose="location"> 3426
3449 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
3450 <context context-type="linenumber">42</context>
3451 </context-group>
3452 </trans-unit>
3453 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3428 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3454 <source>Will start soon...</source> 3429 <source>Will start soon...</source>
3455 <target state="translated">即將開始……</target> 3430 <target state="translated">即將開始……</target>
3456 <context-group purpose="location"> 3431
3457 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3432 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
3458 <context context-type="linenumber">43</context>
3459 </context-group>
3460 </trans-unit>
3461 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3433 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3462 <source>Running...</source> 3434 <source>Running...</source>
3463 <target state="translated">正在執行……</target> 3435 <target state="translated">正在執行……</target>
3464 <context-group purpose="location"> 3436
3465 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
3466 <context context-type="linenumber">44</context>
3467 </context-group>
3468 </trans-unit>
3469 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3438 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3470 <source>Finished</source> 3439 <source>Finished</source>
3471 <target state="translated">已結束</target> 3440 <target state="translated">已結束</target>
3472 <context-group purpose="location"> 3441
3473 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
3474 <context context-type="linenumber">45</context>
3475 </context-group>
3476 </trans-unit>
3477 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3443 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3478 <source>Failed</source> 3444 <source>Failed</source>
3479 <target state="translated">失敗</target> 3445 <target state="translated">失敗</target>
3480 <context-group purpose="location"> 3446
3481 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3447 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
3482 <context context-type="linenumber">46</context>
3483 </context-group>
3484 </trans-unit>
3485 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3448 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3486 <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> 3449 <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>
3487 <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> 3450 <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>
3488 <context-group name="null"> 3451 <context-group name="null">
3489 <context context-type="linenumber">11</context> 3452 <context context-type="linenumber">11</context>
3490 </context-group> 3453 </context-group>
3491 <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> 3454
3492 <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> 3455
3493 <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> 3456
3494 <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> 3457
3495 <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> 3458
3496 <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> 3459
3497 </trans-unit> 3460 <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">24</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">46</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">11</context></context-group><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><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>
3498 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3461 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3499 <source>Accepted</source> 3462 <source>Accepted</source>
3500 <target>已接受</target> 3463 <target>已接受</target>
3501 <context-group name="null"> 3464 <context-group name="null">
3502 <context context-type="linenumber">32</context> 3465 <context context-type="linenumber">32</context>
3503 </context-group> 3466 </context-group>
3504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</context></context-group> 3467
3505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group> 3468
3506 </trans-unit> 3469 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">28</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">34</context></context-group></trans-unit>
3507 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3470 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3508 <source>Pending</source> 3471 <source>Pending</source>
3509 <target>擱置中</target> 3472 <target>擱置中</target>
3510 <context-group name="null"> 3473 <context-group name="null">
3511 <context context-type="linenumber">33</context> 3474 <context context-type="linenumber">33</context>
3512 </context-group> 3475 </context-group>
3513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</context></context-group> 3476
3514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group> 3477
3515 </trans-unit> 3478 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">29</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">35</context></context-group></trans-unit>
3516 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3479 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3517 <source>Accept</source> 3480 <source>Accept</source>
3518 <target>接受</target> 3481 <target>接受</target>
@@ -3530,6 +3493,12 @@
3530 </context-group> 3493 </context-group>
3531 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group> 3494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">37</context></context-group>
3532 <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">42</context></context-group> 3495 <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">42</context></context-group>
3496 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3497 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3498 <context-group purpose="location">
3499 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3500 <context context-type="linenumber">3</context>
3501 </context-group>
3533 </trans-unit> 3502 </trans-unit>
3534 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 3503 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
3535 <source>Host</source> 3504 <source>Host</source>
@@ -3537,24 +3506,32 @@
3537 <context-group name="null"> 3506 <context-group name="null">
3538 <context context-type="linenumber">19</context> 3507 <context context-type="linenumber">19</context>
3539 </context-group> 3508 </context-group>
3540 <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> 3509
3541 </trans-unit> 3510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3542 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3511 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3543 <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> 3512 <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>
3544 <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> 3513 <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>
3514
3515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3516 <source>Follow domains</source><target state="new">Follow domains</target>
3545 <context-group purpose="location"> 3517 <context-group purpose="location">
3546 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3518 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3547 <context context-type="linenumber">21</context> 3519 <context context-type="linenumber">50</context>
3548 </context-group> 3520 </context-group>
3549 </trans-unit> 3521 </trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3550 <trans-unit id="fe3654e0d1e607e3ebc04d1e209d6f03ffdc5a9d" datatype="html"> 3522 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target>
3551 <source>Video redundancies list</source>
3552 <target state="translated">影片冗餘清單</target>
3553 <context-group purpose="location"> 3523 <context-group purpose="location">
3554 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3524 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3555 <context context-type="linenumber">2</context> 3525 <context context-type="linenumber">7</context>
3526 </context-group>
3527 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3528 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target>
3529 <context-group purpose="location">
3530 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3531 <context context-type="linenumber">8</context>
3556 </context-group> 3532 </context-group>
3557 </trans-unit> 3533 </trans-unit>
3534
3558 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 3535 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
3559 <source>Create user</source> 3536 <source>Create user</source>
3560 <target>建立使用者</target> 3537 <target>建立使用者</target>
@@ -3609,13 +3586,16 @@
3609 <context-group name="null"> 3586 <context-group name="null">
3610 <context context-type="linenumber">43</context> 3587 <context context-type="linenumber">43</context>
3611 </context-group> 3588 </context-group>
3612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3589
3613 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group> 3590
3614 <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> 3591
3615 </trans-unit> 3592 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</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">45</context></context-group></trans-unit>
3616 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3593 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3617 <source>Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3594 <source>
3618 <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="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 此使用者最多只能上傳 ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>。 </target> 3595 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3596 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3597 </source>
3598 <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="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 此使用者最多只能上傳 ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>。 </target>
3619 <context-group purpose="location"> 3599 <context-group purpose="location">
3620 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3600 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3621 <context context-type="linenumber">148</context> 3601 <context context-type="linenumber">148</context>
@@ -3704,31 +3684,41 @@
3704 <context-group name="null"> 3684 <context-group name="null">
3705 <context context-type="linenumber">19</context> 3685 <context context-type="linenumber">19</context>
3706 </context-group> 3686 </context-group>
3707 <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> 3687
3708 </trans-unit> 3688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
3709 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3689 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3710 <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> 3690 <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>
3711 <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> 3691 <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>
3712 <context-group name="null"> 3692 <context-group name="null">
3713 <context context-type="linenumber">40</context> 3693 <context context-type="linenumber">40</context>
3714 </context-group> 3694 </context-group>
3715 <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> 3695
3716 </trans-unit> 3696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3717 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3697 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3718 <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> 3698 <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>
3719 <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> 3699 <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>
3720 <context-group name="null"> 3700 <context-group name="null">
3721 <context context-type="linenumber">42</context> 3701 <context context-type="linenumber">42</context>
3722 </context-group> 3702 </context-group>
3723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group> 3703
3724 </trans-unit> 3704 <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></trans-unit>
3725 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3705 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3726 <source>(banned)</source> 3706 <source>(banned)</source>
3727 <target>(已阻擋)</target> 3707 <target>(已阻擋)</target>
3728 <context-group name="null"> 3708 <context-group name="null">
3729 <context context-type="linenumber">65</context> 3709 <context context-type="linenumber">65</context>
3730 </context-group> 3710 </context-group>
3731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group> 3711
3712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3713 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3714 <context-group purpose="location">
3715 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3716 <context context-type="linenumber">65</context>
3717 </context-group>
3718 <context-group purpose="location">
3719 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3720 <context context-type="linenumber">27</context>
3721 </context-group>
3732 </trans-unit> 3722 </trans-unit>
3733 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3723 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3734 <source>User's email must be verified to login</source> 3724 <source>User's email must be verified to login</source>
@@ -3736,23 +3726,29 @@
3736 <context-group name="null"> 3726 <context-group name="null">
3737 <context context-type="linenumber">72</context> 3727 <context context-type="linenumber">72</context>
3738 </context-group> 3728 </context-group>
3739 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group> 3729
3740 </trans-unit> 3730 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3741 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3731 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3742 <source>User's email is verified / User can login without email verification</source> 3732 <source>User's email is verified / User can login without email verification</source>
3743 <target>使用者的電子郵件已驗證/使用者可以不透過電子郵件驗證登入</target> 3733 <target>使用者的電子郵件已驗證/使用者可以不透過電子郵件驗證登入</target>
3744 <context-group name="null"> 3734 <context-group name="null">
3745 <context context-type="linenumber">76</context> 3735 <context context-type="linenumber">76</context>
3746 </context-group> 3736 </context-group>
3747 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group> 3737
3748 </trans-unit> 3738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3749 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3739 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3750 <source>Ban reason:</source> 3740 <source>Ban reason:</source>
3751 <target>阻擋理由:</target> 3741 <target>阻擋理由:</target>
3752 <context-group name="null"> 3742 <context-group name="null">
3753 <context context-type="linenumber">95</context> 3743 <context context-type="linenumber">95</context>
3754 </context-group> 3744 </context-group>
3755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group> 3745
3746 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3747 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3748 <context-group purpose="location">
3749 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3750 <context context-type="linenumber">15</context>
3751 </context-group>
3756 </trans-unit> 3752 </trans-unit>
3757 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 3753 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
3758 <source>Moderation</source> 3754 <source>Moderation</source>
@@ -3802,98 +3798,104 @@
3802 <context context-type="linenumber">13</context> 3798 <context context-type="linenumber">13</context>
3803 </context-group> 3799 </context-group>
3804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3801 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3802 <source>Video <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">Video <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>
3803 <context-group purpose="location">
3804 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3805 <context context-type="linenumber">10</context>
3806 </context-group>
3805 </trans-unit> 3807 </trans-unit>
3806 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3808 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3807 <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> 3809 <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>
3808 <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> 3810 <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>
3809 <context-group name="null"> 3811 <context-group name="null">
3810 <context context-type="linenumber">8</context> 3812 <context context-type="linenumber">8</context>
3811 </context-group> 3813 </context-group>
3812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3814
3813 <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">8</context></context-group> 3815
3814 </trans-unit> 3816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3815 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html"> 3817 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3816 <source>Video URL</source> 3818 <source>Video URL</source>
3817 <target state="translated">影片 URL</target> 3819 <target state="translated">影片 URL</target>
3818 <context-group purpose="location"> 3820
3819 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3821 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3820 <context context-type="linenumber">24</context>
3821 </context-group>
3822 </trans-unit>
3823 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3822 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3824 <source>Total size</source> 3823 <source>Total size</source>
3825 <target state="translated">總大小</target> 3824 <target state="translated">總大小</target>
3825
3826 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3827 <source>List redundancies</source><target state="new">List redundancies</target>
3826 <context-group purpose="location"> 3828 <context-group purpose="location">
3827 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3829 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3828 <context context-type="linenumber">25</context> 3830 <context context-type="linenumber">33</context>
3829 </context-group> 3831 </context-group>
3830 </trans-unit> 3832 </trans-unit>
3831 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3833 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3832 <source>Enabled strategies stats</source> 3834 <source>Enabled strategies stats</source>
3833 <target state="translated">策略統計已啟用</target> 3835 <target state="translated">策略統計已啟用</target>
3834 <context-group purpose="location"> 3836
3835 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3837 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
3836 <context context-type="linenumber">69</context>
3837 </context-group>
3838 </trans-unit>
3839 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3838 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3840 <source>No redundancy strategy is enabled on your instance.</source> 3839 <source>No redundancy strategy is enabled on your instance.</source>
3841 <target state="translated">您的站臺未啟用策略統計。</target> 3840 <target state="translated">您的站臺未啟用策略統計。</target>
3842 <context-group purpose="location"> 3841
3843 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3842 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3844 <context context-type="linenumber">73</context>
3845 </context-group>
3846 </trans-unit>
3847 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3843 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3848 <source>Sensitive</source> 3844 <source>Sensitive</source>
3849 <target>敏感的</target> 3845 <target>敏感的</target>
3850 <context-group name="null"> 3846 <context-group name="null">
3851 <context context-type="linenumber">9</context> 3847 <context context-type="linenumber">9</context>
3852 </context-group> 3848 </context-group>
3853 <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">9</context></context-group> 3849
3854 </trans-unit> 3850 <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">11</context></context-group></trans-unit>
3855 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3851 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3856 <source>Unfederated</source> 3852 <source>Unfederated</source>
3857 <target>未加入聯盟</target> 3853 <target>未加入聯盟</target>
3858 <context-group name="null"> 3854 <context-group name="null">
3859 <context context-type="linenumber">10</context> 3855 <context context-type="linenumber">10</context>
3860 </context-group> 3856 </context-group>
3861 <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> 3857
3862 </trans-unit> 3858 <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">12</context></context-group></trans-unit>
3863 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3859 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3864 <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> 3860 <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>
3865 <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> 3861 <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>
3866 <context-group name="null"> 3862 <context-group name="null">
3867 <context context-type="linenumber">11</context> 3863 <context context-type="linenumber">11</context>
3868 </context-group> 3864 </context-group>
3869 <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">11</context></context-group> 3865
3870 </trans-unit> 3866 <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">13</context></context-group></trans-unit>
3871 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3867 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3872 <source>Go to the video</source> 3868 <source>Go to the video</source>
3873 <target>到影片</target> 3869 <target>到影片</target>
3874 <context-group name="null"> 3870 <context-group name="null">
3875 <context context-type="linenumber">33</context> 3871 <context context-type="linenumber">33</context>
3876 </context-group> 3872 </context-group>
3877 <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">25</context></context-group> 3873
3878 <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">33</context></context-group> 3874
3879 <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">33</context></context-group> 3875
3880 </trans-unit> 3876 <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">28</context></context-group><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">33</context></context-group></trans-unit>
3881 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3877 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3882 <source>Actions</source> 3878 <source>Actions</source>
3883 <target>動作</target> 3879 <target>動作</target>
3884 <context-group name="null"> 3880 <context-group name="null">
3885 <context context-type="linenumber">44</context> 3881 <context context-type="linenumber">44</context>
3886 </context-group> 3882 </context-group>
3887 <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">35</context></context-group> 3883
3888 <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">44</context></context-group> 3884
3889 </trans-unit> 3885 <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">38</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">57</context></context-group></trans-unit>
3890 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3886 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3891 <source>Blacklist reason:</source> 3887 <source>Blacklist reason:</source>
3892 <target>黑名單理由:</target> 3888 <target>黑名單理由:</target>
3893 <context-group name="null"> 3889 <context-group name="null">
3894 <context context-type="linenumber">43</context> 3890 <context context-type="linenumber">43</context>
3895 </context-group> 3891 </context-group>
3896 <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">43</context></context-group> 3892
3893 <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">46</context></context-group></trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3894 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3895 <context-group purpose="location">
3896 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3897 <context context-type="linenumber">5</context>
3898 </context-group>
3897 </trans-unit> 3899 </trans-unit>
3898 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 3900 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
3899 <source>Moderation comment</source> 3901 <source>Moderation comment</source>
@@ -3911,47 +3913,53 @@
3911 <context-group name="null"> 3913 <context-group name="null">
3912 <context context-type="linenumber">18</context> 3914 <context context-type="linenumber">18</context>
3913 </context-group> 3915 </context-group>
3914 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">18</context></context-group> 3916
3915 </trans-unit> 3917 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
3916 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3918 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3917 <source>Update this comment</source> 3919 <source>Update this comment</source>
3918 <target>更新此評論</target> 3920 <target>更新此評論</target>
3919 <context-group name="null"> 3921 <context-group name="null">
3920 <context context-type="linenumber">26</context> 3922 <context context-type="linenumber">26</context>
3921 </context-group> 3923 </context-group>
3922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">29</context></context-group> 3924
3923 </trans-unit> 3925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3924 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3926 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
3925 <source>Reporter</source> 3927 <source>Reporter</source>
3926 <target>回報者</target> 3928 <target>回報者</target>
3927 <context-group name="null"> 3929 <context-group name="null">
3928 <context context-type="linenumber">8</context> 3930 <context context-type="linenumber">8</context>
3929 </context-group> 3931 </context-group>
3930 <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">8</context></context-group> 3932
3931 </trans-unit> 3933 <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">10</context></context-group></trans-unit>
3932 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3934 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3933 <source>Video</source> 3935 <source>Video</source>
3934 <target>影片</target> 3936 <target>影片</target>
3935 <context-group name="null"> 3937 <context-group name="null">
3936 <context context-type="linenumber">9</context> 3938 <context context-type="linenumber">9</context>
3937 </context-group> 3939 </context-group>
3938 <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">10</context></context-group> 3940
3939 <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">14</context></context-group> 3941
3940 <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> 3942
3943 <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">12</context></context-group><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">14</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">9</context></context-group></trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3944 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3945 <context-group purpose="location">
3946 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3947 <context context-type="linenumber">46</context>
3948 </context-group>
3941 </trans-unit> 3949 </trans-unit>
3942 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3950 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3943 <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> 3951 <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>
3944 <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> 3952 <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>
3945 <context-group name="null"> 3953 <context-group name="null">
3946 <context context-type="linenumber">11</context> 3954 <context context-type="linenumber">11</context>
3947 </context-group> 3955 </context-group>
3948 <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> 3956
3949 <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> 3957
3950 <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> 3958
3951 </trans-unit> 3959 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">23</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">13</context></context-group></trans-unit>
3952 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3960 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3953 <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> 3961 <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>
3954 <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> 3962 <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>
3955 <context-group purpose="location"> 3963 <context-group purpose="location">
3956 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3964 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3957 <context context-type="linenumber">18</context> 3965 <context context-type="linenumber">18</context>
@@ -3963,25 +3971,30 @@
3963 <context-group name="null"> 3971 <context-group name="null">
3964 <context context-type="linenumber">27</context> 3972 <context context-type="linenumber">27</context>
3965 </context-group> 3973 </context-group>
3966 <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">25</context></context-group> 3974
3967 <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">27</context></context-group> 3975
3968 </trans-unit> 3976 <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">27</context></context-group></trans-unit>
3969 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 3977 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
3970 <source>Reason:</source> 3978 <source>Reason:</source>
3971 <target>理由:</target> 3979 <target>理由:</target>
3972 <context-group name="null"> 3980 <context-group name="null">
3973 <context context-type="linenumber">53</context> 3981 <context context-type="linenumber">53</context>
3974 </context-group> 3982 </context-group>
3975 <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">53</context></context-group> 3983
3976 </trans-unit> 3984 <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">68</context></context-group></trans-unit><trans-unit id="ba097ecce2dc3aeaf236f762938d8c8c4748c59a" datatype="html">
3977 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 3985 <source>Note:</source><target state="new">Note:</target>
3978 <source>Moderation comment:</source> 3986 <context-group purpose="location">
3979 <target>版主評論:</target> 3987 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3980 <context-group name="null"> 3988 <context context-type="linenumber">72</context>
3981 <context context-type="linenumber">57</context> 3989 </context-group>
3990 </trans-unit><trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3991 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3992 <context-group purpose="location">
3993 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3994 <context context-type="linenumber">5</context>
3982 </context-group> 3995 </context-group>
3983 <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">57</context></context-group>
3984 </trans-unit> 3996 </trans-unit>
3997
3985 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3998 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3986 <source>Unblacklist</source> 3999 <source>Unblacklist</source>
3987 <target>取消黑名單</target> 4000 <target>取消黑名單</target>
@@ -3990,6 +4003,12 @@
3990 </context-group> 4003 </context-group>
3991 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 4004 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
3992 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 4005 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
4006 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
4007 <source>Mute domain</source><target state="new">Mute domain</target>
4008 <context-group purpose="location">
4009 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4010 <context context-type="linenumber">11</context>
4011 </context-group>
3993 </trans-unit> 4012 </trans-unit>
3994 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4013 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3995 <source>Instance</source> 4014 <source>Instance</source>
@@ -3997,31 +4016,53 @@
3997 <context-group name="null"> 4016 <context-group name="null">
3998 <context context-type="linenumber">5</context> 4017 <context context-type="linenumber">5</context>
3999 </context-group> 4018 </context-group>
4000 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 4019
4001 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 4020
4002 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4021
4003 </trans-unit> 4022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
4004 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4023 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4005 <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> 4024 <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>
4006 <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> 4025 <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>
4007 <context-group name="null"> 4026 <context-group name="null">
4008 <context context-type="linenumber">13</context> 4027 <context context-type="linenumber">13</context>
4009 </context-group> 4028 </context-group>
4010 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 4029
4011 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">9</context></context-group> 4030
4012 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 4031
4013 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 4032
4014 </trans-unit> 4033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.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-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
4015 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4034 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
4016 <source>Unmute</source> 4035 <source>Unmute</source>
4017 <target>解除靜音</target> 4036 <target>解除靜音</target>
4018 <context-group name="null"> 4037 <context-group name="null">
4019 <context context-type="linenumber">23</context> 4038 <context context-type="linenumber">23</context>
4020 </context-group> 4039 </context-group>
4021 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group> 4040
4022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">18</context></context-group> 4041
4023 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group> 4042
4024 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group> 4043
4044 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
4045 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
4046 <context-group purpose="location">
4047 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4048 <context context-type="linenumber">5</context>
4049 </context-group>
4050 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
4051 <source>
4052 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4053 </source><target state="new">
4054 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4055 </target>
4056 <context-group purpose="location">
4057 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4058 <context context-type="linenumber">37</context>
4059 </context-group>
4060 </trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4061 <source>Mute domains</source><target state="new">Mute domains</target>
4062 <context-group purpose="location">
4063 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4064 <context context-type="linenumber">35</context>
4065 </context-group>
4025 </trans-unit> 4066 </trans-unit>
4026 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4067 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
4027 <source>Account</source> 4068 <source>Account</source>
@@ -4029,8 +4070,14 @@
4029 <context-group name="null"> 4070 <context-group name="null">
4030 <context context-type="linenumber">12</context> 4071 <context context-type="linenumber">12</context>
4031 </context-group> 4072 </context-group>
4032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group> 4073
4033 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group> 4074
4075 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4076 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
4077 <context-group purpose="location">
4078 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4079 <context context-type="linenumber">5</context>
4080 </context-group>
4034 </trans-unit> 4081 </trans-unit>
4035 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5"> 4082 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5">
4036 <source>Plugins/Themes</source> 4083 <source>Plugins/Themes</source>
@@ -4201,38 +4248,25 @@
4201 </context-group> 4248 </context-group>
4202 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group> 4249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group>
4203 </trans-unit> 4250 </trans-unit>
4204 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 4251
4205 <source>Jobs list</source>
4206 <target>任務清單</target>
4207 <context-group name="null">
4208 <context context-type="linenumber">2</context>
4209 </context-group>
4210 <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>
4211 </trans-unit>
4212 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 4252 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4213 <source>Job type</source> 4253 <source>Job type</source>
4214 <target state="translated">工作類型</target> 4254 <target state="translated">工作類型</target>
4215 <context-group purpose="location"> 4255
4216 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
4217 <context context-type="linenumber">5</context>
4218 </context-group>
4219 </trans-unit>
4220 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 4257 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4221 <source>Job state</source> 4258 <source>Job state</source>
4222 <target state="translated">工作狀態</target> 4259 <target state="translated">工作狀態</target>
4223 <context-group purpose="location"> 4260
4224 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4261 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4225 <context context-type="linenumber">14</context>
4226 </context-group>
4227 </trans-unit>
4228 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4262 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
4229 <source>Type</source> 4263 <source>Type</source>
4230 <target>類型</target> 4264 <target>類型</target>
4231 <context-group name="null"> 4265 <context-group name="null">
4232 <context context-type="linenumber">19</context> 4266 <context context-type="linenumber">19</context>
4233 </context-group> 4267 </context-group>
4234 <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> 4268
4235 </trans-unit> 4269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
4236 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 4270 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
4237 <source>Refresh</source> 4271 <source>Refresh</source>
4238 <target>重新整理</target> 4272 <target>重新整理</target>
@@ -4250,8 +4284,8 @@
4250 </context-group> 4284 </context-group>
4251 </trans-unit> 4285 </trans-unit>
4252 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4286 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4253 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4287 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4254 <target state="translated">由 <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4288 <target state="translated">由 <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4255 <context-group purpose="location"> 4289 <context-group purpose="location">
4256 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4290 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4257 <context context-type="linenumber">32</context> 4291 <context context-type="linenumber">32</context>
@@ -4294,58 +4328,40 @@
4294 <context-group name="null"> 4328 <context-group name="null">
4295 <context context-type="linenumber">33</context> 4329 <context context-type="linenumber">33</context>
4296 </context-group> 4330 </context-group>
4297 <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">33</context></context-group> 4331
4298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group> 4332
4299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4333
4300 </trans-unit> 4334 <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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
4301 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4335 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4302 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4336 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4303 <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;"/> 代表了可能會將您系統的某些技術訊息(如公開 IP 等)傳送給其他 peer,但是這有助於降低伺服器的負載。</target> 4337 <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>"/> 代表了可能會將您系統的某些技術訊息(如公開 IP 等)傳送給其他 peer,但是這有助於降低伺服器的負載。</target>
4304 <context-group purpose="location"> 4338
4305 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4339 <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">47</context></context-group></trans-unit>
4306 <context context-type="linenumber">46</context>
4307 </context-group>
4308 </trans-unit>
4309 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4340 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4310 <source>Help share videos being played</source> 4341 <source>Help share videos being played</source>
4311 <target state="translated">協助分享正在播放的影片</target> 4342 <target state="translated">協助分享正在播放的影片</target>
4312 <context-group purpose="location"> 4343
4313 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4344 <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">44</context></context-group></trans-unit>
4314 <context context-type="linenumber">43</context>
4315 </context-group>
4316 </trans-unit>
4317 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html"> 4345 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4318 <source>When on a video page, directly start playing the video.</source> 4346 <source>When on a video page, directly start playing the video.</source>
4319 <target state="translated">在影片頁面上時,直接開始播放影片。</target> 4347 <target state="translated">在影片頁面上時,直接開始播放影片。</target>
4320 <context-group purpose="location"> 4348
4321 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4349 <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">58</context></context-group></trans-unit>
4322 <context context-type="linenumber">57</context>
4323 </context-group>
4324 </trans-unit>
4325 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html"> 4350 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4326 <source>Automatically play videos</source> 4351 <source>Automatically play videos</source>
4327 <target state="translated">自動播放影片</target> 4352 <target state="translated">自動播放影片</target>
4328 <context-group purpose="location"> 4353
4329 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4354 <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">55</context></context-group></trans-unit>
4330 <context context-type="linenumber">54</context>
4331 </context-group>
4332 </trans-unit>
4333 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html"> 4355 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4334 <source>When a video ends, follow up with the next suggested video.</source> 4356 <source>When a video ends, follow up with the next suggested video.</source>
4335 <target state="translated">當影片結束時,繼續播放下一部建議的影片。</target> 4357 <target state="translated">當影片結束時,繼續播放下一部建議的影片。</target>
4336 <context-group purpose="location"> 4358
4337 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4359 <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">69</context></context-group></trans-unit>
4338 <context context-type="linenumber">68</context>
4339 </context-group>
4340 </trans-unit>
4341 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html"> 4360 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4342 <source>Automatically start playing the next video</source> 4361 <source>Automatically start playing the next video</source>
4343 <target state="translated">自動開始播放下一部影片</target> 4362 <target state="translated">自動開始播放下一部影片</target>
4344 <context-group purpose="location"> 4363
4345 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4364 <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">66</context></context-group></trans-unit>
4346 <context context-type="linenumber">65</context>
4347 </context-group>
4348 </trans-unit>
4349 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629"> 4365 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629">
4350 <source>Main languages you/your moderators speak</source> 4366 <source>Main languages you/your moderators speak</source>
4351 <target>您/您的管理員主要說的語言</target> 4367 <target>您/您的管理員主要說的語言</target>
@@ -4360,8 +4376,8 @@
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">75</context></context-group> 4376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4361 </trans-unit> 4377 </trans-unit>
4362 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4378 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4363 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4379 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4364 <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;"/> 以建立良好的團隊。 </target> 4380 <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>"/> 以建立良好的團隊。 </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">76</context></context-group> 4381 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4366 </trans-unit> 4382 </trans-unit>
4367 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634"> 4383 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634">
@@ -4373,8 +4389,11 @@
4373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4374 </trans-unit> 4390 </trans-unit>
4375 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4391 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4376 <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> 4392 <source>
4377 <target state="translated">啟用它會讓其他管理員知道您主要是在聯播敏感內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 此外,預設情況下,系統會自動勾選影片上傳時的 NSFW 勾選框。 </target> 4393 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/>"/>
4394 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4395 </source>
4396 <target state="translated">啟用它會讓其他管理員知道您主要是在聯播敏感內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 此外,預設情況下,系統會自動勾選影片上傳時的 NSFW 勾選框。 </target>
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">90</context></context-group> 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">90</context></context-group>
4379 </trans-unit> 4398 </trans-unit>
4380 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4399 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
@@ -4386,8 +4405,8 @@
4386 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4387 </trans-unit> 4406 </trans-unit>
4388 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4407 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4389 <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> 4408 <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>
4390 <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> 4409 <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>
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">103</context></context-group> 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">103</context></context-group>
4392 </trans-unit> 4411 </trans-unit>
4393 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4412 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4396,146 +4415,143 @@
4396 <context-group name="null"> 4415 <context-group name="null">
4397 <context context-type="linenumber">14</context> 4416 <context context-type="linenumber">14</context>
4398 </context-group> 4417 </context-group>
4399 <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">14</context></context-group> 4418
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">111</context></context-group> 4419
4401 </trans-unit> 4420 <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">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit>
4402 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4421 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4403 <source>Blur thumbnails</source> 4422 <source>Blur thumbnails</source>
4404 <target>模糊縮圖</target> 4423 <target>模糊縮圖</target>
4405 <context-group name="null"> 4424 <context-group name="null">
4406 <context context-type="linenumber">15</context> 4425 <context context-type="linenumber">15</context>
4407 </context-group> 4426 </context-group>
4408 <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">15</context></context-group> 4427
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">112</context></context-group> 4428
4410 </trans-unit> 4429 <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">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit>
4411 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4430 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4412 <source>Display</source> 4431 <source>Display</source>
4413 <target>顯示</target> 4432 <target>顯示</target>
4414 <context-group name="null"> 4433 <context-group name="null">
4415 <context context-type="linenumber">16</context> 4434 <context context-type="linenumber">16</context>
4416 </context-group> 4435 </context-group>
4417 <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">16</context></context-group> 4436
4418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">5</context></context-group> 4437
4419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group> 4438
4420 </trans-unit> 4439 <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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit>
4421 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4440 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4422 <source>Strategy</source> 4441 <source>Strategy</source>
4423 <target state="translated">策略</target> 4442 <target state="translated">策略</target>
4424 <context-group purpose="location"> 4443
4425 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 4444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4426 <context context-type="linenumber">22</context>
4427 </context-group>
4428 </trans-unit>
4429 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4445 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4430 <source>Terms</source> 4446 <source>Terms</source>
4431 <target>條款</target> 4447 <target>條款</target>
4432 <context-group name="null"> 4448 <context-group name="null">
4433 <context context-type="linenumber">88</context> 4449 <context context-type="linenumber">88</context>
4434 </context-group> 4450 </context-group>
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">120</context></context-group> 4451
4436 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group> 4452
4437 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group> 4453
4438 </trans-unit> 4454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
4439 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b"> 4455 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b">
4440 <source>Code of conduct</source> 4456 <source>Code of conduct</source>
4441 <target>行為守則</target> 4457 <target>行為守則</target>
4442 <context-group name="null"> 4458 <context-group name="null">
4443 <context context-type="linenumber">82</context> 4459 <context context-type="linenumber">82</context>
4444 </context-group> 4460 </context-group>
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">129</context></context-group> 4461
4446 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group> 4462
4447 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group> 4463
4448 </trans-unit> 4464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4449 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878"> 4465 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878">
4450 <source>Moderation information</source> 4466 <source>Moderation information</source>
4451 <target>管理資訊</target> 4467 <target>管理資訊</target>
4452 <context-group name="null"> 4468 <context-group name="null">
4453 <context context-type="linenumber">76</context> 4469 <context context-type="linenumber">76</context>
4454 </context-group> 4470 </context-group>
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">138</context></context-group> 4471
4456 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group> 4472
4457 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group> 4473
4458 </trans-unit> 4474 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
4459 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 4475 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4460 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4476 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4461 <target state="translated">誰管理此站臺?對 NSFW 影片有何政策?對政治影片呢?等等</target> 4477 <target state="translated">誰管理此站臺?對 NSFW 影片有何政策?對政治影片呢?等等</target>
4462 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group> 4478
4463 </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">140</context></context-group></trans-unit>
4464 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4480 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4465 <source>YOU AND YOUR INSTANCE</source> 4481 <source>YOU AND YOUR INSTANCE</source>
4466 <target state="translated">您與您的站臺</target> 4482 <target state="translated">您與您的站臺</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">153</context></context-group> 4483
4468 </trans-unit> 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">154</context></context-group></trans-unit>
4469 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063"> 4485 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063">
4470 <source>Who is behind the instance?</source> 4486 <source>Who is behind the instance?</source>
4471 <target>誰在管理站臺?</target> 4487 <target>誰在管理站臺?</target>
4472 <context-group name="null"> 4488 <context-group name="null">
4473 <context context-type="linenumber">133</context> 4489 <context context-type="linenumber">133</context>
4474 </context-group> 4490 </context-group>
4475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">159</context></context-group> 4491
4476 </trans-unit> 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">160</context></context-group></trans-unit>
4477 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4493 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4478 <source>A single person? A non-profit? A company?</source> 4494 <source>A single person? A non-profit? A company?</source>
4479 <target state="translated">一個人?非營利組織?還是一間公司?</target> 4495 <target state="translated">一個人?非營利組織?還是一間公司?</target>
4480 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group> 4496
4481 </trans-unit> 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">161</context></context-group></trans-unit>
4482 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5"> 4498 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5">
4483 <source>Why did you create this instance?</source> 4499 <source>Why did you create this instance?</source>
4484 <target>為什麼您要建立此站臺?</target> 4500 <target>為什麼您要建立此站臺?</target>
4485 <context-group name="null"> 4501 <context-group name="null">
4486 <context context-type="linenumber">145</context> 4502 <context context-type="linenumber">145</context>
4487 </context-group> 4503 </context-group>
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">171</context></context-group> 4504
4489 </trans-unit> 4505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit>
4490 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4506 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4491 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4507 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4492 <target state="translated">要分享您的個人影片?還是要開放註冊並讓人們可以上傳他們想要上傳的影片呢?</target> 4508 <target state="translated">要分享您的個人影片?還是要開放註冊並讓人們可以上傳他們想要上傳的影片呢?</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">172</context></context-group> 4509
4494 </trans-unit> 4510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit>
4495 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6"> 4511 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6">
4496 <source>How long do you plan to maintain this instance?</source> 4512 <source>How long do you plan to maintain this instance?</source>
4497 <target>您打算維護此站臺多久?</target> 4513 <target>您打算維護此站臺多久?</target>
4498 <context-group name="null"> 4514 <context-group name="null">
4499 <context context-type="linenumber">156</context> 4515 <context context-type="linenumber">156</context>
4500 </context-group> 4516 </context-group>
4501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">182</context></context-group> 4517
4502 </trans-unit> 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">183</context></context-group></trans-unit>
4503 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4519 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4504 <source>It's important to know for users who want to register on your instance</source> 4520 <source>It's important to know for users who want to register on your instance</source>
4505 <target state="translated">這對想要在您的站臺上註冊的使用者來說是很重要的</target> 4521 <target state="translated">這對想要在您的站臺上註冊的使用者來說是很重要的</target>
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">183</context></context-group> 4522
4507 </trans-unit> 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">184</context></context-group></trans-unit>
4508 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d"> 4524 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d">
4509 <source>How will you finance the PeerTube server?</source> 4525 <source>How will you finance the PeerTube server?</source>
4510 <target>您對 PeerTube 伺服器有何財務規劃?</target> 4526 <target>您對 PeerTube 伺服器有何財務規劃?</target>
4511 <context-group name="null"> 4527 <context-group name="null">
4512 <context context-type="linenumber">167</context> 4528 <context context-type="linenumber">167</context>
4513 </context-group> 4529 </context-group>
4514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">193</context></context-group> 4530
4515 </trans-unit> 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">194</context></context-group></trans-unit>
4516 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4532 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4517 <source>With your own funds? With user donations? Advertising?</source> 4533 <source>With your own funds? With user donations? Advertising?</source>
4518 <target state="translated">用自己的資金嗎?使用者捐款?廣告?</target> 4534 <target state="translated">用自己的資金嗎?使用者捐款?廣告?</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">194</context></context-group> 4535
4520 </trans-unit> 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">195</context></context-group></trans-unit>
4521 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4537 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4522 <source>OTHER INFORMATION</source> 4538 <source>OTHER INFORMATION</source>
4523 <target state="translated">其他資訊</target> 4539 <target state="translated">其他資訊</target>
4524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">208</context></context-group> 4540
4525 </trans-unit> 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">209</context></context-group></trans-unit>
4526 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d"> 4542 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d">
4527 <source>What server/hardware does the instance run on?</source> 4543 <source>What server/hardware does the instance run on?</source>
4528 <target>站臺在何種伺服器/硬體上執行?</target> 4544 <target>站臺在何種伺服器/硬體上執行?</target>
4529 <context-group name="null"> 4545 <context-group name="null">
4530 <context context-type="linenumber">180</context> 4546 <context context-type="linenumber">180</context>
4531 </context-group> 4547 </context-group>
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">214</context></context-group> 4548
4533 </trans-unit> 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">215</context></context-group></trans-unit>
4534 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 4550 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4535 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source> 4551 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source>
4536 <target state="translated">例如:2vCore 2GB RAM,指向您租用伺服器的直接連結等。</target> 4552 <target state="translated">例如:2vCore 2GB RAM,指向您租用伺服器的直接連結等。</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">215</context></context-group> 4553
4538 </trans-unit> 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">216</context></context-group></trans-unit>
4539 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a"> 4555 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a">
4540 <source>Instance information</source> 4556 <source>Instance information</source>
4541 <target>站臺資訊</target> 4557 <target>站臺資訊</target>
@@ -4547,100 +4563,100 @@
4547 <trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 4563 <trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4548 <source>APPEARANCE</source> 4564 <source>APPEARANCE</source>
4549 <target state="translated">外觀</target> 4565 <target state="translated">外觀</target>
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">239</context></context-group> 4566
4551 </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">240</context></context-group></trans-unit>
4552 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4568 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4553 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4569 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4554 <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="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>。 </target> 4570 <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="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。 </target>
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">240</context></context-group> 4571
4556 </trans-unit> 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">241</context></context-group></trans-unit>
4557 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb"> 4573 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb">
4558 <source>default</source> 4574 <source>default</source>
4559 <target>預設</target> 4575 <target>預設</target>
4560 <context-group name="null"> 4576 <context-group name="null">
4561 <context context-type="linenumber">206</context> 4577 <context context-type="linenumber">206</context>
4562 </context-group> 4578 </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">253</context></context-group> 4579
4564 </trans-unit> 4580 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
4565 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4581 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4566 <source>Landing page</source> 4582 <source>Landing page</source>
4567 <target state="translated">首頁</target> 4583 <target state="translated">首頁</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">262</context></context-group> 4584
4569 </trans-unit> 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">263</context></context-group></trans-unit>
4570 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9"> 4586 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9">
4571 <source>Discover videos</source> 4587 <source>Discover videos</source>
4572 <target>探索影片</target> 4588 <target>探索影片</target>
4573 <context-group name="null"> 4589 <context-group name="null">
4574 <context context-type="linenumber">219</context> 4590 <context context-type="linenumber">219</context>
4575 </context-group> 4591 </context-group>
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">265</context></context-group> 4592
4577 </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">266</context></context-group></trans-unit>
4578 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d"> 4594 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d">
4579 <source>Trending videos</source> 4595 <source>Trending videos</source>
4580 <target>趨勢影片</target> 4596 <target>趨勢影片</target>
4581 <context-group name="null"> 4597 <context-group name="null">
4582 <context context-type="linenumber">220</context> 4598 <context context-type="linenumber">220</context>
4583 </context-group> 4599 </context-group>
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">266</context></context-group> 4600
4585 </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">267</context></context-group></trans-unit>
4586 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70"> 4602 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70">
4587 <source>Most liked videos</source> 4603 <source>Most liked videos</source>
4588 <target>最喜歡的影片</target> 4604 <target>最喜歡的影片</target>
4589 <context-group name="null"> 4605 <context-group name="null">
4590 <context context-type="linenumber">221</context> 4606 <context context-type="linenumber">221</context>
4591 </context-group> 4607 </context-group>
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">267</context></context-group> 4608
4593 </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">268</context></context-group></trans-unit>
4594 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8"> 4610 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8">
4595 <source>Recently added videos</source> 4611 <source>Recently added videos</source>
4596 <target>最近新增的影片</target> 4612 <target>最近新增的影片</target>
4597 <context-group name="null"> 4613 <context-group name="null">
4598 <context context-type="linenumber">222</context> 4614 <context context-type="linenumber">222</context>
4599 </context-group> 4615 </context-group>
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">268</context></context-group> 4616
4601 </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">269</context></context-group></trans-unit>
4602 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4618 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4603 <source>Local videos</source> 4619 <source>Local videos</source>
4604 <target>本地影片</target> 4620 <target>本地影片</target>
4605 <context-group name="null"> 4621 <context-group name="null">
4606 <context context-type="linenumber">223</context> 4622 <context context-type="linenumber">223</context>
4607 </context-group> 4623 </context-group>
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">269</context></context-group> 4624
4609 </trans-unit> 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">270</context></context-group></trans-unit>
4610 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4626 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4611 <source>NEW USERS</source> 4627 <source>NEW USERS</source>
4612 <target state="translated">新使用者</target> 4628 <target state="translated">新使用者</target>
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">280</context></context-group> 4629
4614 </trans-unit> 4630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit>
4615 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4631 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4616 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4632 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4617 <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;"/>以單獨設定他們的配額。 </target> 4633 <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>"/>以單獨設定他們的配額。 </target>
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">281</context></context-group> 4634
4619 </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">282</context></context-group></trans-unit>
4620 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4636 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4621 <source>Signup enabled</source> 4637 <source>Signup enabled</source>
4622 <target>已啟用註冊</target> 4638 <target>已啟用註冊</target>
4623 <context-group name="null"> 4639 <context-group name="null">
4624 <context context-type="linenumber">235</context> 4640 <context context-type="linenumber">235</context>
4625 </context-group> 4641 </context-group>
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">292</context></context-group> 4642
4627 </trans-unit> 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">293</context></context-group></trans-unit>
4628 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4644 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4629 <source>Signup requires email verification</source> 4645 <source>Signup requires email verification</source>
4630 <target>註冊需要電子郵件驗證</target> 4646 <target>註冊需要電子郵件驗證</target>
4631 <context-group name="null"> 4647 <context-group name="null">
4632 <context context-type="linenumber">242</context> 4648 <context context-type="linenumber">242</context>
4633 </context-group> 4649 </context-group>
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">300</context></context-group> 4650
4635 </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">301</context></context-group></trans-unit>
4636 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4652 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4637 <source>Signup limit</source> 4653 <source>Signup limit</source>
4638 <target>限制註冊</target> 4654 <target>限制註冊</target>
4639 <context-group name="null"> 4655 <context-group name="null">
4640 <context context-type="linenumber">247</context> 4656 <context context-type="linenumber">247</context>
4641 </context-group> 4657 </context-group>
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">304</context></context-group> 4658
4643 </trans-unit> 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">305</context></context-group></trans-unit>
4644 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4660 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4645 <source>Users</source> 4661 <source>Users</source>
4646 <target>使用者</target> 4662 <target>使用者</target>
@@ -4748,91 +4764,103 @@
4748 <context-group name="null"> 4764 <context-group name="null">
4749 <context context-type="linenumber">261</context> 4765 <context context-type="linenumber">261</context>
4750 </context-group> 4766 </context-group>
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">319</context></context-group> 4767
4752 </trans-unit> 4768 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">320</context></context-group></trans-unit>
4753 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2"> 4769 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2">
4754 <source>Default daily upload limit per user</source> 4770 <source>Default daily upload limit per user</source>
4755 <target>每個使用者預設的每日上傳限制</target> 4771 <target>每個使用者預設的每日上傳限制</target>
4756 <context-group name="null"> 4772 <context-group name="null">
4757 <context context-type="linenumber">273</context> 4773 <context context-type="linenumber">273</context>
4758 </context-group> 4774 </context-group>
4759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">331</context></context-group> 4775
4760 </trans-unit> 4776 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group></trans-unit>
4761 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4777 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4762 <source>NEW VIDEOS</source> 4778 <source>NEW VIDEOS</source>
4763 <target state="translated">新影片</target> 4779 <target state="translated">新影片</target>
4764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group> 4780
4765 </trans-unit> 4781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group></trans-unit>
4766 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4782 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4767 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4783 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4768 <target state="translated">允許使用 HTTP URL 匯入(如 YouTube)</target> 4784 <target state="translated">允許使用 HTTP URL 匯入(如 YouTube)</target>
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">359</context></context-group> 4785
4770 </trans-unit> 4786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group></trans-unit>
4771 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4787 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4772 <source>Allow import with a torrent file or a magnet URI</source> 4788 <source>Allow import with a torrent file or a magnet URI</source>
4773 <target state="translated">允許使用種子檔案或磁力連結匯入</target> 4789 <target state="translated">允許使用種子檔案或磁力連結匯入</target>
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">366</context></context-group> 4790
4775 </trans-unit> 4791 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">367</context></context-group></trans-unit>
4776 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4792 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4777 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4793 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4778 <target state="translated">除非使用者被標記為受信任,否則他們的影片將會在版主審閱前保持私人影片的狀態。</target> 4794 <target state="translated">除非使用者被標記為受信任,否則他們的影片將會在版主審閱前保持私人影片的狀態。</target>
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">383</context></context-group> 4795
4780 </trans-unit> 4796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit>
4781 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4797 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4782 <source>Blacklist new videos automatically</source> 4798 <source>Blacklist new videos automatically</source>
4783 <target state="translated">自動將新影片列入黑名單</target> 4799 <target state="translated">自動將新影片列入黑名單</target>
4784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">380</context></context-group> 4800
4785 </trans-unit> 4801 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group></trans-unit>
4786 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4802 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4787 <source>FEDERATION</source> 4803 <source>FEDERATION</source>
4788 <target state="translated">聯盟</target> 4804 <target state="translated">聯盟</target>
4789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">397</context></context-group> 4805
4790 </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">398</context></context-group></trans-unit>
4791 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4807 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4792 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 4808 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4793 <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;"/>。 </target> 4809 <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>"/>。 </target>
4794 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group> 4810
4795 </trans-unit> 4811 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit>
4796 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4812 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4797 <source>Other instances can follow yours</source> 4813 <source>Other instances can follow yours</source>
4798 <target state="translated">其他站臺可以追蹤您的</target> 4814 <target state="translated">其他站臺可以追蹤您的</target>
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">411</context></context-group> 4815
4800 </trans-unit> 4816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit>
4801 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4817 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4802 <source>Manually approve new instance followers</source> 4818 <source>Manually approve new instance followers</source>
4803 <target state="translated">手動批准新的站臺追蹤者</target> 4819 <target state="translated">手動批准新的站臺追蹤者</target>
4804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">418</context></context-group> 4820
4805 </trans-unit> 4821 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit>
4806 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4822 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4807 <source>Automatically follow back instances</source> 4823 <source>Automatically follow back instances</source>
4808 <target state="translated">自動追蹤站臺</target> 4824 <target state="translated">自動追蹤站臺</target>
4809 <context-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> 4825
4826 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4827 <source>
4828 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4829 </source><target state="new">
4830 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4831 </target>
4832 <context-group purpose="location">
4833 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4834 <context context-type="linenumber">450</context>
4835 </context-group>
4810 </trans-unit> 4836 </trans-unit>
4811 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4837 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4812 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4838 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4813 <target state="translated">⚠️ 使用此功能時必須非常小心。</target> 4839 <target state="translated">⚠️ 使用此功能時必須非常小心。</target>
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">295</context></context-group> 4840
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">434</context></context-group> 4841
4816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">447</context></context-group> 4842
4817 </trans-unit> 4843 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit>
4818 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0"> 4844 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0">
4819 <source>Index URL</source> 4845 <source>Index URL</source>
4820 <target>索引 URL</target> 4846 <target>索引 URL</target>
4821 <context-group name="null"> 4847 <context-group name="null">
4822 <context context-type="linenumber">371</context> 4848 <context context-type="linenumber">371</context>
4823 </context-group> 4849 </context-group>
4824 <context-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> 4850
4825 </trans-unit> 4851 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4826 <trans-unit id="827523b730c599698d1bdf6a17bcfb500db62c5d" datatype="html"> 4852 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4827 <source>Automatically follow instances of the public index</source> 4853 <context-group purpose="location">
4828 <target state="translated">自動追蹤公開索引站臺</target> 4854 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">444</context></context-group> 4855 <context context-type="linenumber">445</context>
4856 </context-group>
4830 </trans-unit> 4857 </trans-unit>
4858
4831 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4859 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4832 <source>ADMINISTRATORS</source> 4860 <source>ADMINISTRATORS</source>
4833 <target state="translated">管理</target> 4861 <target state="translated">管理</target>
4834 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">472</context></context-group> 4862
4835 </trans-unit> 4863 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group></trans-unit>
4836 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4864 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4837 <source>Administrator</source> 4865 <source>Administrator</source>
4838 <target>管理員</target> 4866 <target>管理員</target>
@@ -4847,235 +4875,262 @@
4847 <context-group name="null"> 4875 <context-group name="null">
4848 <context context-type="linenumber">387</context> 4876 <context context-type="linenumber">387</context>
4849 </context-group> 4877 </context-group>
4850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group> 4878
4851 </trans-unit> 4879 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit>
4852 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4880 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4853 <source>Enable contact form</source> 4881 <source>Enable contact form</source>
4854 <target>啟用聯絡表單</target> 4882 <target>啟用聯絡表單</target>
4855 <context-group name="null"> 4883 <context-group name="null">
4856 <context context-type="linenumber">398</context> 4884 <context context-type="linenumber">398</context>
4857 </context-group> 4885 </context-group>
4858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">489</context></context-group> 4886
4859 </trans-unit> 4887 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit>
4860 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4888 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4861 <source>Basic configuration</source> 4889 <source>Basic configuration</source>
4862 <target>基本設定</target> 4890 <target>基本設定</target>
4863 <context-group name="null"> 4891 <context-group name="null">
4864 <context context-type="linenumber">195</context> 4892 <context context-type="linenumber">195</context>
4865 </context-group> 4893 </context-group>
4866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">233</context></context-group> 4894
4867 </trans-unit> 4895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit>
4868 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4896 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4869 <source>TWITTER</source> 4897 <source>TWITTER</source>
4870 <target state="translated">TWITTER</target> 4898 <target state="translated">TWITTER</target>
4871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">506</context></context-group> 4899
4872 </trans-unit> 4900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit>
4873 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4901 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4874 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 4902 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4875 <target state="translated">選擇性。如果有的話,請提供您站臺的 Twitter 帳號以改善連結預覽。</target> 4903 <target state="translated">選擇性。如果有的話,請提供您站臺的 Twitter 帳號以改善連結預覽。</target>
4876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">507</context></context-group> 4904
4877 </trans-unit> 4905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit>
4878 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4906 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4879 <source>Your Twitter username</source> 4907 <source>Your Twitter username</source>
4880 <target>您的 Twitter 使用者名稱</target> 4908 <target>您的 Twitter 使用者名稱</target>
4881 <context-group name="null"> 4909 <context-group name="null">
4882 <context context-type="linenumber">413</context> 4910 <context context-type="linenumber">413</context>
4883 </context-group> 4911 </context-group>
4884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">518</context></context-group> 4912
4885 </trans-unit> 4913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit>
4886 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4914 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4887 <source>Instance whitelisted by Twitter</source> 4915 <source>Instance whitelisted by Twitter</source>
4888 <target>由 Twitter 列入白名單的實體</target> 4916 <target>由 Twitter 列入白名單的實體</target>
4889 <context-group name="null"> 4917 <context-group name="null">
4890 <context context-type="linenumber">431</context> 4918 <context context-type="linenumber">431</context>
4891 </context-group> 4919 </context-group>
4892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">530</context></context-group> 4920
4893 </trans-unit> 4921 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit>
4894 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4922 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4895 <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> 4923 <source>
4896 <target state="translated">如果您的站臺被 Twitter 列在白名單,Twitter 的推文中就會嵌入 PeerTube 的影片分享播放器。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>如果站臺不在白名單內,我們會使用圖片連結卡來重新導向到您的 PeerTube 站臺。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>將此勾選框打勾,儲存設定並使用您站臺的影片 URL 測試 (https://example.com/videos/watch/blabla),在 <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;"/> 檢視您的站臺是否在白名單中。 </target> 4924 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/>"/>
4897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">534</context></context-group> 4925 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/>"/>
4898 </trans-unit> 4926 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4927 <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>"/>
4928 to see if you instance is whitelisted.
4929 </source>
4930 <target state="translated">如果您的站臺被 Twitter 列在白名單,Twitter 的推文中就會嵌入 PeerTube 的影片分享播放器。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>如果站臺不在白名單內,我們會使用圖片連結卡來重新導向到您的 PeerTube 站臺。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>將此勾選框打勾,儲存設定並使用您站臺的影片 URL 測試 (https://example.com/videos/watch/blabla),在 <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>"/> 檢視您的站臺是否在白名單中。 </target>
4931
4932 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit>
4899 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4933 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4900 <source>Services</source> 4934 <source>Services</source>
4901 <target>服務</target> 4935 <target>服務</target>
4902 <context-group name="null"> 4936 <context-group name="null">
4903 <context context-type="linenumber">405</context> 4937 <context context-type="linenumber">405</context>
4904 </context-group> 4938 </context-group>
4905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">500</context></context-group> 4939
4906 </trans-unit> 4940 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit>
4907 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4941 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4908 <source>TRANSCODING</source> 4942 <source>TRANSCODING</source>
4909 <target state="translated">轉換編碼</target> 4943 <target state="translated">轉換編碼</target>
4910 <context-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> 4944
4911 </trans-unit> 4945 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit>
4912 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4946 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4913 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 4947 <source>
4948 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4949 resources, this is a critical part of PeerTube, so tread carefully.
4950 </source>
4914 <target state="translated">處理上傳的影片,以讓它們變成任何裝置都可以播放的串流形式。儘管這相當耗費資源,但這是 PeerTube 的關鍵組成部分,所以請小心處理。</target> 4951 <target state="translated">處理上傳的影片,以讓它們變成任何裝置都可以播放的串流形式。儘管這相當耗費資源,但這是 PeerTube 的關鍵組成部分,所以請小心處理。</target>
4915 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">561</context></context-group> 4952
4916 </trans-unit> 4953 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit>
4917 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4954 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4918 <source>Transcoding enabled</source> 4955 <source>Transcoding enabled</source>
4919 <target>轉換編碼已啟用</target> 4956 <target>轉換編碼已啟用</target>
4920 <context-group name="null"> 4957 <context-group name="null">
4921 <context context-type="linenumber">461</context> 4958 <context context-type="linenumber">461</context>
4922 </context-group> 4959 </context-group>
4923 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">574</context></context-group> 4960
4924 </trans-unit> 4961 <context-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>
4925 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4962 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4926 <source>If you disable transcoding, many videos from your users will not work!</source> 4963 <source>If you disable transcoding, many videos from your users will not work!</source>
4927 <target>若您停用轉換編碼,從您的使用者們而來的許多影片將會無法運作!</target> 4964 <target>若您停用轉換編碼,從您的使用者們而來的許多影片將會無法運作!</target>
4928 <context-group name="null"> 4965 <context-group name="null">
4929 <context context-type="linenumber">465</context> 4966 <context context-type="linenumber">465</context>
4930 </context-group> 4967 </context-group>
4931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group> 4968
4932 </trans-unit> 4969 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit>
4933 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4970 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4934 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 4971 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
4935 <target state="translated">允許使用者上傳 .mkv、.mov、.avi 與 .flv 影片。</target> 4972 <target state="translated">允許使用者上傳 .mkv、.mov、.avi 與 .flv 影片。</target>
4936 <context-group purpose="location"> 4973
4937 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4974 <context-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>
4938 <context context-type="linenumber">589</context>
4939 </context-group>
4940 </trans-unit>
4941 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4975 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4942 <source>Allow additional extensions</source> 4976 <source>Allow additional extensions</source>
4943 <target>允許額外的副檔名</target> 4977 <target>允許額外的副檔名</target>
4944 <context-group name="null"> 4978 <context-group name="null">
4945 <context context-type="linenumber">475</context> 4979 <context context-type="linenumber">475</context>
4946 </context-group> 4980 </context-group>
4947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">586</context></context-group> 4981
4948 </trans-unit> 4982 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit>
4949 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4983 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4950 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 4984 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
4951 <target state="translated">允許使用者上傳音訊檔案,其將會在預覽檔案上傳時合併。</target> 4985 <target state="translated">允許使用者上傳音訊檔案,其將會在預覽檔案上傳時合併。</target>
4952 <context-group purpose="location"> 4986
4953 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4987 <context-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>
4954 <context context-type="linenumber">600</context>
4955 </context-group>
4956 </trans-unit>
4957 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 4988 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
4958 <source>Allow audio files upload</source> 4989 <source>Allow audio files upload</source>
4959 <target>允許上傳音訊檔案</target> 4990 <target>允許上傳音訊檔案</target>
4960 <context-group name="null"> 4991 <context-group name="null">
4961 <context context-type="linenumber">486</context> 4992 <context context-type="linenumber">486</context>
4962 </context-group> 4993 </context-group>
4963 <context-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> 4994
4964 </trans-unit> 4995 <context-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>
4965 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4996 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4966 <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;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <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;"/> </source> 4997 <source>
4967 <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;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>若停用,將會破壞與其他 PeerTube 站臺的聯盟 &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </target> 4998 <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>"/>
4968 <context-group purpose="location"> 4999
4969 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5000 <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>"/>
4970 <context context-type="linenumber">612</context> 5001
4971 </context-group> 5002 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4972 </trans-unit> 5003
5004 <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>"/>
5005 </source>
5006 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>實驗性,我們建議您暫時不要停用 webtorrent 支援<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>如果您也啟用了 HLS 支援,它將會讓影片的儲存空間需求乘以 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>若停用,將會破壞與其他 PeerTube 站臺的聯盟 &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> </target>
5007
5008 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit>
4973 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5009 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4974 <source>WebTorrent support enabled</source> 5010 <source>WebTorrent support enabled</source>
4975 <target state="translated">WebTorrent 支援已啟用</target> 5011 <target state="translated">WebTorrent 支援已啟用</target>
4976 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">609</context></context-group> 5012
4977 </trans-unit> 5013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit>
4978 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5014 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4979 <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> 5015 <source>
4980 <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> 5016 <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>"/>
4981 <context-group purpose="location"> 5017
4982 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5018 <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>"/>
4983 <context context-type="linenumber">633</context> 5019 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4984 </context-group> 5020 <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>"/>
4985 </trans-unit> 5021 <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>"/>
5022 <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>"/>
5023 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5024
5025 <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>"/>
5026 </source>
5027 <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>
5028
5029 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit>
4986 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202"> 5030 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202">
4987 <source>HLS support enabled</source> 5031 <source>HLS support enabled</source>
4988 <target>已啟用 HLS 支援</target> 5032 <target>已啟用 HLS 支援</target>
4989 <context-group name="null"> 5033 <context-group name="null">
4990 <context context-type="linenumber">498</context> 5034 <context context-type="linenumber">498</context>
4991 </context-group> 5035 </context-group>
4992 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">630</context></context-group> 5036
4993 </trans-unit> 5037 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit>
4994 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5038 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4995 <source>Transcoding threads</source> 5039 <source>Transcoding threads</source>
4996 <target>轉換編碼執行緒</target> 5040 <target>轉換編碼執行緒</target>
4997 <context-group name="null"> 5041 <context-group name="null">
4998 <context context-type="linenumber">517</context> 5042 <context context-type="linenumber">517</context>
4999 </context-group> 5043 </context-group>
5000 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group> 5044
5001 </trans-unit> 5045 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit>
5002 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5046 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
5003 <source>Resolutions to generate</source> 5047 <source>Resolutions to generate</source>
5004 <target state="translated">要生成的解析度</target> 5048 <target state="translated">要生成的解析度</target>
5005 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">672</context></context-group> 5049
5006 </trans-unit> 5050 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit>
5007 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5051 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5008 <source>CACHE</source> 5052 <source>CACHE</source>
5009 <target state="translated">快取</target> 5053 <target state="translated">快取</target>
5010 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">698</context></context-group> 5054
5011 </trans-unit> 5055 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit>
5012 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5056 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5013 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 5057 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
5014 <target state="translated">某些檔案未聯播,並會在需要時擷取。定義它們的快取策略。</target> 5058 <target state="translated">某些檔案未聯播,並會在需要時擷取。定義它們的快取策略。</target>
5015 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group> 5059
5016 </trans-unit> 5060 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit>
5017 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5061 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5018 <source>Number of previews to keep in cache</source> 5062 <source>Number of previews to keep in cache</source>
5019 <target state="translated">要保留在快取中的預覽數量</target> 5063 <target state="translated">要保留在快取中的預覽數量</target>
5020 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">708</context></context-group> 5064
5021 </trans-unit> 5065 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit>
5022 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5066 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5023 <source>Number of video captions to keep in cache</source> 5067 <source>Number of video captions to keep in cache</source>
5024 <target state="translated">要保留在快取中的影片字幕數量</target> 5068 <target state="translated">要保留在快取中的影片字幕數量</target>
5025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">717</context></context-group> 5069
5026 </trans-unit> 5070 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit>
5027 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5071 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5028 <source>CUSTOMIZATIONS</source> 5072 <source>CUSTOMIZATIONS</source>
5029 <target state="translated">自訂</target> 5073 <target state="translated">自訂</target>
5030 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">732</context></context-group> 5074
5031 </trans-unit> 5075 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit>
5032 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5076 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5033 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 5077 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
5034 <target state="translated">只是要少量修改您的 PeerTube 站臺的話,建立外掛程式或佈景主題有點太過頭了。</target> 5078 <target state="translated">只是要少量修改您的 PeerTube 站臺的話,建立外掛程式或佈景主題有點太過頭了。</target>
5035 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group> 5079
5036 </trans-unit> 5080 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit>
5037 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5081 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5038 <source>JavaScript</source> 5082 <source>JavaScript</source>
5039 <target>JavaScript</target> 5083 <target>JavaScript</target>
5040 <context-group name="null"> 5084 <context-group name="null">
5041 <context context-type="linenumber">575</context> 5085 <context context-type="linenumber">575</context>
5042 </context-group> 5086 </context-group>
5043 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">743</context></context-group> 5087
5044 </trans-unit> 5088 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit>
5045 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5089 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5046 <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> 5090 <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>
5047 <target state="translated">直接編寫 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;"/> </target> 5091 <target state="translated">直接編寫 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>"/> </target>
5048 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">746</context></context-group> 5092
5049 </trans-unit> 5093 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit>
5050 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5094 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5051 <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> 5095 <source>
5052 <target state="translated">直接編寫 CSS 程式碼。範例:<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;"/> 以 <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;"/> <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> 5096 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/>"/>
5053 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">765</context></context-group> 5097 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5054 </trans-unit> 5098 color: red;
5099 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5100 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5101 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/>"/>
5102 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5103 color: red;
5104 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5105 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5106 </source>
5107 <target state="translated">直接編寫 CSS 程式碼。範例:<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>"/> 以 <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/>"/> <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>
5108
5109 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit>
5055 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5110 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
5056 <source>Advanced configuration</source> 5111 <source>Advanced configuration</source>
5057 <target>進階設定</target> 5112 <target>進階設定</target>
5058 <context-group name="null"> 5113 <context-group name="null">
5059 <context context-type="linenumber">452</context> 5114 <context context-type="linenumber">452</context>
5060 </context-group> 5115 </context-group>
5061 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">554</context></context-group> 5116
5062 </trans-unit> 5117 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit>
5063 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5118 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5064 <source>Update configuration</source> 5119 <source>Update configuration</source>
5065 <target>更新設定</target> 5120 <target>更新設定</target>
5066 <context-group name="null"> 5121 <context-group name="null">
5067 <context context-type="linenumber">628</context> 5122 <context context-type="linenumber">628</context>
5068 </context-group> 5123 </context-group>
5069 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">803</context></context-group> 5124
5070 </trans-unit> 5125 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit>
5071 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83"> 5126 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83">
5072 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5127 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5073 <target>設定似乎無效。請在不同的分頁中搜尋潛在的錯誤。</target> 5128 <target>設定似乎無效。請在不同的分頁中搜尋潛在的錯誤。</target>
5074 <context-group name="null"> 5129 <context-group name="null">
5075 <context context-type="linenumber">629</context> 5130 <context context-type="linenumber">629</context>
5076 </context-group> 5131 </context-group>
5077 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group> 5132
5078 </trans-unit> 5133 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit>
5079 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5134 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5080 <source>PROFILE</source> 5135 <source>PROFILE</source>
5081 <target state="translated">個人檔案</target> 5136 <target state="translated">個人檔案</target>
@@ -5242,35 +5297,39 @@
5242 <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> 5297 <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>
5243 </trans-unit> 5298 </trans-unit>
5244 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737"> 5299 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737">
5245 <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> 5300 <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>
5246 <target> 5301 <target>
5247 有了 <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;"/>,觀看影片時將會要求確認。 5302 有了 <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>"/>,觀看影片時將會要求確認。
5248 </target> 5303 </target>
5249 <context-group name="null"> 5304 <context-group name="null">
5250 <context context-type="linenumber">6</context> 5305 <context context-type="linenumber">6</context>
5251 </context-group> 5306 </context-group>
5252 <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">6</context></context-group> 5307 <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">6</context></context-group>
5253 </trans-unit> 5308 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5254 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 5309 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target>
5255 <source>Only display videos in the following languages/subtitles</source>
5256 <target state="translated">僅顯示以下語言/字幕的影片</target>
5257 <context-group purpose="location"> 5310 <context-group purpose="location">
5258 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5311 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5259 <context context-type="linenumber">22</context> 5312 <context context-type="linenumber">14</context>
5313 </context-group>
5314 <context-group purpose="location">
5315 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5316 <context context-type="linenumber">111</context>
5260 </context-group> 5317 </context-group>
5261 </trans-unit> 5318 </trans-unit>
5319 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
5320 <source>Only display videos in the following languages/subtitles</source>
5321 <target state="translated">僅顯示以下語言/字幕的影片</target>
5322
5323 <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">23</context></context-group></trans-unit>
5262 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 5324 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5263 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 5325 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
5264 <target state="translated">在最近新增、趨勢、本地、最喜歡與搜尋頁面中</target> 5326 <target state="translated">在最近新增、趨勢、本地、最喜歡與搜尋頁面中</target>
5265 <context-group purpose="location"> 5327
5266 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5328 <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">26</context></context-group></trans-unit>
5267 <context context-type="linenumber">25</context>
5268 </context-group>
5269 </trans-unit>
5270 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 5329 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
5271 <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> 5330 <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>
5272 <target> 5331 <target>
5273 您目前的電子郵件地址為 <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;"/> 5332 您目前的電子郵件地址為 <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>"/>
5274</target> 5333</target>
5275 <context-group name="null"> 5334 <context-group name="null">
5276 <context context-type="linenumber">4</context> 5335 <context context-type="linenumber">4</context>
@@ -5278,9 +5337,9 @@
5278 <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> 5337 <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>
5279 </trans-unit> 5338 </trans-unit>
5280 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 5339 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
5281 <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> 5340 <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>
5282 <target> 5341 <target>
5283 <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;"/> 正在等待電子郵件驗證 5342 <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>"/> 正在等待電子郵件驗證
5284</target> 5343</target>
5285 <context-group name="null"> 5344 <context-group name="null">
5286 <context context-type="linenumber">8</context> 5345 <context context-type="linenumber">8</context>
@@ -5325,25 +5384,25 @@
5325 <context-group name="null"> 5384 <context-group name="null">
5326 <context context-type="linenumber">3</context> 5385 <context context-type="linenumber">3</context>
5327 </context-group> 5386 </context-group>
5328 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">3</context></context-group> 5387
5329 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">249</context></context-group> 5388
5330 </trans-unit> 5389 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit>
5331 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808"> 5390 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808">
5332 <source>instance default</source> 5391 <source>instance default</source>
5333 <target>站臺預設</target> 5392 <target>站臺預設</target>
5334 <context-group name="null"> 5393 <context-group name="null">
5335 <context context-type="linenumber">7</context> 5394 <context context-type="linenumber">7</context>
5336 </context-group> 5395 </context-group>
5337 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">7</context></context-group> 5396
5338 </trans-unit> 5397 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
5339 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d"> 5398 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d">
5340 <source>peertube default</source> 5399 <source>peertube default</source>
5341 <target>peertube 預設</target> 5400 <target>peertube 預設</target>
5342 <context-group name="null"> 5401 <context-group name="null">
5343 <context context-type="linenumber">8</context> 5402 <context context-type="linenumber">8</context>
5344 </context-group> 5403 </context-group>
5345 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group> 5404
5346 </trans-unit> 5405 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5347 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 5406 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
5348 <source>Change ownership</source> 5407 <source>Change ownership</source>
5349 <target>變更所有權</target> 5408 <target>變更所有權</target>
@@ -5362,8 +5421,8 @@
5362 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5421 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5363 </trans-unit> 5422 </trans-unit>
5364 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5423 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5365 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5424 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5366 <target state="translated">影片 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5425 <target state="translated">影片 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5367 <context-group purpose="location"> 5426 <context-group purpose="location">
5368 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5427 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5369 <context context-type="linenumber">2</context> 5428 <context context-type="linenumber">2</context>
@@ -5399,10 +5458,13 @@
5399 <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> 5458 <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>
5400 </trans-unit> 5459 </trans-unit>
5401 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5460 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5402 <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> 5461 <source>
5462 Created
5463 <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>"/>
5464 </source>
5403 <target> 5465 <target>
5404 已建立 5466 已建立
5405 <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;"/> 5467 <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>"/>
5406 </target> 5468 </target>
5407 <context-group name="null"> 5469 <context-group name="null">
5408 <context context-type="linenumber">15</context> 5470 <context context-type="linenumber">15</context>
@@ -5474,8 +5536,9 @@
5474 <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">26</context></context-group> 5536 <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">26</context></context-group>
5475 </trans-unit> 5537 </trans-unit>
5476 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5538 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5477 <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> 5539 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5478 <target state="translated">告訴人們他們可以怎麼支持您頻道的簡短文字(會員平台等……)。&lt;br /&gt;&lt;br /&gt; 當您要在此頻道上傳影片時,影片支援欄位將會自動填入這些文字。</target> 5540 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5541 <target state="translated">告訴人們他們可以怎麼支持您頻道的簡短文字(會員平台等……)。&lt;br />&lt;br /> 當您要在此頻道上傳影片時,影片支援欄位將會自動填入這些文字。</target>
5479 <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">77</context></context-group> 5542 <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">77</context></context-group>
5480 <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">77</context></context-group> 5543 <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">77</context></context-group>
5481 </trans-unit> 5544 </trans-unit>
@@ -5503,6 +5566,18 @@
5503 <context context-type="linenumber">8</context> 5566 <context context-type="linenumber">8</context>
5504 </context-group> 5567 </context-group>
5505 <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">8</context></context-group> 5568 <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">8</context></context-group>
5569 </trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5570 <source>See the error</source><target state="new">See the error</target>
5571 <context-group purpose="location">
5572 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5573 <context context-type="linenumber">19</context>
5574 </context-group>
5575 </trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5576 <source>This video was deleted</source><target state="new">This video was deleted</target>
5577 <context-group purpose="location">
5578 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5579 <context context-type="linenumber">36</context>
5580 </context-group>
5506 </trans-unit> 5581 </trans-unit>
5507 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5582 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5508 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5583 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
@@ -5562,9 +5637,12 @@
5562 </context-group> 5637 </context-group>
5563 </trans-unit> 5638 </trans-unit>
5564 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5639 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5565 <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> 5640 <source>
5641 <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>"/>
5642 Delete history
5643 </source>
5566 <target> 5644 <target>
5567 <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;"/> 5645 <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>"/>
5568 刪除歷史紀錄 5646 刪除歷史紀錄
5569 </target> 5647 </target>
5570 <context-group name="null"> 5648 <context-group name="null">
@@ -5581,9 +5659,12 @@
5581 </context-group> 5659 </context-group>
5582 </trans-unit> 5660 </trans-unit>
5583 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5661 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5584 <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> 5662 <source>
5663 <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>"/>
5664 Notification preferences
5665 </source>
5585 <target> 5666 <target>
5586 <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;"/> 5667 <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>"/>
5587 通知偏好設定 5668 通知偏好設定
5588 </target> 5669 </target>
5589 <context-group name="null"> 5670 <context-group name="null">
@@ -5663,8 +5744,8 @@
5663 <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">84</context></context-group> 5744 <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">84</context></context-group>
5664 </trans-unit> 5745 </trans-unit>
5665 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5746 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5666 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5747 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5667 <target state="translated">播放清單 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5748 <target state="translated">播放清單 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5668 <context-group purpose="location"> 5749 <context-group purpose="location">
5669 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5750 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5670 <context context-type="linenumber">2</context> 5751 <context context-type="linenumber">2</context>
@@ -5692,9 +5773,9 @@
5692 <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> 5773 <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>
5693 </trans-unit> 5774 </trans-unit>
5694 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0"> 5775 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0">
5695 <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> 5776 <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>
5696 <target> 5777 <target>
5697 如果您需要取得關於使用 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;"/>。 5778 如果您需要取得關於使用 PeerTube 的說明,您可以看看 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>文件<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。
5698 </target> 5779 </target>
5699 <context-group name="null"> 5780 <context-group name="null">
5700 <context context-type="linenumber">13</context> 5781 <context context-type="linenumber">13</context>
@@ -5897,44 +5978,17 @@
5897 <context-group name="null"> 5978 <context-group name="null">
5898 <context context-type="linenumber">16</context> 5979 <context context-type="linenumber">16</context>
5899 </context-group> 5980 </context-group>
5900 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group> 5981
5901 </trans-unit> 5982 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit>
5902 <trans-unit id="3e2f59e2749ad38a205971a6bf4905977ebc58dd" datatype="html"> 5983
5903 <source>Creators</source> 5984
5904 <target state="translated">創作者</target> 5985
5905 <context-group purpose="location">
5906 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5907 <context context-type="linenumber">162</context>
5908 </context-group>
5909 </trans-unit>
5910 <trans-unit id="683e563d15566afc94da584428bfecfe82f9b826" datatype="html">
5911 <source>Creator guide</source>
5912 <target state="translated">創作者指南</target>
5913 <context-group purpose="location">
5914 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5915 <context context-type="linenumber">162</context>
5916 </context-group>
5917 </trans-unit>
5918 <trans-unit id="79205f76b374a738487ccebb66b2b4612e61b7bb" datatype="html">
5919 <source>Contributors</source>
5920 <target state="translated">貢獻者</target>
5921 <context-group purpose="location">
5922 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5923 <context context-type="linenumber">163</context>
5924 </context-group>
5925 </trans-unit>
5926 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html"> 5986 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5927 <source>PeerTube license</source> 5987 <source>PeerTube license</source>
5928 <target state="translated">PeerTube 授權條款</target> 5988 <target state="translated">PeerTube 授權條款</target>
5929 <context-group purpose="location"> 5989
5930 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5990
5931 <context context-type="linenumber">163</context> 5991 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
5932 </context-group>
5933 <context-group purpose="location">
5934 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
5935 <context context-type="linenumber">175</context>
5936 </context-group>
5937 </trans-unit>
5938 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 5992 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5939 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5993 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5940 <target><x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/> 加入</target> 5994 <target><x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/> 加入</target>
@@ -6179,23 +6233,27 @@
6179 </context-group> 6233 </context-group>
6180 </trans-unit> 6234 </trans-unit>
6181 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6235 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6182 <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> 6236 <source>
6183 <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> 6237 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6238 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6239 </source>
6240 <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>
6184 <context-group purpose="location"> 6241 <context-group purpose="location">
6185 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6242 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6186 <context context-type="linenumber">13</context> 6243 <context context-type="linenumber">13</context>
6187 </context-group> 6244 </context-group>
6188 </trans-unit> 6245 </trans-unit>
6189 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6246 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6190 <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> 6247 <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>
6191 <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> 6248 <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>
6192 <context-group purpose="location"> 6249 <context-group purpose="location">
6193 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6250 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6194 <context context-type="linenumber">18</context> 6251 <context context-type="linenumber">18</context>
6195 </context-group> 6252 </context-group>
6196 </trans-unit> 6253 </trans-unit>
6197 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6254 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6198 <source>Use PeerTube documentation</source> 6255 <source>Use PeerTube
6256 documentation</source>
6199 <target state="translated">使用 PeerTube 文件</target> 6257 <target state="translated">使用 PeerTube 文件</target>
6200 <context-group purpose="location"> 6258 <context-group purpose="location">
6201 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6259 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6211,7 +6269,8 @@
6211 </context-group> 6269 </context-group>
6212 </trans-unit> 6270 </trans-unit>
6213 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6271 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6214 <source>PeerTube Applications</source> 6272 <source>PeerTube
6273 Applications</source>
6215 <target state="translated">PeerTube 應用程式</target> 6274 <target state="translated">PeerTube 應用程式</target>
6216 <context-group purpose="location"> 6275 <context-group purpose="location">
6217 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6276 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6227,7 +6286,8 @@
6227 </context-group> 6286 </context-group>
6228 </trans-unit> 6287 </trans-unit>
6229 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6288 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6230 <source>Contribute on PeerTube</source> 6289 <source>Contribute on
6290 PeerTube</source>
6231 <target state="translated">在 PeerTube 上貢獻</target> 6291 <target state="translated">在 PeerTube 上貢獻</target>
6232 <context-group purpose="location"> 6292 <context-group purpose="location">
6233 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6293 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6251,7 +6311,11 @@
6251 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6311 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6252 </trans-unit> 6312 </trans-unit>
6253 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6313 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6254 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6314 <source>
6315 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6316 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6317 follows applies only if you want to keep using the P2P mode of PeerTube.
6318 </source>
6255 <target state="translated">PeerTube 預設使用 BitTorrent 協定以在使用者間分享頻寬,藉此協助降低伺服器負載,但仍可讓您切換回一般的從伺服器來的串流方式。僅當您想要繼續使用 PeerTube 的 P2P 模式時,以下的內容才有用。</target> 6319 <target state="translated">PeerTube 預設使用 BitTorrent 協定以在使用者間分享頻寬,藉此協助降低伺服器負載,但仍可讓您切換回一般的從伺服器來的串流方式。僅當您想要繼續使用 PeerTube 的 P2P 模式時,以下的內容才有用。</target>
6256 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group> 6320 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group>
6257 </trans-unit> 6321 </trans-unit>
@@ -6264,17 +6328,27 @@
6264 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6328 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6265 </trans-unit> 6329 </trans-unit>
6266 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6330 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6267 <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> 6331 <source>
6332 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6333 In practice, this is much more difficult because:
6334 </source>
6268 <target state="translated">理論上,有足夠技術知識的人可以建立指令稿來追蹤哪個 IP 正在下載哪個影片。實際上,這相當困難,因為:</target> 6335 <target state="translated">理論上,有足夠技術知識的人可以建立指令稿來追蹤哪個 IP 正在下載哪個影片。實際上,這相當困難,因為:</target>
6269 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6336 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6270 </trans-unit> 6337 </trans-unit>
6271 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6338 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6272 <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> 6339 <source>
6340 An HTTP request has to be sent on each tracker for each video to spy.
6341 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6342 </source>
6273 <target state="translated">必須在每個追蹤器上發送 HTTP 請求以監視每個影片。如果我們想要監視所有 PeerTube 影片,我們必須傳送與影片一樣多的請求(因此會非常多)</target> 6343 <target state="translated">必須在每個追蹤器上發送 HTTP 請求以監視每個影片。如果我們想要監視所有 PeerTube 影片,我們必須傳送與影片一樣多的請求(因此會非常多)</target>
6274 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6344 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6275 </trans-unit> 6345 </trans-unit>
6276 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6346 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6277 <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 peer in the swarm</source> 6347 <source>
6348 For each request sent, the tracker returns random peers at a limited number.
6349 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
6350 requests sent to know every peer in the swarm
6351 </source>
6278 <target state="translated">對於每個傳送的請求,tracker 將會回傳隨機但有限的 peer。舉例來說,如果群體中有 1000 個 peer,而 tracker 僅為每個請求傳送 20 個 peer,那就必須至少傳送 50 個請求才能知道群體中所有的 peer</target> 6352 <target state="translated">對於每個傳送的請求,tracker 將會回傳隨機但有限的 peer。舉例來說,如果群體中有 1000 個 peer,而 tracker 僅為每個請求傳送 20 個 peer,那就必須至少傳送 50 個請求才能知道群體中所有的 peer</target>
6279 <context-group purpose="location"> 6353 <context-group purpose="location">
6280 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6354 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6287,7 +6361,10 @@
6287 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6361 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6288 </trans-unit> 6362 </trans-unit>
6289 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6363 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6290 <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> 6364 <source>
6365 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
6366 video
6367 </source>
6291 <target state="translated">如果 IP 被儲存在追蹤器中,也不代表在 IP 背後的人(如果這個人存在的話)看過了影片</target> 6368 <target state="translated">如果 IP 被儲存在追蹤器中,也不代表在 IP 背後的人(如果這個人存在的話)看過了影片</target>
6292 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group> 6369 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group>
6293 </trans-unit> 6370 </trans-unit>
@@ -6297,12 +6374,21 @@
6297 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6374 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6298 </trans-unit> 6375 </trans-unit>
6299 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6376 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6300 <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> 6377 <source>
6301 <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> 6378 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
6379 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6380 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6381 to forward the information to.
6382 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
6383 </source>
6384 <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>
6302 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6385 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6303 </trans-unit> 6386 </trans-unit>
6304 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6387 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6305 <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> 6388 <source>
6389 The worst-case scenario of an average person spying on their friends is quite unlikely.
6390 There are much more effective ways to get that kind of information.
6391 </source>
6306 <target state="translated">一般人監視朋友的最壞情況是不太可能發生的。有更多有效的方式來取得這類資訊。</target> 6392 <target state="translated">一般人監視朋友的最壞情況是不太可能發生的。有更多有效的方式來取得這類資訊。</target>
6307 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group> 6393 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
6308 </trans-unit> 6394 </trans-unit>
@@ -6315,7 +6401,11 @@
6315 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6401 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6316 </trans-unit> 6402 </trans-unit>
6317 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6403 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6318 <source>The threats to privacy with 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> 6404 <source>
6405 The threats to privacy with YouTube are different from PeerTube's.
6406 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6407 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6408 </source>
6319 <target state="translated">YouTube 的隱私威脅與 PeerTube 的不同。在 YouTube 的例子中,該平台會蒐集大量的個人資料(不只是 IP),以進行分析與追蹤。此外,YouTube 為 Google/Alphabet 所有,該公司可在許多網站上(透過 AdSense 或 Google Analytics)追蹤您。</target> 6409 <target state="translated">YouTube 的隱私威脅與 PeerTube 的不同。在 YouTube 的例子中,該平台會蒐集大量的個人資料(不只是 IP),以進行分析與追蹤。此外,YouTube 為 Google/Alphabet 所有,該公司可在許多網站上(透過 AdSense 或 Google Analytics)追蹤您。</target>
6320 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group> 6410 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
6321 </trans-unit> 6411 </trans-unit>
@@ -6328,7 +6418,12 @@
6328 <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> 6418 <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>
6329 </trans-unit> 6419 </trans-unit>
6330 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6420 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6331 <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> 6421 <source>
6422 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
6423 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6424 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.
6425 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6426 </source>
6332 <target state="translated">您的 IP 是公開的,因此您每次存取網站時,都會有許多的參與者(除了最終網站以外)可以在其連線日誌中看到您的 IP:ISP/路由器/追蹤器/CDN 以及更多。PeerTube 對此相當透明:我們會警告您,如果您想要讓您的 IP 保持隱密,請使用 VPN 或 Tor 瀏覽器。認為從 PeerTube 移除 P2P 就能為您帶來匿名性是沒有道理的。</target> 6427 <target state="translated">您的 IP 是公開的,因此您每次存取網站時,都會有許多的參與者(除了最終網站以外)可以在其連線日誌中看到您的 IP:ISP/路由器/追蹤器/CDN 以及更多。PeerTube 對此相當透明:我們會警告您,如果您想要讓您的 IP 保持隱密,請使用 VPN 或 Tor 瀏覽器。認為從 PeerTube 移除 P2P 就能為您帶來匿名性是沒有道理的。</target>
6333 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group> 6428 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6334 </trans-unit> 6429 </trans-unit>
@@ -6341,7 +6436,10 @@
6341 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6436 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6342 </trans-unit> 6437 </trans-unit>
6343 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6438 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6344 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6439 <source>
6440 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6441 and render attacks less likely. Here is what we put in place so far:
6442 </source>
6345 <target state="translated">PeerTube 希望提供盡可能最好的對策,以便為您提供更多選擇並減少攻擊的可能性。到目前為止,這是我們執行的動作:</target> 6443 <target state="translated">PeerTube 希望提供盡可能最好的對策,以便為您提供更多選擇並減少攻擊的可能性。到目前為止,這是我們執行的動作:</target>
6346 <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> 6444 <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>
6347 </trans-unit> 6445 </trans-unit>
@@ -6366,7 +6464,10 @@
6366 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6464 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6367 </trans-unit> 6465 </trans-unit>
6368 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6466 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6369 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6467 <source>
6468 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6469 WebRTC in your browser.
6470 </source>
6370 <target state="translated">最後,請記住您一直都可以透過在影片播放器中切換 P2P 來停用它,或者僅在瀏覽器中停用 WebRTC。</target> 6471 <target state="translated">最後,請記住您一直都可以透過在影片播放器中切換 P2P 來停用它,或者僅在瀏覽器中停用 WebRTC。</target>
6371 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group> 6472 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6372 </trans-unit> 6473 </trans-unit>
@@ -6403,8 +6504,8 @@
6403 </context-group> 6504 </context-group>
6404 </trans-unit> 6505 </trans-unit>
6405 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6506 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6406 <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> 6507 <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>
6407 <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> 6508 <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>
6408 <context-group purpose="location"> 6509 <context-group purpose="location">
6409 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6510 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6410 <context context-type="linenumber">3</context> 6511 <context context-type="linenumber">3</context>
@@ -6485,9 +6586,12 @@
6485 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group> 6586 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group>
6486 </trans-unit> 6587 </trans-unit>
6487 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6588 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
6488 <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> 6589 <source>
6590 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/>"/>
6591 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.
6592 </source>
6489 <target> 6593 <target>
6490 頻道是您上傳影片的實體。建立數個可以協助您組織並分離您的內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 6594 頻道是您上傳影片的實體。建立數個可以協助您組織並分離您的內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6491 舉例來說,您可以決定其中一個頻道發佈您鋼琴演奏會的影片,而另一個頻道則發佈關於生態學的影片。 6595 舉例來說,您可以決定其中一個頻道發佈您鋼琴演奏會的影片,而另一個頻道則發佈關於生態學的影片。
6492 </target> 6596 </target>
6493 <context-group name="null"> 6597 <context-group name="null">
@@ -6564,11 +6668,16 @@
6564 </context-group> 6668 </context-group>
6565 </trans-unit> 6669 </trans-unit>
6566 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c"> 6670 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
6567 <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> 6671 <source>
6672 I am at least 16 years old and agree
6673 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>"/>
6674 <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>"/>
6675 of this instance
6676 </source>
6568 <target> 6677 <target>
6569 我至少 16 歲並同意此站臺的 6678 我至少 16 歲並同意此站臺的
6570 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>條款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 6679 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>條款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6571 <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;"/> 6680 <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>"/>
6572 </target> 6681 </target>
6573 <context-group name="null"> 6682 <context-group name="null">
6574 <context context-type="linenumber">65</context> 6683 <context context-type="linenumber">65</context>
@@ -6672,8 +6781,8 @@
6672 </context-group> 6781 </context-group>
6673 </trans-unit> 6782 </trans-unit>
6674 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6783 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6675 <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> 6784 <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>
6676 <target state="translated"><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;"/> 保留了原始音訊軌,但沒有影片</target> 6785 <target state="translated"><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>"/> 保留了原始音訊軌,但沒有影片</target>
6677 <context-group purpose="location"> 6786 <context-group purpose="location">
6678 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6787 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6679 <context context-type="linenumber">1</context> 6788 <context context-type="linenumber">1</context>
@@ -6776,6 +6885,30 @@
6776 <context context-type="linenumber">1</context> 6885 <context context-type="linenumber">1</context>
6777 </context-group> 6886 </context-group>
6778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group> 6887 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group>
6888 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6889 <source>Process domains</source><target state="new">Process domains</target>
6890 <context-group purpose="location">
6891 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6892 <context context-type="linenumber">1</context>
6893 </context-group>
6894 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6895 <source>Domain is required.</source><target state="new">Domain is required.</target>
6896 <context-group purpose="location">
6897 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6898 <context context-type="linenumber">1</context>
6899 </context-group>
6900 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6901 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target>
6902 <context-group purpose="location">
6903 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6904 <context context-type="linenumber">1</context>
6905 </context-group>
6906 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6907 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target>
6908 <context-group purpose="location">
6909 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6910 <context context-type="linenumber">1</context>
6911 </context-group>
6779 </trans-unit> 6912 </trans-unit>
6780 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 6913 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
6781 <source>Unlimited</source> 6914 <source>Unlimited</source>
@@ -6787,6 +6920,16 @@
6787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 6920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6788 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 6921 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6789 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 6922 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
6923 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6924 <source>None - no upload possible</source><target state="new">None - no upload possible</target>
6925 <context-group purpose="location">
6926 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6927 <context context-type="linenumber">1</context>
6928 </context-group>
6929 <context-group purpose="location">
6930 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6931 <context context-type="linenumber">1</context>
6932 </context-group>
6790 </trans-unit> 6933 </trans-unit>
6791 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a"> 6934 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
6792 <source>100MB</source> 6935 <source>100MB</source>
@@ -6917,48 +7060,20 @@
6917 <context-group name="null"> 7060 <context-group name="null">
6918 <context context-type="linenumber">1</context> 7061 <context context-type="linenumber">1</context>
6919 </context-group> 7062 </context-group>
6920 <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> 7063
6921 </trans-unit> 7064 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6922 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df"> 7065
6923 <source>You need to specify hosts to follow.</source> 7066
6924 <target>您必須指定要追蹤的主機。</target> 7067
6925 <context-group name="null"> 7068
6926 <context context-type="linenumber">1</context>
6927 </context-group>
6928 <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>
6929 </trans-unit>
6930 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
6931 <source>Hosts need to be unique.</source>
6932 <target>主機必須唯一。</target>
6933 <context-group name="null">
6934 <context context-type="linenumber">1</context>
6935 </context-group>
6936 <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>
6937 </trans-unit>
6938 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
6939 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source>
6940 <target>若您確認,您將會傳送追蹤請求給:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </target>
6941 <context-group name="null">
6942 <context context-type="linenumber">1</context>
6943 </context-group>
6944 <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>
6945 </trans-unit>
6946 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
6947 <source>Follow new server(s)</source>
6948 <target>追蹤新伺服器</target>
6949 <context-group name="null">
6950 <context context-type="linenumber">1</context>
6951 </context-group>
6952 <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>
6953 </trans-unit>
6954 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 7069 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
6955 <source>Follow request(s) sent!</source> 7070 <source>Follow request(s) sent!</source>
6956 <target>追蹤請求已傳送!</target> 7071 <target>追蹤請求已傳送!</target>
6957 <context-group name="null"> 7072 <context-group name="null">
6958 <context context-type="linenumber">1</context> 7073 <context context-type="linenumber">1</context>
6959 </context-group> 7074 </context-group>
6960 <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> 7075
6961 </trans-unit> 7076 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6962 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 7077 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
6963 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 7078 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6964 <target>您想要取消追蹤 <x id="INTERPOLATION" equiv-text="{{host}}"/> 嗎?</target> 7079 <target>您想要取消追蹤 <x id="INTERPOLATION" equiv-text="{{host}}"/> 嗎?</target>
@@ -7062,6 +7177,12 @@
7062 <context context-type="linenumber">1</context> 7177 <context context-type="linenumber">1</context>
7063 </context-group> 7178 </context-group>
7064 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group> 7179 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group>
7180 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
7181 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
7182 <context-group purpose="location">
7183 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
7184 <context context-type="linenumber">1</context>
7185 </context-group>
7065 </trans-unit> 7186 </trans-unit>
7066 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 7187 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
7067 <source>Comment updated.</source> 7188 <source>Comment updated.</source>
@@ -7070,23 +7191,33 @@
7070 <context context-type="linenumber">1</context> 7191 <context context-type="linenumber">1</context>
7071 </context-group> 7192 </context-group>
7072 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group> 7193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group>
7073 </trans-unit> 7194 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
7074 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978"> 7195 <source>Internal actions</source><target state="new">Internal actions</target>
7075 <source>Delete this report</source> 7196 <context-group purpose="location">
7076 <target>刪除此回報</target> 7197 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7077 <context-group name="null">
7078 <context context-type="linenumber">1</context> 7198 <context context-type="linenumber">1</context>
7079 </context-group> 7199 </context-group>
7080 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7200 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
7081 </trans-unit> 7201 <source>Delete report</source><target state="new">Delete report</target>
7082 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321"> 7202 <context-group purpose="location">
7083 <source>Update moderation comment</source> 7203 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7084 <target>更新管理評論</target> 7204 <context context-type="linenumber">1</context>
7085 <context-group name="null"> 7205 </context-group>
7206 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
7207 <source>Add note</source><target state="new">Add note</target>
7208 <context-group purpose="location">
7209 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7210 <context context-type="linenumber">1</context>
7211 </context-group>
7212 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
7213 <source>Update note</source><target state="new">Update note</target>
7214 <context-group purpose="location">
7215 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7086 <context context-type="linenumber">1</context> 7216 <context context-type="linenumber">1</context>
7087 </context-group> 7217 </context-group>
7088 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7089 </trans-unit> 7218 </trans-unit>
7219
7220
7090 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3"> 7221 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
7091 <source>Mark as accepted</source> 7222 <source>Mark as accepted</source>
7092 <target>標記為接受</target> 7223 <target>標記為接受</target>
@@ -7102,6 +7233,12 @@
7102 <context context-type="linenumber">1</context> 7233 <context context-type="linenumber">1</context>
7103 </context-group> 7234 </context-group>
7104 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7236 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
7237 <source>Actions for the video</source><target state="new">Actions for the video</target>
7238 <context-group purpose="location">
7239 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7240 <context context-type="linenumber">1</context>
7241 </context-group>
7105 </trans-unit> 7242 </trans-unit>
7106 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599"> 7243 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
7107 <source>Do you really want to delete this abuse report?</source> 7244 <source>Do you really want to delete this abuse report?</source>
@@ -8004,11 +8141,8 @@
8004 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 8141 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
8005 <source>max size</source> 8142 <source>max size</source>
8006 <target state="translated">最大大小</target> 8143 <target state="translated">最大大小</target>
8007 <context-group purpose="location"> 8144
8008 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context> 8145 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8009 <context context-type="linenumber">1</context>
8010 </context-group>
8011 </trans-unit>
8012 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa"> 8146 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa">
8013 <source>Now please check your emails to verify your account and complete signup.</source> 8147 <source>Now please check your emails to verify your account and complete signup.</source>
8014 <target>現在請檢查您的電子郵件以驗證您的帳號並完成註冊程序。</target> 8148 <target>現在請檢查您的電子郵件以驗證您的帳號並完成註冊程序。</target>
@@ -8330,7 +8464,7 @@
8330 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8464 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8331 </trans-unit> 8465 </trans-unit>
8332 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8466 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8333 <source>Long (&gt; 10 min)</source> 8467 <source>Long (> 10 min)</source>
8334 <target>長(大於 10 分鐘)</target> 8468 <target>長(大於 10 分鐘)</target>
8335 <context-group name="null"> 8469 <context-group name="null">
8336 <context context-type="linenumber">1</context> 8470 <context context-type="linenumber">1</context>
@@ -8368,6 +8502,12 @@
8368 <context context-type="linenumber">1</context> 8502 <context context-type="linenumber">1</context>
8369 </context-group> 8503 </context-group>
8370 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8504 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8505 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8506 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8507 <context-group purpose="location">
8508 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8509 <context context-type="linenumber">1</context>
8510 </context-group>
8371 </trans-unit> 8511 </trans-unit>
8372 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 8512 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
8373 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 8513 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
@@ -8440,15 +8580,14 @@
8440 <context context-type="linenumber">1</context> 8580 <context context-type="linenumber">1</context>
8441 </context-group> 8581 </context-group>
8442 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8582 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8443 </trans-unit> 8583 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8444 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 8584 <source>just now</source><target state="new">just now</target>
8445 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 8585 <context-group purpose="location">
8446 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 秒前</target> 8586 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8447 <context-group name="null">
8448 <context context-type="linenumber">1</context> 8587 <context context-type="linenumber">1</context>
8449 </context-group> 8588 </context-group>
8450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8451 </trans-unit> 8589 </trans-unit>
8590
8452 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8591 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8453 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source> 8592 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source>
8454 <target state="translated"><x id="INTERPOLATION" equiv-text="{{hours}}"/> 小時 <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> 分鐘 <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> 秒</target> 8593 <target state="translated"><x id="INTERPOLATION" equiv-text="{{hours}}"/> 小時 <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> 分鐘 <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> 秒</target>
@@ -9682,8 +9821,8 @@
9682 <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> 9821 <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>
9683 </trans-unit> 9822 </trans-unit>
9684 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 9823 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9685 <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> 9824 <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>
9686 <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> 9825 <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>
9687 <context-group name="null"> 9826 <context-group name="null">
9688 <context context-type="linenumber">1</context> 9827 <context context-type="linenumber">1</context>
9689 </context-group> 9828 </context-group>
@@ -10153,8 +10292,8 @@
10153 <context-group name="null"> 10292 <context-group name="null">
10154 <context context-type="linenumber">1</context> 10293 <context context-type="linenumber">1</context>
10155 </context-group> 10294 </context-group>
10156 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group> 10295
10157 </trans-unit> 10296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
10158 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10297 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10159 <source>Encoder</source> 10298 <source>Encoder</source>
10160 <target state="translated">編碼器</target> 10299 <target state="translated">編碼器</target>
@@ -10441,15 +10580,14 @@
10441 <context context-type="linenumber">1</context> 10580 <context context-type="linenumber">1</context>
10442 </context-group> 10581 </context-group>
10443 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 10582 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10444 </trans-unit> 10583 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10445 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d"> 10584 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10446 <source>The deletion will be sent to remote instances, so they remove the comment too.</source> 10585 <context-group purpose="location">
10447 <target>刪除將會傳送到遠端站臺,這樣他們也會移除留言。</target> 10586 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10448 <context-group name="null">
10449 <context context-type="linenumber">1</context> 10587 <context context-type="linenumber">1</context>
10450 </context-group> 10588 </context-group>
10451 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context><context context-type="linenumber">1</context></context-group>
10452 </trans-unit> 10589 </trans-unit>
10590
10453 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d"> 10591 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d">
10454 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10592 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10455 <target>其為遠端留言,所以刪除只會在您的實體上生效。</target> 10593 <target>其為遠端留言,所以刪除只會在您的實體上生效。</target>